Palo Alto Networks · JSON Structure

Strata Logging Service Api Email Destination Request Structure

EmailDestinationRequest schema from Palo Alto Networks Strata Logging Service API

Type: object Properties: 6 Required: 4
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

name gateway from to and_also_to enabled

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/strata-logging-service-api-email-destination-request-structure.json",
  "name": "EmailDestinationRequest",
  "description": "EmailDestinationRequest schema from Palo Alto Networks Strata Logging Service API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Display name for this email destination."
    },
    "gateway": {
      "type": "string",
      "description": "SMTP server hostname or IP address."
    },
    "from": {
      "type": "string",
      "description": "Sender email address."
    },
    "to": {
      "type": "string",
      "description": "Primary recipient email address."
    },
    "and_also_to": {
      "type": "string",
      "description": "Additional recipient email address."
    },
    "enabled": {
      "type": "boolean",
      "default": true
    }
  },
  "required": [
    "name",
    "gateway",
    "from",
    "to"
  ]
}