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": "68299747-2c0d-b50c-d566-261894fa039d",
"label": "URElNNKnz",
"type": "junos",
"workflow": "IO",
"created_by": "jAJEw",
"created": "2019-04-30T14:00:52.168Z",
"last_updated_by": "sO",
"last_updated": "2017-02-30T14:00:52.168Z",
"devices": "arista0",
"version": 1
}
}
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": "3a235fbd-f2c0-954a-dc96-5dfe35b7b984",
"label": "jli",
"type": "cisco-iosxr",
"workflow": "jSlHU",
"created_by": "UIeHF",
"created": "2019-04-30T14:00:52.168Z",
"last_updated_by": "VvRCFXnNln",
"last_updated": "2019-04-30T14:00:52.168Z",
"devices": "arista0",
"version": 1
}