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": "a1c1ebbf-397a-be4c-e564-4f2db60e06e4",
"label": "fMPuokT",
"type": "cisco-ios",
"workflow": "P",
"created_by": "UYFcnTLvOlz",
"created": "2017-02-30T14:00:52.168Z",
"last_updated_by": "zUL",
"last_updated": "2017-02-30T14:00:52.168Z",
"devices": "iosxr0",
"version": 1
},
{
"id": "c2f4b82b-7460-b84c-106f-c66e047f9cca",
"label": "rLPzjN",
"type": "cisco-ios",
"workflow": "sPZHKEHt",
"created_by": "R",
"created": "2019-04-30T14:00:52.168Z",
"last_updated_by": "VhOYKvSyH",
"last_updated": "2019-04-30T14:00:52.168Z",
"devices": "ios0",
"version": 2
},
{
"id": "a4936456-6b13-4426-f1b1-77b5a269fd7d",
"label": "rmUpkMqMl",
"type": "cisco-iosxr",
"workflow": "o",
"created_by": "g",
"created": "2017-02-30T14:00:52.168Z",
"last_updated_by": "aYrt",
"last_updated": "2019-04-30T14:00:52.168Z",
"devices": "junos0",
"version": 2
},
{
"id": "4f713f90-6e70-a860-53a5-1493d50b3897",
"label": "jAGoBCCqj",
"type": "cisco-iosxr",
"workflow": "CIL",
"created_by": "ciUD",
"created": "2017-02-30T14:00:52.168Z",
"last_updated_by": "HZaMaeJ",
"last_updated": "2019-04-30T14:00:52.168Z",
"devices": "arista0",
"version": 2
},
{
"id": "efcb6a73-015d-0f5a-d4f8-c8ee636176fe",
"label": "LxTI",
"type": "cisco-iosxr",
"workflow": "WlVqgIUjGE",
"created_by": "XTBLJR",
"created": "2019-04-30T14:00:52.168Z",
"last_updated_by": "STHGOpCR",
"last_updated": "2017-02-30T14:00:52.168Z",
"devices": "arista0",
"version": 0
}
]