Hunt Group

General

Create instance

POST /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/services/hunt_groups/

The API is mapped to GroupHuntGroupAddInstanceRequest and GroupHuntGroupModifyActiveInstanceListRequest (to manage the ‘active’ field)

Additional restrictions

Request JSON Object:

Retrieve list instances

GET /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/services/hunt_groups/

The API is mapped to GroupHuntGroupGetInstanceListRequest

Additional informations

Response JSON Object:

Retrieve instance

GET /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/services/hunt_groups/(string: hunt_group_name)/

The API is mapped to GroupHuntGroupGetInstanceRequest and GroupHuntGroupModifyActiveInstanceListRequest (to manage the ‘active’ field)

Additional informations

Response JSON Object:

Update instance

PUT /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/services/hunt_groups/(string: hunt_group_name)/

The API is mapped to GroupHuntGroupModifyInstanceRequest and GroupHuntGroupModifyActiveInstanceListRequest (to manage the ‘active’ field)

Additional restrictions

Request JSON Object:

Delete instance

DELETE /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/services/hunt_groups/(string: hunt_group_name)/

The API is mapped to GroupHuntGroupDeleteInstanceRequest

Available Agent List

Retrieve list instances

GET /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/services/hunt_groups/users/available/

The API is mapped to GroupHuntGroupGetAvailableUserListRequest