get_reservation_basic_info
Get Compute Engine reservation basic info including name, ID, creation timestamp, zone, status, specific reservation required, commitment, and linked commitments. Requires project, zone, and reservation name as input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Required. Identifier. Name of the reservation to retrieve. | |
| zone | Yes | Required. The zone of the reservation. | |
| project | Yes | Required. Project ID for this request. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The unique identifier for the reservation. | |
| name | No | Name of the reservation. | |
| zone | No | The zone of the reservation. | |
| status | No | The status of the reservation. | |
| commitment | No | The commitment this reservation is tied to. | |
| createTime | No | Creation timestamp of the reservation. | |
| linkedCommitments | No | The commitments linked to this reservation. | |
| specificReservationRequired | No | 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. |