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": "b9169697-88b9-f24d-1a26-1f13eb22dbfe",
"label": "lYb",
"type": "junos",
"workflow": "fCUCwIAO",
"created_by": "nkcqWRlYPth",
"created": "2017-02-30T14:00:52.168Z",
"last_updated_by": "YCCdnBNzag",
"last_updated": "2018-03-30T14:00:52.168Z",
"devices": "arista0",
"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": "7445faed-870d-2b7a-e48f-82e6fb66ebb1",
"label": "EgcS",
"type": "cisco-iosxr",
"workflow": "QjDE",
"created_by": "On",
"created": "2018-03-30T14:00:52.168Z",
"last_updated_by": "qR",
"last_updated": "2017-02-30T14:00:52.168Z",
"devices": "ios0",
"version": 1
}