- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- FeedSourceTypeSchema
- Try it!
Full name: projects.locations.instances.feedSourceTypeSchemas.list
List all FeedSourceTypeSchemas.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{parent}/feedSourceTypeSchemas
Path parameters
Parameters | |
---|---|
parent |
Required. The parent, which owns this collection of FeedSourceTypeSchemas. Format: projects/{project}/locations/{location}/instances/{instance} |
Query parameters
Parameters | |
---|---|
page |
The maximum number of FeedSourceTypeSchemas to return. The service may return fewer than this value. If unspecified all FeedSourceTypeSchemas will be returned, meaning one FeedSourceTypeSchema for each FeedDetails.FeedSourceType. The maximum value is 100; values above 100 will be coerced to 100. |
page |
A page token, received from a previous |
Request body
The request body must be empty.
Response body
ListFeedSourceTypeSchemas response message.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"feed_source_type_schemas": [
{
object ( |
Fields | |
---|---|
feed_ |
Schemas describing each FeedSourceType. |
next_ |
A token, which can be sent as |
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.feedSourceTypeSchemas.list
For more information, see the IAM documentation.
FeedSourceTypeSchema
Metadata that pertains to feed source types (see Feed.FeedDetails.FeedSourceType) that is useful for building interfaces to construct valid Feed messages.
JSON representation |
---|
{
"name": string,
"display_name": string,
"description": string,
"read_only": boolean,
"feed_source_type": enum ( |
Fields | |
---|---|
name |
The resource name for this FeedSourceTypeSchema. Format: "projects/{project}/locations/{location}/instances/{instance}/feedSourceTypeSchemas/{feed_source_type}". See FeedDetails.FeedSourceType for the feed source type. |
display_ |
A human-readable name for this feed source type. |
description |
A human-readable description for this feed source type. |
read_ |
Whether feeds having this source type, while they are expected to exist, should not be modified (created, edited, or deleted). |
feed_ |
The value to be used in the |