Skip to content
sigiro[.]com

List services seen, with time bounds

Every service that has reported telemetry, with the first and last timestamp seen for each (microseconds since the Unix epoch). The entry point of an agent loop: pick a service here, then investigate it.

Request

GET /v1/services
curl -X GET "https://api.sigiro.com/v1/services"
Auth
None. Self-hosted default; the hosted service requires a tenant key.

Responses

200List of servicesapplication/json

example
{
  "services": [
    {
      "firstSeen": "string",
      "lastSeen": "string",
      "name": "string",
      "spanCount": 0
    }
  ]
}

Every field and constraint is in /openapi.json, which is the document this page is generated from.