Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Get Profile Pea

GET /object/user-cas/secret/{namespace}/{uid}/pea

Generates Pool Entry Authorization (PEA) file for specified user.

namespaceNamespace id with CAS cluster
uidValid user identifier to create PEA file

Required Roles

Requires one of the following roles:

  • SYSTEM_ADMIN

  • NAMESPACE_ADMIN


Response Body

PEA file content


Examples

Request
GET https://192.168.0.0:4443/object/user-cas/secret/s3/wuser1@sanity.local/pea HTTP/1.1 

Content-Type: application/xml
X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
Response
HTTP/1.1 200 OK 
Content-Type: application/xml

<pea version="1.0.0">
    <defaultkey name="wuser1@sanity.local">
        <credential id="csp1.secret" enc="base64">c2VjcmV0</credential>
    </defaultkey>
    <key type="cluster" id="19999d80-37b2-3111-9c5d-7c053bc73f1a" name="wuser1@sanity.local">
        <credential id="csp1.secret" enc="base64">c2VjcmV0</credential>
    </key>
</pea>