Domain name for API request: mna.intl.tencentcloudapi.com.
This API is used to get the hardware list of the manufacturer.
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: GetHardwareList. |
| Version | Yes | String | Common Params. The value used for this API: 2021-01-19. |
| Region | No | String | Common Params. This parameter is not required for this API. |
| PageNumber | Yes | Integer | Page number |
| PageSize | Yes | Integer | Device quantity on the webpage |
| Keyword | No | String | Keyword. |
| Parameter Name | Type | Description |
|---|---|---|
| HardwareInfos | Array of HardwareInfo | List of Hardware Information |
| Length | Integer | Total number of hardware |
| TotalPage | Integer | Total pages |
| 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: mna.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: GetHardwareList
<Common request parameters>
{
"PageNumber": 1,
"PageSize": 1
}
{
"Response": {
"HardwareInfos": [
{
"ActiveTime": "1686554927",
"CreateTime": "1685673786",
"Description": "Test00-00",
"DeviceId": "mna-2x2tllhb18",
"DeviceName": "test-vendor-hardware-00-00",
"FlowTrunc": 0,
"GroupId": "",
"GroupName": "",
"LicenseChargingMode": 2,
"LicensePayMode": 0,
"Payer": 1,
"SN": "test-vendor-hardware-00",
"VendorDescription": "Test00"
}
],
"Length": 107,
"RequestId": "50f72657-2085-49fe-839f-71f3088c7f0a",
"TotalPage": 107
}
}
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. |
| InternalError.ControlRequestError | Request controller encounters an error. |
| InvalidParameterValue | Parameter value error. |
| OperationDenied.VendorNotRegister | The current account is not yet registered as a manufacturer. |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback