This tool onboards multiple Cisco UCM and Unity Cnnection cluster as assets onto multiple Assurance arbitrator servers.
GET http://[host-proxy]/api/view/OnboardAssuranceAssets/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"credential_type": {
"title": "Credential Type",
"description": "Select the credential type of the selected cliusters to use for monitoring.",
"type": "string",
"default": "ADMIN",
"choices": [
{
"value": "SNMP_V1",
"title": "SNMP_V1"
},
{
"value": "SNMP_V2",
"title": "SNMP_V2"
},
{
"value": "SNMP_V3",
"title": "SNMP_V3"
},
{
"value": "ADMIN",
"title": "ADMIN"
},
{
"value": "PLATFORM",
"title": "PLATFORM"
},
{
"value": "WMI",
"title": "WMI"
},
{
"value": "IOS_ENABLE",
"title": "IOS_ENABLE"
},
{
"value": "HTTP",
"title": "HTTP"
},
{
"value": "CLI",
"title": "CLI"
},
{
"value": "OPERATOR",
"title": "OPERATOR"
},
{
"value": "SFTP",
"title": "SFTP"
},
{
"value": "JTAPI",
"title": "JTAPI"
}
]
},
"cucm_clusters": {
"title": "Cisco UCM Clusters",
"description": "Select the Cisco UCM clusters to onboard as assets onto the selected Assurance Arbitrators.",
"type": "array",
"items": {
"type": "string"
}
},
"cuc_clusters": {
"title": "Cisco Unity Connection Clusters",
"description": "Select the Cisco Unity Connection clusters to onboard as assets onto the selected Assurance Arbitrators.",
"type": "array",
"items": {
"type": "string"
}
},
"arbitrators": {
"title": "Assurance Arbitrator Servers",
"description": "Select one or more Arbitrator server as target to create asset and related configuration for the cluster selected above.",
"type": "array",
"required": true,
"items": {
"type": "string"
}
}
},
"schema_version": "1.1"
}