Subscribing to Service Data of the IoT Platform
Typical Scenario
An NA can subscribe to service data of a device on the IoT platform. When the service data changes (for example, the device is registered, the device reports data and the device status changes), the IoT platform can push change notifications to the NA. The NA can call this API to subscribe to different types of service change notifications.
API Function
This API is used by an NA to subscribe to service change notifications on the IoT platform. When the device status or data changes, the IoT platform pushes notifications to the NA.
API Description
1 |
public function subDeviceData($sddInDTO, $ownerFlag, $accessToken)
|
Parameter Description
Parameter |
Mandatory or Optional |
Location |
Description |
---|---|---|---|
$sddInDTO |
Mandatory |
body |
For details, see SubDeviceDataInDTO structure. |
$ownerFlag |
Mandatory |
query |
Identifies the owner of the callbackUrl. If this parameter is not specified, this parameter can be set to null.
|
$accessToken |
Mandatory |
header |
This parameter is set to the value of the access token obtained by calling the Authentication API. |
Parameter |
Mandatory or Optional |
Location |
Description |
---|---|---|---|
$notifyType |
Mandatory |
body |
Indicates the notification type based on which an NA can receive notification messages pushed by the IoT platform. The value options are as follows:
|
$callbackUrl |
Mandatory |
body |
Indicates the callback URL of a subscription, which is used to receive notification messages of the corresponding type. This URL must be an HTTPS channel callback URL and contain its port number. An example value is https://XXX.XXX.XXX.XXX:443/callbackurltest.
NOTE:
The HTTP channel can be used only for commissioning. |
$appId |
Optional |
body |
Identifies the application of the entity that subscribes to a device or rule. |
$channel |
Optional |
body |
Indicates the transmission channel. For the MQTT client, the value is MQTT. In other cases, the value is HTTP. |
Response Parameters
Status Code: 201 Created
SubscriptionDTO structure
Parameter |
Description |
---|---|
subscriptionId |
Identifies a subscription. |
notifyType |
Indicates the notification type. |
callbackUrl |
Indicates the callback URL of the subscription. |
clientIds |
Identifies an MQTT client. The value is that returned when MQTT is subscribed to. |
Error Codes
HTTP Status Code |
Error Code |
Error Description |
Remarks |
---|---|---|---|
400 |
100222 |
The request callbackurl is illegal. |
The callback URL is invalid. Recommended handling: Check whether the callback URL in the request body is correct. |
403 |
100217 |
The application hasn't been authorized. |
The application has not been authorized. Recommended handling: In scenarios where applications are not authorized, ensure that request parameter appId is null. |
403 |
1010009 |
app throttle exceed. |
The NA calls the API at a frequency that exceeds the flow control threshold (100 calls per minute by default). Recommended handling: Contact IoT platform maintenance personnel to adjust the flow control threshold or control the API call frequency. |
403 |
1010005 |
App_key or access_token is invalid. |
The access token is invalid. Recommended handling: Check whether accessToken carried in the API request is correct. |
409 |
100227 |
The resource is conflicted. |
A resource conflict occurs. The notification type has been subscribed to. Recommended handling: Check whether the notification type has been subscribed. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot