7.3

Table Of Contents
"key": "memoryReservedSizeMb",
"value": {
"type": "integer",
"value": 4096
}
}
]
}
}
}
]
}
}
Example: Create a vCloud Air Reservation
The output is a location URL, including the new vCloud Air reservation ID.
Location:
https://$vRA/reservation-service/api/reservations/3289b039-2a11-4ab4-a0bc-b583e4c6d085
Verify a Reservation and Get Reservation Details
After you create a reservation, you can use the reservation service along with reservation ID to verify that
the reservation exists. You can also use the ID to get information about the reservation in preparation for
updating or deleting it.
Prerequisites
In addition to the Prerequisites for Working With Reservations, perform the following tasks before creating
a reservation.
n
Finish creating a new reservation. Obtain the reservation ID from the output URL. See Syntax for
Creating a vSphere Reservation.
n
Get the reservation ID if you do not already know it. See Display a List of Reservations.
Procedure
u
Use the reservation service to verify that a reservation exists by using the verification ID.
The following example command verifies the existence of a reservation with an ID of
94d74105-831a-4598-8f42-efd590fea15c
curl --insecure -H "Accept:application/json"
-H "Authorization: Bearer $token"
https://$vRA/reservation-service/api/reservations/94d74105-831a-4598-8f42-efd590fea15c
Programming Guide
VMware, Inc. 173