Method: regionMultiMigMembers.get

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

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 followingIAM permission on the specified resourcemultiMig:

  • 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

string

Output only. Type of the resource. Alwayscompute#multiMigMember for a list of multi-MIG members.

id

string (uint64 format)

Output only. The unique identifier for this resource type. The server generates this identifier.

creationTimestamp

string

Output only. Creation timestamp of this multi-MIG member inRFC3339 text format.

name

string

Output only. Server-defined name for the multi-MIG member.

region

string

Output only. The URL of the region where the multi-MIG resides.

selfLink

string

Output only. Server-defined fully-qualified URL for this resource.

status

object

Output only. The status of this multi-MIG member

status.instanceGroupManager

string

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 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.