System Administration > Configuration > Fabric > Nodes > Fabric Nodes

Get the Realized State of a Fabric Node. (Deprecated)

For edge nodes, returns the current install
state when deployment is in progress, NODE_READY
when deployment is complete and the failure state
when deployment has failed.
This api is deprecated. Please use /transport-nodes/<transportnode-id>/state
to get realized state of a Fabric Node.

Request:

Method:
GET
URI Path(s):
/api/v1/fabric/nodes/<node-id>/state
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/fabric/nodes/8538f119-ba45-4fb1-9cf1-ee849e4cf168/state

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ConfigurationState+

Example Response:

{ "details": [], "state": "success" }

Required Permissions:

read

Feature:

utilities_upgrade

Additional Errors: