Palo Alto Networks · JSON Structure

Prisma Cloud Mssp Api Task Structure

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

Type: object Properties: 9
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Task is a JSON Structure definition published by Palo Alto Networks, describing 9 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id webhookUrl description scheduledTime submitTime recur matureTime cancel properties

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-task-structure.json",
  "name": "Task",
  "description": "Task schema from Prisma Cloud: Managed Security Service Provider (MSSP)",
  "type": "object",
  "properties": {
    "id": {
      "type": "uuid"
    },
    "webhookUrl": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "scheduledTime": {
      "type": "int64"
    },
    "submitTime": {
      "type": "int64"
    },
    "recur": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string"
        },
        "recurString": {
          "type": "string"
        }
      }
    },
    "matureTime": {
      "type": "int64"
    },
    "cancel": {
      "type": "boolean"
    },
    "properties": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    }
  }
}