Skip to main content
PUT
/
history
/
user-operation
/
{operationId}
/
set-annotation
Set Annotation to an User Operation Log (Historic)
curl --request PUT \
  --url http://{host}:{port}/{contextPath}/history/user-operation/{operationId}/set-annotation \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "annotation": "Instances restarted due to wrong turn"
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

operationId
string
required

The operation id of the operation log to be updated.

Body

application/json
annotation
string | null

The annotation value to put.

Response

Request successful. This method returns no content.