Process Callback
Controller method, callbacks from the Work Item service to the Management service.
Request
URI
POST
https://{api_host}/management-service/api/work-item/callbacks
COPY
Request Body
instance of WorkItemCallbackAction
workItemCallbackAction of type(s) application/json
Required
{
"targetId": "string",
"workItemTypeId": "string",
"formData": {
"entries": [
{
"key": "string"
}
]
},
"workItemId": "string",
"assignee": "string",
"completeActionId": "string",
"completedDate": "string"
}
string
targetId
Optional
targetId
string
workItemTypeId
Optional
workItemTypeId
string
workItemId
Optional
workItemId
string
assignee
Optional
assignee
string
completeActionId
Optional
completeActionId
string As date-time As date-time
completedDate
Optional
completedDate
Responses
200
Success.
Operation doesn't return any data structure
Reclamation Operations
POST
Cancel Reclamation Requests
POST
Create Management Endpoint
POST
Create Work Items
PUT
Get Certificate
GET
Get Management Endpoint
GET
Get Reclamation Requests
PUT
Get Vm Performance Metrics
GET
Get Vm Performance Metrics For Vm
GET
Is Vrops Configured
POST
Process Callback
DELETE
Remove Management Endpoint
PUT
Test Connection
PUT
Update Management Endpoint