NSX-T Data Center REST API

NodeMgmtServiceActionParameters (type)

{
  "additionalProperties": false,
  "id": "NodeMgmtServiceActionParameters",
  "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 node-mgmt 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 node-mgmt, user need to confirm via - <code>/api/v1/transport-node/<tn-id>/node/services/node-mgmt/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 Node Mgmt service action parameters",
  "type": "object"
}