CURLcurl -X GET \ -H "Authorization: [[apiKey]]" \ -H "Accept: application/json" \ "https://hostname:443/health/containers"
Gets info on the containers - amount of running, inactive and total containers
CURLcurl -X GET \ -H "Authorization: [[apiKey]]" \ -H "Accept: application/json" \ "https://hostname:443/health/containers"