NSX-T Data Center REST API
ControllerServiceActionParameters (type)
{
"additionalProperties": false,
"id": "ControllerServiceActionParameters",
"properties": {
"force": {
"default": false,
"description": "By default is false, but when force is set to true - user request is attempted to perform specified action on service nsx-control-plane-agent for remote transport node, which will not necessarily return 200 OK in response. <br /> In order to figure out if indeed action was performed on service nsx-control-plane-agent, user need to confirm via - <code>/api/v1/transport-node/<tn-id>/node/services/nsx-control-plane-agent/status</code> endpoint to verify the running status holds appropriate information.",
"title": "Force to perform action on remote transport node\n",
"type": "boolean"
}
},
"title": "NSX Controller Agent service action parameters",
"type": "object"
}