Method To Be called By o11n gateway service To indicate the workflow completed
Callback called by the provider o11n-gateway-service
Request
URI
POST
https://{api_host}/ipam-service//api/o11n-gateway/workflow/callback
COPY
Request Body
Result of the requested workflow
routineRunRunResult of type(s) application/json
Required
{
"requestedBy": "string",
"correlation": {
"correlationType": "string",
"correlationId": "string"
},
"resultData": {
"entries": [
{
"key": "string"
}
]
},
"requestId": "string",
"runDetails": "string",
"resultHeader": {
"entries": [
{
"key": "string"
}
]
},
"runStatus": "string",
"createDate": "string",
"completeDate": "string"
}
string
requestedBy
Optional
requestedBy
string
requestId
Optional
requestId
string
runDetails
Optional
runDetails
string
runStatus
Optional
runStatus
Possible values are : CANCELED, COMPLETED, RUNNING, SUSPENDED, WAITING, WAITING_SIGNAL, FAILED, INITIALIZING,
string As date-time As date-time
createDate
Optional
createDate
string As date-time As date-time
completeDate
Optional
completeDate
Responses
204
Indicate completion of a request
Operation doesn't return any data structure
403
Unauthorized user, expecting a solution user
Operation doesn't return any data structure