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": "131474bc-f4d3-abdb-a7f4-001451cd289f",
"label": "d",
"type": "cisco-iosxr",
"workflow": "izVJoeD",
"created_by": "csF",
"created": "2019-04-30T14:00:52.168Z",
"last_updated_by": "ZgJJs",
"last_updated": "2018-03-30T14:00:52.168Z",
"devices": "ios0",
"version": 1
},
{
"id": "bac7c8c4-7248-d5fb-134d-d3bebc4c4dbb",
"label": "b",
"type": "cisco-iosxr",
"workflow": "ggLsbRIBP",
"created_by": "aPdfeqRFf",
"created": "2019-04-30T14:00:52.168Z",
"last_updated_by": "vgGzb",
"last_updated": "2019-04-30T14:00:52.168Z",
"devices": "arista0",
"version": 1
},
{
"id": "2486f52e-a785-294e-2644-6850c67917fb",
"label": "cOD",
"type": "junos",
"workflow": "vwcPTpTm",
"created_by": "bgiwHBIb",
"created": "2019-04-30T14:00:52.168Z",
"last_updated_by": "YI",
"last_updated": "2017-02-30T14:00:52.168Z",
"devices": "junos0",
"version": 0
},
{
"id": "06410b1a-7eb1-7f0d-e310-2059a72f65b5",
"label": "n",
"type": "cisco-ios",
"workflow": "IM",
"created_by": "zze",
"created": "2017-02-30T14:00:52.168Z",
"last_updated_by": "IrKGHqOM",
"last_updated": "2019-04-30T14:00:52.168Z",
"devices": "ios0",
"version": 1
},
{
"id": "ed66a56b-a8e9-0d40-e23d-2d0affe0e788",
"label": "ytkFISAb",
"type": "junos",
"workflow": "iHugbSl",
"created_by": "uJtlJ",
"created": "2017-02-30T14:00:52.168Z",
"last_updated_by": "UbnRSpAG",
"last_updated": "2019-04-30T14:00:52.168Z",
"devices": "ios0",
"version": 0
}
]