Palo Alto Networks · JSON Structure

Strata Logging Service Api Https Destination Structure

HTTPSDestination schema from Palo Alto Networks Strata Logging Service API

Type: object Properties: 7
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

destination_id name uri http_method tls_verify 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-https-destination-structure.json",
  "name": "HTTPSDestination",
  "description": "HTTPSDestination schema from Palo Alto Networks Strata Logging Service API",
  "type": "object",
  "properties": {
    "destination_id": {
      "type": "string",
      "description": "Unique identifier of the HTTPS destination."
    },
    "name": {
      "type": "string",
      "description": "Display name of the destination."
    },
    "uri": {
      "type": "uri",
      "description": "HTTPS endpoint URL where logs are posted."
    },
    "http_method": {
      "type": "string",
      "description": "HTTP method used to deliver logs.",
      "enum": [
        "POST",
        "PUT"
      ]
    },
    "tls_verify": {
      "type": "boolean",
      "description": "Whether TLS certificate verification is enabled."
    },
    "enabled": {
      "type": "boolean"
    },
    "created_at": {
      "type": "datetime"
    }
  }
}