tencent cloud

文档反馈

InquirePricePurchaseReservedInstancesOffering

最后更新时间:2024-01-04 16:11:10

    1. API Description

    Domain name for API request: cvm.tencentcloudapi.com.

    This API is used to query the price of reserved instances. It only supports querying purchasable reserved instance offerings. Currently, RIs are only offered to beta users.

    A maximum of 20 requests can be initiated per second for this API.

    We recommend you to use API Explorer
    Try it
    API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

    2. Input Parameters

    The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

    Parameter Name Required Type Description
    Action Yes String Common Params. The value used for this API: InquirePricePurchaseReservedInstancesOffering.
    Version Yes String Common Params. The value used for this API: 2017-03-12.
    Region No String Common Params. This parameter is not required for this API.
    InstanceCount Yes Integer The number of the reserved instances you are purchasing.
    ReservedInstancesOfferingId Yes String The ID of the reserved instance offering.
    DryRun No Boolean Dry run.
    ClientToken No String A unique string supplied by the client to ensure that the request is idempotent. Its maximum length is 64 ASCII characters. If this parameter is not specified, the idempotency of the request cannot be guaranteed.
    For more information, see Ensuring Idempotency.
    ReservedInstanceName No String Reserved instance name.
  • The RI name defaults to “unnamed” if this parameter is left empty.
  • You can enter any name within 60 characters (including the pattern string).
  • 3. Output Parameters

    Parameter Name Type Description
    Price ReservedInstancePrice Price of the reserved instance with specified configuration.
    RequestId String The unique request ID, which is returned for each request. RequestId is required for locating a problem.

    4. Example

    Example1 Querying the price of reserved instance offerings

    Input Example

    GET https://cvm.tencentcloudapi.com/?Action=InquirePricePurchaseReservedInstancesOffering
    &InstanceCount=2
    &ReservedInstancesOfferingId=noew0342-324f-f3ab-9uut-wrlnth53dcee
    &<Common request parameters>
    

    Output Example

    {
        "Response": {
            "RequestId": "b333ddb8-4aed-4def-a0d9-617043c2614e"
        }
    }
    

    5. Developer Resources

    SDK

    TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

    Command Line Interface

    6. Error Code

    The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

    Error Code Description
    FailedOperation.InquiryPriceFailed Price query failed.
    InvalidParameterValue.Range Invalid parameter value: invalid parameter value range.
    UnsupportedOperation.InvalidPermissionNonInternationalAccount The current operation is only supported for Tencent Cloud International users.