List Tasks
Note: CPA need not be initialized for the pod for invoking this API. All the listed privileges are required -
Privileges | Description |
---|---|
FEDERATED_LDAP_VIEW | Caller should have permission to this privilege, to perform this operation. |
Request
URI
GET
https://{api_host}/rest/federation/v1/cpa/tasks
COPY
Responses
200
OK
[
{
"category": "POD_FEDERATION_CATEGORY",
"id": "a219420d-4799-4517-8f78-39c74c7c4efc",
"percentage_complete": 80,
"result": {
"message": "PodFederation initialization completed.",
"message_id": "POD_FEDERATION_INIT_SUCCESS.",
"result_code": "SUCCESS"
},
"status": "COMPLETED",
"type": "POD_FEDERATION_INITIALIZING"
}
]
401
User is not authenticated
Operation doesn't return any data structure
403
Access to the resource is forbidden
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/rest/federation/v1/cpa/tasks
Federation Operations
GET
Get Pod Federation
PUT
Update Pod Federation
POST
Eject Pod
POST
Initialize CPA
POST
Join CPA
POST
Rotate Key Pair
POST
Uninitialize CPA
POST
Unjoin CPA
GET
List Tasks
GET
Get Task
DELETE
Delete Home Sites
GET
List Home Sites
POST
Create Home Sites
POST
Resolve Home Sites
GET
Get Home Site
GET
List Pod Assignments
GET
Get Pod Assignment
GET
List Pods
GET
Get Pod
PUT
Update Pod
GET
List Pod Endpoint
GET
Get Pod Endpoint
GET
List Sites
POST
Create Site
DELETE
Delete Site
GET
Get Site
PUT
Update Site