Send command message

Request
Security:
vc-security
path Parameters
endpoint-id
required
string
Request Body schema: application/json
id
string
status
string (EndpointCommandMessageStatus)
Enum: "CREATED" "SENT" "RETRY" "MSG_SEND_FAIL" "MSG_HYDRATE_FAIL" "MSG_WSS_FAIL"
endpointId
string
orgId
string
object (UserKey)
createdAt
string <date-time>
object (UserKey)
updatedAt
string <date-time>
object (SeqNoPrimaryTerm)
module
string
name
string
uuid
string
ruuid
string
ts
string <date-time>
payload
object
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/command-message/endpoint/{endpoint-id}
Request samples
application/json
{
  • "id": "string",
  • "status": "CREATED",
  • "endpointId": "string",
  • "orgId": "string",
  • "createdBy": {
    },
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedBy": {
    },
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "version": {
    },
  • "module": "string",
  • "name": "string",
  • "uuid": "string",
  • "ruuid": "string",
  • "ts": "2019-08-24T14:15:22Z",
  • "payload": { }
}
Response samples
application/json
{
  • "id": "string",
  • "status": "CREATED",
  • "endpointId": "string",
  • "orgId": "string",
  • "createdBy": {
    },
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedBy": {
    },
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "version": {
    },
  • "module": "string",
  • "name": "string",
  • "uuid": "string",
  • "ruuid": "string",
  • "ts": "2019-08-24T14:15:22Z",
  • "payload": { }
}