Konnect Service Catalog

DocumentFormatContentTypeEnum

string

Allowed values:application/json

Default:application/json

SuggestedResourceAction

One Of
typestringrequired

Allowed values:archive

Example

SuggestedResourceActionFilterParameters

object
* Additional properties are NOT allowed.
idobject

Filter using one of the following operators: eq, oeq, neq

* Additional properties are NOT allowed.
Show Child Parameters
suggestion_rule_idobject

Filter using one of the following operators: eq, oeq, neq

* Additional properties are NOT allowed.
Show Child Parameters
entity_nameOne Of
Filter by operatorobject

Filter using one of the following operators: eq, oeq, neq, contains, ocontains

* Additional properties are NOT allowed.
Show Child Parameters
service_idobject

Filter using one of the following operators: eq, oeq, neq

* Additional properties are NOT allowed.
Show Child Parameters
integration.nameOne Of
StringFieldFilterOne Of
Filter by operatorobject

Filter using one of the following operators: eq, oeq, neq, contains, ocontains

* Additional properties are NOT allowed.
Show Child Parameters
integration.instance.nameOne Of
StringFieldFilterOne Of
Filter by operatorobject

Filter using one of the following operators: eq, oeq, neq, contains, ocontains

* Additional properties are NOT allowed.
Show Child Parameters
integration.instance.display_nameOne Of
StringFieldFilterOne Of
Filter by operatorobject

Filter using one of the following operators: eq, oeq, neq, contains, ocontains

* Additional properties are NOT allowed.
Show Child Parameters
integration.instance.idOne Of
StringFieldFilterExactobject

Filter using one of the following operators: eq, oeq, neq

* Additional properties are NOT allowed.
Show Child Parameters
ignoredboolean

Filter by a boolean value (true/false).

action.typeOne Of
StringFieldFilterExactobject

Filter using one of the following operators: eq, oeq, neq

* Additional properties are NOT allowed.
Show Child Parameters
created_atOne Of

Filters on the given datetime (RFC-3339) field value.

DateTimeFieldImplicitEqualsFilterstring(date-time)

Value strictly equals given RFC-3339 formatted timestamp in UTC

Example:2022-03-30T07:20:50Z

updated_atOne Of

Filters on the given datetime (RFC-3339) field value.

DateTimeFieldImplicitEqualsFilterstring(date-time)

Value strictly equals given RFC-3339 formatted timestamp in UTC

Example:2022-03-30T07:20:50Z

Example

SuggestedResourceAction

Contains information about a suggested resource action

idstringrequired

The suggested resource action rule ID.

Example:76ca0689-f08e-4c04-b2a6-4c992d89d554

integrationobjectrequired

Short-hand descriptor of an integration installed within the catalog.

Show Child Parameters
suggestion_rule_idstring(uuid)required

The identifier of the suggestion rule that generated this suggested resource action.

Example:22f72bd1-2897-473e-9471-302de3ccf38b

entity_namestringrequired

The entity name of the discovered entity associated to this suggested action.

Example:My Service

service_idstring(uuid)required

The identifier of the service this suggested resource action may act on.

Example:7f9fd312-a987-4628-b4c5-bb4f4fddd5f7

ignoredbooleanrequired

Determines if this suggested action has been ignored or not.

  • true: Suggested action has been ignored
  • false: Suggested action is ready to be accepted or ignored
actionOne Of
required
ArchiveActionPayloadobject
* Additional properties are NOT allowed.
Show Child Parameters
created_atstring(date-time)read-only

An ISO-8601 timestamp representation of entity creation date.

Example:2022-11-04T20:10:06.927Z

updated_atstring(date-time)read-only

An ISO-8601 timestamp representation of entity update date.

Example:2022-11-04T20:10:06.927Z

Example

UpdateSuggestedResourceAction

object

Payload to update a suggested resource action.

* Additional properties are NOT allowed.
ignoredbooleanrequired

Determines if this suggested action has been ignored or not.

  • true: Suggested action has been ignored
  • false: Suggested action is ready to be accepted or ignored
Example