Retrieves a list of upgrade items.
Operation description
The JsonConfig request parameter is a complex JSON configuration. A supporting tool class provides examples for this configuration. For more information, see the Demo.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:ListUpgradeItems |
list |
*All Resource
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| MaxResults |
integer |
No |
The maximum number of entries to return. |
50 |
| NextToken |
string |
No |
The token that is used to retrieve the next page of results. Leave this parameter empty for the first request. To retrieve the next page, set this parameter to the NextToken value from the previous response. |
AAAAAUqcj6VO4E3ECWIrFczs**** |
| RegionId |
string |
No |
The region where the Data Management center is located. Select a region based on where your assets are. Valid values:
|
cn-hangzhou |
| Lang |
string |
No |
The language of the response. Valid values:
|
zh |
| RoleFor |
string |
No |
The user ID of the member. An administrator can use this parameter to switch to the member's view. |
113091674488**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
The request ID. |
6276D891-*****-55B2-87B9-74D413F7**** |
| UpgradeItems |
array<object> |
The list of upgrade items. |
|
|
object |
An upgrade item. |
||
| UpgradeItemId |
string |
The ID of the upgrade item. |
data_storage_2_upgrade |
| NextToken |
string |
The token that is used to retrieve the next page of results. If the value is not empty, more results are available. |
AAAAAUqcj6VO4E3ECWIrFczs**** |
| MaxResults |
integer |
The maximum number of entries returned on the current page. |
50 |
| TotalCount |
integer |
The total number of entries. |
57 |
Examples
Success response
JSON format
{
"RequestId": "6276D891-*****-55B2-87B9-74D413F7****",
"UpgradeItems": [
{
"UpgradeItemId": "data_storage_2_upgrade"
}
],
"NextToken": "AAAAAUqcj6VO4E3ECWIrFczs****",
"MaxResults": 50,
"TotalCount": 57
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.