B2B Gateway 
			
			- B2B Gateway
- All Products
 
           
      	
            
	
      /public/core/v3/containerimagetoken/create
| HTTP status code  | Description  | 
|---|---|
| 401  | Unauthenticated or unauthorized. | 
| 403 | Insufficient privilege. The get.k8s.repository.token privilege
                is required to access this API.  | 
GET <baseApiUrl>/public/core/v3/containerimagetoken/create Content-type: application/json Accept: application/json INFA-SESSION-ID: <SessionId>
{ "tokenId":"<token ID>", "tokenValue":"<token value>" }
{ "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 } }
{ "error": { "code": "AIS_014", "message": "Token with id:<token ID> already revoked.", "debugMessage": "Token with id:<token ID> already revoked.", "requestId": "iVdlwEoaFiZd3vb0LvLVmp", "details": null } }