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

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

string

Output only. Type of the resource. Always compute#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 in RFC3339 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.

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 the Authentication Overview.