- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
A list of all the reservations that have been configured for the specified project in specified zone.
HTTP request
 GET https://compute.googleapis.com/compute/beta/projects/{project}/zones/{zone}/reservations 
The URL uses gRPC Transcoding syntax. To know more about valid error responses that can be thrown by this HTTP request, please refer to the service error catalog
Path parameters
| Parameters | |
|---|---|
| project |   Project ID for this request. | 
| zone |   Name of the zone for this request. | 
Query parameters
| Parameters | |
|---|---|
| maxResults |   The maximum number of results per page that should be returned. If the number of available results is larger than  | 
| pageToken |   Specifies a page token to use. Set  | 
| filter |   A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160 . These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either  For example, if you are filtering Compute Engine instances, you can exclude instances named  The   You can also filter nested fields. For example, you could specify  To filter on multiple expressions, provide each separate expression within parentheses. For example:  By default, each expression is an   If you want to use a regular expression, use the    The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use  You cannot combine constraints on multiple fields using regular expressions. | 
| orderBy |   Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using  Currently, only sorting by  | 
| returnPartialSuccess |   Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code. | 
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| { "kind" : string , "id" : string , "items" : [ { "specificReservation" : { "instanceProperties" : { "machineType" : string , "guestAccelerators" : [ { "acceleratorType" : string , "acceleratorCount" : integer } ] , "minCpuPlatform" : string , "localSsds" : [ { "diskSizeGb" : string , "interface" : enum } ] , "maintenanceFreezeDurationHours" : integer , "locationHint" : string , "maintenanceInterval" : enum } , "count" : string , "inUseCount" : string , "assuredCount" : string , "sourceInstanceTemplate" : string } , "aggregateReservation" : { "vmFamily" : enum , "reservedResources" : [ { "accelerator" : { "acceleratorCount" : integer , "acceleratorType" : string } } ] , "inUseResources" : [ { "accelerator" : { "acceleratorCount" : integer , "acceleratorType" : string } } ] , "workloadType" : enum , "hostCount" : integer , "inUseHostCount" : integer , "inUseInstanceCount" : integer } , "deleteAtTime" : string , "deleteAfterDuration" : { "seconds" : string , "nanos" : integer } , "kind" : string , "id" : string , "creationTimestamp" : string , "selfLink" : string , "zone" : string , "description" : string , "name" : string , "commitment" : string , "linkedCommitments" : [ string ] , "specificReservationRequired" : boolean , "status" : enum , "shareSettings" : { "shareType" : enum , "projects" : [ string ] , "projectMap" : { string : { "projectId" : string } , ... } } , "satisfiesPzs" : boolean , "resourcePolicies" : { string : string , ... } , "resourceStatus" : { "specificSkuAllocation" : { "sourceInstanceTemplateId" : string , "utilizations" : { string : string , ... } } , "reservationMaintenance" : { "upcomingGroupMaintenance" : { "type" : enum , "canReschedule" : boolean , "windowStartTime" : string , "windowEndTime" : string , "latestWindowStartTime" : string , "maintenanceStatus" : enum , "maintenanceOnShutdown" : boolean , "maintenanceReasons" : [ enum ] } , "maintenanceOngoingCount" : integer , "maintenancePendingCount" : integer , "schedulingType" : enum , "subblockInfraMaintenanceOngoingCount" : integer , "subblockInfraMaintenancePendingCount" : integer , "instanceMaintenanceOngoingCount" : integer , "instanceMaintenancePendingCount" : integer } , "reservationBlockCount" : integer , "healthInfo" : { "healthStatus" : enum , "healthyBlockCount" : integer , "degradedBlockCount" : integer } } , "reservationSharingPolicy" : { "serviceShareType" : enum } , "deploymentType" : enum , "advancedDeploymentControl" : { "reservationOperationalMode" : enum } , "enableEmergentMaintenance" : boolean , "reservationMode" : enum , "protectionTier" : enum , "schedulingType" : enum } ] , "nextPageToken" : string , "warning" : { "code" : enum , "message" : string , "data" : [ { "key" : string , "value" : string } ] } , "selfLink" : string } | 
kind 
 string 
[Output Only] Type of resource.Always compute#reservationsList 
for listsof reservations
id 
 string 
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
items[] 
 object 
[Output Only] A list of Allocation resources.
items[].specificReservation 
 object 
Reservation for instances with specific machine shapes.
items[].specificReservation.instanceProperties 
 object 
The instance properties for the reservation.
items[].specificReservation.instanceProperties.machineType 
 string 
Specifies type of machine (name only) which has fixed number of vCPUs and fixed amount of memory. This also includes specifying custom machine type following custom-NUMBER_OF_CPUS-AMOUNT_OF_MEMORY pattern.
items[].specificReservation.instanceProperties.guestAccelerators[] 
 object 
Specifies accelerator type and count.
items[].specificReservation.instanceProperties.guestAccelerators[].acceleratorType 
 string 
Full or partial URL of the accelerator type resource to attach to this instance. For example: projects/my-project/zones/us-central1-c/acceleratorTypes/nvidia-tesla-p100 
If you are creating an instance template, specify only the accelerator name. See GPUs on Compute Engine 
for a full list of accelerator types.
items[].specificReservation.instanceProperties.guestAccelerators[].acceleratorCount 
 integer 
The number of the guest accelerator cards exposed to this instance.
items[].specificReservation.instanceProperties.minCpuPlatform 
 string 
Minimum cpu platform the reservation.
items[].specificReservation.instanceProperties.localSsds[] 
 object 
Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
items[].specificReservation.instanceProperties.localSsds[].diskSizeGb 
 string ( int64 
format) 
Specifies the size of the disk in base-2 GB.
items[].specificReservation.instanceProperties.localSsds[].interface 
 enum 
Specifies the disk interface to use for attaching this disk, which is either SCSI 
or NVME 
. The default is SCSI 
. For performance characteristics of SCSI over NVMe, see Local SSD performance 
.
items[].specificReservation.instanceProperties.maintenanceFreezeDurationHours 
 integer 
Specifies the number of hours after reservation creation where instances using the reservation won't be scheduled for maintenance.
items[].specificReservation.instanceProperties.locationHint 
 string 
An opaque location hint used to place the allocation close to other resources. This field is for use by internal tools that use the public API.
items[].specificReservation.instanceProperties.maintenanceInterval 
 enum 
Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC 
.
items[].specificReservation.count 
 string ( int64 
format) 
Specifies the number of resources that are allocated.
items[].specificReservation.inUseCount 
 string ( int64 
format) 
[Output Only] Indicates how many instances are in use.
items[].specificReservation.assuredCount 
 string ( int64 
format) 
[Output Only] Indicates how many instances are actually usable currently.
items[].specificReservation.sourceInstanceTemplate 
 string 
Specifies the instance template to create the reservation. If you use this field, you must exclude the instanceProperties 
field.
This field is optional, and it can be a full or partial URL. For example, the following are all valid URLs to an instance template:
-  https://www.googleapis.com/compute/v1/projects/ project /global/instanceTemplates/ instanceTemplate
-  projects/ project /global/instanceTemplates/ instanceTemplate
-  global/instanceTemplates/ instanceTemplate
items[].aggregateReservation 
 object 
Reservation for aggregated resources, providing shape flexibility.
items[].aggregateReservation.vmFamily 
 enum 
The VM family that all instances scheduled against this reservation must belong to.
items[].aggregateReservation.reservedResources[] 
 object 
reservations.list of reserved resources (CPUs, memory, accelerators).
items[].aggregateReservation.reservedResources[].accelerator 
 object 
Properties of accelerator resources in this reservation.
items[].aggregateReservation.reservedResources[].accelerator.acceleratorCount 
 integer 
Number of accelerators of specified type.
items[].aggregateReservation.reservedResources[].accelerator.acceleratorType 
 string 
Full or partial URL to accelerator type. e.g. "projects/{PROJECT}/zones/{ZONE}/acceleratorTypes/ct4l"
items[].aggregateReservation.inUseResources[] 
 object 
[Output only] reservations.list of resources currently in use.
items[].aggregateReservation.inUseResources[].accelerator 
 object 
Properties of accelerator resources in this reservation.
items[].aggregateReservation.inUseResources[].accelerator.acceleratorCount 
 integer 
Number of accelerators of specified type.
items[].aggregateReservation.inUseResources[].accelerator.acceleratorType 
 string 
Full or partial URL to accelerator type. e.g. "projects/{PROJECT}/zones/{ZONE}/acceleratorTypes/ct4l"
items[].aggregateReservation.workloadType 
 enum 
The workload type of the instances that will target this reservation.
items[].aggregateReservation.hostCount 
 integer 
Count of reserved hosts of specified VM family. The host has fixed number of accelerators based on the accelerator/vm-family selected.
items[].aggregateReservation.inUseHostCount 
 integer 
Number of hosts currently in use. If there is one or more Instances running on the host, it is considered in use.
items[].aggregateReservation.inUseInstanceCount 
 integer 
Number of instances currently in use in this reservation.
items[].deleteAtTime 
 string 
Absolute time in future when the reservation will be auto-deleted by Compute Engine. Timestamp is represented in RFC3339 text format.
items[].deleteAfterDuration 
 object 
Duration time relative to reservation creation when Compute Engine will automatically delete this resource.
items[].deleteAfterDuration.seconds 
 string ( int64 
format) 
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
items[].deleteAfterDuration.nanos 
 integer 
Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds 
field and a positive nanos 
field. Must be from 0 to 999,999,999 inclusive.
items[].kind 
 string 
[Output Only] Type of the resource. Always compute#reservations 
for reservations.
items[].id 
 string ( uint64 
format) 
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
items[].creationTimestamp 
 string 
[Output Only] Creation timestamp in RFC3339 text format.
items[].selfLink 
 string 
[Output Only] Server-defined fully-qualified URL for this resource.
items[].zone 
 string 
Zone in which the reservation resides. A zone must be provided if the reservation is created within a commitment.
items[].description 
 string 
An optional description of this resource. Provide this property when you create the resource.
items[].name 
 string 
The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035 
. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? 
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
items[].commitment 
 string 
[Output Only] Full or partial URL to a parent commitment. This field displays for reservations that are tied to a commitment.
items[].linkedCommitments[] 
 string 
[Output Only] Full or partial URL to parent commitments. This field displays for reservations that are tied to multiple commitments.
items[].specificReservationRequired 
 boolean 
Indicates whether the reservation can be consumed by VMs with affinity for "any" reservation. If the field is set, then only VMs that target the reservation by name can consume from this reservation.
items[].status 
 enum 
[Output Only] The status of the reservation.
-  CREATING: Reservation resources are being allocated.
-  READY: Reservation resources have been allocated, and the reservation is ready for use.
-  DELETING: Reservation deletion is in progress.
-  UPDATING: Reservation update is in progress.
items[].shareSettings 
 object 
Specify share-settings to create a shared reservation. This property is optional. For more information about the syntax and options for this field and its subfields, see the guide for creating a shared reservation.
items[].shareSettings.shareType 
 enum 
Type of sharing for this shared-reservation
items[].shareSettings.projects[] 
 string 
A reservations.list of Project names to specify consumer projects for this shared-reservation. This is only valid when shareType's value is SPECIFIC_PROJECTS.
items[].shareSettings.projectMap[] 
 map (key: string, value: object) 
A map of project id and project config. This is only valid when shareType's value is SPECIFIC_PROJECTS.
items[].shareSettings.projectMap[].projectId 
 string 
The project ID, should be same as the key of this project config in the parent map.
items[].satisfiesPzs 
 boolean 
[Output Only] Reserved for future use.
items[].resourcePolicies 
 map (key: string, value: string) 
Resource policies to be added to this reservation. The key is defined by user, and the value is resource policy url. This is to define placement policy with reservation.
items[].resourceStatus 
 object 
[Output Only] Status information for Reservation resource.
items[].resourceStatus.specificSkuAllocation 
 object 
Allocation Properties of this reservation.
items[].resourceStatus.specificSkuAllocation.sourceInstanceTemplateId 
 string 
ID of the instance template used to populate reservation properties.
items[].resourceStatus.specificSkuAllocation.utilizations 
 map (key: string, value: string ( int64 
format)) 
Per service utilization breakdown. The Key is the Google Cloud managed service name.
items[].resourceStatus.reservationMaintenance 
 object 
Maintenance information for this reservation
items[].resourceStatus.reservationMaintenance.upcomingGroupMaintenance 
 object 
Maintenance information on this group of VMs.
items[].resourceStatus.reservationMaintenance.upcomingGroupMaintenance.type 
 enum 
Defines the type of maintenance.
items[].resourceStatus.reservationMaintenance.upcomingGroupMaintenance.canReschedule 
 boolean 
Indicates if the maintenance can be customer triggered.
items[].resourceStatus.reservationMaintenance.upcomingGroupMaintenance.windowStartTime 
 string 
The current start time of the maintenance window. This timestamp value is in RFC3339 text format.
items[].resourceStatus.reservationMaintenance.upcomingGroupMaintenance.windowEndTime 
 string 
The time by which the maintenance disruption will be completed. This timestamp value is in RFC3339 text format.
items[].resourceStatus.reservationMaintenance.upcomingGroupMaintenance.latestWindowStartTime 
 string 
The latest time for the planned maintenance window to start. This timestamp value is in RFC3339 text format.
items[].resourceStatus.reservationMaintenance.upcomingGroupMaintenance.maintenanceStatus 
 enum 
items[].resourceStatus.reservationMaintenance.upcomingGroupMaintenance.maintenanceOnShutdown 
 boolean 
Indicates whether the UpcomingMaintenance will be triggered on VM shutdown.
items[].resourceStatus.reservationMaintenance.upcomingGroupMaintenance.maintenanceReasons[] 
 enum 
The reasons for the maintenance. Only valid for vms.
items[].resourceStatus.reservationMaintenance.maintenanceOngoingCount 
 integer 
Progress for ongoing maintenance for this group of VMs/hosts. Describes number of hosts in the block that have ongoing maintenance.
items[].resourceStatus.reservationMaintenance.maintenancePendingCount 
 integer 
Progress for ongoing maintenance for this group of VMs/hosts. Describes number of hosts in the block that have pending maintenance.
items[].resourceStatus.reservationMaintenance.schedulingType 
 enum 
The type of maintenance for the reservation.
items[].resourceStatus.reservationMaintenance.subblockInfraMaintenanceOngoingCount 
 integer 
Describes number of subblock Infrastructure that has ongoing maintenance. Here, Subblock Infrastructure Maintenance pertains to upstream hardware contained in the Subblock that is necessary for a VM Family(e.g. NVLink Domains). Not all VM Families will support this field.
items[].resourceStatus.reservationMaintenance.subblockInfraMaintenancePendingCount 
 integer 
Describes number of subblock Infrastructure that has pending maintenance. Here, Subblock Infrastructure Maintenance pertains to upstream hardware contained in the Subblock that is necessary for a VM Family (e.g. NVLink Domains). Not all VM Families will support this field.
items[].resourceStatus.reservationMaintenance.instanceMaintenanceOngoingCount 
 integer 
Describes number of instances that have ongoing maintenance.
items[].resourceStatus.reservationMaintenance.instanceMaintenancePendingCount 
 integer 
Describes number of instances that have pending maintenance.
items[].resourceStatus.reservationBlockCount 
 integer 
The number of reservation blocks associated with this reservation.
items[].resourceStatus.healthInfo 
 object 
[Output only] Health information for the reservation.
items[].resourceStatus.healthInfo.healthStatus 
 enum 
The health status of the reservation.
items[].resourceStatus.healthInfo.healthyBlockCount 
 integer 
The number of reservation blocks that are healthy.
items[].resourceStatus.healthInfo.degradedBlockCount 
 integer 
The number of reservation blocks that are degraded.
items[].reservationSharingPolicy 
 object 
Specify the reservation sharing policy. If unspecified, the reservation will not be shared with Google Cloud managed services.
items[].reservationSharingPolicy.serviceShareType 
 enum 
Sharing config for all Google Cloud services.
items[].deploymentType 
 enum 
Specifies the deployment strategy for this reservation.
items[].advancedDeploymentControl 
 object 
Advanced control for cluster management, applicable only to DENSE deployment type reservations.
items[].advancedDeploymentControl.reservationOperationalMode 
 enum 
Indicates chosen reservation operational mode for the reservation.
items[].enableEmergentMaintenance 
 boolean 
Indicates whether Compute Engine allows unplanned maintenance for your VMs; for example, to fix hardware errors.
items[].reservationMode 
 enum 
[Output only] Indicates the reservation mode of the reservation.
items[].protectionTier 
 enum 
Protection tier for the workload which specifies the workload expectations in the event of infrastructure failures at data center (e.g. power and/or cooling failures).
items[].schedulingType 
 enum 
The type of maintenance for the reservation.
nextPageToken 
 string 
[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults 
, use the nextPageToken 
as a value for the query parameter pageToken 
in the next list request. Subsequent list requests will have their own nextPageToken 
to continue paging through the results.
warning 
 object 
[Output Only] Informational warning message.
warning.code 
 enum 
[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE 
if there are no results in the response.
warning.message 
 string 
[Output Only] A human-readable description of the warning code.
warning.data[] 
 object 
[Output Only] Metadata about this warning in key: value 
format. For example:
"data": [  {  "key": "scope",  "value": "zones/us-east1-d"  } 
warning.data[].key 
 string 
[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope 
and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
warning.data[].value 
 string 
[Output Only] A warning data value corresponding to the key.
selfLink 
 string 
[Output Only] Server-defined URL for this resource.
Authorization scopes
Requires one of the following OAuth scopes:
-  https://www.googleapis.com/auth/compute.readonly
-  https://www.googleapis.com/auth/compute
-  https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview .
IAM Permissions
In addition to any permissions specified on the fields above, authorization requires one or more of the following IAM permissions:
-  compute.reservations.list
To find predefined roles that contain those permissions, see Compute Engine IAM Roles .

