Returns the specified License resource.
HTTP request
GET https://compute.googleapis.com/compute/v1/projects/{project}/global/licenses/{resourceId}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
project |
Project ID for this request. |
resourceId |
Name of the License resource to return. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation | |
---|---|
{ "name": string, "chargesUseFee": boolean, "id": string, "licenseCode": string, "creationTimestamp": string, "description": string, "transferable": boolean, "selfLink": string, "resourceRequirements": { "minGuestCpuCount": number, "minMemoryMb": number }, "kind": string } |
Fields | |
---|---|
name |
Name of the resource. The name must be 1-63 characters long and comply with RFC1035. |
chargesUseFee |
[Output Only] Deprecated. This field no longer reflects whether a license charges a usage fee. |
id |
[Output Only] The unique identifier for the resource. This identifier is defined by the server. |
licenseCode |
[Output Only] The unique code used to attach this license to images, snapshots, and disks. |
creationTimestamp |
[Output Only] Creation timestamp in RFC3339 text format. |
description |
An optional textual description of the resource; provided by the client when the resource is created. |
transferable |
If false, licenses will not be copied from the source resource when creating an image from a disk, disk from snapshot, or snapshot from disk. |
selfLink |
[Output Only] Server-defined URL for the resource. |
resourceRequirements |
|
resourceRequirements.minGuestCpuCount |
Minimum number of guest cpus required to use the Instance. Enforced at Instance creation and Instance start. |
resourceRequirements.minMemoryMb |
Minimum memory required to use the Instance. Enforced at Instance creation and Instance start. |
kind |
[Output Only] Type of resource. Always |
Authorization Scopes
Requires one of the following OAuth scopes:
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 Google IAM permissions:
compute.licenses.get