Palo Alto Networks · Example Payload

Prisma Cloud Mssp Api Mssp License Info Response Example

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Top-level fields

creditsPurchasedcreditsAllocatedbalanceCreditnumOfTenantstartTimeendTimemsspLicensePoolInfos

Example Payload

Raw ↑
{
  "creditsPurchased": 876,
  "creditsAllocated": 507,
  "balanceCredit": 314,
  "numOfTenant": 721,
  "startTime": 323,
  "endTime": 758,
  "msspLicensePoolInfos": [
    {
      "licensePoolName": "Staging Agent 22",
      "licensePoolId": "814170",
      "serialNumber": "example-serialNumber",
      "startTime": 512,
      "endTime": 62,
      "numOfTenant": 520,
      "creditsAllocated": 1,
      "creditsPurchased": 572,
      "tenantGroupLicenseInfos": [
        {
          "tenantGroupName": "Production Firewall 36",
          "tenantGroupId": "669253",
          "numOfTenant": 145,
          "creditsAllocated": 146
        },
        {
          "tenantGroupName": "Production Cluster 69",
          "tenantGroupId": "616309",
          "numOfTenant": 945,
          "creditsAllocated": 755
        }
      ]
    }
  ]
}