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 HTTP Server Endpoint Scheduled Tests API

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

ThousandEyes HTTP 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 HTTP 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 64 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 64 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 HTTP 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.

HTTP Server Endpoint Scheduled Tests 5
GET
/endpoint/tests/scheduled-tests/http-server
List HTTP server endpoint scheduled tests
getHttpServerEndpointScheduledTests 1 param → 200401403429500502default
POST
/endpoint/tests/scheduled-tests/http-server
Create HTTP server endpoint scheduled test
createHttpServerEndpointScheduledTest 1 param body → 201400401403404429500502
GET
/endpoint/tests/scheduled-tests/http-server/{testId}
Retrieves HTTP server endpoint scheduled test
getHttpServerEndpointScheduledTest 2 params → 200401403404429500502default
PATCH
/endpoint/tests/scheduled-tests/http-server/{testId}
Update HTTP server endpoint scheduled test
updateHttpServerEndpointScheduledTest 2 params body → 200400401403404429500502
DELETE
/endpoint/tests/scheduled-tests/http-server/{testId}
Delete HTTP server scheduled test
deleteHttpServerEndpointScheduledTest 2 params → 204400401403404429500502

Schemas 64

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

TestUseNtlm
boolean
Set to true to use NTLM, false to use Basic Authentication. Requires username and password to be set.
EndpointSpecificAgentsSelectorType
string
ValidationError
object
EndpointHttpServerTestUrl
string
The test target URL. You can optionally specify the protocol (http or https). - Default Protocol: If no protocol is specified, https is used by default. - Port…
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.
EndpointTestAuthType
string
HTTP authentication type.
EndpointHttpTestUpdate
EndpointTestAgents
array
List of endpoint agent IDs (obtained from /endpoint/agents endpoint). Required when agentSelectorType is set to specific-agent.
EndpointHttpServerTest
EndpointTestLinks
object
A list of links that can be accessed to get more information.
2 properties
TestCreatedDate
string
UTC created date (ISO date-time format).
EndpointTestResultUrl
string
The test target URL.
ValidationErrorItem
object
3 properties
EndpointHttpServerInstantTest
TestUsername
string
Username for Basic/NTLM authentication.
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.
EndpointHttpServerBaseTest
object
9 properties
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…
EndpointAgentLabelsSelectorType
string
TestHttpTargetTime
integer
Target time for HTTP server completion, specified in milliseconds.
TestSslVersionId
string
SSL version options: Use '0' for automatic selection. Use '3' for SSLv3. Use '4' for TLS v1.0. Use '5' for TLS v1.1. Use '6' for TLS v1.2. Use '7' for TLS v1.3.
TestRequestHasTraceRoute
boolean
Optional flag indicating if the test should run traceroute.
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.
TestPassword
string
Password for Basic/NTLM authentication.
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…
TestRequestHasPing
boolean
Optional flag indicating if the test should run ping.
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
EndpointHttpServerTests
object
2 properties
TagIds
array
List of tag IDs (obtained from /tags endpoint).
EndpointHttpServerTestRequest
EndpointTestSelfLink
TestInterval
integer
Interval between test runs in seconds.
TestLabel
object
3 properties
EndpointAgentSelectorConfig
object
Agents selection object based on agentSelectorType.
1 required
Error
object
5 properties
TestProbeMode
string
Probe mode used by network test, only valid when the protocol is set to TCP.
TestFollowRedirects
boolean
To disable following HTTP/301 or HTTP/302 redirect directives, set this parameter to false.
EndpointAgentLabelsSelectorConfig
object
Agent labels selection object.
4 properties 1 required
EndpointHttpServerType
string
Type of test being queried.
EndpointIpVersionOut
string
For reading current network test configurations, the IP version of the test. Values include V4ONLY, V6ONLY, V6PREFER, and OSDEFAULT.
TestHttpVersion
integer
HTTP protocol version. Set to '2' to prefer HTTP/2, or '1' to use only HTTP/1.1.
TestSslVersion
string
Reflects the verbose SSL protocol version used by a test.
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-http-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 Endpoint 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
Where this information came from

This is an independent, third-party profile of ThousandEyes HTTP 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.