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": {
"targetSchedules": {
"items": {
"type": "string"
},
"type": "array",
"title": "Target Schedules"
},
"referenceSchedule": {
"type": "string",
"title": "Reference Schedule"
},
"deleteSchedules": {
"items": {
"type": "string"
},
"type": "array",
"title": "Delete Schedules"
},
"model": {
"default": "schedules",
"choices": [
{
"value": "schedules",
"title": "schedules"
}
],
"type": "string",
"title": "Model"
},
"scheduleCft": {
"type": "string",
"description": "This template will allows an admin to make structural naming changes to the schedules built at Webex locations. ",
"title": "Configuration Template (Optional)"
},
"operation": {
"default": "add",
"choices": [
{
"value": "add",
"title": "add (Replicate across chosen Webex Locations)"
},
{
"value": "mod",
"title": "modify specific schedules"
},
{
"value": "del",
"title": "delete"
}
],
"required": true,
"type": "string",
"title": "Operation"
},
"targetLocations": {
"items": {
"type": "string"
},
"type": "array",
"title": "Target Webex Locations"
}
}
}