teams-devices_device-dex-test-schemas-data

The configuration object which contains the details for the WARP client to conduct the test.

APIs.ioEngineeringPlatform

Properties

Name Type Description
host string The desired endpoint to test.
kind string The type of test.
method string The HTTP request method type.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-teams-devices-device-dex-test-schemas-data-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/teams-devices_device-dex-test-schemas-data",
  "title": "teams-devices_device-dex-test-schemas-data",
  "description": "The configuration object which contains the details for the WARP client to conduct the test.",
  "example": {
    "host": "https://dash.cloudflare.com",
    "kind": "http",
    "method": "GET"
  },
  "properties": {
    "host": {
      "description": "The desired endpoint to test.",
      "example": "https://dash.cloudflare.com",
      "type": "string"
    },
    "kind": {
      "description": "The type of test.",
      "example": "http",
      "type": "string"
    },
    "method": {
      "description": "The HTTP request method type.",
      "example": "GET",
      "type": "string"
    }
  },
  "type": "object"
}