7.3

Table Of Contents
}
]
},
"state": {
"dependencies": [
],
"facets": [
{
"type": "mandatory",
"value": {
"type": "constantClause",
"value": {
"type": "boolean",
"value": true
}
}
}
]
},
"isMultiValued": false
}
]
Display a Schema Definition for a vCloud Air Reservation
You can use the reservation service to display a schema definition for a specific reservation type such as
a vCloud Air reservation.
Prerequisites
In addition to the Prerequisites for Working With Reservations, obtain the schema class ID of the
reservation type to create. See Display a List of Supported Reservation Types.
Procedure
u
Display a schema definition for a specific vCloud Air reservation.
curl --insecure -H "Accept:application/json"
-H "Authorization: Bearer $token"
https://$vRAt/reservation-service/api/data-
service/schema/Infrastructure.Reservation.Cloud.vCloudAir/default
Example: Display the Schema Definition for a vCloud Air Reservation
The following sample displays output based on the request to display the schema definition. This example
includes six extension fields that are supported for the vCloud Air type reservation.
{
"fields": [
{
"id": "reservationNetworks",
"label": "Network",
Programming Guide
VMware, Inc. 144