Palo Alto Networks · Example Payload

Prisma Cloud Mssp Api License Pool Info Example

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Prisma Cloud Mssp Api License Pool Info Example is an example object payload from Palo Alto Networks, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

licensePoolNamelicensePoolIdserialNumberstartTimeendTimenumOfTenantcreditsAllocatedcreditsPurchasedtenantGroupLicenseInfos

Example Payload

Raw ↑
{
  "licensePoolName": "Branch Cluster 28",
  "licensePoolId": "334656",
  "serialNumber": "example-serialNumber",
  "startTime": 933,
  "endTime": 567,
  "numOfTenant": 310,
  "creditsAllocated": 242,
  "creditsPurchased": 185,
  "tenantGroupLicenseInfos": [
    {
      "tenantGroupName": "Development Cluster 44",
      "tenantGroupId": "537360",
      "numOfTenant": 922,
      "creditsAllocated": 80
    },
    {
      "tenantGroupName": "Primary Firewall 76",
      "tenantGroupId": "302050",
      "numOfTenant": 43,
      "creditsAllocated": 170
    }
  ]
}