v6

latestSwagger 2.02026-08-0744314411.7 MB
remote_servers
Agent Nodes

List Files.com Agent nodes

List Files.com Agent nodes

get/remote_servers/{id}/agent_nodes

Path parameters

idinteger required

Remote Server ID.

Response

The RemoteServers object.

node_idstring

Stable Agent installation ID

namestring

Customer-configured Agent node name

hostnamestring

Hostname reported by the Agent

availability_role'primary' | 'auto' | 'standby'

Configured traffic preference

connection_status'connected' | 'disconnected'

Whether this node is currently available for traffic

is_defaultboolean

Whether this node is the current default route for new unscoped work

agent_versionstring

Agent version reported by this node

direct_transfer_availableboolean

Whether the proxy recently validated a direct connection to this Agent node. False means direct transfers are enabled but not currently available; null means disabled or unsupported.

last_seen_atstring date-time

Most recent successful node observation

Example response

{
  "node_id": "example",
  "name": "example",
  "hostname": "example",
  "availability_role": "example",
  "connection_status": "example",
  "is_default": true,
  "agent_version": "example",
  "direct_transfer_available": true,
  "last_seen_at": "2000-01-01T01:00:00Z"
}