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 FTP Server Tests API

FTP Server test management operations

ThousandEyes FTP Server 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 FTP Server 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 72 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 72 schemas 1 DELETE2 GET1 POST1 PUT

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 FTP Server 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 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

FTP Server Tests 5

FTP Server test management operations

GET
/tests/ftp-server
List FTP Server tests
getFtpServerTests 1 param → 200401403404429500502default
POST
/tests/ftp-server
Create FTP Server test
createFtpServerTest 2 params body → 201400401403404429500502
GET
/tests/ftp-server/{testId}
Get FTP Server test
getFtpServerTest 4 params → 200401403404429500502default
PUT
/tests/ftp-server/{testId}
Update FTP Server test
updateFtpServerTest 3 params body → 200400401403404429500502
DELETE
/tests/ftp-server/{testId}
Delete FTP Server test
deleteFtpServerTest 2 params → 204401403404429500

Schemas 72

The contract defines 72 schemas that model the data the API accepts and returns. The most detailed are FtpServerProperties (20 properties), AlertRule (13 properties), UnexpandedInstantTest (11 properties), Link (8 properties). Each schema is shown below with its type and property counts.

TestMtuMeasurements
boolean
Set true to measure MTU sizes on network from agents to the target.
TestUrl
string
Target for the test.
FtpServerTestResponse
TestCreatedDate
string
UTC created date (ISO date-time format).
MonitorType
string
Type of monitor
TestCreatedBy
string
User that created the test.
FtpServerProperties
object
20 properties 3 required
TestLinks
object
A list of links that can be accessed to get more information
2 properties
AlertType
string
Type of alert being triggered. In multi-layered tests, this value represents the layer the alert relates to. See [Alert Details](https://developer.cisco.com/do…
TestAgentRequest
object
2 properties 1 required
TestPathTraceMode
string
Select inSession to perform the path trace within a TCP session.
TestInterval
integer
Interval between test runs in seconds.
TestLabel
object
3 properties
TestIpv6Policy
string
IP version policy. Overrides the IPv6 policy configured at the agent level.
FtpServerTest
TestBgpMonitors
array
Contains list of enabled BGP monitors.
SelfLinks
object
A links object containing the self link.
1 property
SharedWithAccount
object
2 properties
Coordinates
object
Geographic coordinates for agent location.
2 properties
TestTag
object
3 properties
AlertRule
object
13 properties
BaseRequest
object
4 properties
AgentResponse
SimpleAgent
object
AlertRoundsViolationMode
string
exact requires the same agents to meet the threshold in consecutive rounds. auto is only enabled for CEA and Endpoint Scheduled test rules. The default is any.
UnexpandedInstantTest
object
11 properties
TestType
string
This is a read only value, as test type is implicit in the test creation url.
UnauthorizedError
object
2 properties
InstantTest
TestResults
array
Reference to the test results.
TestAgentsResponse
array
Contains list of agents.
TestRandomizedStartTime
boolean
Indicates whether agents should randomize the start time in each test round.
TestBgpMeasurements
boolean
Set to true to enable bgp measurements.
TestNetworkMeasurements
boolean
Enable or disable network measurements. Set to true to enable or false to disable network measurements.
AlertDirection
string
Direction for applicable alert types (eg. path trace, End-to-End (Agent) etc.)
BaseTest
FtpServerRequestType
string
Set the type of activity for the test.
UnexpandedTest
object
3 properties
Monitor
object
6 properties
ExpandTestOptions
string
TestAgentsRequest
array
Contains list of Agent IDs (get agentId from /agents endpoint).
TestRequest
1 required
FtpServerTestRequest
1 required
FtpServerTests
object
2 properties
TestLabels
array
Labels to which the test is assigned. This field is not returned for Instant Tests.
RuleId
string
Unique ID of the rule.
TestFixedPacketRate
integer
Sets packets rate sent to measure the network in packets per second.
TestPassword
string
Password for Basic/NTLM authentication.
Enabled
boolean
Test is enabled.
TestBandwidthMeasurements
boolean
Set to true to enable bandwidth measurements, only applies to Enterprise agents assigned to the test.
TestMonitorsProperties
object
3 properties
Error
object
5 properties
FtpServerInstantTest
TestProbeMode
string
Probe mode used by network test, only valid when the protocol is set to TCP.
AgentBase
object
3 properties
TestTags
array
Tags assigned to the test. Returned only when expand=tag is specified. This field is not returned for Instant Tests. For more information, see /tags.
CloudEnterpriseAgentType
string
Type of the agent.
TestSelfLink
ValidationError
object
Severity
string
The severity of the alert.
TestNumPathTraces
integer
Number of path traces executed by the agent.
MonitorsRequest
object
1 property
UnexpandedFtpServerTest
TestUsePublicBgp
boolean
Indicate if all available public BGP monitors should be used, when ommited defaults to bgpMeasurements value.
ValidationErrorItem
object
3 properties
TestUsername
string
Username for Basic/NTLM authentication.
SensitivityLevel
string
Used when roundsViolatingMode is set to auto. The default is medium. Higher sensitivity increases the likelihood of triggering alerts.
TestProtocol
string
Protocol used by dependent network tests (end-to-end, path trace, PMTUD).
TestSharedAccounts
array
Link
object
A hyperlink from the containing resource to a URI.
8 properties 1 required
NetworkProviderInfo
object
Information about the network provider that owns the agent's public IP prefix.
3 properties
NetworkProviderType
string
Classification of the agent's network provider.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

thousandeyes-ftp-server-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 FTP Server 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.