Method: tiers.list

SQL Server, private server access, HDD, data cache, legacy HA, serverless exports, multi-region backups, cross-region replicas are not supported.
Lists all available machine types (tiers) for Cloud SQL, for example, db-custom-1-3840. For more information, see https://paris.devsitetest.how/sql/pricing.

HTTP request

GET https://sqladmin.s3nsapis.fr/v1/projects/{project}/tiers

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
project

string

Project ID of the project for which to list tiers.

Request body

The request body must be empty.

Response body

Tiers list response.

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

JSON representation
{
  "kind": string,
  "items": [
    {
      object (Tier)
    }
  ]
}
Fields
kind

string

This is always sql#tiersList.

items[]

object (Tier)

tiers.list of tiers.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/sqlservice.admin
  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

Tier

A Trusted Cloud SQL service tier resource.

JSON representation
{
  "tier": string,
  "RAM": string,
  "kind": string,
  "DiskQuota": string,
  "region": [
    string
  ]
}
Fields
tier

string

An identifier for the machine type, for example, db-custom-1-3840. For related information, see Pricing.

RAM

string (int64 format)

The maximum ram usage of this tier in bytes.

kind

string

This is always sql#tier.

DiskQuota

string (int64 format)

The maximum disk size of this tier in bytes.

region[]

string

The applicable regions for this tier.