Retrieve group collection

This operation returns an object containing information about all Sentinel groups that the current user can access.

Query Params
string

Retrieves groups that have one or more tags as specified by a comma-separated list.

string

Retrieves groups that do NOT have one or more tags as specified by a comma-separated list.

string

Retrieves groups containing sites with labels that begin with or match the given string. Case insensitive.

string

Retrieves groups containing app with labels that begin with or match the given string. Case insensitive.

string

Retrieves groups containing asset with labels that begin with or match the given string. Case insensitive.

string

Retrieves groups containing user with labels that begin with or match the given string. Case insensitive.

string

Retrieves groups with names matching or containing the given string.

int32

Retrieves groups that contain the specified site ID.

string
enum
Defaults to 0

Display sites associated with group id.

Allowed:
string
enum
Defaults to 0

Display applications associated with group id.

Allowed:
string
enum
Defaults to 0

Display site and application counts associated with group id.

Allowed:
string
enum
Defaults to 0

Display roles associated with group id.

Allowed:
string
enum
Defaults to 0

Display statistics for vulnerabilities found on assets in each group.

Allowed:
string
enum
Defaults to 0

Displays a list of the scan statuses for the assets in each group.

Allowed:
string
enum
Defaults to 0

Display the 'has_assets' flag, which indicates if each group contains any assets.

Allowed:
int32

Number of pages to retrieve.

int32

Begin retrieving pages from this index.

string
enum
Defaults to name

Order results in ascending or descending order by name, id, or description.

string
enum
Defaults to xml

Selects the requested response representation format.

Allowed:
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

400

BadRequestResponse indicates a request with invalid parameters.

401

UnauthorizedResponse signals an unauthorized API access.

403

ForbiddenResponse signals a request for a resource that does not exist or is not authorized.

500

GenericError generic error.

Language
Response
Choose an example:
application/json
application/xml