Domain name for API request: cwp.tencentcloudapi.com.
This API is used to bind machines to an authorization in batches.
A maximum of 20 requests can be initiated per second for this API.
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: ModifyLicenseBinds. |
Version | Yes | String | Common Params. The value used for this API: 2018-02-28. |
Region | No | String | Common Params. This parameter is not required. |
ResourceId | Yes | String | Resource ID |
LicenseType | Yes | Integer | Authorization type |
IsAll | No | Boolean | Whether all machines are involved. (If the total number of machines exceeds the available authorizations in the current order, some machines will be skipped.) |
QuuidList.N | No | Array of String | List of QUUIDs of machines to be bound. This parameter is required when IsAll is set to false. Otherwise, it is ignored. Maximum number: 2,000. |
Parameter Name | Type | Description |
---|---|---|
TaskId | Integer | Task ID |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: cwp.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ModifyLicenseBinds
<Common request parameters>
{
"ResourceId": "xxxxxxxx",
"LicenseType": 0,
"IsAll": true,
"QuuidList": []
}
{
"Response": {
"RequestId": "a11d268f-1601-4f63-9131-0382537b9ebf",
"TaskId": 1
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InternalError | Internal error |
InvalidParameter | Incorrect parameter. |
InvalidParameterValue | Invalid parameter value. |
MissingParameter | Missing parameter error. |
OperationDenied | The operation was denied. |
ResourceNotFound | The resource does not exist. |
Was this page helpful?