GET
/
org
/
{org}
/
agent
/
{name}
/
-info
curl --request GET \
  --url https://api.cpln.io/org/{org}/agent/{name}/-info
{
  "lastActive": "2023-11-07T05:31:56Z",
  "env": {},
  "peerCount": 123,
  "serviceCount": 123
}

Authorizations

Authorization
string
header
required

Service account key can be used as API keys

Path Parameters

org
string
required
name
string
required

Response

200
application/json
Success
lastActive
string
env
object
peerCount
integer
serviceCount
integer