NSX Autonomous Edge REST API
PlatformClientServiceActionParameters (type)
{
"additionalProperties": false,
"id": "PlatformClientServiceActionParameters",
"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-platform-client 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-platform-client, user need to confirm via - <code>/api/v1/transport-node/<tn-id>/node/services/nsx-platform-client/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 Platform Client service action parameters",
"type": "object"
}