Querying Instance Specifications That Can Be Changed
Function
This API is used to query instance specifications that can be changed.
Constraints
This API supports the following instances:
- GeminiDB Cassandra
- GeminiDB Mongo
- GeminiDB Influx
- GeminiDB Redis
Authorization Information
Each account has permissions to call all APIs, but IAM users must have the required permissions specifically assigned.
- If you are using role/policy-based authorization, see the required permissions in Permissions and Supported Actions.
- If you are using identity policy-based authorization, the following identity policy-based permissions are required.
Action
Access Level
Resource Type (*: required)
Condition Key
Alias
Dependencies
gaussdbfornosql:instance:listFlavors
List
-
-
nosql:instance:list
-
URI
GET /v3/{project_id}/instances/{instance_id}/available-flavors
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
project_id |
Yes |
String |
Definition Project ID of a tenant in a region. To obtain this value, see Obtaining a Project ID. Constraints N/A Values: N/A Default value: N/A |
|
instance_id |
Yes |
String |
Explanation: Instance ID Constraints: N/A Values: N/A Default value: N/A |
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
offset |
No |
Integer |
Explanation: Index position. The query starts from the next piece of data indexed by this parameter. Constraints: N/A Values: The value must be greater than or equal to 0. Default value: 0 |
|
limit |
No |
Integer |
Explanation: Maximum records to be queried Constraints: N/A Values:
Default value: 100 |
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
X-Auth-Token |
Yes |
String |
Definition User token You can obtain the token by calling the IAM API by following Obtaining a User Token Through Password Authentication. Constraints N/A Range N/A Default value: N/A |
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
instance_id |
String |
Explanation: Instance ID Values: N/A |
|
instance_name |
String |
Explanation: Instance name Values: N/A |
|
current_flavor |
ComputeFlavor object |
Explanation: Instance specifications. |
|
optional_flavors |
OptionalFlavorsInfo object |
Explanation: Available specification options that the instance specifications can be changed to. |
|
Parameter |
Type |
Description |
|---|---|---|
|
vcpus |
String |
Explanation: Number of CPUs Values: N/A |
|
ram |
String |
Explanation: Memory size in GB Values: N/A |
|
spec_code |
String |
Explanation: Specification code Values: N/A |
|
az_status |
Map<String,String> |
Explanation: AZ status Values:
|
|
region_status |
String |
Explanation: Region status Values:
|
|
Parameter |
Type |
Description |
|---|---|---|
|
list |
Array of objects in ComputeFlavor |
Explanation: Available specification options |
|
total_count |
Integer |
Explanation: Total records Values: N/A |
Example Requests
Example Responses
Status code: 200
{
"instance_id" : "094424666ef04f79a2dfbe9f5b8b31a5in06",
"instance_name" : "geminidb_instance_noreuse_0_ZKv2FSkxgoc3F8bGzsaxNg",
"current_flavor" : {
"vcpus" : "4",
"ram" : "16",
"spec_code" : "geminidb.cassandra.xlarge.4",
"az_status" : {
"az2***" : "unknown",
"az1***" : "normal",
"az3***" : "unknown"
},
"region_status" : null
},
"optional_flavors" : {
"list" : [ {
"vcpus" : "2",
"ram" : "8",
"spec_code" : "geminidb.cassandra.large.4",
"az_status" : {
"az2***" : "unknown",
"az1***" : "normal",
"az4***" : "normal",
"az3***" : "unknown"
},
"region_status" : "normal"
}, {
"vcpus" : "8",
"ram" : "32",
"spec_code" : "geminidb.cassandra.2xlarge.4",
"az_status" : {
"az2***" : "unknown",
"az1***" : "normal",
"az3***" : "unknown"
},
"region_status" : "normal"
}, {
"vcpus" : "16",
"ram" : "64",
"spec_code" : "geminidb.cassandra.4xlarge.4",
"az_status" : {
"az2***" : "unknown",
"az1***" : "normal",
"az3***" : "unknown"
},
"region_status" : "normal"
}, {
"vcpus" : "32",
"ram" : "128",
"spec_code" : "geminidb.cassandra.8xlarge.4",
"az_status" : {
"az2***" : "unknown",
"az1***" : "normal",
"az3***" : "unknown"
},
"region_status" : "normal"
} ],
"total_count": 4
}
}
Status Codes
For details, see Status Codes.
Error Codes
For details, see Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot