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": "cdcb80cf-2693-1c1b-3431-b47714141a45",
"label": "if",
"type": "cisco-iosxr",
"workflow": "NWy",
"created_by": "sDcVOBfDD",
"created": "2017-02-30T14:00:52.168Z",
"last_updated_by": "ndpbq",
"last_updated": "2019-04-30T14:00:52.168Z",
"devices": "ios0",
"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": "0fdf9952-b4d1-ac3e-047d-b813c1ba8d62",
"label": "FZFZHT",
"type": "cisco-ios",
"workflow": "xepFLAKvrC",
"created_by": "PEyde",
"created": "2019-04-30T14:00:52.168Z",
"last_updated_by": "VarDJdL",
"last_updated": "2018-03-30T14:00:52.168Z",
"devices": "ios0",
"version": 1
}