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": "2499a2a8-ac69-4061-1214-e67b38fed550",
"label": "MlOWCPLYfz",
"type": "junos",
"workflow": "XsRwPHqY",
"created_by": "HobWdbciEm",
"created": "2019-04-30T14:00:52.168Z",
"last_updated_by": "w",
"last_updated": "2019-04-30T14:00:52.168Z",
"devices": "arista0",
"version": 2
},
{
"id": "7c79b2d2-d944-1238-6599-e150962def75",
"label": "MJCm",
"type": "cisco-ios",
"workflow": "MZIOy",
"created_by": "HZElKm",
"created": "2019-04-30T14:00:52.168Z",
"last_updated_by": "basawOtW",
"last_updated": "2017-02-30T14:00:52.168Z",
"devices": "ios0",
"version": 2
},
{
"id": "c0ea98e1-e1be-e4ba-9c94-86211a1e9220",
"label": "T",
"type": "cisco-iosxr",
"workflow": "GtOspa",
"created_by": "hNCVjHi",
"created": "2018-03-30T14:00:52.168Z",
"last_updated_by": "piJJdwLH",
"last_updated": "2018-03-30T14:00:52.168Z",
"devices": "junos0",
"version": 0
}
]