NSX-T Data Center REST API
Invoke GET request on target transport node
Request:
Method:
GET
URI Path(s):
/api/v1/transport-nodes/{target-node-id}/{target-uri}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a
Example Response:
{ "_schema": "NodeSnmpServiceProperties", "_self": { "href": "/transport-nodes/2b504b88-0655-11ea-8735-02004d51d475/node/services/snmp", "rel": "self" }, "service_name": "snmp", "service_properties": { "start_on_boot": false, "v2_configured": false, "v3_auth_protocol": "SHA1", "v3_configured": false, "v3_priv_protocol": "AES128", "v3_users": [] } }Required Permissions:
Feature:
system_administration Description:
Invoke any GET /node* APIs on the target transport node.