This tool offboards selected assets and related config off of a selected Assurance arbitrator server.
GET http://[host-proxy]/api/view/OffboardAssuranceAssets/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"arbitrator": {
"title": "Assurance Arbitrator Server",
"description": "Select an Arbitrator server from which to remove an asset.",
"type": "string",
"required": true
},
"arbitrator_pkid": {
"title": "Assurance Arbitrator PKID",
"description": "Hidden field to store the selected arbitrator's PKID.",
"type": "string"
},
"assets": {
"title": "Assets",
"description": "Select one or more assets to remove.",
"type": "array",
"required": true,
"items": {
"type": "string"
}
}
},
"schema_version": "1.1"
}