Each node within a node group must have a node type. A node type specifies the total amount of cores and memory for that node. Currently, the only available node type isn1-node-96-624node type that has 96 vCPUs and 624 GB of memory, available in multiple zones. For more information readNode types.
If successful, the response body contains data with the following structure:
[Output Only] An optional textual description of the resource.
cpuPlatform
string
[Output Only] The CPU platform used by this node type.
guestCpus
integer
[Output Only] The number of virtual CPUs that are available to the node type.
memoryMb
integer
[Output Only] The amount of physical memory available to the node type, defined in MB.
localSsdGb
integer
[Output Only] Local SSD available to the node type, defined in GB.
deprecated
object
[Output Only] The deprecation status associated with this node type.
deprecated.state
enum
The deprecation state of this resource. This can beACTIVE,DEPRECATED,OBSOLETE, orDELETED. Operations which communicate the end of life date for an image, can useACTIVE. Operations which create a new resource using aDEPRECATEDresource will return successfully, but with a warning indicating the deprecated resource and recommending its replacement. Operations which useOBSOLETEorDELETEDresources will be rejected and result in an error.
deprecated.replacement
string
The URL of the suggested replacement for a deprecated resource. The suggested replacement resource must be the same kind of resource as the deprecated resource.
deprecated.deprecated
string
An optionalRFC3339timestamp on or after which the state of this resource is intended to change toDEPRECATED. This is only informational and the status will not change unless the client explicitly changes it.
deprecated.obsolete
string
An optionalRFC3339timestamp on or after which the state of this resource is intended to change toOBSOLETE. This is only informational and the status will not change unless the client explicitly changes it.
deprecated.deleted
string
An optionalRFC3339timestamp on or after which the state of this resource is intended to change toDELETED. This is only informational and the status will not change unless the client explicitly changes it.
zone
string
[Output Only] The name of the zone where the node type resides, such as us-central1-a.
selfLink
string
[Output Only] Server-defined URL for the resource.
maxVms
integer
[Output Only] Maximum number of VMs that can be created for this node type.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-28 UTC."],[[["\u003cp\u003eThis page details how to retrieve information about a specific node type using a \u003ccode\u003eGET\u003c/code\u003e request to the Compute Engine API.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL requires the project ID, zone, and the name of the node type as path parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and a successful response will contain details about the requested node type, formatted as a JSON object, such as \u003ccode\u003eid\u003c/code\u003e, \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003ecpuPlatform\u003c/code\u003e, and deprecation status.\u003c/p\u003e\n"],["\u003cp\u003eThe node type data response includes output only fields such as \u003ccode\u003ekind\u003c/code\u003e, \u003ccode\u003eid\u003c/code\u003e, \u003ccode\u003ecreationTimestamp\u003c/code\u003e, \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003edescription\u003c/code\u003e, \u003ccode\u003ezone\u003c/code\u003e, \u003ccode\u003eselfLink\u003c/code\u003e, \u003ccode\u003emaxVms\u003c/code\u003e, and more, which describe the node's properties and metadata.\u003c/p\u003e\n"],["\u003cp\u003eTo access this information, at least one of the specified OAuth scopes (\u003ccode\u003ecompute.readonly\u003c/code\u003e, \u003ccode\u003ecompute\u003c/code\u003e, or \u003ccode\u003ecloud-platform\u003c/code\u003e) and the \u003ccode\u003ecompute.nodeTypes.get\u003c/code\u003e IAM permission are needed.\u003c/p\u003e\n"]]],[],null,["# Method: nodeTypes.get\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.NodeType.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n- [Try it!](#try-it)\n\nReturns the specified node type.\n\n### HTTP request\n\n`GET https://compute.googleapis.com/compute/v1/projects/{project}/zones/{zone}/nodeTypes/{nodeType}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nRepresent a sole-tenant Node Type resource.\n\nEach node within a node group must have a node type. A node type specifies the total amount of cores and memory for that node. Currently, the only available node type is `n1-node-96-624` node type that has 96 vCPUs and 624 GB of memory, available in multiple zones. For more information read [Node types](/compute/docs/nodes#types).\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/compute.readonly`\n- `\n https://www.googleapis.com/auth/compute`\n- `\n https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\n### IAM Permissions\n\nIn addition to any permissions specified on the fields above, authorization requires one or more of the following [IAM](https://cloud.google.com/iam/docs/) permissions:\n\n- `compute.nodeTypes.get`\n\nTo find predefined roles that contain those permissions, see [Compute Engine IAM Roles](/compute/docs/access/iam)."]]