Querying the Supported Node Types
Function
This API is used to query the node types supported by GaussDB(DWS).
URI
- URI format
GET /v1.0/{project_id}/node_typesTable 1 URI parameter description Parameter
Mandatory
Type
Description
project_id
Yes
String
Project ID. For details about how to obtain the project ID, see Obtaining a Project ID.
Request Message
- Sample request
GET /v1.0/89cd04f168b84af6be287f71730fdb4b/node_types
Response Message
- Sample response
status CODE 200 { "node_types": [ { "spec_name":"dws.d2.xlarge", "id": "ebe532d6-665f-40e6-a4d4-3c51545b6a67", "detail": [ { "type": "vCPU", "value": "4" }, { "value": "1675", "type": "LOCAL_DISK", "unit": "GB" }, { "type": "mem", "value": "32", "unit": "GB" } ] }, { "spec_name": "dws.m1.xlarge.ultrahigh", "id": "ebe532d6-665f-40e6-a4d4-3c51545b4f71", "detail": [ { "type": "vCPU", "value": "4" }, { "value": "512", "type": "SSD", "unit": "GB" }, { "type": "mem", "value": "32", "unit": "GB" } ] } ] }
Status Code
- Normal
- Abnormal
Table 5 Returned value description Returned Value
Description
400 Bad Request
Request error.
401 Unauthorized
Authentication failed.
403 Forbidden
You do not have the permission to perform the operation.
404 Not Found
The requested resource was not found.
500 Internal Server Error
Internal service error.
503 Service Unavailable
The service is unavailable.
Last Article: Querying Cluster Details
Next Article: Deleting a Cluster
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.