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": "c401cd77-93fe-55b1-f07c-3ba0b818ce2e",
"label": "bzYqlWs",
"type": "cisco-iosxr",
"workflow": "cosAibP",
"created_by": "jaoKvzg",
"created": "2017-02-30T14:00:52.168Z",
"last_updated_by": "Z",
"last_updated": "2019-04-30T14:00:52.168Z",
"devices": "iosxr0",
"version": 0
},
{
"id": "33eb0efd-d1d5-9b67-77ab-838315401db5",
"label": "EPWHntyKUo",
"type": "junos",
"workflow": "BPL",
"created_by": "eflPE",
"created": "2017-02-30T14:00:52.168Z",
"last_updated_by": "SzG",
"last_updated": "2017-02-30T14:00:52.168Z",
"devices": "ios0",
"version": 1
}
]