NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
NodeMgmtServiceActionParameters (schema)
NSX Node Mgmt service action parameters
| Name | Description | Type | Notes |
|---|---|---|---|
| force | Force to perform action on remote transport node
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. In order to figure out if indeed action was performed on service node-mgmt, user need to confirm via - /api/v1/transport-node/
endpoint to verify the running status holds appropriate information. |
boolean | Default: "False" |