digital-experience-monitoring_tests_response

APIs.ioEngineeringPlatform

Properties

Name Type Description
overviewMetrics object
tests array array of test results objects.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-digital-experience-monitoring-tests-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/digital-experience-monitoring_tests_response",
  "title": "digital-experience-monitoring_tests_response",
  "properties": {
    "overviewMetrics": {
      "properties": {
        "avgHttpAvailabilityPct": {
          "description": "percentage availability for all HTTP test results in response",
          "format": "float",
          "nullable": true,
          "type": "number"
        },
        "avgTracerouteAvailabilityPct": {
          "description": "percentage availability for all traceroutes results in response",
          "format": "float",
          "nullable": true,
          "type": "number"
        },
        "testsTotal": {
          "description": "number of  tests.",
          "type": "integer"
        }
      },
      "required": [
        "testsTotal"
      ],
      "type": "object"
    },
    "tests": {
      "description": "array of test results objects.",
      "items": {
        "properties": {
          "created": {
            "description": "date the test was created.",
            "type": "string"
          },
          "description": {
            "description": "the test description defined during configuration",
            "type": "string"
          },
          "enabled": {
            "description": "if true, then the test will run on targeted devices. Else, the test will not run.",
            "type": "boolean"
          },
          "host": {
            "type": "string"
          },
          "httpResults": {
            "nullable": true,
            "properties": {
              "resourceFetchTime": {
                "$ref": "#/components/schemas/digital-experience-monitoring_timing_aggregates"
              }
            },
            "required": [
              "resourceFetchTime"
            ],
            "type": "object"
          },
          "httpResultsByColo": {
            "items": {
              "properties": {
                "colo": {
                  "description": "Cloudflare colo",
                  "example": "SJC",
                  "type": "string"
                },
                "resourceFetchTime": {
                  "$ref": "#/components/schemas/digital-experience-monitoring_timing_aggregates"
                }
              },
              "required": [
                "colo",
                "resourceFetchTime"
              ],
              "type": "object"
            },
            "type": "array"
          },
          "id": {
            "$ref": "#/components/schemas/digital-experience-monitoring_uuid"
          },
          "interval": {
            "description": "The interval at which the synthetic application test is set to run.",
            "type": "string"
          },
          "kind": {
            "description": "test type, http or traceroute",
            "enum": [
              "http",
              "traceroute"
            ],
            "type": "string"
          },
          "method": {
            "description": "for HTTP, the method to use when running the test",
            "type": "string"
          },
          "name": {
            "description": "name given to this test",
            "type": "string"
          },
          "target_policies": {
            "items": {
              "properties": {
                "default": {
                  "description": "Whether the policy is the default for the account",
                  "type": "boolean"
                },
                "id": {
                  "type": "string"
                },
                "name": {
                  "type": "string"
                }
              },
              "required": [
                "id",
                "name",
                "default"
              ],
              "type": "object"
            },
            "nullable": true,
            "type": "array"
          },
          "targeted": {
            "type": "boolean"
          },
          "tracerouteResults": {
            "nullable": true,
            "properties": {
              "roundTripTime": {
                "$ref": "#/components/schemas/digital-experience-monitoring_timing_aggregates"
              }
            },
            "required": [
              "roundTripTime"
            ],
            "type": "object"
          },
          "tracerouteResultsByColo": {
            "items": {
              "properties": {
                "colo": {
                  "description": "Cloudflare colo",
                  "example": "SJC",
                  "type": "string"
                },
                "roundTripTime": {
                  "$ref": "#/components/schemas/digital-experience-monitoring_timing_aggregates"
                }
              },
              "required": [
                "colo",
                "roundTripTime"
              ],
              "type": "object"
            },
            "type": "array"
          },
          "updated": {
            "type": "string"
          }
        },
        "required": [
          "id",
          "name",
          "kind",
          "interval",
          "enabled",
          "description",
          "updated",
          "created",
          "host"
        ],
        "type": "object"
      },
      "type": "array"
    }
  },
  "required": [
    "overviewMetrics",
    "tests"
  ],
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/apis-io-engineering-platform-digital-experience-monitoring-tests-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.