Querying Product Flavors
Function
This API is used to query product flavors.
Call Method
For details, see How to Call an API.
URI
GET /v1.0/products
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
instance_id |
Yes |
String |
Instance ID. |
product_id |
Yes |
String |
Indicates the product ID. |
Request
None.
Response
Status code: 200
Parameter |
Type |
Description |
---|---|---|
engine |
String |
Engine type. |
versions |
Array of strings |
Supported versions. |
products |
Array of ProductEntity objects |
Product details list. |
Parameter |
Type |
Description |
---|---|---|
type |
String |
Product type, which can be single or cluster. |
product_id |
String |
Indicates the product ID. |
ecs_flavor_id |
String |
ECS flavor ID. |
billing_code |
String |
CBC specification code. |
arch_types |
Array of strings |
Architecture types. |
charging_mode |
Object |
Billing mode. |
ios |
Object |
Supported I/O type. |
support_features |
Object |
Supported features. |
properties |
Object |
Features. |
available_zones |
Array of strings |
Availability zones. |
unavailable_zones |
Array of strings |
Unavailability zones. |
qingtian_incompatible |
Boolean |
Whether the instance is a QingTian instance. |
Example Request
GET https://{endpoint}/v1.0/products
Example Response
Status code: 200
Metrics queried successfully.
{ "engine" : "rocketmq", "versions" : [ ], "products" : [ ] }
Status Code
Status Code |
Description |
---|---|
200 |
Metrics queried successfully. |
Error Code
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