Keep Client Alive Overview
Request
POST /api/reports/clients/keepAlive/{clientID}
Path parameters
| Name | Type | Description |
|---|---|---|
clientId |
String | ID of the service client. Returned by Register Client. |
Response
| HTTP Status Code | Description |
|---|---|
204 NoContent |
Client expiration successfully extended |
400 Bad Request |
The specified clientId cannot be found (expired) |
Sample
-
Request
POST /api/reports/clients/keepAlive/bfe79165c60 HTTP/1.1 -
Response
HTTP/1.1 204 NoContent