Retrieves count of UTMEndpoints that match given criteria

Request
Security:
vc-security
Request Body schema: application/json
connectionStatuses
Array of strings (ConnectionStatus)
Items Enum: "CONNECTED" "POTENTIALLY_DISCONNECTED" "DISCONNECTED" "NEVER"
externalStatuses
Array of strings (ExternalStatus)
Items Enum: "PROVISIONING" "ACTIVE" "INACTIVE" "MIGRATED_TO_SQL"
siteId
string
orgId
string
siteOrgName
string
siteKey
string
includeChildren
boolean
Default: false
wanStatuses
Array of strings (WANStatus)
Items Enum: "WAN1" "WAN2"
Responses
200

OK

400

Bad Request. The request parameters (or body) were malformed or invalid. Fix the issues with the request and try again.

401

Unauthorized request. Make sure token was included and is valid and try again.

403

Forbidden. You are not permitted to access the requested resource.

500

Internal Server Error. An unexpected error has occurred. This may be due to a transient error. Retry the request and if the issue persists, please contact support.

post/endpoint-control-service/v1/utm-endpoint/count
Request samples
application/json
{
  • "connectionStatuses": [
    ],
  • "externalStatuses": [
    ],
  • "siteId": "string",
  • "orgId": "string",
  • "siteOrgName": "string",
  • "siteKey": "string",
  • "includeChildren": false,
  • "wanStatuses": [
    ]
}
Response samples
application/json
{
  • "count": 0
}