GET http://[host-proxy]/api/view/dr_routing_plan_view/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"enable": {
"title": "Enable",
"description": "Enable selected DR plans",
"type": "boolean"
},
"disable": {
"title": "Disable",
"description": "Disable selected DR plans",
"type": "boolean"
},
"plan_names": {
"title": "Plans",
"type": "array",
"minItems": 1,
"items": {
"type": "string",
"maxLength": 1024
}
}
}
}