Queries valid resource plan instances.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
bss:DescribeInstances |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProductCode |
string |
No |
Service code. |
rds |
| ExpiryTimeStart |
string |
No |
Start of the expiration time range. Format: yyyy-MM-ddTHH:mm:ssZ (UTC). |
2020-02-02T12:00:00Z |
| ExpiryTimeEnd |
string |
No |
End of the expiration time range. Format: yyyy-MM-ddTHH:mm:ssZ (UTC). |
2020-02-02T13:00:00Z |
| PageNum |
integer |
No |
Page number. Default value: 1. |
1 |
| PageSize |
integer |
No |
Entries per page. Default value: 20. Maximum value: 300. |
20 |
| IncludePartner |
boolean |
No |
Whether to include partner data. |
true |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
Request ID. |
6000EE23-274B-4E07-A697-FF2E999520A4 |
| Success |
boolean |
Whether the request succeeded. |
true |
| Code |
string |
Status code. |
Success |
| Message |
string |
Response message. |
Successful! |
| PageSize |
integer |
Entries per page. |
20 |
| Total |
integer |
Total number of entries. |
12 |
| Page |
integer |
Page number. |
1 |
| Data |
object |
Response data. |
|
| PageNum |
string |
Page number. |
1 |
| PageSize |
string |
Entries per page. |
20 |
| TotalCount |
string |
Total number of entries. |
12 |
| HostId |
string |
Host ID. |
cn |
| Instances |
object |
||
| Instance |
array<object> |
Instance details. |
|
|
array<object> |
|||
| ExpiryTime |
string |
Expiration time of the resource plan. |
2019-03-12T16:00:00Z |
| Status |
string |
Resource plan status. Valid values:
|
Available |
| Remark |
string |
Remarks. The value must be in Chinese. |
(2) |
| RemainingAmountUnit |
string |
Unit of the remaining quota. |
GB |
| InstanceId |
string |
Instance ID. |
OSSBAG-cn-v0h1s4hma01 |
| PackageType |
string |
Resource plan type. |
FPT_ossbag_absolute_Storage_sh |
| EffectiveTime |
string |
Time when the resource plan took effect. |
2018-09-12T09:51:56Z |
| Region |
string |
Region ID. |
cn-hangzhou |
| TotalAmount |
string |
Total quota of the resource plan. |
40.000 |
| DeductType |
string |
Deduction type, such as Absolute. |
Absolute |
| TotalAmountUnit |
string |
Unit of the total quota. |
GB |
| RemainingAmount |
string |
The remaining quota. |
40.000 |
| ApplicableProducts |
object |
||
| Product |
array |
Applicable services for this resource plan. |
|
|
string |
Applicable service. |
{"Product": ["oss"] } |
|
| CommodityCode |
string |
Commodity code. |
rds |
Examples
Success response
JSON format
{
"RequestId": "6000EE23-274B-4E07-A697-FF2E999520A4",
"Success": true,
"Code": "Success",
"Message": "Successful!",
"PageSize": 20,
"Total": 12,
"Page": 1,
"Data": {
"PageNum": "1",
"PageSize": "20",
"TotalCount": "12",
"HostId": "cn",
"Instances": {
"Instance": [
{
"ExpiryTime": "2019-03-12T16:00:00Z",
"Status": "Available",
"Remark": "(2)",
"RemainingAmountUnit": "GB",
"InstanceId": "OSSBAG-cn-v0h1s4hma01",
"PackageType": "FPT_ossbag_absolute_Storage_sh",
"EffectiveTime": "2018-09-12T09:51:56Z",
"Region": "cn-hangzhou",
"TotalAmount": "40.000",
"DeductType": "Absolute",
"TotalAmountUnit": "GB",
"RemainingAmount": "40.000",
"ApplicableProducts": {
"Product": [
"{\"Product\": [\"oss\"] }"
]
},
"CommodityCode": "rds"
}
]
}
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | NotApplicable | This API is not applicable for caller. | |
| 400 | NotAuthorized | This API is not authorized for caller. | |
| 400 | MissingParameter | Absent some mandatory parameter for this request. | |
| 400 | InvalidParameter | This request contain some invalid parameter | |
| 400 | InvalidOwner | The specified owner doesn't belong to caller. | Invalid user identity. |
| 400 | OwnerIdInvalid | Parameter ownerId is invalid. | |
| 400 | OwnerIdMissing | Paramter ownerId is missing. | |
| 500 | InternalError | The request processing has failed due to some unknown error. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.