Palo Alto Networks · JSON Structure

Prisma Cloud Mssp Api License Pool Info Structure

LicensePoolInfo schema from Prisma Cloud: Managed Security Service Provider (MSSP)

Type: object Properties: 9
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

LicensePoolInfo is a JSON Structure definition published by Palo Alto Networks, describing 9 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

licensePoolName licensePoolId serialNumber startTime endTime numOfTenant creditsAllocated creditsPurchased tenantGroupLicenseInfos

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/prisma-cloud-mssp-api-license-pool-info-structure.json",
  "name": "LicensePoolInfo",
  "description": "LicensePoolInfo schema from Prisma Cloud: Managed Security Service Provider (MSSP)",
  "type": "object",
  "properties": {
    "licensePoolName": {
      "type": "string"
    },
    "licensePoolId": {
      "type": "string"
    },
    "serialNumber": {
      "type": "string"
    },
    "startTime": {
      "type": "int64"
    },
    "endTime": {
      "type": "int64"
    },
    "numOfTenant": {
      "type": "int32"
    },
    "creditsAllocated": {
      "type": "int32"
    },
    "creditsPurchased": {
      "type": "int32"
    },
    "tenantGroupLicenseInfos": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "tenantGroupName": {
            "type": "string"
          },
          "tenantGroupId": {
            "type": "string"
          },
          "numOfTenant": {
            "type": "int32"
          },
          "creditsAllocated": {
            "type": "int32"
          }
        }
      }
    }
  }
}