Marketplace Project Posix Groups
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/marketplace-project-posix-groups/ |
List POSIX group GIDs assigned to a project |
List POSIX group GIDs assigned to a project
Returns every POSIX group GID a project has been assigned, across all offerings: project-mapped groups (project_group_gid) and resource / resource-project role groups (role_group_gid). The project_uuid query parameter is required.
1 2 3 4 5 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
- API Source:
marketplace_project_posix_groups_list
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
project_uuid |
string | ✓ |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type |
|---|---|
kind |
string |
gid |
integer |
offering_uuid |
string |
offering_name |
string |
provider_name |
string |
role |
string |
scope_type |
string |
scope_name |
string |
scope_uuid |
string |