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": "15e9ccd7-5050-db97-b411-06330902ac2e",
"label": "gsLWhrJRwT",
"type": "junos",
"workflow": "i",
"created_by": "utn",
"created": "2018-03-30T14:00:52.168Z",
"last_updated_by": "gggCujittB",
"last_updated": "2017-02-30T14:00:52.168Z",
"devices": "iosxr0",
"version": 1
},
{
"id": "e01e3f98-c5b4-e0e8-ff54-d146588bf024",
"label": "MKIWe",
"type": "cisco-ios",
"workflow": "NMKdB",
"created_by": "WbVqbWTGzev",
"created": "2018-03-30T14:00:52.168Z",
"last_updated_by": "R",
"last_updated": "2017-02-30T14:00:52.168Z",
"devices": "junos0",
"version": 0
},
{
"id": "8374b985-fae4-164e-2890-e6cc11755d06",
"label": "EZLQpcoKojI",
"type": "cisco-iosxr",
"workflow": "lUkQLQ",
"created_by": "rhzfi",
"created": "2018-03-30T14:00:52.168Z",
"last_updated_by": "lEuBgr",
"last_updated": "2019-04-30T14:00:52.168Z",
"devices": "junos0",
"version": 0
},
{
"id": "99676ca8-553d-5e2c-a3a3-b563458f1297",
"label": "kND",
"type": "junos",
"workflow": "sJ",
"created_by": "IBtPcFG",
"created": "2019-04-30T14:00:52.168Z",
"last_updated_by": "KFbJIm",
"last_updated": "2019-04-30T14:00:52.168Z",
"devices": "ios0",
"version": 0
},
{
"id": "65ac7d16-17f6-d740-2fb9-e47063a8f64d",
"label": "IvLr",
"type": "junos",
"workflow": "X",
"created_by": "FQEMuc",
"created": "2017-02-30T14:00:52.168Z",
"last_updated_by": "vrvpurEg",
"last_updated": "2019-04-30T14:00:52.168Z",
"devices": "arista0",
"version": 0
}
]