Summary
Get all configs
Description
Return a all Golden Configs.
Route
GET /golden_config/gc
Roles
admin
engineering
support
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
This method has no parameters |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
data |
array |
List of all Golden Configs. |
Copied to Clipboard
[
{
"id": "26b918ee-3aa4-a1e4-fb7d-e4551ac5b8f8",
"label": "ujgpQFKhjiR",
"type": "cisco-iosxr",
"workflow": "ErfItYDz",
"created_by": "z",
"created": "2017-02-30T14:00:52.168Z",
"last_updated_by": "tlfoXveC",
"last_updated": "2018-03-30T14:00:52.168Z",
"devices": "ios0",
"version": 1
},
{
"id": "189d6105-df9c-3d81-fd20-762363903363",
"label": "WYDbFyB",
"type": "cisco-iosxr",
"workflow": "LL",
"created_by": "JRF",
"created": "2019-04-30T14:00:52.168Z",
"last_updated_by": "trSoBcOs",
"last_updated": "2017-02-30T14:00:52.168Z",
"devices": "ios0",
"version": 1
},
{
"id": "86f3c5d6-51e2-10e1-0400-00384bc3d6c2",
"label": "tXgO",
"type": "cisco-ios",
"workflow": "dfeNW",
"created_by": "IP",
"created": "2018-03-30T14:00:52.168Z",
"last_updated_by": "dbgIXE",
"last_updated": "2018-03-30T14:00:52.168Z",
"devices": "ios0",
"version": 0
},
{
"id": "4e8d9038-ae41-80cd-34e5-dd0f75820059",
"label": "HW",
"type": "junos",
"workflow": "Vygs",
"created_by": "kcLX",
"created": "2018-03-30T14:00:52.168Z",
"last_updated_by": "wfe",
"last_updated": "2017-02-30T14:00:52.168Z",
"devices": "arista0",
"version": 1
}
]