Private Location Image Versions

API Explorer: /private-locations/{harborId}/ships/(shipId)/versions

To return a list of the latest image versions, a harborId and a shipId is required. The sample code returns a list of images available within a harborId of 5db9c5ad71996f2cd40898b3 and shipId of 5b0323b9c85b7cbd587b23c7. Use the actual ID value for the private location and agent to return the list of the current image versions.

If you do not know the harborId of the private location, use List Private Locations to return a list of your private locations. If you do not know the shipId of the agent, use List Agents to return a list of your agents in the private location.

Private Location Image Versions


curl 'https://a.blazemeter.com/api/v4/private-locations/5db9c5640634d626d0665efc/ships/5b0323b9c85b7cbd587b23c7/versions' \
    --user 'api_key_id:api_key_secret'

Private Location Image Versions Response Attributes

Attributes

  • resourcesobject

    The image resource details

Response200 OK

{
    "api_version": 4,
    "error": null,
    "result": {
        "resources": {
            "apmDockerImage": {
                "dockerTag": "apm-image",
                "type": "dockerImage",
                "url": "https://blazemeter-images.s3.amazonaws.com/apm/1.3.0-826.tar",
                "version": "1.3.0-826",
                "imageRelativePath": "blazemeter/apm",
                "validHarborTypes": [
                    "small",
                    "large",
                    "marathon",
                    "functional"
                ]
            },
            "blazemeter/crane": {
                "dockerTag": "blazemeter/crane",
                "type": "dockerImage",
                "url": "https://s3.amazonaws.com/blazemeter-images/crane/3.1.18-1532.tar",
                "version": "3.1.18-1532",
                "imageRelativePath": "blazemeter/crane",
                "validHarborTypes": [
                    "small",
                    "large",
                    "marathon",
                    "functional"
                ]
            },
            "engineDockerImage": {
                "dockerTag": "blazemeter",
                "type": "dockerImage",
                "url": "https://s3.amazonaws.com/blazemeter-images/v3/v3-engine-packer-1551185708700-docker.tar",
                "version": "1.4.1-92",
                "imageRelativePath": "blazemeter/v3",
                "blacklist": [
                    "disableOTC"
                ],
                "validHarborTypes": [
                    "small",
                    "large",
                    "marathon",
                    "functional"
                ]
            },
            "taurusEngineDockerImage": {
                "dockerTag": "taurus-cloud",
                "type": "dockerImage",
                "url": "https://s3.amazonaws.com/blazemeter-images/v4/1.17.5-1053.tar",
                "version": "1.17.5-1053",
                "imageRelativePath": "blazemeter/v4",
                "validHarborTypes": [
                    "small",
                    "large",
                    "marathon",
                    "functional"
                ]
            },
            "blazemeter/proxy-recorder": {
                "dockerTag": "blazemeter/proxy-recorder",
                "type": "dockerImage",
                "url": "https://s3.amazonaws.com/blazemeter-images/proxy-recorder/1.10.1-850.tar",
                "version": "1.10.1-850",
                "imageRelativePath": "blazemeter/proxy-recorder",
                "validHarborTypes": [
                    "small",
                    "large",
                    "marathon",
                    "functional"
                ]
            },
            "blazemeter/sv-bridge": {
                "dockerTag": "blazemeter/sv-bridge",
                "type": "dockerImage",
                "url": "https://s3.amazonaws.com/blazemeter-images/sv-bridge/0.1.0.tar",
                "version": "0.1.0",
                "imageRelativePath": "blazemeter/sv-bridge",
                "validHarborTypes": [
                    "small",
                    "large",
                    "marathon",
                    "functional"
                ]
            },
            "blazemeter/service-mock": {
                "dockerTag": "blazemeter/service-mock",
                "type": "dockerImage",
                "url": "https://s3.amazonaws.com/blazemeter-images/service-mock/0.2.4-11.tar",
                "version": "0.2.4-11",
                "imageRelativePath": "blazemeter/service-mock",
                "validHarborTypes": [
                    "small",
                    "large",
                    "marathon",
                    "functional"
                ]
            },
            "blazemeter/charmander/firefox/65": {
                "dockerTag": "blazemeter/charmander/firefox_65.0.2",
                "type": "dockerImage",
                "url": "https://s3.amazonaws.com/blazemeter-images/charmander/2.1.0-266/firefox/firefox_65.0.2.tar",
                "version": "2.1.0-266",
                "imageRelativePath": "blazemeter/charmander/firefox_65.0.2",
                "validHarborTypes": [
                    "small",
                    "large",
                    "marathon",
                    "functional"
                ]
            },
            "blazemeter/charmander/chrome/69": {
                "dockerTag": "blazemeter/charmander/chrome_69.0.3497.92",
                "type": "dockerImage",
                "url": "https://s3.amazonaws.com/blazemeter-images/charmander/2.1.0-266/chrome/chrome_69.0.3497.92.tar",
                "version": "2.1.0-266",
                "imageRelativePath": "blazemeter/charmander/chrome_69.0.3497.92",
                "validHarborTypes": [
                    "small",
                    "large",
                    "marathon",
                    "functional"
                ]
            }
        }
    },
    "request_id": "5dc1d999e6c24"
}