logpush_schemas-destination_conf

Unique WebSocket address that will receive messages from Cloudflare’s edge.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-logpush-schemas-destination-conf-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/logpush_schemas-destination_conf",
  "title": "logpush_schemas-destination_conf",
  "description": "Unique WebSocket address that will receive messages from Cloudflare\u2019s edge.",
  "example": "wss://logs.cloudflare.com/instant-logs/ws/sessions/99d471b1ca3c23cc8e30b6acec5db987",
  "format": "uri",
  "maxLength": 4096,
  "type": "string"
}