A tool to change all active schedules to inactive for events like upgrades and put them back after the fact.
GET http://[host-proxy]/api/view/BulkScheduleTool/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"action": {
"choices": [
{
"value": "deactivate",
"title": "Catalog and Deactivate Schedules"
},
{
"value": "activate",
"title": "Activate Deactivated Catalog"
}
],
"type": "string",
"title": "Choose Action"
},
"new_catalog_name": {
"type": "string",
"title": "New Catalog Name"
},
"restore_catalog_name": {
"type": "string",
"title": "Restore Catalog Name"
}
},
"schema_version": "0.1"
}