Method: savedColumnSets.list

Full name: projects.locations.instances.users.savedColumnSets.list

Endpoint for listing the saved column sets. It will return all private + public saved column sets for the requested user and all public saved column sets for the other users within the instance.

HTTP request


GET https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{parent}/savedColumnSets

Path parameters

Parameters
parent

string

Required. The ID of the instance to list SavedColumnSets for. Format: projects/{project}/locations/{location}/instances/{instance} projects/{project}/locations/{location}/instances/{instance}/users/{user}

Query parameters

Parameters
pageSize

integer

Optional. The maximum number of SavedColumnSets to return. The service may return fewer than this value. If unspecified, at most 100 saved column sets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

pageToken

string

Optional. A page token, received from a previous ListColumnSets call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListColumnSets must match the call that provided the page token.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of ListSavedColumnSetsResponse.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • chronicle.savedColumnSets.list

For more information, see the IAM documentation.