This tool onboards a single Cisco UCM cluster as an asset onto an Assurance arbitrator server.
GET http://[host-proxy]/api/view/OnboardAssuranceAssetCUCMCluster/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"credential_type": {
"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"
}
],
"type": "string",
"description": "Select the credential type of the selected cluster to use for monitoring.",
"title": "Credential Type"
},
"arbitrator": {
"required": true,
"type": "string",
"description": "Select an Arbitrator server as target to create asset and related configuration for the cluster selected above.",
"title": "Arbitrator Server"
},
"cucm_cluster": {
"choices": [],
"required": true,
"type": "string",
"description": "Select the Cisco UCM cluster to onboard as assets onto the selected Assurance Arbitrator.",
"title": "Cisco UCM Cluster"
}
},
"schema_version": "1.2"
}