Method: regionMultiMigs.get

Returns the specified multi-MIG resource.

HTTP request

GET https://compute.googleapis.com/compute/beta/projects/{project}/regions/{region}/multiMigs/{multiMig}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
project

string

Project ID for this request.

region

string

Name of the region for this request.

multiMig

string

Name of the multi-MIG resource to return.

Request body

The request body must be empty.

Response body

Multi-MIG represents a group of managed instance groups.

If successful, the response body contains data with the following structure:

JSON representation
{
  "kind": string,
  "id": string,
  "creationTimestamp": string,
  "name": string,
  "description": string,
  "selfLink": string,
  "region": string,
  "resourcePolicies": {
    "workloadPolicy": string
  }
}
Fields
kind

string

[Output only] Type of the resource. Always compute#multiMig for multi-MIGs.

id

string (uint64 format)

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

creationTimestamp

string

[Output only] The creation timestamp of this multi-MIG in RFC3339 text format.

name

string

The name of the multi-MIG. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

description

string

An optional description of this resource.

region

string

[Output only] The URL of the region where the resource resides. You must specify this field as part of the HTTP request URL. You cannot set the region as a field in the request body.

resourcePolicies

object

Resource policies for this multi-MIG.

resourcePolicies.workloadPolicy

string

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.

IAM Permissions

In addition to any permissions specified on the fields above, authorization requires one or more of the following IAM permissions:

  • compute.instanceGroupManagers.get

To find predefined roles that contain those permissions, see Compute Engine IAM Roles.