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": {
"required": true,
"type": "string",
"description": "Select an Arbitrator server from which to remove an asset.",
"title": "Assurance Arbitrator Server"
},
"arbitrator_pkid": {
"type": "string",
"description": "Hidden field to store the selected arbitrator's PKID.",
"title": "Assurance Arbitrator PKID"
},
"assets": {
"items": {
"type": "string"
},
"required": true,
"type": "array",
"description": "Select one or more assets to remove.",
"title": "Assets"
}
},
"schema_version": "1.1"
}