Palo Alto Networks · JSON Structure

Prisma Cloud Mssp Api Module Info Structure

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

Type: object Properties: 5 Required: 1
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

ModuleInfo is a JSON Structure definition published by Palo Alto Networks, describing 5 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

feature_name enabled billing_type state additional_data

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-module-info-structure.json",
  "name": "ModuleInfo",
  "description": "ModuleInfo schema from Prisma Cloud: Managed Security Service Provider (MSSP)",
  "type": "object",
  "properties": {
    "feature_name": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "billing_type": {
      "type": "string",
      "enum": [
        "TRIAL",
        "BUY"
      ]
    },
    "state": {
      "type": "string",
      "enum": [
        "PROVISION_STARTED",
        "PROVISION_SUCCESSFUL",
        "PROVISION_FAILED"
      ]
    },
    "additional_data": {
      "type": "object",
      "additionalProperties": {
        "type": "object"
      }
    }
  },
  "required": [
    "feature_name"
  ]
}