Palo Alto Networks · Example Payload

Prisma Cloud Mssp Api Managed Tenants Response Example

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Prisma Cloud Mssp Api Managed Tenants Response Example is an example object payload from Palo Alto Networks, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

valuenextPageToken

Example Payload

Raw ↑
{
  "value": [
    {
      "prismaId": "784811",
      "externalTenantId": "683474",
      "customerName": "Staging Scanner 35",
      "companyName": "Development Policy 90",
      "status": "ACTIVE",
      "isSynthetic": true,
      "wasMigrated": false,
      "msspId": "663044",
      "tenantGroupId": "8b89b9c6-0462-435d-b7ef-fd20d1493658",
      "planType": "RS_STANDARD",
      "contactInfo": {
        "firstName": "Production Policy 80",
        "lastName": "Primary Policy 09",
        "email": "soc-admin@example.com"
      },
      "stack": "example-stack",
      "region": "eu-west-1",
      "baseApiUrl": "example-baseApiUrl",
      "tenantLicense": {
        "tenantLicenseId": "203790",
        "serialNumber": "example-serialNumber",
        "licensePoolId": "300932",
        "allocatedCredits": 538,
        "startDate": 503,
        "endDate": 213
      },
      "createdBy": "example-createdBy",
      "createdAt": 736,
      "modules": [
        {
          "feature_name": "Primary Policy 81",
          "enabled": true,
          "billing_type": "BUY",
          "state": "PROVISION_STARTED",
          "additional_data": {}
        },
        {
          "feature_name": "Secondary Sensor 86",
          "enabled": false,
          "billing_type": "TRIAL",
          "state": "PROVISION_FAILED",
          "additional_data": {}
        },
        {
          "feature_name": "Corporate Agent 48",
          "enabled": false,
          "billing_type": "BUY",
          "state": "PROVISION_FAILED",
          "additional_data": {}
        }
      ],
      "erroredBy": "b631a2d8-06c3-49b9-959c-a2c647858b00"
    },
    {
      "prismaId": "131352",
      "externalTenantId": "835707",
      "customerName": "Primary Connector 19",
      "companyName": "Secondary Agent 93",
      "status": "OFFBOARDING",
      "isSynthetic": true,
      "wasMigrated": false,
      "msspId": "380517",
      "tenantGroupId": "c87f62b7-347e-4da6-9ea4-881bdf51b981",
      "planType": "RS_STANDARD",
      "contactInfo": {
        "firstName": "Development Policy 27",
        "lastName": "Primary Firewall 58",
        "email": "analyst1@example.com"
      },
      "stack": "example-stack",
      "region": "eu-west-1",
      "baseApiUrl": "example-baseApiUrl",
      "tenantLicense": {
        "tenantLicenseId": "211523",
        "serialNumber": "example-serialNumber",
        "licensePoolId": "133034",
        "allocatedCredits": 800,
        "startDate": 892,
        "endDate": 279
      },
      "createdBy": "example-createdBy",
      "createdAt": 727,
      "modules": [
        {
          "feature_name": "Staging Policy 20",
          "enabled": true,
          "billing_type": "BUY",
          "state": "PROVISION_STARTED",
          "additional_data": {}
        },
        {
          "feature_name": "Secondary Sensor 73",
          "enabled": true,
          "billing_type": "TRIAL",
          "state": "PROVISION_FAILED",
          "additional_data": {}
        },
        {
          "feature_name": "Primary Policy 29",
          "enabled": false,
          "billing_type": "BUY",
          "state": "PROVISION_SUCCESSFUL",
          "additional_data": {}
        }
      ],
      "erroredBy": "4af3aba2-a8f6-4eda-8cad-34657f6d5b25"
    }
  ],
  "nextPageToken": "example-nextPageToken"
}