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.
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
-
resources
objectThe image resource details
Show/Hide Child Attributes-
apmDockerImage
objectThe image for implementing APM integrations through a private location
Show/Hide Child Attributes-
dockerTag
stringThe Docker tag the image will use on the agent machine
-
type
stringThe type of image this image is. Currently, all use
dockerImage
-
url
stringThe download URL of the image
-
version
stringThe current version of the image
-
imageRelativePath
stringA reference to the path this image is located
-
validHarborTypes
arrayList of harbor types that support this image. Currently, only the
small
andlarge
types are used
-
-
blazemeter/crane
objectThe image for the agent installation
Show/Hide Child Attributes-
dockerTag
stringThe Docker tag the image will use on the agent machine
-
type
stringThe type of image this image is. Currently, all use
dockerImage
-
url
stringThe download URL of the image
-
version
stringThe current version of the image
-
imageRelativePath
stringA reference to the path this image is located
-
validHarborTypes
arrayList of harbor types that support this image. Currently, only the
small
andlarge
types are used
-
-
engineDockerImage
objectThe image used for running legacy BlazeMeter tests
Show/Hide Child Attributes-
dockerTag
stringThe Docker tag the image will use on the agent machine
-
type
stringThe type of image this image is. Currently, all use
dockerImage
-
url
stringThe download URL of the image
-
version
stringThe current version of the image
-
imageRelativePath
stringA reference to the path this image is located
-
validHarborTypes
arrayList of harbor types that support this image. Currently, only the
small
andlarge
types are used
-
-
taurusEngineDockerImage
objectThe image used to run performance and functional tests
Show/Hide Child Attributes-
dockerTag
stringThe Docker tag the image will use on the agent machine
-
type
stringThe type of image this image is. Currently, all use
dockerImage
-
url
stringThe download URL of the image
-
version
stringThe current version of the image
-
imageRelativePath
stringA reference to the path this image is located
-
validHarborTypes
arrayList of harbor types that support this image. Currently, only the
small
andlarge
types are used
-
-
blazemeter/proxy-recorder
objectThe image used to run the proxy recorder on an agent
Show/Hide Child Attributes-
dockerTag
stringThe Docker tag the image will use on the agent machine
-
type
stringThe type of image this image is. Currently, all use
dockerImage
-
url
stringThe download URL of the image
-
version
stringThe current version of the image
-
imageRelativePath
stringA reference to the path this image is located
-
validHarborTypes
arrayList of harbor types that support this image. Currently, only the
small
andlarge
types are used
-
-
blazemeter/sv-bridge
objectThe image used to bridge BlazeMeter Service Virtualization to CA Service Virtualization (deprecated).
Show/Hide Child Attributes-
dockerTag
stringThe Docker tag the image will use on the agent machine
-
type
stringThe type of image this image is. Currently, all use
dockerImage
-
url
stringThe download URL of the image
-
version
stringThe current version of the image
-
imageRelativePath
stringA reference to the path this image is located
-
validHarborTypes
arrayList of harbor types that support this image. Currently, only the
small
andlarge
types are used
-
-
blazemeter/service-mock
objectThe image used to run Service Virtualization.
Show/Hide Child Attributes-
dockerTag
stringThe Docker tag the image will use on the agent machine
-
type
stringThe type of image this image is. Currently, all use
dockerImage
-
url
stringThe download URL of the image
-
version
stringThe current version of the image
-
imageRelativePath
stringA reference to the path this image is located
-
validHarborTypes
arrayList of harbor types that support this image. Currently, only the
small
andlarge
types are used
-
-
blazemeter/charmander/firefox/65
objectThe image used for running GUI functional tests on Firefox 65. There can be numerous version numbers for Firefox (see the list for details)
Show/Hide Child Attributes-
dockerTag
stringThe Docker tag the image will use on the agent machine
-
type
stringThe type of image this image is. Currently, all use
dockerImage
-
url
stringThe download URL of the image
-
version
stringThe current version of the image
-
imageRelativePath
stringA reference to the path this image is located
-
validHarborTypes
arrayList of harbor types that support this image. Currently, only the
small
andlarge
types are used
-
-
blazemeter/charmander/chrome/69
objectThe image that runs GUI functional in Chrome 69. There can be numerous version numbers for Chrome (see the list for details)
Show/Hide Child Attributes-
dockerTag
stringThe Docker tag the image will use on the agent machine
-
type
stringThe type of image this image is. Currently, all use
dockerImage
-
url
stringThe download URL of the image
-
version
stringThe current version of the image
-
imageRelativePath
stringA reference to the path this image is located
-
validHarborTypes
arrayList of harbor types that support this image. Currently, only the
small
andlarge
types are used
-
-
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"
}