Add Monitoring Group
Description
This interface can be used by users to add data monitoring groups.
Request URL
URL:
[Host Server]/api/dmon/def/group
Query Parameters
Field Type Description Host Server string See Explanation of terms Method
PUT
Headers
Field Type Description Authorization string "Bearer " + Access Token obtained from the login interface Body
Field Type Description name string Monitor Point Group Name boxUid string FGate Id Successful Response
Return the group ID (groupId) of the added group, not in JSON format.
Return Code
Field Description 401 Access Token Expired 400 Incorrect FGate uid 404 The interface does not exist. Please check the URL. 409 This name has already existed. . 500 Failed to access interface. Please see the example in the following image.