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": "18832503-9b93-4b23-7300-196ea4ed0ce9",
"label": "z",
"type": "cisco-iosxr",
"workflow": "U",
"created_by": "QTJAPjMb",
"created": "2019-04-30T14:00:52.168Z",
"last_updated_by": "lZlfm",
"last_updated": "2017-02-30T14:00:52.168Z",
"devices": "ios0",
"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": "3bda7640-8e7f-bd6f-f8ec-352d89ade602",
"label": "xXPMHreX",
"type": "cisco-iosxr",
"workflow": "lvwbN",
"created_by": "UAb",
"created": "2017-02-30T14:00:52.168Z",
"last_updated_by": "YXBvD",
"last_updated": "2018-03-30T14:00:52.168Z",
"devices": "iosxr0",
"version": 0
}