GET private-agents
Retrieves a list of private agents for the current customer.
Request example
curl --request GET "https://api-asm1.apica.io/v3/private-agents?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"
Response body model example and description
[ { "agent_id": "dedcc765-6e09-487b-8f42-71e986641466", "agent_name": "sample string 2", "customer_guid": "5507d22e-00ad-4f44-a185-b1c927707d56", "geoloc": "sample string 4", "created_utc": "2025-08-13T22:24:11", "last_updated_utc": "2025-08-13T22:24:11", "enabled": true, "health": "sample string 8", "status": "sample string 9", "status_updated_at": 10, "certificate_valid_from_utc": "2025-08-13T22:24:11", "certificate_valid_till_utc": "2025-08-13T22:24:11", "node_status": "sample string 13", "status_description": "sample string 14", "scheduling_eligibility": "sample string 15" }, { "agent_id": "51304e3a-75d6-4b04-9f3b-793de5af190a", "agent_name": "sample string 2", "customer_guid": "fb1696a2-9a9a-4d9e-9ea9-7c5161c4e92d", "geoloc": "sample string 4", "created_utc": "2025-08-13T22:24:11", "last_updated_utc": "2025-08-13T22:24:11", "enabled": true, "health": "sample string 8", "status": "sample string 9", "status_updated_at": 10, "certificate_valid_from_utc": "2025-08-13T22:24:11", "certificate_valid_till_utc": "2025-08-13T22:24:11", "node_status": "sample string 13", "status_description": "sample string 14", "scheduling_eligibility": "sample string 15" }, { "agent_id": "b70c9021-94ba-4ee3-8cbe-0d5a456d5a0a", "agent_name": "sample string 2", "customer_guid": "8b523265-1a51-4990-b327-a3e245088359", "geoloc": "sample string 4", "created_utc": "2025-08-13T22:24:11", "last_updated_utc": "2025-08-13T22:24:11", "enabled": true, "health": "sample string 8", "status": "sample string 9", "status_updated_at": 10, "certificate_valid_from_utc": "2025-08-13T22:24:11", "certificate_valid_till_utc": "2025-08-13T22:24:11", "node_status": "sample string 13", "status_description": "sample string 14", "scheduling_eligibility": "sample string 15" } ]
Name | Type | Description |
---|---|---|
AgentId | Guid |
The unique identifier of the agent. |
AgentName | String |
The name of the agent. |
CustomerGuid | Guid |
The unique identifier of the customer. |
Geoloc | String |
The geolocation string. |
CreatedUtc | DateTime |
The UTC timestamp when the agent was created. |
LastUpdatedUtc | DateTime |
The UTC timestamp when the agent was last updated. |
Enabled | Boolean |
Indicates whether the agent is enabled. |
Health | String |
The health status of the agent. |
Status | String |
The current status of the agent. |
StatusUpdatedAt | Integer |
The timestamp when the status was last updated. |
CertificateValidFromUtc | DateTime |
The UTC timestamp from when the agent's certificate is valid. |
CertificateValidTillUtc | DateTime |
The UTC timestamp until the agent's certificate is valid. |
NodeStatus | String |
The status of the node. |
StatusDescription | String |
A description of the agent's status. |
SchedulingEligibility | String |
Indicates the scheduling eligibility of the agent. |