List Status Updates
Retrieves the list of status updates
Request
URI
GET
https://{api_host}/iaas-proxy-provider/api/services/{serviceId}/status/{taskId}
COPY
Path Parameters
string
serviceId
Required
The instance id of a ServiceInfo registration with Component Registry.
string
taskId
Required
The task id returned by register().
Responses
200
The status updates are retrieved.
[
{
"iaasRegistrationStatus": "string",
"failure": "string",
"failureStage": "string",
"serviceId": "string",
"taskId": "string"
}
]
403
Forbidden.
Operation doesn't return any data structure
Callback Endpoint Registry Operations
GET
List Status Updates
POST
Register Request
POST
Register Service Callbacks