Get Docker Host Image
Available in versions: 12.62 and later
Description
Returns a list of images available to the project; the list can be filtered to return all images, or Controller or load generator images only.
URL
Returns all available Docker images in the assigned orchestrator:
/LoadTest/rest/domains/{domainName}/projects/{projectName}/dockerimages
Returns all Docker Controller images in the assigned orchestrator:
/LoadTest/rest/domains/{domainName}/projects/{projectName}/dockerimages/controller
Returns all Docker load generator images in the assigned orchestrator:
/LoadTest/rest/domains/{domainName}/projects/{projectName}/dockerimages/loadgenerator
HTTP Method
GET: Returns a list of Docker images by query.
Request
Headers:
One of the following:
Content-Type: application/xml
Content-Type: application/json
Cookies:
Version 2020 (or later) | LWSSO_COOKIE_KEY={LwssoCookie}; |
Versions earlier than 2020 | LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie}; |
Request Body:
None
Response
Headers:
One of:
Accept: application/xml
Accept: application/json
Cookies:
None
HTML Return Code:
One of the HTTP Return Codes
HTML Body:
GET: Returns the data on the entity in the response.
See Also