Get minimal details of service groups
This endpoint is used to retrieve minimal details (including service group ID and name) of service groups.
URL
GET https://{api-url}/api/v2/tenants/{tenantId}/serviceGroups/minimal
Sample URLs
https://{api-url}/api/v2/tenants/client_93/serviceGroups/minimal
Sample response
{
"id": "SGP-d4ad6f5f-c788-4747-b62c-17b59c89ca06",
"name": "Network Engineering Services"
},
{
"id": "SGP-c2af3866-fc89-47dd-b83f-bcc8df0b2a0a",
"name": "Finance Inventory"
},
{
"id": "SGP-d7657432-3698-4894-a07f-c2ef9aa0789e",
"name": "ELB"
},
{
"id": "SGP-c3d0173b-54a0-4c30-bac9-b48ddaa36bc6",
"name": "VTH Services"
},
{
"id": "SGP-63d0163a-d4ac-ec30-fac1-cb2ddaa36b84",
"name": "Cloud Instances"
}
]