SecurityLicenseUsageReport
SecurityLicenseUsageReport
JSON Example
{
"additional_metadata": {
"edge_number_of_edge_node_cpu_cores": "string",
"host_number_of_host_node_cpu_cores": "string",
"intelligence_deployed": "string",
"license_edition_type": [
"string"
],
"license_key": [
"string"
],
"max_raw_core_count_per_host": "string",
"max_raw_core_count_per_socket": "string",
"max_socket_count_per_host": "string",
"mps_number_of_dfw_ids_rules_with_custom_mps_profiles": "string",
"mps_number_of_gateway_ids_rules_with_custom_mps_profiles": "string",
"mps_total_number_of_profiles": "string",
"napp_appliance_version": "string",
"nsx_deployment_id": "string",
"nsx_manager_version": "string",
"nsx_site_id": "string",
"nta_enabled": "string",
"num_edge_baremetal_at_minimum_cores": "string",
"num_edge_baremetal_at_recommended_cores": "string",
"num_edge_large_factor": "string",
"num_edge_medium_factor": "string",
"num_edge_small_factor": "string",
"num_edge_xlarge_factor": "string",
"number_of_dfw_rules": "string",
"number_of_firewall_rules": "string",
"number_of_ids_gateway_rules": "string",
"number_of_ids_security_policies": "string",
"number_of_nsgroups": "string",
"number_of_prepared_hosts": "string",
"number_of_tier_0_gateways": "string",
"number_of_tier_1_gateways": "string",
"number_of_virtual_machines": "string",
"recommendation_sessions_total": "string",
"total_firewall_ipfix_profiles": "string"
},
"core_count_by_edition": [
{
"features_in_use": [
"string"
],
"product_family": "string",
"raw_core_count_by_type": {
"bare_metal_agent_cores": "string",
"compute_cores": "string",
"dpu_units": "string",
"gateway_cores": "string"
},
"total_licensed_core_count": "string",
"total_raw_core": "string"
}
],
"core_count_by_feature": {
"licensed_core_count": {
"DISTRIBUTED_BAREMETAL": "string",
"DISTRIBUTED_FIREWALL": "string",
"DISTRIBUTED_IDPS": "string",
"DISTRIBUTED_INTELLIGENCE": "string",
"DISTRIBUTED_INTELLIGENCE_BAREMETAL": "string",
"DISTRIBUTED_IPFIX": "string",
"DISTRIBUTED_IPFIX_BAREMETAL": "string",
"DISTRIBUTED_MPS": "string",
"GATEWAY_FIREWALL": "string",
"GATEWAY_IDPS": "string",
"GATEWAY_MPS": "string",
"GATEWAY_TLS": "string",
"NETWORK_DETECTION_RESPONSE": "string"
},
"raw_core_counts": {
"DISTRIBUTED_BAREMETAL": "string",
"DISTRIBUTED_FIREWALL": "string",
"DISTRIBUTED_IDPS": "string",
"DISTRIBUTED_INTELLIGENCE": "string",
"DISTRIBUTED_INTELLIGENCE_BAREMETAL": "string",
"DISTRIBUTED_IPFIX": "string",
"DISTRIBUTED_IPFIX_BAREMETAL": "string",
"DISTRIBUTED_MPS": "string",
"GATEWAY_FIREWALL": "string",
"GATEWAY_IDPS": "string",
"GATEWAY_MPS": "string",
"GATEWAY_TLS": "string",
"NETWORK_DETECTION_RESPONSE": "string"
}
},
"last_update_timestamp": 0,
"node_details": [
{
"compute_manager_id": "string",
"cpu_socket": "string",
"features_enabled": [
"string"
],
"maintenance_mode": "string",
"node_id": "string",
"node_type": "string",
"product_family": "string",
"raw_cores": "string",
"vcenter_cluster_id": "string",
"vcenter_node_id": "string"
}
],
"source": "string"
}
array of
CoreCountByEdition
core_count_by_edition
Optional
Raw core counts grouped by edition including cores by types.
integer As int64
As int64
last_update_timestamp
Optional
Timestamp when the data was last updated; unset if data source has never updated the data.
array of
NodeDetails
node_details
Optional
Details of Node usage, Only shown when include_node_info=true.
string
source
Optional
The data source, either realtime or cached. If not provided, cached data is returned.
Possible values are :
realtime,
cached,