Progress APIs
APIs for progress of Federation Tasks
1. Get progress
Use this API to get progress of long running operations in the system. When operations like bootstrap, join or teardown are triggered, as part of response
you receive a request ID. Use this request ID to track the status of the operation.
1.1. Prerequisites
- Request ID
1.2. Steps
- Provide a valid request ID and invoke the API.
cURL Request
$ curl 'https://sfo-vcf01.rainpole.io/v1/sddc-federation/tasks/e579c77c-8e26-4499-bf6a-2027abfd7f5c' -i -X GET \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer etYWR....'
HTTP Request
GET /v1/sddc-federation/tasks/e579c77c-8e26-4499-bf6a-2027abfd7f5c HTTP/1.1
Content-Type: application/json
Host: sfo-vcf01.rainpole.io
Authorization: Bearer etYWR....
HTTP Response
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 212
{
"status" : "SUCCEEDED",
"operation" : null,
"taskId" : null,
"remoteOperationTask" : null,
"progressDetails" : null,
"created" : null,
"lastUpdated" : null,
"errors" : null,
"payload" : null
}
Last updated 2021-11-03 05:03:41 PDT
Operations
GET
Get Progress
Get progress of an invoked operation