tencent cloud

Feedback

ModifyDisksRenewFlag

Last updated: 2020-02-03 20:13:35
This document is currently invalid. Please refer to the documentation page of the product.

    1. API Description

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

    This API (ModifyDisksRenewFlag) is used to modify the renewal flag of the cloud disk, which supports batch modification.

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

    Note: This API supports Finance regions. If the common parameter Region is a Finance region, a domain name with the Finance region needs to be specified, for example: cbs.ap-shanghai-fsi.tencentcloudapi.com

    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 parameter. The value used for this API: ModifyDisksRenewFlag
    Version Yes String Common parameter. The value used for this API: 2017-03-12
    Region Yes String Common parameter. For more information, please see the list of regions supported by the product.
    DiskIds.N Yes Array of String IDs of one or more cloud disks to be operated.
    RenewFlag Yes String Cloud disk renewal flag. Value range:
  • NOTIFY_AND_AUTO_RENEW: Notify expiry and renew automatically.
  • NOTIFY_AND_MANUAL_RENEW: Notify expiry but do not renew automatically.
  • DISABLE_NOTIFY_AND_MANUAL_RENEW: Neither notify expiry nor renew automatically.
  • 3. Output Parameters

    Parameter Name Type Description
    RequestId String The unique request ID, which is returned for each request. RequestId is required for locating a problem.

    4. Example

    Example1 Setting Cloud Disk as Auto-renewal

    Input Example

    https://cbs.tencentcloudapi.com/?Action=ModifyDisksRenewFlag
    &DiskIds.0=disk-5w50lrms
    &RenewFlag=NOTIFY_AND_AUTO_RENEW
    &<common request parameters>

    Output Example

    {
      "Response": {
        "RequestId": "1f01171e-6a0f-4208-bb04-d342d97d42c8"
      }
    }

    5. Developer Resources

    API Explorer

    This tool allows online call, signature authentication, SDK code generation and quick search of APIs to greatly improve the efficiency of using TencentCloud APIs.

    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
    InvalidParameterValue Invalid parameter value. Parameter value format error or parameter value not supported.
    MissingParameter Missing parameter. Request does not include the required parameter.