rum_ruleset

APIs.ioEngineeringPlatform

Properties

Name Type Description
enabled boolean Whether the ruleset is enabled.
id object
zone_name string
zone_tag object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-rum-ruleset-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/rum_ruleset",
  "title": "rum_ruleset",
  "properties": {
    "enabled": {
      "description": "Whether the ruleset is enabled.",
      "example": true,
      "type": "boolean"
    },
    "id": {
      "$ref": "#/components/schemas/rum_ruleset_identifier"
    },
    "zone_name": {
      "example": "example.com",
      "type": "string"
    },
    "zone_tag": {
      "$ref": "#/components/schemas/rum_zone_tag"
    }
  },
  "type": "object"
}