IncidentUserGroups
IncidentUserGroups - Create
Creates a new incident user group in a Fabric-enabled LogPoint
POST
https://api-server-host-name/configapi/{pool_UUID}/{logpoint_identifier}/IncidentUserGroupsParameters
Field
Label in UI
Type
Description
selected_usergroups
Select User Groups
[String]
List of usergroup(s) to be added to Incident Usergroup. Mandatory Field
Request Example
{
"data": {
"selected_usergroups": [
"5faa0b4ebba538fa29cc7b52"
]
}
}Success Response
{
"status": "Success",
"message": "/monitorapi/{pool_UUID}/{logpoint_identifier}/orders/{request_id}"
}IncidentUserGroups - FetchIncidentUserGroup
Fetches Incident User Groups List.
DEPRECATED — Will be removed in a future version. Use IncidentUserGroups - List API instead.
POST
Request Example
Success Response
IncidentUserGroups - Get
Fetches an Incident UserGroup with given ID.
GET
Parameters
Field
Label in UI
Type
Description
id
-
String
ID of the existing incident usergroup that you want to fetch.
Success Response
IncidentUserGroups - List
Lists all existing Incident UserGroups.
GET
Success Response
IncidentUserGroups - Trash
Removes the incident user group with given ID.
DELETE
Parameters
Field
Label in UI
Type
Description
id
-
String
ID of the existing incident user group that you want to delete. Mandatory Field
Success Response
Last updated
Was this helpful?