- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Returns all the details of a specific multi-MIG.
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 |
Project ID for this request. |
region |
Name of the region for this request. |
multi |
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 |
[Output only] Type of the resource. Always |
id |
[Output only] The unique identifier for this resource type. The server generates this identifier. |
creation |
[Output only] The creation timestamp of this multi-MIG in RFC3339 text format. |
name |
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 |
description |
An optional description of this resource. |
self |
[Output only] Server-defined URL for the resource. |
region |
[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. |
resource |
Resource policies for this multi-MIG. |
resource |
|
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.