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 } }, "type": "object" }