Lists all available machine types (tiers) for Cloud SQL, for example, db-custom-1-3840. For more information, see https://cloud.google.com/sql/pricing.
HTTP request
GET https://sqladmin.googleapis.com/v1/projects/{project}/tiers
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| project | 
 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 ( | 
| Fields | |
|---|---|
| kind | 
 This is always  | 
| items[] | 
 tiers.list of tiers. | 
Authorization scopes
Requires one of the following OAuth scopes:
- https://www.googleapis.com/auth/cloud-platform
- https://www.googleapis.com/auth/sqlservice.admin
For more information, see the Authentication Overview.