For the complete documentation index, see llms.txt. This page is also available as Markdown.

List connected components whose version is incompatible with this Core

get
Authorizations
defguard_sessionstringRequired
Responses
200

All incompatible components.

application/json
objectOptional
get/api/v1/outdated
GET /api/v1/outdated HTTP/1.1
Accept: */*
{
  "gateways": [
    {
      "created": "2026-07-01T10:15:00",
      "hostname": "gateway-1",
      "network_id": "1",
      "version": "1.3.0"
    }
  ],
  "proxy": null
}

Last updated

Was this helpful?