Get Iaa S Machines Rpt

Get Iaa S Machines Rpt

List of the IaaS Machines for a specific business group.

Request
URI
GET
https://{api_host}/iaas-proxy-provider/api/business-groups/{groupId}/machines
COPY
Path Parameters
string
groupId
Required

the specific busines group id


Responses
200

The report is retrieved.

[
    {
        "name": "string",
        "description": "string",
        "machineType": "string",
        "status": "string",
        "expirationDate": "string",
        "destructionDate": "string"
    }
]