Palo Alto Networks · Example Payload

Prisma Cloud Mssp Api Create Managed Tenant Request Example

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Top-level fields

namecompanyNameregiontenantGroupIdplanTypecontactInfolicenseInfomodules

Example Payload

Raw ↑
{
  "name": "Development Gateway 51",
  "companyName": "Production Gateway 94",
  "region": "eu-west-1",
  "tenantGroupId": "158d8acf-7082-458c-9fad-15e47785d1a0",
  "planType": "RS_ADVANCED",
  "contactInfo": {
    "firstName": "Primary Sensor 96",
    "lastName": "Remote Agent 06",
    "email": "jsmith@example.com"
  },
  "licenseInfo": {
    "licensePoolId": "380904",
    "allocatedCredits": 807
  },
  "modules": [
    {
      "featureName": "Remote Gateway 56",
      "enabled": true,
      "additionalData": {}
    },
    {
      "featureName": "Staging Cluster 99",
      "enabled": true,
      "additionalData": {}
    }
  ]
}