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

Count ACL destinations by state

get
Authorizations
defguard_sessionstringRequired
Responses
200

Number of ACL destinations in each state.

application/json
appliedinteger · int64Required
pendinginteger · int64Required
get/api/v1/acl/destination/count
GET /api/v1/acl/destination/count HTTP/1.1
Accept: */*
{
  "applied": 1,
  "pending": 1
}

Last updated

Was this helpful?