List Tasks

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
Authentication
This operation uses the following authentication methods.
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