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": "a03592ec-dce6-3fe2-d9cd-e855e4e27d02",
"label": "orzvaWQWBIl",
"type": "junos",
"workflow": "IORTxFJCLc",
"created_by": "zhKWVe",
"created": "2018-03-30T14:00:52.168Z",
"last_updated_by": "UdOCLMWObeY",
"last_updated": "2018-03-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": "0cc06fa7-a9fd-58ca-01d5-7b6b45515ec6",
"label": "JdYWgI",
"type": "cisco-iosxr",
"workflow": "ZyctiurTBh",
"created_by": "qahWc",
"created": "2019-04-30T14:00:52.168Z",
"last_updated_by": "osjSff",
"last_updated": "2017-02-30T14:00:52.168Z",
"devices": "arista0",
"version": 2
}