Get Reservations
Returns a page of the reservations, with different content in extensionData depending on the parameter specified in expandMode.
The ID of the IaaS service as registered in the component registry service.
IaaS reservation type e.g. Virtual, Cloud, Physical, Machine
Expand reservation on its extended data. e.g. reservation, reservationInfo, reservationId
Page Number
Number of entries per page
Multiple comma-separated properties sorted in ascending or descending order
Sets the number of returned entries from the top of the response (total number per page in relation to skip)
Sets how many entries you would like to skip
Boolean expression for whether a particular entry should be included in the response
[
{
"alertPolicy": {
"alerts": [
{
"referenceResourceId": "string",
"alertPercentLevel": 0
}
],
"recipients": [
"string"
],
"frequencyReminder": 0,
"emailBgMgr": false,
"enabled": false
},
"reservationTypeId": "string",
"reservationPolicyId": "string",
"priority": 0,
"version": 0,
"extensionData": {
"entries": [
{
"key": "string"
}
]
},
"enabled": false,
"lastUpdated": "string",
"subTenantId": "string",
"createdDate": "string",
"name": "string",
"tenantId": "string",
"id": "string"
}
]