All Products
Search
Document Center

Expenses and Costs:QueryResourcePackageInstances

Last Updated:Aug 28, 2026

Queries valid resource plan instances.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

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

  • Expired

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.