Palo Alto Networks · JSON Structure

Strata Logging Service Api Email Destination Structure

EmailDestination schema from Palo Alto Networks Strata Logging Service API

Type: object Properties: 8
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

destination_id name gateway from to and_also_to enabled created_at

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-structure.json",
  "name": "EmailDestination",
  "description": "EmailDestination schema from Palo Alto Networks Strata Logging Service API",
  "type": "object",
  "properties": {
    "destination_id": {
      "type": "string",
      "description": "Unique identifier of the email destination."
    },
    "name": {
      "type": "string",
      "description": "Display name of the destination."
    },
    "gateway": {
      "type": "string",
      "description": "SMTP server hostname."
    },
    "from": {
      "type": "string",
      "description": "Sender email address."
    },
    "to": {
      "type": "string",
      "description": "Recipient email address."
    },
    "and_also_to": {
      "type": "string",
      "description": "Additional recipient email address."
    },
    "enabled": {
      "type": "boolean"
    },
    "created_at": {
      "type": "datetime"
    }
  }
}