Manage Service Group
Gets and delete service groups.
delete
/api/v2/tenants/{tenantId}/serviceGroups/{sgId}
Deletes a service group.
Notes
- Deleting a service group removes the service group name and its details.
- Deleting a parent service group also deletes the child entities (resources or service groups).
- Resources or Services under the deleted service group are retained and are available in the OpsRamp infrastructure page.
Path Parameters
- tenantId
Describes the clientId or partnerId of the tenant
- sgId
Service group uuid
get
/api/v2/tenants/{tenantId}/serviceGroups/{sgId}
Gets service group details.
Path Parameters
- tenantId
Describes the clientId or partnerId of the tenant
- sgId
Service group uuid
00