Domain name for API request: iotcloud.tencentcloudapi.com.
This API is used to update the configuration of product dynamic registration.
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: UpdateProductDynamicRegister. |
Version | Yes | String | Common Params. The value used for this API: 2021-04-08. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
ProductId | Yes | String | Product ID |
RegisterType | Yes | Integer | Dynamic registration type. Valid values: 0 - disabled; 1 - pre-create device; 2 - auto-create device. |
RegisterLimit | Yes | Integer | Maximum dynamically registered devices |
Parameter Name | Type | Description |
---|---|---|
RegisterType | Integer | Dynamic registration type. Valid values: 0 - disabled; 1 - pre-create device; 2 - auto-create device. |
ProductSecret | String | Product key for dynamic registration |
RegisterLimit | Integer | Maximum dynamically registered devices |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
This example shows you how to update product dynamic registration.
https://iotcloud.tencentcloudapi.com/?Action=UpdateProductDynamicRegister
&ProductId=ABCDE12345
&RegisterType=0
&RegisterLimit=10
&<Common request parameters>
{
"Response": {
"RegisterType": 0,
"ProductSecret": "xxxx",
"RegisterLimit": 10000,
"RequestId": "d15b72a9-ab2b-4906-9632-52f7a31932a9"
}
}
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.ProductTypeNotSupport | Unsupported product type. |
ResourceNotFound.ProductNotExist | The product does not exist. |
UnauthorizedOperation.ProductIsForbidden | This feature has been disabled for the product. |
Was this page helpful?