dnac_response
dictionary
|
always |
A dictionary or list with the response returned by the Cisco DNAC Python SDK
Sample:
{
"response": [
{
"createTime": 0,
"description": "string",
"id": "string",
"isDeletable": true,
"lastUpdateTime": 0,
"name": "string",
"tags": [
{
"id": "string",
"name": "string"
}
],
"templates": [
{
"tags": [
{
"id": "string",
"name": "string"
}
],
"author": "string",
"composite": true,
"containingTemplates": [
{
"tags": [
{
"id": "string",
"name": "string"
}
],
"composite": true,
"description": "string",
"deviceTypes": [
{
"productFamily": "string",
"productSeries": "string",
"productType": "string"
}
],
"id": "string",
"language": "string",
"name": "string",
"projectName": "string",
"rollbackTemplateParams": [
{
"binding": "string",
"customOrder": 0,
"dataType": "string",
"defaultValue": "string",
"description": "string",
"displayName": "string",
"group": "string",
"id": "string",
"instructionText": "string",
"key": "string",
"notParam": true,
"order": 0,
"paramArray": true,
"parameterName": "string",
"provider": "string",
"range": [
{
"id": "string",
"maxValue": 0,
"minValue": 0
}
],
"required": true,
"selection": {
"defaultSelectedValues": [
"string"
],
"id": "string",
"selectionType": "string",
"selectionValues": {}
}
}
],
"templateContent": "string",
"templateParams": [
{
"binding": "string",
"customOrder": 0,
"dataType": "string",
"defaultValue": "string",
"description": "string",
"displayName": "string",
"group": "string",
"id": "string",
"instructionText": "string",
"key": "string",
"notParam": true,
"order": 0,
"paramArray": true,
"parameterName": "string",
"provider": "string",
"range": [
{
"id": "string",
"maxValue": 0,
"minValue": 0
}
],
"required": true,
"selection": {
"defaultSelectedValues": [
"string"
],
"id": "string",
"selectionType": "string",
"selectionValues": {}
}
}
],
"version": "string"
}
],
"createTime": 0,
"customParamsOrder": true,
"description": "string",
"deviceTypes": [
{
"productFamily": "string",
"productSeries": "string",
"productType": "string"
}
],
"documentDatabase": true,
"failurePolicy": "string",
"id": "string",
"language": "string",
"lastUpdateTime": 0,
"latestVersionTime": 0,
"name": "string",
"parentTemplateId": "string",
"projectAssociated": true,
"projectId": "string",
"projectName": "string",
"rollbackTemplateContent": "string",
"rollbackTemplateParams": [
{
"binding": "string",
"customOrder": 0,
"dataType": "string",
"defaultValue": "string",
"description": "string",
"displayName": "string",
"group": "string",
"id": "string",
"instructionText": "string",
"key": "string",
"notParam": true,
"order": 0,
"paramArray": true,
"parameterName": "string",
"provider": "string",
"range": [
{
"id": "string",
"maxValue": 0,
"minValue": 0
}
],
"required": true,
"selection": {
"defaultSelectedValues": [
"string"
],
"id": "string",
"selectionType": "string",
"selectionValues": {}
}
}
],
"softwareType": "string",
"softwareVariant": "string",
"softwareVersion": "string",
"templateContent": "string",
"templateParams": [
{
"binding": "string",
"customOrder": 0,
"dataType": "string",
"defaultValue": "string",
"description": "string",
"displayName": "string",
"group": "string",
"id": "string",
"instructionText": "string",
"key": "string",
"notParam": true,
"order": 0,
"paramArray": true,
"parameterName": "string",
"provider": "string",
"range": [
{
"id": "string",
"maxValue": 0,
"minValue": 0
}
],
"required": true,
"selection": {
"defaultSelectedValues": [
"string"
],
"id": "string",
"selectionType": "string",
"selectionValues": {}
}
}
],
"validationErrors": {
"rollbackTemplateErrors": [
{}
],
"templateErrors": [
{}
],
"templateId": "string",
"templateVersion": "string"
},
"version": "string"
}
]
}
],
"version": "string"
}
|