Modify Refresh Interval
Description
This interface is used for globally modifying the refresh interval of the low traffic mode.
Request Address
URL:
[Host Server]/api/v2/box/{boxId}/boxSettings
Address Parameter Explanation
Field Type Description Host Server string See Explanation of terms boxId Long Find it in Get FGate list interface: boxRegs->box->id Method
POST
Headers
Field Type Description Authorization string "Bearer " + access_token obtained from login interface Body
The body is a list collection, with each object having the following properties:The body is in JSON format, representing the list of data monitoring points.
Field Type Description type int Fixed value, set to 0. value int Refresh interval (in seconds). Successful Response
null
Response Codes
Code Description 200 Success. 401 Access token expired. 400 Error message in the HTTP Header [X-FBox-Code], see details in Appendix Three. 429 Access the interface so frequent. See 429 Status code