Change (Discarded)
Function
This API is used to update yearly/monthly order information after the order is created. This API has been discarded.
Debugging
You can debug this API through automatic authentication in API Explorer or use the SDK sample code generated by API Explorer.
Authorization Information
Each account has all the permissions required to call all APIs, but IAM users must be assigned the required permissions.
- If you are using role/policy-based authorization, see Permissions Policies and Supported Actions for details on the required permissions.
- If you are using identity policy-based authorization, no identity policy-based permission required for calling this API.
URI
PUT /v3/{project_id}/orders/{order_id}
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
order_id |
Yes |
String |
Order ID |
|
project_id |
Yes |
String |
Project ID |
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
cloudServiceConsoleURL |
No |
String |
URL of the cloud service console. After the subscription is completed, this URL can be used to switch to the cloud service console page to view the information. |
|
productInfo |
Yes |
CbcProductInfoUpdate object |
Product information |
|
resourceId |
Yes |
String |
ID of the resource to be changed |
|
promotion_info |
No |
String |
Promotion information |
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
productId |
Yes |
String |
Product ID, which is obtained by calling the API for price inquiry. The value consists of 1 to 64 characters and can contain only letters, digits, underscores (_), and hyphens (-).. |
|
resourceSize |
Yes |
Integer |
Specifies the resource size. The value ranges from 10 to 10,485,760. |
|
resourceSizeMeasureId |
No |
Integer |
Resource capacity measurement ID. An enumerated value is as follows: 17: GB |
|
resourceSpecCode |
Yes |
String |
Resource specifications of the purchased cloud service Enumeration values: vault.backup.server.normal, vault.backup.turbo.normal, vault.backup.database.normal, vault.backup.volume.normal, vault.backup.rds.normal, vault.replication.server.normal, vault.hybrid.server.normal |
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
orderId |
String |
Order ID |
|
retCode |
Number |
Change status code |
|
retMsg |
String |
Change information |
Example Requests
Changing the capacity of a yearly/monthly vault to 50 GB
https://{endpoint}/v3/{project_id}/orders/CS2305081601LIS2V
{
"resourceId" : "9dd8f8db-a926-440b-9af5-81b643618898",
"productInfo" : {
"productId" : "00301-231147-0--0",
"resourceSpecCode" : "vault.backup.server.normal",
"resourceSize" : 50,
"resourceSizeMeasureId" : 17
}
}
Example Responses
Status code: 200
OK
{
"orderId" : "CS2305291628MSG5A",
"retCode" : 0,
"retMsg" : "success"
}
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
OK |
Error Codes
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