Get Reservations Rpt
List of the reservations for a specific business group.
Request
URI
GET
https://{api_host}/iaas-proxy-provider/api/business-groups/{groupId}/reservations
COPY
Path Parameters
string
groupId
Required
the specific busines group id
Responses
200
The report is retrieved.
[
{
"computeResourceName": "string",
"machinesTotal": 0,
"name": "string",
"endpointName": "string",
"type": "string"
}
]