Palo Alto Networks · JSON Structure

Prisma Cloud Mssp Api Mssp License Pool Response Structure

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

Type: object Properties: 9
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

MsspLicensePoolResponse 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

licensePoolId poolName serialNumber msspId totalCredits unallocatedCredits startDate endDate tenantLicenses

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-mssp-license-pool-response-structure.json",
  "name": "MsspLicensePoolResponse",
  "description": "MsspLicensePoolResponse schema from Prisma Cloud: Managed Security Service Provider (MSSP)",
  "type": "object",
  "properties": {
    "licensePoolId": {
      "type": "string"
    },
    "poolName": {
      "type": "string"
    },
    "serialNumber": {
      "type": "string"
    },
    "msspId": {
      "type": "string"
    },
    "totalCredits": {
      "type": "int32"
    },
    "unallocatedCredits": {
      "type": "int32"
    },
    "startDate": {
      "type": "int64"
    },
    "endDate": {
      "type": "int64"
    },
    "tenantLicenses": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "tenantLicenseId": {
            "type": "string"
          },
          "serialNumber": {
            "type": "string"
          },
          "licensePoolId": {
            "type": "string"
          },
          "allocatedCredits": {
            "type": "int32"
          },
          "startDate": {
            "type": "int64"
          },
          "endDate": {
            "type": "int64"
          }
        }
      }
    }
  }
}