How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

ThousandEyes Agent to Server Endpoint Scheduled Tests API

The Agent to Server Endpoint Scheduled Tests API from ThousandEyes — 2 operation(s) for agent to server endpoint scheduled tests.

ThousandEyes Agent to Server Endpoint Scheduled Tests API is one of 98 APIs that ThousandEyes publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Agent to Server Endpoint Scheduled Tests. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 5 operations across 2 paths, and defines 51 schemas. It is described by OpenAPI 3.2.0, at version 7.0.100.

Requests are made against a single base URL, https://api.thousandeyes.com/v7.

5 operations 2 paths 51 schemas 1 DELETE2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
7.0.100
Base URL
https://api.thousandeyes.com/v7
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

ThousandEyes Agent to Server Endpoint Scheduled Tests API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — Bearer authentication token

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Agent to Server Endpoint Scheduled Tests 5
GET
/endpoint/tests/scheduled-tests/agent-to-server
List agent to server endpoint scheduled tests
getAgentToServerEndpointScheduledTests 1 param → 200401403429500502default
POST
/endpoint/tests/scheduled-tests/agent-to-server
Creates agent to server endpoint scheduled test
createAgentToServerEndpointScheduledTest 1 param body → 201400401403404429500502
GET
/endpoint/tests/scheduled-tests/agent-to-server/{testId}
Retrieve agent to server endpoint scheduled test
getAgentToServerEndpointScheduledTest 2 params → 200401403404429500502default
PATCH
/endpoint/tests/scheduled-tests/agent-to-server/{testId}
Update agent to server endpoint scheduled test
updateAgentToServerEndpointScheduledTest 2 params body → 200400401403404429500502
DELETE
/endpoint/tests/scheduled-tests/agent-to-server/{testId}
Delete agent to server scheduled test
deleteAgentToServerEndpointScheduledTest 2 params → 204400401403404429500502

Schemas 51

The contract defines 51 schemas that model the data the API accepts and returns. The most detailed are EndpointTest (20 properties), Link (8 properties), EndpointInstantTest (7 properties), TestUpdate (5 properties). Each schema is shown below with its type and property counts.

ValidationError
object
EndpointSpecificAgentsSelectorType
string
TestName
string
Name of the test.
TestIsSavedEvent
boolean
Indicates if the test is a saved event. Note: Saved Events are now called Private Snapshots in the user interface. This change does not affect API.
EndpointTestAgents
array
List of endpoint agent IDs (obtained from /endpoint/agents endpoint). Required when agentSelectorType is set to specific-agent.
TestCreatedDate
string
UTC created date (ISO date-time format).
EndpointTestLinks
object
A list of links that can be accessed to get more information.
2 properties
ValidationErrorItem
object
3 properties
TestPort
integer
Target port.
TestIsEnabled
boolean
Indicates if test is enabled.
TestIsPrioritized
boolean
Indicates whether the test should be prioritized when the number of tests assigned to an agent exceeds the license limit.
EndpointAgentLabelsSelectorType
string
EndpointTestAgentSelectorType
string
Specifies how agents are selected for the endpoint test. Agents can be selected from: - all available agents - a specific list of agents - agents matching tags…
EndpointAgentToServerTestRequest
TestLabels
array
Labels to which the test is assigned. This field is not returned for Instant Tests.
ScheduledTestResults
array
Reference to the test results.
EndpointScheduledTestType
string
Type of test being queried.
TestUpdate
object
5 properties
EndpointTestPort
integer
Port number.
EndpointNetworkTestUpdate
EndpointAgentToServerInstantTest
TestHasPathTraceInSession
boolean
Enables "in session" path trace. When enabled, this option initiates a TCP session with the target server and sends path trace packets within the established T…
EndpointTest
object
20 properties 1 required
EndpointAgentLabels
array
Deprecated. Use tagIds instead. List of endpoint agent label IDs (obtained from /endpoint/labels endpoint), required when agentSelectorType is set to agent-lab…
EndpointInstantTest
object
7 properties 1 required
UnauthorizedError
object
2 properties
EndpointTestMaxMachines
integer
Maximum number of agents which can execute the test.
Link
object
A hyperlink from the containing resource to a URI.
8 properties 1 required
EndpointAgentTagsSelectorType
string
EndpointAllAgentsSelectorType
string
TagIds
array
List of tag IDs (obtained from /tags endpoint).
EndpointAgentToServerTests
object
2 properties
EndpointTestSelfLink
EndpointAgentToServerType
string
Type of test being queried.
TestInterval
integer
Interval between test runs in seconds.
TestLabel
object
3 properties
EndpointAgentToServerTest
EndpointAgentSelectorConfig
object
Agents selection object based on agentSelectorType.
1 required
TestProbeMode
string
Probe mode used by network test, only valid when the protocol is set to TCP.
Error
object
5 properties
EndpointAgentLabelsSelectorConfig
object
Agent labels selection object.
4 properties 1 required
EndpointIpVersionOut
string
For reading current network test configurations, the IP version of the test. Values include V4ONLY, V6ONLY, V6PREFER, and OSDEFAULT.
TestNetworkMeasurements
boolean
Enable or disable network measurements. Set to true to enable or false to disable network measurements.
EndpointSpecificAgentsSelectorConfig
object
Specific agents selection object.
3 properties 1 required
SelfLinks
object
A links object containing the self link.
1 property
EndpointAllAgentsSelectorConfig
object
Any agent selection object.
2 properties 1 required
TestProbeModeResponse
string
Probe mode returned by network test APIs, only valid when the protocol is set to TCP. Configuration responses return user-selectable values, while result respo…
EndpointIpVersionIn
string
For configuring network tests, the IP version of the test.
AccountGroupId
string
A unique identifier associated with your account group. You can retrieve your AccountGroupId from the /account-groups endpoint.
EndpointAgentTagsSelectorConfig
object
Agent tags selection object.
4 properties 1 required
EndpointTestProtocol
string
Protocol requested for the test.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

thousandeyes-agent-to-server-endpoint-scheduled-tests-api-openapi.yml Raw ↑

Other APIs ThousandEyes publishes across the network.

ThousandEyes Account Groups API
ThousandEyes Agent Proxies API
ThousandEyes Agent to Agent Instant Tests API
ThousandEyes Agent to Agent Tests API
ThousandEyes Agent To Server Endpoint Dynamic Tests API
ThousandEyes Agent to Server Endpoint Instant Scheduled Tests API
ThousandEyes Agent to Server Instant Tests API
ThousandEyes Agent to Server Tests API
ThousandEyes Alert Rules API
ThousandEyes Alert Suppression Windows API
ThousandEyes Alerts API
ThousandEyes API Instant Tests API
Where this information came from

This is an independent, third-party profile of ThousandEyes Agent to Server Endpoint Scheduled Tests API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.