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": "85f219ba-b068-a237-22ad-3bae2a4671eb",
"label": "qSU",
"type": "junos",
"workflow": "etNShKwYvHY",
"created_by": "JZKDwwKtjLq",
"created": "2018-03-30T14:00:52.168Z",
"last_updated_by": "ZNdWZpcMd",
"last_updated": "2019-04-30T14:00:52.168Z",
"devices": "ios0",
"version": 1
},
{
"id": "da3484bb-0c5b-ef0a-c384-5de09b50e26d",
"label": "avNxzP",
"type": "junos",
"workflow": "kmiQOs",
"created_by": "hIhIpIk",
"created": "2018-03-30T14:00:52.168Z",
"last_updated_by": "ep",
"last_updated": "2018-03-30T14:00:52.168Z",
"devices": "arista0",
"version": 2
}
]