NSX-T Data Center REST API

EntitlementSpec (type)

{
  "description": "EntitlementSpec contains full set of subscription offers. EntitlementSpec can be pushed from Entitlement Service to licensing service.", 
  "id": "EntitlementSpec", 
  "module_id": "License", 
  "properties": {
    "instance_id": {
      "description": "The identifier for an instance. An instance is a set of Sites(On-Prem LMs) or SDDCs.", 
      "readonly": true, 
      "title": "Instance ID", 
      "type": "string"
    }, 
    "offers": {
      "description": "Subscription offers which will be used for the licensing entitlement.", 
      "items": {
        "$ref": "LicenseOffer
      }, 
      "readonly": true, 
      "title": "Subscription offers", 
      "type": "array"
    }, 
    "org_id": {
      "description": "The identifier for an org. An org is a CSP tenant. Every service runs in the context of an org within CSP.", 
      "readonly": true, 
      "title": "Orgnization ID", 
      "type": "string"
    }, 
    "site_id": {
      "description": "Policy Local Manager site id.", 
      "readonly": true, 
      "title": "Site ID", 
      "type": "string"
    }
  }, 
  "title": "Entitlement Spec", 
  "type": "object"
}