Konnect Service Catalog

UrlMetadataValueTemplate

object

Contains the name and link value associated with a URL Metadata Field. Supports JQ templates which resolves to a string.

namestringrequired

The human-readable name for the url metadata value

>= 1 characters

Example:#public-slack-channel

linkstringrequired

The url link associated with the metadata value.

>= 1 characters

Example:#public-slack-channel

Example

MetadataTemplate

object

Contains key value pairs information about entity’s metadata. Supports JQ templates on values which resolves to a string.

MapById

object
* Additional properties are NOT allowed.
idstringrequired

Exact match on service identifier based on suggestion rule scope.
Supports JQ expression syntax on discovered entity’s integration_record property.

Example:1ace6cb5-75ca-4488-a05d-9260628a37a8

Example

MapByName

object
* Additional properties are NOT allowed.
namestringrequired

Exact match on service name based on suggestion rule scope.
Supports JQ expression syntax on discovered entity’s integration_record property.

Example:{{ .gateway_service.name }}-{{ .runtime_group.labels.env }}

Example

ArchiveActionPayload

object
* Additional properties are NOT allowed.
typestringrequired

Allowed values:archive

Example