NSX-T Data Center REST API

Get entitlement spec

This will return all subscription offers received.

Request:

Method:
GET
URI Path(s):
/api/v1/licenses/entitlement
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/licenses/entitlement

Successful Response:

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

Example Response:

{ "org_id": "10141bd5-f7b5-46cb-bc41-403ec6255de2", "instance_id": "e1ebc61a-b9c5-4ad5-b494-72a9bf6d5b1e", "site_id": "d0798f12-7668-47a5-a067-ae963e085763", "offers": [ { "offer_name": "NSX Hybrid Enterprise", "offer_end_time": 1648704566, "status": "ACTIVE", "grace_period": 3888000, "pricing_metrics_type": "CORE", "capacity": 8, "charge_id": "C1", "subscription_id": "34c8002b-7dea-4840-be62-d1d7b7825972", "is_free_trial": false, "enabled_features": [ "BGP", "CLOUD_INTEGRATION", "CONTAINER", "CONTEXT_PROFILE_DFW", "CONTEXT_PROFILE_GFW", "CUSTOM_ROLES", "DFW", "DLB", "DNS", "EDGE_BRIDGE", "EDGE_CLUSTER", "EDGEFW", "EVPN", "FEDERATION", "FIREWALL", "FORWARDING_POLICY", "FQDN_ANALYSIS", "FQDN_WHITELISTING", "IDFW", "IDPS_DFW", "IDPS_GFW", "INTELLIGENCE", "LB", "LDAP", "MPS_DFW", "MPS_GFW", "NAPP", "NAT", "OIDC", "ROUTING", "SERVICE_INSERTION", "SWITCHING", "TLS", "VPN", "VRF" ] } ] }

Required Permissions:

read

Feature:

system_configuration_license

Additional Errors: