CURLcurl -X GET \ -H "Authorization: [[apiKey]]" \ -H "Accept: application/json" \ "https://hostname:443/settings/docker-images"
Get list of all available docker image names
CURLcurl -X GET \ -H "Authorization: [[apiKey]]" \ -H "Accept: application/json" \ "https://hostname:443/settings/docker-images"