Domain name for API request: cwp.intl.tencentcloudapi.com.
This API is used to obtain the list of authorized machines bound to an authorization under the Settings Center-Authorization Management.
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: DescribeLicenseBindList. |
| Version | Yes | String | Common Params. The value used for this API: 2018-02-28. |
| Region | No | String | Common Params. This parameter is not required. |
| LicenseId | Yes | Integer | License ID. The value is the value of the LicenseId parameter under the List object of the DescribeLicenseList API. |
| LicenseType | Yes | Integer | License type Valid values:
|
| ResourceId | Yes | String | Resource ID. The value is the value of the ResourceId parameter under the List object of the DescribeLicenseList API. |
| Filters.N | No | Array of Filters | MachineName |
| Limit | No | Integer | The maximum number of entries. Default value: 10. |
| Offset | No | Integer | Offset. Default value: 0. |
| Parameter Name | Type | Description |
|---|---|---|
| TotalCount | Integer | Total quantity. |
| List | Array of LicenseBindDetail | List of bound machine information |
| 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. |
DescribeLicenseBindList
POST / HTTP/1.1
Host: cwp.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeLicenseBindList
<Common request parameters>
{
"LicenseId": 1,
"LicenseType": 0,
"ResourceId": "cdbae897e7e0"
}
{
"Response": {
"RequestId": "de41ce31-f2c0-49a9-a476-57051a5c7c6c",
"TotalCount": 1,
"List": [
{
"MachineName": "Test machine",
"MachineWanIp": "10.0.0.0",
"MachineIp": "10.0.0.0",
"Quuid": "f6481aac-78f7-403e-867d-553c4af8b025",
"Uuid": "f6481aac-78f7-403e-867d-553c4af8b025",
"Tags": [
"dev"
],
"AgentStatus": "ONLINE",
"IsUnBind": false,
"IsSwitchBind": false,
"MachineExtraInfo": {
"WanIP": "10.0.0.0",
"PrivateIP": "10.0.0.0",
"NetworkType": 0,
"NetworkName": "dev",
"InstanceID": "ins-onxyg5w",
"HostName": "dev-one"
}
}
]
}
}
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 |
| InvalidParameterValue | Invalid parameter value. |
| MissingParameter | Missing parameter error. |
| ResourceNotFound | The resource does not exist. |
Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários