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": "085e6759-bdb7-294a-ca59-a923604eca3f",
"label": "yWcGfMf",
"type": "cisco-iosxr",
"workflow": "dOuVf",
"created_by": "QAEGEJSFknS",
"created": "2018-03-30T14:00:52.168Z",
"last_updated_by": "ueFnjkY",
"last_updated": "2018-03-30T14:00:52.168Z",
"devices": "junos0",
"version": 0
}
}
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": "0a35efcb-bc2b-7141-bf54-1bdf0ac5a322",
"label": "rvIOIsxfrfg",
"type": "cisco-ios",
"workflow": "WjcV",
"created_by": "N",
"created": "2017-02-30T14:00:52.168Z",
"last_updated_by": "XRbgCD",
"last_updated": "2017-02-30T14:00:52.168Z",
"devices": "iosxr0",
"version": 1
}