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": "60d6ee19-d3ed-9935-7359-83692996d816",
"label": "MNmt",
"type": "junos",
"workflow": "j",
"created_by": "xZAR",
"created": "2017-02-30T14:00:52.168Z",
"last_updated_by": "ASIcb",
"last_updated": "2019-04-30T14:00:52.168Z",
"devices": "arista0",
"version": 2
},
{
"id": "132fe636-cddd-4f65-c408-de72d1299d63",
"label": "LuoqVQj",
"type": "cisco-ios",
"workflow": "i",
"created_by": "dnhfU",
"created": "2019-04-30T14:00:52.168Z",
"last_updated_by": "i",
"last_updated": "2018-03-30T14:00:52.168Z",
"devices": "iosxr0",
"version": 2
},
{
"id": "9d66de32-8a60-70e1-44c1-b04eb79a7577",
"label": "ucNZQdzQvC",
"type": "junos",
"workflow": "QbOEiwlqEY",
"created_by": "hh",
"created": "2017-02-30T14:00:52.168Z",
"last_updated_by": "fbHRvMAyg",
"last_updated": "2018-03-30T14:00:52.168Z",
"devices": "ios0",
"version": 1
},
{
"id": "df62b514-6709-964e-f9bc-a1e380e5e156",
"label": "oB",
"type": "cisco-iosxr",
"workflow": "gOajVEdQdeq",
"created_by": "bGb",
"created": "2017-02-30T14:00:52.168Z",
"last_updated_by": "vrvDfxjQOCp",
"last_updated": "2019-04-30T14:00:52.168Z",
"devices": "ios0",
"version": 2
},
{
"id": "f0ac0520-ab18-80e6-5fa1-a2eb06b6df69",
"label": "lJvhVjrI",
"type": "junos",
"workflow": "R",
"created_by": "LG",
"created": "2019-04-30T14:00:52.168Z",
"last_updated_by": "fNXPftCcx",
"last_updated": "2018-03-30T14:00:52.168Z",
"devices": "junos0",
"version": 0
}
]