OK
Bad Request. The request parameters (or body) were malformed or invalid. Fix the issues with the request and try again.
Unauthorized request. Make sure token was included and is valid and try again.
Forbidden. You are not permitted to access the requested resource.
Not Found. The specified resource (or resource referred to by id) was not found
Request could not be processed because of conflict in the current state of the resource.
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.
curl -i -X PATCH \ 'http://endpoint-control-service:8080/endpoint-control-service/v1/command-message/{id}/status/{status}' \ -H 'x-auth-token: YOUR_API_KEY_HERE'
{- "id": "string",
- "status": "CREATED",
- "endpointId": "string",
- "orgId": "string",
- "createdBy": {
- "username": "string",
- "authenticator": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedBy": {
- "username": "string",
- "authenticator": "string"
}, - "updatedAt": "2019-08-24T14:15:22Z",
- "version": {
- "sequenceNumber": 0,
- "primaryTerm": 0
}, - "module": "string",
- "name": "string",
- "uuid": "string",
- "ruuid": "string",
- "ts": "2019-08-24T14:15:22Z",
- "payload": { }
}