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": "bce6fdd0-e75e-81a4-e9bf-41b3b5228a27",
"label": "fl",
"type": "cisco-iosxr",
"workflow": "mmgME",
"created_by": "LPEPWYhrZlR",
"created": "2018-03-30T14:00:52.168Z",
"last_updated_by": "s",
"last_updated": "2019-04-30T14:00:52.168Z",
"devices": "iosxr0",
"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": "80d7f1b1-94f4-853b-6329-053cb373ae7f",
"label": "NRQpfQiLiy",
"type": "cisco-iosxr",
"workflow": "dfPV",
"created_by": "IoMxcXbBD",
"created": "2019-04-30T14:00:52.168Z",
"last_updated_by": "dMpqyn",
"last_updated": "2018-03-30T14:00:52.168Z",
"devices": "arista0",
"version": 1
}