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": {
"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"
},
"asset": {
"title": "Asset",
"description": "Select an assets to remove.",
"type": "string",
"required": true,
"choices": []
}
},
"schema_version": "1.1"
}