{ "$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" } } } } } } } } }