Get Managed Clients
GET {{baseUrl}}/managed-clients
Get a list of Managed Clients.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
offset | number | Offset into the full result set. Usually specified with limit to paginate through the results. | |
See V3 API Standard Collection Parameters for more information. | |||
limit | number | Max number of results to return. | |
See V3 API Standard Collection Parameters for more information. | |||
count | boolean | If true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored. |
Since requesting a total count can have a performance impact, it is recommended not to send count=true if that value will not be used.
See V3 API Standard Collection Parameters for more information. |
| filters
| string | | Filter results using the standard syntax described in V3 API Standard Collection Parameters
Filtering is supported for the following fields and operators:
id: eq
name: eq
clientId: eq
clusterId: eq |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"clientId":"00be54a2-bb6d-402f-9159-beb2d5319347","clusterId":"e1ff7bb24c934240bbf55e1aa39e41c5","description":"A short description of the ManagedClient","type":"VA","id":"2c9180878eaf4204018eb019c3570003","alertKey":"CLIENT_STATUS_NOT_CONFIGURED","apiGatewayBaseUrl":"eu nulla ","cookbook":"id consectetur","ccId":2248,"ipAddress":"123.456.78.90","lastSeen":"2020-01-01T00:00:00.000000Z","name":"aName","sinceLastSeen":"la","status":"NORMAL","clusterType":"idn","vaDownloadUrl":"aUrl","vaVersion":"va-megapod-useast1-610-1621372012","secret":"ef878e15eaa8c8d3e2fa52f41125e2a0eeadadc6a14f931a33ad3e1b62d56381","createdAt":"2023-08-04T20:48:01.865Z","updatedAt":"2023-08-04T20:48:01.865Z","provisionStatus":"PROVISIONED"},{"clientId":"00be54a2-bb6d-402f-9159-beb2d5319347","clusterId":"e1ff7bb24c934240bbf55e1aa39e41c5","description":"A short description of the ManagedClient","type":"VA","id":"2c9180878eaf4204018eb019c3570003","alertKey":"CLIENT_STATUS_NOT_CONFIGURED","apiGatewayBaseUrl":"qui Duis ipsum dolore dolor","cookbook":"Excepteur esse dolore sunt","ccId":2248,"ipAddress":"123.456.78.90","lastSeen":"2020-01-01T00:00:00.000000Z","name":"aName","sinceLastSeen":"aliqua laborum","status":"NORMAL","clusterType":"idn","vaDownloadUrl":"aUrl","vaVersion":"va-megapod-useast1-610-1621372012","secret":"ef878e15eaa8c8d3e2fa52f41125e2a0eeadadc6a14f931a33ad3e1b62d56381","createdAt":"2023-08-04T20:48:01.865Z","updatedAt":"2023-08-04T20:48:01.865Z","provisionStatus":"PROVISIONED"}]