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": "dc98d18f-e768-2af9-1e95-76aa107f8f4f",
"label": "oVIUHwPgVDR",
"type": "junos",
"workflow": "nZbU",
"created_by": "qDHOf",
"created": "2019-04-30T14:00:52.168Z",
"last_updated_by": "q",
"last_updated": "2019-04-30T14:00:52.168Z",
"devices": "iosxr0",
"version": 1
},
{
"id": "919f7d36-c959-dc25-cebc-2309bfdcd9ae",
"label": "ePWYDVOwbS",
"type": "junos",
"workflow": "Kf",
"created_by": "wdo",
"created": "2017-02-30T14:00:52.168Z",
"last_updated_by": "SaZOqPbqohb",
"last_updated": "2017-02-30T14:00:52.168Z",
"devices": "iosxr0",
"version": 2
},
{
"id": "af4246bd-0870-5ef7-6c59-32ede0890f50",
"label": "Iuu",
"type": "cisco-ios",
"workflow": "aPzaMOy",
"created_by": "tr",
"created": "2019-04-30T14:00:52.168Z",
"last_updated_by": "dTEWoLnqbhN",
"last_updated": "2017-02-30T14:00:52.168Z",
"devices": "arista0",
"version": 2
}
]