Summary
New Golden Config tree
Description
Create a new Golden Configuration Tree.
Route
POST /golden_config/gc
Roles
admin
engineering
support
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
data |
object |
yes |
Golden Config Tree's data. |
Copied to Clipboard
{
"data": {
"id": "45eff36d-bc3f-b462-d12e-41a34d1174e1",
"label": "T",
"type": "cisco-iosxr",
"workflow": "l",
"created_by": "RiLzusppBrY",
"created": "2017-02-30T14:00:52.168Z",
"last_updated_by": "Ti",
"last_updated": "2019-04-30T14:00:52.168Z",
"devices": "iosxr0",
"version": 2
}
}
Copied to Clipboard
{
"type": "object",
"properties": {
"data": {
"$ref": "goldenConfigDocument"
}
},
"required": [
"data"
],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
data |
object |
Golden Config Tree data. |
Copied to Clipboard
{
"id": "56a7e73c-f381-f6e6-8200-06ed8f7d9066",
"label": "safC",
"type": "cisco-iosxr",
"workflow": "tlPuynmpXx",
"created_by": "kqfWVa",
"created": "2017-02-30T14:00:52.168Z",
"last_updated_by": "stWqVB",
"last_updated": "2017-02-30T14:00:52.168Z",
"devices": "arista0",
"version": 2
}