Network Error Logging

Enable Network Error Logging reporting on your zone. (Beta)

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-nel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zones_nel",
  "title": "Network Error Logging",
  "allOf": [
    {
      "$ref": "#/components/schemas/zones_base"
    },
    {
      "properties": {
        "id": {
          "description": "Zone setting identifier.",
          "enum": [
            "nel"
          ],
          "example": "nel"
        },
        "value": {
          "$ref": "#/components/schemas/zones_nel_value"
        }
      }
    }
  ],
  "description": "Enable Network Error Logging reporting on your zone. (Beta) "
}