Full name: projects.locations.instances.contentHub.featuredContentPlaybooks.list
Lists all available FeaturedContentPlaybooks. Use this method to browse curated, high-quality playbooks provided by Google or its partners within the Content Hub. Supports filtering by various attributes like display name, type, and source.
HTTP request
GET https://{endpoint}/v1alpha/{parent}/featuredContentPlaybooks
Where {endpoint} is one of the supported service endpoints.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent, which owns this collection of FeaturedContentPlaybooks. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. The maximum number of FeaturedContentPlaybooks to return. The service may return fewer than this value. If unspecified, at most 100 FeaturedContentPlaybooks will be returned. The maximum value is 100; values above 100 will be coerced to 100. |
pageToken |
Optional. A page token, received from a previous When paginating, all other parameters provided to |
filter |
Optional. The filter to apply to list the FeaturedContentPlaybooks. The filter syntax follows Google Cloud syntax: https://google.aip.dev/160. Supported fields: - name - uid - contentMetadata.display_name - contentMetadata.create_time - contentMetadata.update_time - content.type (e.g., content.type = "PLAYBOOK") - content.source (e.g., content.source = "GOOGLE") Example filter: |
orderBy |
Optional. Order by a comma-separated list of fields. The default sorting order is ascending. To specify descending order for a field, users append a |
Request body
The request body must be empty.
Response body
Response message for listing FeaturedContentPlaybooks.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"featuredContentPlaybooks": [
{
object ( |
| Fields | |
|---|---|
featuredContentPlaybooks[] |
The list of FeaturedContentPlaybooks. Ordered by name by default. |
nextPageToken |
Output only. A token, which can be sent as |
totalSize |
Output only. The total number of FeaturedContentPlaybooks matching the request. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/chroniclehttps://www.googleapis.com/auth/chronicle.readonly
For more information, see the Authentication Overview.