{ "$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" } } }