Delete Monitoring Group
Description
This interface is used to delete a monitoring point group.
Request Address (Choose One)
URL1:
[Host Server]/api/v2/box/{boxId}/dmon/group/{groupId}
URL2:
[Host Server]v2/box/dmon/group/{groupId}/?boxNo={boxNo}
Address Parameter Description
Field Type Description Host Server string See Explanation of terms boxId long Find it in Get FGate list interface: boxRegs->box->id boxNo long The serial number of the FGate groupId Long The ID of the monitoring group Method
DELETE
Headers
Field Type Description Authorization string "Bearer " + Access token obtained from the login interface X-FBox-ClientId string See Appendix One for details Body
NULL
Response Success
NULL
Response Codes
Code Description 401 Access token expired 304 Monitoring point group does not exist 424 FGate is not online 500 Internal error in the interface