Operations

notify

post

This method forces notification of a given transaction.

Body
Responses
200

OK

application/json
Responseobject
post
/operations/notify

ping

get

This method is used to check the API availability.

Responses
200

OK

application/json
get
/operations/ping
200

OK

getServices

get

Returns the list of the system's internal services and their statuses (active, stopped, etc.) to enable operational monitoring.

Responses
200

OK

application/json
get
/operations/services
200

OK

Stop service

post

Sends a command to stop one or more services indicated in the request body, enabling maintenance or controlled reboot.

Body
Responses
200

OK

application/json
Responseobject
post
/operations/services/stop
200

OK

Publish operation

post

Publishes an operational event or notification in the system, using the JSON payload to specify title, message and recipients.

Body
operationstring · enumOptional

Operation type of the transaction that notification is related to.

Possible values:
tguidstringOptional

Transaction's global unique ID of the transaction that notification is related to.

statusstringOptional

Current status of the transaction that notification is related to.

senderstringOptional

The notification sender.

uguidstringOptional

Global unique ID of an unsolved latent. Only used when the notification is related to a transaction that treats an unsolved latent.

Responses
200

OK

application/json
Responseobject
post
/operations/notification
200

OK

Was this helpful?