NSX-T Data Center REST API

CoreCountByEdition (type)

{
  "additionalProperties": false,
  "id": "CoreCountByEdition",
  "module_id": "SecurityLicenseUsage",
  "properties": {
    "features_in_use": {
      "description": "Feature in use within product family.  If there is ATP feature found on any host/edge, all features on it will be listed in ATP product family.",
      "items": {
        "type": "string"
      },
      "readonly": true,
      "title": "Feature in use within product family",
      "type": "array"
    },
    "product_family": {
      "description": "Product Family",
      "readonly": true,
      "required": false,
      "title": "Product Family",
      "type": "string"
    },
    "raw_core_count_by_type": {
      "$ref": "RawCoreCount",
      "description": "Raw cores counts by type of cores used in license edition.",
      "readonly": true,
      "required": false,
      "title": "Raw Core Counts by core type"
    },
    "total_licensed_core_count": {
      "description": "Total Licensed core count across features.",
      "readonly": true,
      "title": "Total Licensed core count across features",
      "type": "string"
    },
    "total_raw_core": {
      "description": "Total raw raw core count across features.",
      "readonly": true,
      "title": "Total raw raw core count across features",
      "type": "string"
    }
  },
  "type": "object"
}