System Administration > Configuration > Fabric > Nodes > Transport Nodes

Invoke POST request on target transport node

Request:

Method:
POST
URI Path(s):
/api/v1/transport-nodes/<target-node-id>/<target-uri>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

POST https://<nsx-mgr>/api/v1/transport-nodes/2b504b88-0655-11ea-8735-02004d51d475/node/services/snmp?action=restart

Successful Response:

Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a

Example Response:

{ "_schema": "NodeServiceStatusProperties", "_self": { "href": "/transport-nodes/2b504b88-0655-11ea-8735-02004d51d475/node/services/snmp", "rel": "self" }, "pids": [ 5990 ], "runtime_state": "running" }

Required Permissions:

none

Feature:

system_administration Description:
Invoke any POST /node* APIs on the target transport node. When invoking these APIs for edge nodes, internally Edge Node Refresh API call is made. This call will update realized edge node vSphere and node settings configuration to NSX-T Manager. Thus, this operation will update MP intent revision at Manager.

Additional Errors: