Method: featuredContentNativeDashboards.list

Full name: projects.locations.instances.contentHub.featuredContentNativeDashboards.list

List all native dashboards featured content.

HTTP request


Path parameters

Parameters
parent

string

Required. The parent, which owns this collection of FeaturedContentNativeDashboards. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub

Query parameters

Parameters
pageSize

integer

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

pageToken

string

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

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

filter

string

Optional. The filter to apply to list the FeaturedContentNativeDashboards. This filter will be a text search on the name and description of the FeaturedContentNativeDashboard.

The filter syntax follows Google Cloud syntax: https://google.aip.dev/160.

The following field is supported for filtering:

  • name

Examples:

  • name="test" // matches both name and description based on substring match.

Request body

The request body must be empty.

Response body

Response message for listing FeaturedContentNativeDashboards.

If successful, the response body contains data with the following structure:

JSON representation
{
  "featuredContentNativeDashboards": [
    {
      object (FeaturedContentNativeDashboard)
    }
  ],
  "nextPageToken": string
}
Fields
featuredContentNativeDashboards[]

object (FeaturedContentNativeDashboard)

The list of FeaturedContentNativeDashboards. Ordered by name by default.

nextPageToken

string

Optional. A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

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.featuredContentNativeDashboards.list

For more information, see the IAM documentation.