GET http://[host-proxy]/api/view/AudiocodeSBCINI/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"sbc": {
"title": "Target SBC",
"description": "Choice of SBC to manage",
"type": "string"
},
"operation": {
"title": "Operation",
"description": "Field to choose operation to perform",
"type": "string",
"choices": [
{
"value": "backup",
"title": "Backup"
},
{
"value": "push",
"title": "Push & Activate"
}
]
},
"note": {
"title": "Note",
"description": "note entry for friendly lookup",
"type": "string"
},
"configData": {
"title": "Configuration Data",
"description": "Ensure you select the correct Configuration Data backup file, choosing the incorrect file will result in data loss and potentially impact call flow on the selected SBC",
"type": "string"
}
}
}