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 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
project
string
Project ID for this request.
region
string
Name of the region for this request. Region name should conform to RFC1035.
multiMig
string
The name of the multi-MIG. Name should conform to RFC1035 or be a resource ID.
Authorization requires the following IAM
permission on the specified resource multiMig
:
-
compute.multiMigMembers.get
multiMigMember
string
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 in RFC3339 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.readonly -
https://www.googleapis.com/auth/compute -
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview .

