Administrator
- Administrator
- All Products
/public/core/v3/ais/RuntimeApplicationImage?runtimeEnvironmentId=<rteId>
Parameter | Type | Description |
---|---|---|
rteId | String | Runtime environment ID from which images are downloaded. |
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/RuntimeApplicationImage?runtimeEnvironmentId=<rteId> Content-type: application/json Accept: application/json INFA-SESSION-ID: <SessionId>
[ { "appSpecName": "Data_Integration", "appSpecVersion": "64.0", "dependencies": "package-Administrator_R1.226", "imageName": "Data_Integration", "imageVersion": "64.0", "imageRepositoryPath": "infacloud-k8s-agent-docker-dev.jfrog.io/3SLs6FMAlJ0lGGyI0pMK0g/rteId1/DataIntegration:64.0", "rteGroupId": "rteId1", "orgId": "3SLs6FMAlJ0lGGyI0pMK0g", "endTime": "2022-10-31T07:06:59.000Z", "helmChartPath": "helmChartPath" }, { "appSpecName": "Data_Integration", "appSpecVersion": "64.1", "dependencies": "package-Administrator_R1.226, "imageName": "Data_Integration, "imageVersion": "64.1", "imageRepositoryPath": "infacloud-k8s-agent-docker-dev.jfrog.io/3SLs6FMAlJ0lGGyI0pMK0g/rteId1/DataIntegration:64.1", "rteGroupId": "rteId1", "orgId": "3SLs6FMAlJ0lGGyI0pMK0g", "endTime": "2022-10-31T07:06:59.000Z", "helmChartPath": "helmChartPath" } ]
{ "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 } }