GET api/v3/externalCloudsVms/environmentId

Retrieves VM’s IP within a given environment

Parameters

{environmentId} The environment id of the class.

Response

[
{
"externalIP": "string",
"vmName": "string",
"osType": 0, // 0 - Windows, 1 - Linux
"cloudTypeInt": 1, // 1 - GCP, 2 - Azure, 3 - AWS
}
]