Enable Some Monitoring Points
Description
This API is used to subscribe to specific monitoring points under a box, as a prerequisite before triggering the SignalR real-time data push event.
Note:After each box comes online, this API needs to be called again based on the state attribute of FGateStatusChangePush
Request Address
URL:
[Host Server]/api/dmon/start/onlyAddress Parameter Description
Field Type Description Host Server string See Explanation of terms Method
POSTHeader
Field Type Description Authorization string "Bearer " + Access Token obtained from the login interface X-FBox-ClientId string See Appendix One Body
A JSON serialized array containing the UIDs of the monitoring point groups.
Success Response
NULLReturn Codes
Code Description 401 Access token expired 429 Access the interface so frequently. See 429 Status code