This tool offboards a selected asset and related config off of a selected Assurance arbitrator server.
GET http://[host-proxy]/api/view/OffboardOneAssuranceAsset/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"
},
"asset": {
"choices": [],
"required": true,
"type": "string",
"description": "Select an assets to remove.",
"title": "Asset"
}
},
"schema_version": "1.1"
}