Method: regionMultiMigMembers.get Stay organized with collections Save and categorize content based on your preferences.
Retrieves information about the specified multi-MIG member.
HTTP request
GET https://compute.googleapis.com/compute/beta/projects/{project}/regions/{region}/multiMigs/{multiMig}/multiMigMembers/{multiMigMember}
The URL usesgRPC Transcoding syntax. To know more about valid error responses that can be thrown by this HTTP request, please refer to theservice error catalog
Path parameters
| Parameters | |
|---|---|
project |
Project ID for this request. |
region |
Name of the region for this request. Region name should conform to RFC1035. |
multiMig |
The name of the multi-MIG. Name should conform to RFC1035 or be a resource ID. Authorization requires the followingIAM permission on the specified resource
|
multiMigMember |
The name of the multi-MIG member. Name should conform to RFC1035 or be a resource ID. |
Request body
The request body must be empty.
Response body
Represents a Multi-MIG member resource.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{"kind":string,"id":string,"creationTimestamp":string,"name":string,"region":string,"selfLink":string,"status":{"instanceGroupManager":string}} |
| Fields | |
|---|---|
kind |
Output only. Type of the resource. Always |
id |
Output only. The unique identifier for this resource type. The server generates this identifier. |
creationTimestamp |
Output only. Creation timestamp of this multi-MIG member inRFC3339 text format. |
name |
Output only. Server-defined name for the multi-MIG member. |
region |
Output only. The URL of the region where the multi-MIG resides. |
selfLink |
Output only. Server-defined fully-qualified URL for this resource. |
status |
Output only. The status of this multi-MIG member |
status.instanceGroupManager |
Output only. URL of member instance group manager |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/compute.readonlyhttps://www.googleapis.com/auth/computehttps://www.googleapis.com/auth/cloud-platform
For more information, see theAuthentication Overview.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-02-10 UTC.