Waiting for engine...
Skip to main content

CatalogListingMetaData

Represents the metadata associated with a catalog listing, including name, description, images, difficulty level, and other descriptive information.

type CatalogListingMetaData {
name: String!
description: String
detailedContent: String
difficultyLevel: DifficultyLevel
communityArticleLink: String
keyFeatures: [String!]
lightModeBannerImage: SpaceArtifactImageData
darkModeBannerImage: SpaceArtifactImageData
demoVideo: SpaceArtifactImageData
url: CatalogListingUrl
preinstalled: Boolean
connectorAuthMode: [String!]
version: String
connectorExternalId: String
catalogArtifactMetaData: String
artifactLastModifiedTime: DateTime
solutionGraphEnabled: Boolean
solutionGraphKey: String
}

Fields

CatalogListingMetaData.name ● String! non-null scalar miscellaneous {#name}

name for the catalog listing

CatalogListingMetaData.description ● String scalar miscellaneous {#description}

description for the catalog listing

CatalogListingMetaData.detailedContent ● String scalar miscellaneous {#detailed-content}

detailed content for a catalog listing like Accelerator

CatalogListingMetaData.difficultyLevel ● DifficultyLevel enum catalog-service {#difficulty-level}

Indicates the difficultyLevel.

CatalogListingMetaData.communityArticleLink ● String scalar miscellaneous {#community-article-link}

Stores the reference to the community article help page.

CatalogListingMetaData.keyFeatures ● [String!] list scalar miscellaneous {#key-features}

Stores the step-wise procedure.

CatalogListingMetaData.lightModeBannerImage ● SpaceArtifactImageData object catalog-service {#light-mode-banner-image}

The banner image for Light Mode

CatalogListingMetaData.darkModeBannerImage ● SpaceArtifactImageData object catalog-service {#dark-mode-banner-image}

The banner image for dark Mode

CatalogListingMetaData.demoVideo ● SpaceArtifactImageData object catalog-service {#demo-video}

Indicates the demo file url

CatalogListingMetaData.url ● CatalogListingUrl object catalog-service {#url}

CatalogListingMetaData.preinstalled ● Boolean scalar miscellaneous {#preinstalled}

Is the solution pre-installed

CatalogListingMetaData.connectorAuthMode ● [String!] list scalar miscellaneous {#connector-auth-mode}

Connector authentication mode like OAUTH2,SAML,BASIC etc

CatalogListingMetaData.version ● String scalar miscellaneous {#version}

Connector version

CatalogListingMetaData.connectorExternalId ● String scalar miscellaneous {#connector-external-id}

Connector external id for the call to action

CatalogListingMetaData.catalogArtifactMetaData ● String scalar miscellaneous {#catalog-artifact-meta-data}

Admin-specific metadata blob for Integration Pack (serialized JSON string)

CatalogListingMetaData.artifactLastModifiedTime ● DateTime scalar platform {#artifact-last-modified-time}

Last modification time of the linked bundle (RECIPE only).

CatalogListingMetaData.solutionGraphEnabled ● Boolean scalar miscellaneous {#solution-graph-enabled}

Indicates whether the solution graph is displayed on the marketplace listing page.

CatalogListingMetaData.solutionGraphKey ● String scalar miscellaneous {#solution-graph-key}

The storage key of the solution graph JSON associated with this listing.

Member Of

CatalogListing object

On this Page