GET http://[host-proxy]/api/view/OracleSBC_ConnectionParams_View/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"username": {
"required": true,
"is_password": false,
"type": "string",
"description": "username used to connect to the SBC",
"title": "SBC username"
},
"name": {
"required": true,
"type": "string",
"description": "Name of the SBC Instance",
"title": "SBC Name"
},
"active_host": {
"required": true,
"type": "string",
"description": "Primary SBC IP address",
"title": "Primary SBC"
},
"version": {
"required": true,
"type": "string",
"description": "version",
"title": "version"
},
"password": {
"is_password": true,
"description": "password used to connect to the SBC",
"title": "SBC password",
"required": true,
"store_encrypted": false,
"type": "string"
},
"standby_host": {
"required": false,
"type": "string",
"description": "Secondary SBC IP address",
"title": "Secondary SBC"
},
"description": {
"required": true,
"type": "string",
"title": "SBC description"
}
}
}