Get Tenant Info

Cortex XDR REST API

post /public_api/v1/system/get_tenant_info

Get your tenant license information.

Required license: Cortex XDR Prevent, Cortex XDR Pro per Endpoint, or Cortex XDR Pro per GB

Body parameters
request_dataObject
CURL
curl -X 'POST'
-H 'Accept: application/json'
-H 'Content-Type: application/json'
'https://api-yourfqdn/public_api/v1/system/get_tenant_info'
-d ''
Responses

OK

Body
replyObject

List of available licenses, number of devices, and purchased add-ons on your tenant.

pro_per_endpoint_expirationInteger
purchased_pro_per_endpointObject
agentsInteger
data_enabled_pro_per_endpointInteger
prevent_expirationInteger
purchased_preventInteger
installed_preventInteger
pro_tb_expirationInteger
purchased_pro_gbObject
gbInteger
installed_pro_gbInteger
compute_unit_expirationInteger
purchased_compute_unitInteger
host_insights_expirationInteger
enabled_host_insightsInteger
purchased_host_insightsInteger
forensics_expirationInteger
enabled_forensicsInteger
pro_cloud_expirationInteger
purchased_pro_cloudObject
agentsInteger
installed_pro_cloudInteger
data_enabled_pro_cloudInteger
identity_threat_expirationInteger
xth_expirationInteger
purchased_xthInteger
xdr_ep_hot_expirationString
purchased_xdr_ep_hotInteger
xdr_ep_cold_expirationString
purchased_xdr_ep_coldInteger
xdr_gb_hot_expirationString
purchased_xdr_gb_hotInteger
xdr_gb_cold_expirationString
purchased_xdr_gb_coldInteger
RESPONSE
{ "reply": { "pro_per_endpoint_expiration": 12478046378, "purchased_pro_per_endpoint": { "agents": 200 }, "data_enabled_pro_per_endpoint": 26, "prevent_expiration": 0, "purchased_prevent": 0, "installed_prevent": 27, "pro_tb_expiration": 12478046378, "purchased_pro_tb": { "tb": 1 }, "installed_pro_tb": 0, "compute_unit_expiration": 0, "purchased_compute_unit": 16, "host_insights_expiration": 12478046378, "enabled_host_insights": 26, "purchased_host_insights": 400, "forensics_expiration": 0, "enabled_forensics": 12 } }