Agents

Pull enabled synthetic monitors assigned to the authenticated agent

GET
/agent/synthetic-monitors

Authorization

AgentBearerAuth
AuthorizationBearer <token>

Capture agent token issued at enrollment

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/agent/synthetic-monitors"
{  "monitors": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "url": "http://example.com",      "intervalSeconds": 0,      "timeoutMs": 0,      "assertions": {        "minTlsVersion": "1.0",        "maxDaysUntilExpiry": 0,        "expectedSan": [          "string"        ],        "maxResponseTimeMs": 0,        "expectHttpStatus": 0      }    }  ]}
{  "message": "string"}
{  "message": "string"}