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": "595bf153-888a-5d0a-ab4a-096960013323",
"label": "zIqn",
"type": "cisco-iosxr",
"workflow": "VNlfoGGijN",
"created_by": "StnucapRElr",
"created": "2017-02-30T14:00:52.168Z",
"last_updated_by": "GethhIKC",
"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": "c4b9f3d2-4cfb-5386-02c8-d5e210c062bd",
"label": "apHZrCPwk",
"type": "cisco-iosxr",
"workflow": "dxKcLaFPA",
"created_by": "kNNK",
"created": "2019-04-30T14:00:52.168Z",
"last_updated_by": "vaXyXvd",
"last_updated": "2018-03-30T14:00:52.168Z",
"devices": "iosxr0",
"version": 0
}