B2B Gateway
- B2B Gateway
- All Products
/public/core/v3/containerImageToken
Parameter | Type | Description |
|---|---|---|
orgId | String | Organization ID to see the generated tokens. |
HTTP status code | Description |
|---|---|
401 | Unauthenticated or unauthorized. |
403 | Privilege get.k8s.repository.token is required for accessing
this API. |
GET <baseApiUrl>/public/core/v3/containerImageToken Content-type: application/json Accept: application/json INFA-SESSION-ID: <SessionId>
[ { "orgId": "52ZSTB0IDK6dXxaEQLUaQu", "userId": "admin", "tokenId": "<token ID>", "expirationTime": "2022-10-31T07:06:59.000Z" }, { "orgId": "52ZSTB0IDK6dXxaEQLUaQu", "userId": "admin", "tokenId": "<token ID>", "expirationTime": "2022-10-31T07:06:59.000Z" } ]
{ "error": { "code": "AIS_007", "message": "Privilege - view.k8s.agent.config required for accessing this API.", "debugMessage": "Privilege - view.k8s.agent.config required for accessing this API.", "requestId": "l2EpwkFoqkEjrEJURclPw2", "details": null } }