Palo Alto Networks · JSON Structure

Prisma Cloud Mssp Api Mssp License Info Response Structure

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

Type: object Properties: 7
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

creditsPurchased creditsAllocated balanceCredit numOfTenant startTime endTime msspLicensePoolInfos

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-info-response-structure.json",
  "name": "MsspLicenseInfoResponse",
  "description": "MsspLicenseInfoResponse schema from Prisma Cloud: Managed Security Service Provider (MSSP)",
  "type": "object",
  "properties": {
    "creditsPurchased": {
      "type": "int32"
    },
    "creditsAllocated": {
      "type": "int32"
    },
    "balanceCredit": {
      "type": "int32"
    },
    "numOfTenant": {
      "type": "int32"
    },
    "startTime": {
      "type": "int64"
    },
    "endTime": {
      "type": "int64"
    },
    "msspLicensePoolInfos": {
      "type": "array",
      "items": {
        "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"
                }
              }
            }
          }
        }
      }
    }
  }
}