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": "bc55a324-7690-3ff7-b0d8-f64566c0f719",
"label": "oCbDaWJgb",
"type": "cisco-ios",
"workflow": "CqY",
"created_by": "mQdb",
"created": "2019-04-30T14:00:52.168Z",
"last_updated_by": "d",
"last_updated": "2019-04-30T14:00:52.168Z",
"devices": "iosxr0",
"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": "2ec1b6f6-101b-8cf0-9d0a-272c5cc3e3c0",
"label": "SCyPbjdSI",
"type": "junos",
"workflow": "gFE",
"created_by": "ej",
"created": "2018-03-30T14:00:52.168Z",
"last_updated_by": "AhYDrhonw",
"last_updated": "2017-02-30T14:00:52.168Z",
"devices": "junos0",
"version": 2
}