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": "49fdf8bf-6e11-f647-d667-f677d377fc42",
"label": "sfWsmnQO",
"type": "cisco-iosxr",
"workflow": "AtjVaeb",
"created_by": "MloVYo",
"created": "2018-03-30T14:00:52.168Z",
"last_updated_by": "EzOIl",
"last_updated": "2018-03-30T14:00:52.168Z",
"devices": "ios0",
"version": 0
},
{
"id": "25600c9d-4e69-dea4-c221-828a42c0e95c",
"label": "hBYeKkie",
"type": "cisco-ios",
"workflow": "RdBhBwJ",
"created_by": "CBh",
"created": "2018-03-30T14:00:52.168Z",
"last_updated_by": "MKHzsqaxPqq",
"last_updated": "2018-03-30T14:00:52.168Z",
"devices": "ios0",
"version": 2
},
{
"id": "bccbaac9-5cd6-7457-8909-34bc7640c66c",
"label": "pGSr",
"type": "cisco-iosxr",
"workflow": "bDjISUr",
"created_by": "rp",
"created": "2017-02-30T14:00:52.168Z",
"last_updated_by": "h",
"last_updated": "2018-03-30T14:00:52.168Z",
"devices": "ios0",
"version": 2
}
]