List connected components whose version is incompatible with this Core
get
Authorizations
defguard_sessionstringRequired
Responses
200
All incompatible components.
application/json
objectOptional
401
Session is missing or invalid.
application/json
403
Requires admin privileges.
application/json
500
Unable to list outdated components.
application/json
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
}PreviousGet information about this defguard instanceNextCheck whether an email address or username is already taken
Last updated
Was this helpful?