Palo Alto Networks · JSON Structure

Prisma Cloud Mssp Api Stack Mapping Plan Types List Response Structure

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

Type: object Properties: 2
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

StackMappingPlanTypesListResponse 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

stackMappings planTypes

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-stack-mapping-plan-types-list-response-structure.json",
  "name": "StackMappingPlanTypesListResponse",
  "description": "StackMappingPlanTypesListResponse schema from Prisma Cloud: Managed Security Service Provider (MSSP)",
  "type": "object",
  "properties": {
    "stackMappings": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string"
          },
          "displayName": {
            "type": "string"
          },
          "apiHost": {
            "type": "string"
          }
        }
      }
    },
    "planTypes": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}