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": "d62a0cb4-e3e5-67de-03d1-6634028d9b04",
"label": "dBBylhn",
"type": "cisco-iosxr",
"workflow": "Bdi",
"created_by": "ll",
"created": "2019-04-30T14:00:52.168Z",
"last_updated_by": "jOEUiW",
"last_updated": "2019-04-30T14:00:52.168Z",
"devices": "arista0",
"version": 2
},
{
"id": "d570fa09-39a3-5ad3-8ae5-c3ceae92d18f",
"label": "ExxyQPDCjJU",
"type": "cisco-iosxr",
"workflow": "RlO",
"created_by": "fwDQrCCm",
"created": "2019-04-30T14:00:52.168Z",
"last_updated_by": "rqzHmNpKAPE",
"last_updated": "2017-02-30T14:00:52.168Z",
"devices": "arista0",
"version": 0
},
{
"id": "2616b8f7-3d99-9664-36bb-b7839b766167",
"label": "DPdRTbGlw",
"type": "cisco-iosxr",
"workflow": "WmBHkmhmY",
"created_by": "V",
"created": "2017-02-30T14:00:52.168Z",
"last_updated_by": "PGqDqA",
"last_updated": "2018-03-30T14:00:52.168Z",
"devices": "arista0",
"version": 2
},
{
"id": "56bcde6d-ac2d-b729-1db6-9e5a52f75461",
"label": "ubhVNjfMHH",
"type": "junos",
"workflow": "hFKRkldqf",
"created_by": "wO",
"created": "2019-04-30T14:00:52.168Z",
"last_updated_by": "GX",
"last_updated": "2018-03-30T14:00:52.168Z",
"devices": "iosxr0",
"version": 2
}
]