System Administration >
Configuration
>
Fabric
>
Nodes
>
NSX Manager
>
Management Plane
Get management plane configuration for this node
(Experimental)
Retrieve the management plane configuration for this node to identify the Manager node with which the controller service is communicating.
Request:
Method:
GET
URI Path(s):
/api/v1/node/management-plane
/api/v1/cluster/<cluster-node-id>/node/management-plane
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ManagementPlaneProperties
+
ManagementPlaneProperties
(
schema
)
Name
Description
Type
Notes
_links
References related to this resource
The server will populate this field when returing the resource. Ignored on PUT and POST.
array of
ResourceLink
Readonly
_schema
Schema for this resource
string
Readonly
_self
Link to this resource
SelfResourceLink
Readonly
account
The account name to use when authenticating to the management plane's message bus.
string or null
brokers
The list of messaging brokers this controller is configured with.
array of
ManagementPlaneBrokerProperties
secret
The shared secret to use when autnenticating to the management plane's message bus. Not returned in REST responses.
string
Required Permissions:
read
Feature:
system_administration
Additional Errors:
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
412 Precondition Failed
500 Internal Server Error
503 Service Unavailable