Resource: FeedPack
FeedPack is a logical container for related LogTypes for which feeds can be configured.
| JSON representation | 
|---|
{ "name": string, "displayName": string, "description": string, "icon": string, "categories": [ string ], "packType": enum (  | 
              
| Fields | |
|---|---|
name | 
                
                   
 Identifier. The resource name of the feed pack. Format: projects/{project}/locations/{location}/instances/{instance}/feedPacks/{feedPack}  | 
              
displayName | 
                
                   
 Output only. The display name of the feed pack.  | 
              
description | 
                
                   
 Output only. The description of the feed pack.  | 
              
icon | 
                
                   
 Output only. The icon image of the content pack in base64 in png format. A base64-encoded string.  | 
              
categories[] | 
                
                   
 Output only. Categories the featured content is associated with. In case of product feed packs, there will be only one category.  | 
              
packType | 
                
                   
 Output only. Type of pack.  | 
              
packLogTypes[] | 
                
                   
 Output only. Log types featured in the pack.  | 
              
packDocumentation | 
                
                   
 Output only. Pack specific documentation in markdown format.  | 
              
PackType
Type of feed pack. Feeds Page currently only lists PRODUCT_BASED packs.
| Enums | |
|---|---|
PACK_TYPE_UNSPECIFIED | 
                Unspecified feed pack type. | 
PRODUCT_BASED | 
                Product based feed pack type. | 
USECASE_BASED | 
                Use case based feed pack type. | 
ONBOARDING | 
                Onboarding feed pack type. | 
PackLogType
PackLogtype is a log type featured in the feed pack.
| JSON representation | 
|---|
{
  "logType": string,
  "required": boolean,
  "hasDefaultParser": boolean,
  "recommendedSourceType": enum ( | 
              
| Fields | |
|---|---|
logType | 
                
                   
 Log Type featured in the feed pack. Format: projects/{project}/locations/{location}/instances/{instance}/logTypes/{logType}  | 
              
required | 
                
                   
 Whether the logtype is required to deploy a feed pack.  | 
              
hasDefaultParser | 
                
                   
 Whether a default(prebuilt) parser is available for the given log type.  | 
              
recommendedSourceType | 
                
                   
 The recommended source type for the log type.  | 
              
displayName | 
                
                   
 The display name of the log type.  | 
              
configurationDocumentation | 
                
                   
 Documentation to define steps on how to configure a log type.  | 
              
additionalDocumentation | 
                
                   
 Documentation to share any CTAs for more reference.  | 
              
Methods | 
            |
|---|---|
                
 | 
              Gets a feed pack. | 
                
 | 
              Lists Packs for which feeds can be configured. |