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": "26c0ccbf-9707-6c5f-f6b8-427ce517ab1a",
"label": "zoOLTOvHHy",
"type": "cisco-ios",
"workflow": "aEoCPgOoas",
"created_by": "V",
"created": "2019-04-30T14:00:52.168Z",
"last_updated_by": "DrCe",
"last_updated": "2017-02-30T14:00:52.168Z",
"devices": "ios0",
"version": 1
},
{
"id": "504e3ce3-c1f2-8718-c6da-ff0a66339ae4",
"label": "rOxIHJszX",
"type": "cisco-ios",
"workflow": "OcqGIj",
"created_by": "h",
"created": "2017-02-30T14:00:52.168Z",
"last_updated_by": "AsFRqg",
"last_updated": "2019-04-30T14:00:52.168Z",
"devices": "arista0",
"version": 0
},
{
"id": "5922694a-f237-9d43-b060-72e0017ef81d",
"label": "bddFe",
"type": "cisco-iosxr",
"workflow": "VWnEGqJcIl",
"created_by": "zw",
"created": "2018-03-30T14:00:52.168Z",
"last_updated_by": "mhUDqHu",
"last_updated": "2018-03-30T14:00:52.168Z",
"devices": "junos0",
"version": 0
},
{
"id": "494fa8c1-1634-a09d-f396-69a299f2d9c2",
"label": "yaoQG",
"type": "junos",
"workflow": "KpGIfqqU",
"created_by": "vp",
"created": "2018-03-30T14:00:52.168Z",
"last_updated_by": "DxftcLHJnGl",
"last_updated": "2019-04-30T14:00:52.168Z",
"devices": "iosxr0",
"version": 2
}
]