System Administration > Configuration > Fabric > Nodes > Fabric Nodes

Return the List of Capabilities of a Single Node (Deprecated)

Returns information about capabilities of a single fabric host node. Edge nodes do not have capabilities. This api is deprecated, use GET /transport-nodes/<transportnode-id>/capabilities if FN is converted to TN.

Request:

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

Example Request:

GET https://<nsx-mgr>/api/v1/fabric/nodes/c8778638-818a-11e4-a4d5-210df118b5e2/capabilities

Successful Response:

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

Example Response:

{ "capabilities": [ { "description": "Capability of supporting rate limiting in switch security switching profile", "version": 1, "value": "true", "key": "switchingprofile.switch-security.rate-limiting" }, { "description": "Capability of supporting multiple LACP groups in uplink host switch profile", "version": 1, "value": "true", "key": "hostswitchprofile.multi-lag" }, { "description": "Capability of supporting egress shaper in QoS switching profile", "version": 1, "value": "true", "key": "switchingprofile.qos.shaper.egress" }, { "description": "Capability of supporting LLDP in lldp host switch profile", "version": 1, "value": "true", "key": "hostswitchprofile.lldp" }, { "description": "Capability of supporting broadcast shaper in QoS switching profile", "version": 1, "value": "true", "key": "switchingprofile.qos.shaper.broadcast" } ] }

Required Permissions:

read

Feature:

nodes_nodes

Additional Errors: