NSX-T Data Center REST API

SecurityLicenseUsageReport (type)

{
  "additionalProperties": false, 
  "id": "SecurityLicenseUsageReport", 
  "module_id": "SecurityLicenseUsage", 
  "properties": {
    "additional_metadata": {
      "$ref": "AdditionalMetadata, 
      "description": "Additional metadata.", 
      "readonly": true, 
      "required": false, 
      "title": "Additional metadata"
    }, 
    "core_count_by_edition": {
      "description": "Raw core counts grouped by edition including cores by types.", 
      "items": {
        "$ref": "CoreCountByEdition
      }, 
      "readonly": true, 
      "required": false, 
      "title": "Raw Core Count by license editions", 
      "type": "array"
    }, 
    "core_count_by_feature": {
      "$ref": "CoreCountByFeature, 
      "description": "Raw Core count by features.", 
      "readonly": true, 
      "required": false, 
      "title": "Raw Core count by features"
    }, 
    "last_update_timestamp": {
      "$ref": "EpochMsTimestamp, 
      "description": "Timestamp when the data was last updated; unset if data source has never updated the data.", 
      "readonly": true
    }, 
    "node_details": {
      "description": "Details of Node usage, shown only when include_node_info=true.", 
      "items": {
        "$ref": "NodeDetails
      }, 
      "readonly": true, 
      "required": false, 
      "title": "Node Details", 
      "type": "array"
    }, 
    "source": {
      "$ref": "DataSourceType, 
      "readonly": true, 
      "title": "The data source, either realtime or cached. If not provided, cached data is returned."
    }
  }, 
  "type": "object"
}