APIs.io Engineering Platform Cloudflare API — DEX Synthetic Application Monitoring
APIs.io Engineering Platform Cloudflare API — DEX Synthetic Application Monitoring. 12 operations. Lead operation: APIs.io Engineering Platform List Cloudflare colos. Self-contained Naftiko capability covering one Engineering Platform business surface.
What You Can Do
MCP Tools
apis-io-engineering-platform-list-cloudflare
APIs.io Engineering Platform List Cloudflare colos
apis-io-engineering-platform-list-fleet
APIs.io Engineering Platform List fleet status devices
apis-io-engineering-platform-list-fleet-2
APIs.io Engineering Platform List fleet status details by dimension
apis-io-engineering-platform-list-fleet-3
APIs.io Engineering Platform List fleet status aggregate details by dimension
apis-io-engineering-platform-get-details
APIs.io Engineering Platform Get details and aggregate metrics for an http test
apis-io-engineering-platform-get-percentiles
APIs.io Engineering Platform Get percentiles for an http test
apis-io-engineering-platform-list-dex
APIs.io Engineering Platform List DEX test analytics
apis-io-engineering-platform-get-count
APIs.io Engineering Platform Get count of devices targeted
apis-io-engineering-platform-get-details-2
APIs.io Engineering Platform Get details for a specific traceroute test run
apis-io-engineering-platform-get-details-3
APIs.io Engineering Platform Get details and aggregate metrics for a traceroute test
apis-io-engineering-platform-get-network
APIs.io Engineering Platform Get network path breakdown for a traceroute test
apis-io-engineering-platform-get-percentiles-2
APIs.io Engineering Platform Get percentiles for a traceroute test
Capability Spec
naftiko: 1.0.0-alpha2
info:
label: APIs.io Engineering Platform Cloudflare API — DEX Synthetic Application Monitoring
description: 'APIs.io Engineering Platform Cloudflare API — DEX Synthetic Application Monitoring. 12 operations. Lead operation:
APIs.io Engineering Platform List Cloudflare colos. Self-contained Naftiko capability covering one Engineering Platform
business surface.'
tags:
- Engineering Platform
- DEX Synthetic Application Monitoring
created: '2026-05-19'
modified: '2026-05-19'
binds:
- namespace: env
keys:
ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
consumes:
- type: http
namespace: cloudflare-dex-synthetic-application-monitoring
baseUri: ''
description: APIs.io Engineering Platform Cloudflare API — DEX Synthetic Application Monitoring business capability. Self-contained,
no shared references.
resources:
- name: accounts-account_id-dex-colos
path: /accounts/{account_id}/dex/colos
operations:
- name: dexendpointslistcolos
method: GET
description: APIs.io Engineering Platform List Cloudflare colos
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: account_id
in: path
type: string
description: unique identifier linked to an account in the API request path.
required: true
- name: from
in: query
type: string
description: Start time for connection period in RFC3339 (ISO 8601) format.
required: true
- name: to
in: query
type: string
description: End time for connection period in RFC3339 (ISO 8601) format.
required: true
- name: sortBy
in: query
type: string
description: Type of usage that colos should be sorted by. If unspecified, returns all Cloudflare colos sorted alphabetically.
- name: accounts-account_id-dex-fleet-status-devices
path: /accounts/{account_id}/dex/fleet-status/devices
operations:
- name: dexfleetstatusdevices
method: GET
description: APIs.io Engineering Platform List fleet status devices
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: account_id
in: path
type: string
description: Unique identifier for account
required: true
- name: to
in: query
type: string
description: Time range end in ISO format
required: true
- name: from
in: query
type: string
description: Time range beginning in ISO format
required: true
- name: page
in: query
type: string
description: Page number
required: true
- name: per_page
in: query
type: string
description: Number of results per page
required: true
- name: sort_by
in: query
type: string
description: Dimension to sort results by
- name: colo
in: query
type: string
description: Cloudflare colo
- name: device_id
in: query
type: string
description: Device-specific ID, given as UUID v4
- name: mode
in: query
type: string
description: The mode under which the WARP client is run
- name: status
in: query
type: string
description: Network status
- name: platform
in: query
type: string
description: Operating system
- name: version
in: query
type: string
description: WARP client version
- name: source
in: query
type: string
description: 'Source:'
- name: accounts-account_id-dex-fleet-status-live
path: /accounts/{account_id}/dex/fleet-status/live
operations:
- name: dexfleetstatuslive
method: GET
description: APIs.io Engineering Platform List fleet status details by dimension
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: account_id
in: path
type: string
description: Unique identifier for account
required: true
- name: since_minutes
in: query
type: string
description: Number of minutes before current time
required: true
- name: accounts-account_id-dex-fleet-status-over-time
path: /accounts/{account_id}/dex/fleet-status/over-time
operations:
- name: dexfleetstatusovertime
method: GET
description: APIs.io Engineering Platform List fleet status aggregate details by dimension
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: account_id
in: path
type: string
description: Unique identifier for account
required: true
- name: to
in: query
type: string
description: Time range end in ISO format
required: true
- name: from
in: query
type: string
description: Time range beginning in ISO format
required: true
- name: colo
in: query
type: string
description: Cloudflare colo
- name: device_id
in: query
type: string
description: Device-specific ID, given as UUID v4
- name: accounts-account_id-dex-http-tests-test_id
path: /accounts/{account_id}/dex/http-tests/{test_id}
operations:
- name: dexendpointshttptestdetails
method: GET
description: APIs.io Engineering Platform Get details and aggregate metrics for an http test
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: account_id
in: path
type: string
description: unique identifier linked to an account in the API request path.
required: true
- name: test_id
in: path
type: string
description: unique identifier for a specific test
required: true
- name: deviceId
in: query
type: array
description: Optionally filter result stats to a specific device(s). Cannot be used in combination with colo param.
- name: from
in: query
type: string
description: Start time for aggregate metrics in ISO ms
required: true
- name: to
in: query
type: string
description: End time for aggregate metrics in ISO ms
required: true
- name: interval
in: query
type: string
description: Time interval for aggregate time slots.
required: true
- name: colo
in: query
type: string
description: Optionally filter result stats to a Cloudflare colo. Cannot be used in combination with deviceId param.
- name: accounts-account_id-dex-http-tests-test_id-percentiles
path: /accounts/{account_id}/dex/http-tests/{test_id}/percentiles
operations:
- name: dexendpointshttptestpercentiles
method: GET
description: APIs.io Engineering Platform Get percentiles for an http test
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: account_id
in: path
type: string
description: unique identifier linked to an account in the API request path.
required: true
- name: test_id
in: path
type: string
description: unique identifier for a specific test
required: true
- name: deviceId
in: query
type: array
description: Optionally filter result stats to a specific device(s). Cannot be used in combination with colo param.
- name: from
in: query
type: string
description: Start time for aggregate metrics in ISO format
required: true
- name: to
in: query
type: string
description: End time for aggregate metrics in ISO format
required: true
- name: colo
in: query
type: string
description: Optionally filter result stats to a Cloudflare colo. Cannot be used in combination with deviceId param.
- name: accounts-account_id-dex-tests-overview
path: /accounts/{account_id}/dex/tests/overview
operations:
- name: dexendpointslisttestsoverview
method: GET
description: APIs.io Engineering Platform List DEX test analytics
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: account_id
in: path
type: string
description: unique identifier linked to an account in the API request path.
required: true
- name: colo
in: query
type: string
description: Optionally filter result stats to a Cloudflare colo. Cannot be used in combination with deviceId param.
- name: testName
in: query
type: string
description: Optionally filter results by test name
- name: deviceId
in: query
type: array
description: Optionally filter result stats to a specific device(s). Cannot be used in combination with colo param.
- name: page
in: query
type: number
description: Page number of paginated results
- name: per_page
in: query
type: number
description: Number of items per page
- name: accounts-account_id-dex-tests-unique-devices
path: /accounts/{account_id}/dex/tests/unique-devices
operations:
- name: dexendpointstestsuniquedevices
method: GET
description: APIs.io Engineering Platform Get count of devices targeted
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: account_id
in: path
type: string
description: unique identifier linked to an account in the API request path.
required: true
- name: testName
in: query
type: string
description: Optionally filter results by test name
- name: deviceId
in: query
type: array
description: Optionally filter result stats to a specific device(s). Cannot be used in combination with colo param.
- name: accounts-account_id-dex-traceroute-test-results-test_result_id-network-path
path: /accounts/{account_id}/dex/traceroute-test-results/{test_result_id}/network-path
operations:
- name: dexendpointstraceroutetestresultnetworkpath
method: GET
description: APIs.io Engineering Platform Get details for a specific traceroute test run
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: account_id
in: path
type: string
description: unique identifier linked to an account
required: true
- name: test_result_id
in: path
type: string
description: unique identifier for a specific traceroute test
required: true
- name: accounts-account_id-dex-traceroute-tests-test_id
path: /accounts/{account_id}/dex/traceroute-tests/{test_id}
operations:
- name: dexendpointstraceroutetestdetails
method: GET
description: APIs.io Engineering Platform Get details and aggregate metrics for a traceroute test
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: account_id
in: path
type: string
description: Unique identifier linked to an account
required: true
- name: test_id
in: path
type: string
description: Unique identifier for a specific test
required: true
- name: deviceId
in: query
type: array
description: Optionally filter result stats to a specific device(s). Cannot be used in combination with colo param.
- name: from
in: query
type: string
description: Start time for aggregate metrics in ISO ms
required: true
- name: to
in: query
type: string
description: End time for aggregate metrics in ISO ms
required: true
- name: interval
in: query
type: string
description: Time interval for aggregate time slots.
required: true
- name: colo
in: query
type: string
description: Optionally filter result stats to a Cloudflare colo. Cannot be used in combination with deviceId param.
- name: accounts-account_id-dex-traceroute-tests-test_id-network-path
path: /accounts/{account_id}/dex/traceroute-tests/{test_id}/network-path
operations:
- name: dexendpointstraceroutetestnetworkpath
method: GET
description: APIs.io Engineering Platform Get network path breakdown for a traceroute test
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: account_id
in: path
type: string
description: unique identifier linked to an account
required: true
- name: test_id
in: path
type: string
description: unique identifier for a specific test
required: true
- name: deviceId
in: query
type: string
description: Device to filter tracroute result runs to
required: true
- name: from
in: query
type: string
description: Start time for aggregate metrics in ISO ms
required: true
- name: to
in: query
type: string
description: End time for aggregate metrics in ISO ms
required: true
- name: interval
in: query
type: string
description: Time interval for aggregate time slots.
required: true
- name: accounts-account_id-dex-traceroute-tests-test_id-percentiles
path: /accounts/{account_id}/dex/traceroute-tests/{test_id}/percentiles
operations:
- name: dexendpointstraceroutetestpercentiles
method: GET
description: APIs.io Engineering Platform Get percentiles for a traceroute test
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: account_id
in: path
type: string
description: unique identifier linked to an account in the API request path.
required: true
- name: test_id
in: path
type: string
description: unique identifier for a specific test
required: true
- name: deviceId
in: query
type: array
description: Optionally filter result stats to a specific device(s). Cannot be used in combination with colo param.
- name: from
in: query
type: string
description: Start time for aggregate metrics in ISO format
required: true
- name: to
in: query
type: string
description: End time for aggregate metrics in ISO format
required: true
- name: colo
in: query
type: string
description: Optionally filter result stats to a Cloudflare colo. Cannot be used in combination with deviceId param.
authentication:
type: bearer
token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
exposes:
- type: rest
namespace: cloudflare-dex-synthetic-application-monitoring-rest
port: 8080
description: REST adapter for APIs.io Engineering Platform Cloudflare API — DEX Synthetic Application Monitoring. One
Spectral-compliant resource per consumed operation, prefixed with /v1.
resources:
- path: /v1/accounts/{account-id}/dex/colos
name: accounts-account-id-dex-colos
description: REST surface for accounts-account_id-dex-colos.
operations:
- method: GET
name: dexendpointslistcolos
description: APIs.io Engineering Platform List Cloudflare colos
call: cloudflare-dex-synthetic-application-monitoring.dexendpointslistcolos
with:
account_id: rest.account_id
from: rest.from
to: rest.to
sortBy: rest.sortBy
outputParameters:
- type: object
mapping: $.
- path: /v1/accounts/{account-id}/dex/fleet-status/devices
name: accounts-account-id-dex-fleet-status-devices
description: REST surface for accounts-account_id-dex-fleet-status-devices.
operations:
- method: GET
name: dexfleetstatusdevices
description: APIs.io Engineering Platform List fleet status devices
call: cloudflare-dex-synthetic-application-monitoring.dexfleetstatusdevices
with:
account_id: rest.account_id
to: rest.to
from: rest.from
page: rest.page
per_page: rest.per_page
sort_by: rest.sort_by
colo: rest.colo
device_id: rest.device_id
mode: rest.mode
status: rest.status
platform: rest.platform
version: rest.version
source: rest.source
outputParameters:
- type: object
mapping: $.
- path: /v1/accounts/{account-id}/dex/fleet-status/live
name: accounts-account-id-dex-fleet-status-live
description: REST surface for accounts-account_id-dex-fleet-status-live.
operations:
- method: GET
name: dexfleetstatuslive
description: APIs.io Engineering Platform List fleet status details by dimension
call: cloudflare-dex-synthetic-application-monitoring.dexfleetstatuslive
with:
account_id: rest.account_id
since_minutes: rest.since_minutes
outputParameters:
- type: object
mapping: $.
- path: /v1/accounts/{account-id}/dex/fleet-status/over-time
name: accounts-account-id-dex-fleet-status-over-time
description: REST surface for accounts-account_id-dex-fleet-status-over-time.
operations:
- method: GET
name: dexfleetstatusovertime
description: APIs.io Engineering Platform List fleet status aggregate details by dimension
call: cloudflare-dex-synthetic-application-monitoring.dexfleetstatusovertime
with:
account_id: rest.account_id
to: rest.to
from: rest.from
colo: rest.colo
device_id: rest.device_id
outputParameters:
- type: object
mapping: $.
- path: /v1/accounts/{account-id}/dex/http-tests/{test-id}
name: accounts-account-id-dex-http-tests-test-id
description: REST surface for accounts-account_id-dex-http-tests-test_id.
operations:
- method: GET
name: dexendpointshttptestdetails
description: APIs.io Engineering Platform Get details and aggregate metrics for an http test
call: cloudflare-dex-synthetic-application-monitoring.dexendpointshttptestdetails
with:
account_id: rest.account_id
test_id: rest.test_id
deviceId: rest.deviceId
from: rest.from
to: rest.to
interval: rest.interval
colo: rest.colo
outputParameters:
- type: object
mapping: $.
- path: /v1/accounts/{account-id}/dex/http-tests/{test-id}/percentiles
name: accounts-account-id-dex-http-tests-test-id-percentiles
description: REST surface for accounts-account_id-dex-http-tests-test_id-percentiles.
operations:
- method: GET
name: dexendpointshttptestpercentiles
description: APIs.io Engineering Platform Get percentiles for an http test
call: cloudflare-dex-synthetic-application-monitoring.dexendpointshttptestpercentiles
with:
account_id: rest.account_id
test_id: rest.test_id
deviceId: rest.deviceId
from: rest.from
to: rest.to
colo: rest.colo
outputParameters:
- type: object
mapping: $.
- path: /v1/accounts/{account-id}/dex/tests/overview
name: accounts-account-id-dex-tests-overview
description: REST surface for accounts-account_id-dex-tests-overview.
operations:
- method: GET
name: dexendpointslisttestsoverview
description: APIs.io Engineering Platform List DEX test analytics
call: cloudflare-dex-synthetic-application-monitoring.dexendpointslisttestsoverview
with:
account_id: rest.account_id
colo: rest.colo
testName: rest.testName
deviceId: rest.deviceId
page: rest.page
per_page: rest.per_page
outputParameters:
- type: object
mapping: $.
- path: /v1/accounts/{account-id}/dex/tests/unique-devices
name: accounts-account-id-dex-tests-unique-devices
description: REST surface for accounts-account_id-dex-tests-unique-devices.
operations:
- method: GET
name: dexendpointstestsuniquedevices
description: APIs.io Engineering Platform Get count of devices targeted
call: cloudflare-dex-synthetic-application-monitoring.dexendpointstestsuniquedevices
with:
account_id: rest.account_id
testName: rest.testName
deviceId: rest.deviceId
outputParameters:
- type: object
mapping: $.
- path: /v1/accounts/{account-id}/dex/traceroute-test-results/{test-result-id}/network-path
name: accounts-account-id-dex-traceroute-test-results-test-result-id-network-path
description: REST surface for accounts-account_id-dex-traceroute-test-results-test_result_id-network-path.
operations:
- method: GET
name: dexendpointstraceroutetestresultnetworkpath
description: APIs.io Engineering Platform Get details for a specific traceroute test run
call: cloudflare-dex-synthetic-application-monitoring.dexendpointstraceroutetestresultnetworkpath
with:
account_id: rest.account_id
test_result_id: rest.test_result_id
outputParameters:
- type: object
mapping: $.
- path: /v1/accounts/{account-id}/dex/traceroute-tests/{test-id}
name: accounts-account-id-dex-traceroute-tests-test-id
description: REST surface for accounts-account_id-dex-traceroute-tests-test_id.
operations:
- method: GET
name: dexendpointstraceroutetestdetails
description: APIs.io Engineering Platform Get details and aggregate metrics for a traceroute test
call: cloudflare-dex-synthetic-application-monitoring.dexendpointstraceroutetestdetails
with:
account_id: rest.account_id
test_id: rest.test_id
deviceId: rest.deviceId
from: rest.from
to: rest.to
interval: rest.interval
colo: rest.colo
outputParameters:
- type: object
mapping: $.
- path: /v1/accounts/{account-id}/dex/traceroute-tests/{test-id}/network-path
name: accounts-account-id-dex-traceroute-tests-test-id-network-path
description: REST surface for accounts-account_id-dex-traceroute-tests-test_id-network-path.
operations:
- method: GET
name: dexendpointstraceroutetestnetworkpath
description: APIs.io Engineering Platform Get network path breakdown for a traceroute test
call: cloudflare-dex-synthetic-application-monitoring.dexendpointstraceroutetestnetworkpath
with:
account_id: rest.account_id
test_id: rest.test_id
deviceId: rest.deviceId
from: rest.from
to: rest.to
interval: rest.interval
outputParameters:
- type: object
mapping: $.
- path: /v1/accounts/{account-id}/dex/traceroute-tests/{test-id}/percentiles
name: accounts-account-id-dex-traceroute-tests-test-id-percentiles
description: REST surface for accounts-account_id-dex-traceroute-tests-test_id-percentiles.
operations:
- method: GET
name: dexendpointstraceroutetestpercentiles
description: APIs.io Engineering Platform Get percentiles for a traceroute test
call: cloudflare-dex-synthetic-application-monitoring.dexendpointstraceroutetestpercentiles
with:
account_id: rest.account_id
test_id: rest.test_id
deviceId: rest.deviceId
from: rest.from
to: rest.to
colo: rest.colo
outputParameters:
- type: object
mapping: $.
- type: mcp
namespace: cloudflare-dex-synthetic-application-monitoring-mcp
port: 9090
transport: http
description: MCP adapter for APIs.io Engineering Platform Cloudflare API — DEX Synthetic Application Monitoring. One tool
per consumed operation, routed inline through this capability's consumes block.
tools:
- name: apis-io-engineering-platform-list-cloudflare
description: APIs.io Engineering Platform List Cloudflare colos
hints:
readOnly: true
destructive: false
idempotent: true
call: cloudflare-dex-synthetic-application-monitoring.dexendpointslistcolos
with:
account_id: tools.account_id
from: tools.from
to: tools.to
sortBy: tools.sortBy
outputParameters:
- type: object
mapping: $.
- name: apis-io-engineering-platform-list-fleet
description: APIs.io Engineering Platform List fleet status devices
hints:
readOnly: true
destructive: false
idempotent: true
call: cloudflare-dex-synthetic-application-monitoring.dexfleetstatusdevices
with:
account_id: tools.account_id
to: tools.to
from: tools.from
page: tools.page
per_page: tools.per_page
sort_by: tools.sort_by
colo: tools.colo
device_id: tools.device_id
mode: tools.mode
status: tools.status
platform: tools.platform
version: tools.version
source: tools.source
outputParameters:
- type: object
mapping: $.
- name: apis-io-engineering-platform-list-fleet-2
description: APIs.io Engineering Platform List fleet status details by dimension
hints:
readOnly: true
destructive: false
idempotent: true
call: cloudflare-dex-synthetic-application-monitoring.dexfleetstatuslive
with:
account_id: tools.account_id
since_minutes: tools.since_minutes
outputParameters:
- type: object
mapping: $.
- name: apis-io-engineering-platform-list-fleet-3
description: APIs.io Engineering Platform List fleet status aggregate details by dimension
hints:
readOnly: true
destructive: false
idempotent: true
call: cloudflare-dex-synthetic-application-monitoring.dexfleetstatusovertime
with:
account_id: tools.account_id
to: tools.to
from: tools.from
colo: tools.colo
device_id: tools.device_id
outputParameters:
- type: object
mapping: $.
- name: apis-io-engineering-platform-get-details
description: APIs.io Engineering Platform Get details and aggregate metrics for an http test
hints:
readOnly: true
destructive: false
idempotent: true
call: cloudflare-dex-synthetic-application-monitoring.dexendpointshttptestdetails
with:
account_id: tools.account_id
test_id: tools.test_id
deviceId: tools.deviceId
from: tools.from
to: tools.to
interval: tools.interval
colo: tools.colo
outputParameters:
- type: object
mapping: $.
- name: apis-io-engineering-platform-get-percentiles
description: APIs.io Engineering Platform Get percentiles for an http test
hints:
readOnly: true
destructive: false
idempotent: true
call: cloudflare-dex-synthetic-application-monitoring.dexendpointshttptestpercentiles
with:
account_id: tools.account_id
test_id: tools.test_id
deviceId: tools.deviceId
from: tools.from
to: tools.to
colo: tools.colo
outputParameters:
- type: object
mapping: $.
- name: apis-io-engineering-platform-list-dex
description: APIs.io Engineering Platform List DEX test analytics
hints:
readOnly: true
destructive: false
idempotent: true
call: cloudflare-dex-synthetic-application-monitoring.dexendpointslisttestsoverview
with:
account_id: tools.account_id
colo: tools.colo
testName: tools.testName
deviceId: tools.deviceId
page: tools.page
per_page: tools.per_page
outputParameters:
- type: object
mapping: $.
- name: apis-io-engineering-platform-get-count
description: APIs.io Engineering Platform Get count of devices targeted
hints:
readOnly: true
destructive: false
idempotent: true
call: cloudflare-dex-synthetic-application-monitoring.dexendpointstestsuniquedevices
with:
account_id: tools.account_id
testName: tools.testName
deviceId: tools.deviceId
outputParameters:
- type: object
mapping: $.
- name: apis-io-engineering-platform-get-details-2
description: APIs.io Engineering Platform Get details for a specific traceroute test run
hints:
readOnly: true
destructive: false
idempotent: true
call: cloudflare-dex-synthetic-application-monitoring.dexendpointstraceroutetestresultnetworkpath
with:
account_id: tools.account_id
test_result_id: tools.test_result_id
outputParameters:
- type: object
mapping: $.
- name: apis-io-engineering-platform-get-details-3
description: APIs.io Engineering Platform Get details and aggregate metrics for a traceroute test
hints:
readOnly: true
destructive: false
idempotent: true
call: cloudflare-dex-synthetic-application-monitoring.dexendpointstraceroutetestdetails
with:
account_id: tools.account_id
test_id: tools.test_id
deviceId: tools.deviceId
from: tools.from
to: tools.to
interval: tools.interval
colo: tools.colo
outputParameters:
- type: object
mapping: $.
- name: apis-io-engineering-platform-get-network
description: APIs.io Engineering Platform Get network path breakdown for a traceroute test
hints:
readOnly: true
destructive: false
idempotent: true
call: cloudflare-dex-synthetic-application-monitoring.dexendpointstraceroutetestnetworkpath
with:
account_id: tools.account_id
test_id: tools.test_id
deviceId: tools.deviceId
from: tools.from
to: tools.to
interval: tools.interval
outputParameters:
- type: object
mapping: $.
- name: apis-io-engineering-platform-get-percentiles-2
description: APIs.io Engineering Platform Get percentiles for a traceroute test
hints:
readOnly: true
destructive: false
idempotent: true
call: cloudflare-dex-synthetic-application-monitoring.dexendpointstraceroutetes
# --- truncated at 32 KB (32 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/apis-io-engineering-platform/refs/heads/main/capabilities/cloudflare-dex-synthetic-application-monitoring.yaml