Service Groups

A service group is a collection of services that can be assigned to a user group.

Data model

created_atstringDate and time in ISO 8601 format. Read-only.
descriptionstringDescription of the service group.
idstringAlphanumeric string identifying the service group.
namestringName of the service group.
objectstringThe type of the object.
services_countintegerNumber of services in the service group.
updated_atstringDate and time in ISO 8601 format. Read-only.

Endpoints

List service groups

GET/service-groups

Create a service group

POST/service-groups

Get a service group

GET/service-groups/service_group_id

Delete a service group

DELETE/service-groups/service_group_id

Update a service group

PATCH/service-groups/service_group_id

List services to a service group

GET/service-groups/service_group_id/services

Add services in a service group

POST/service-groups/service_group_id/services

Remove services from a service group

DELETE/service-groups/service_group_id/services