get_instance_group_manager_basic_info
Get basic information about a Compute Engine managed instance group (MIG), including its name, ID, instance template, base instance name, target size, target stopped size, target suspended size, status and creation timestamp. Requires project, zone, and MIG name as input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Required. Identifier. The instance group manager name. | |
| zone | Yes | Required. The zone of the instance group manager. | |
| project | Yes | Required. Project ID for this request. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The unique identifier for the instance group manager. | |
| name | No | Name of the instance group manager. | |
| status | No | The status of the instance group manager. | |
| createTime | No | Creation timestamp of the instance group manager. | |
| targetSize | No | The target size of the instance group manager. | |
| baseInstanceName | No | The base instance name of the instance group manager. | |
| instanceTemplate | No | The instance template of the instance group manager. | |
| targetStoppedSize | No | The target stopped size of the instance group manager. | |
| targetSuspendedSize | No | The target suspended size of the instance group manager. |