Palo Alto Networks · JSON Structure

Prisma Cloud Mssp Api Mssp License Pools Response Structure

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

Type: object Properties: 2
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

value nextPageToken

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-pools-response-structure.json",
  "name": "MsspLicensePoolsResponse",
  "description": "MsspLicensePoolsResponse schema from Prisma Cloud: Managed Security Service Provider (MSSP)",
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "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"
                }
              }
            }
          }
        }
      }
    },
    "nextPageToken": {
      "type": "string"
    }
  }
}