GET http://[host-proxy]/api/view/WebexBulkActions/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"model": {
"title": "Model",
"type": "string",
"default": "schedules",
"choices": [
{
"value": "schedules",
"title": "schedules"
},
{
"value": "devices",
"title": "devices"
}
]
},
"deviceType": {
"title": "Device Type",
"type": "string",
"required": false
},
"operation": {
"title": "Operation",
"type": "string",
"required": true,
"default": "add"
},
"referenceSchedule": {
"title": "Reference Schedule",
"type": "string"
},
"scheduleCft": {
"title": "Configuration Template",
"description": "This template will allows an admin to make structural naming changes to the schedules built at Webex locations. ",
"type": "string"
},
"deviceCft": {
"title": "Configuration Template",
"description": "This template will allows an admin to make bulk configuraton changes to chosen devices",
"type": "string"
},
"deleteSchedules": {
"title": "Delete Schedules",
"type": "array",
"items": {
"type": "string"
}
},
"targetSchedules": {
"title": "Target Schedules",
"type": "array",
"items": {
"type": "string"
}
},
"targetLocations": {
"title": "Target Webex Locations",
"type": "array",
"items": {
"type": "string"
}
},
"targetDevices": {
"title": "Target Webex Devices",
"type": "array",
"items": {
"type": "string"
}
}
},
"schema_version": "0.1"
}