Konnect Service Catalog

BaseServiceEventsFilterParameters

object
typeOne Of
Filter by operatorobject

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

* Additional properties are NOT allowed.
Show Child Parameters
tsOne 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

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.idOne Of
StringFieldFilterExactobject

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

* 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
bindingobject

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

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

Filters the events by values contained within the attributes field. Filters must use dot-notation to identify
the details property that will be used to filter the results.

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
detailOne Of
Filter by operatorobject

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

* Additional properties are NOT allowed.
Show Child Parameters
actor.typeOne 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
actor.idOne 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
actor.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
Example

IntegrationEventsFilterParameters

object
* Additional properties are NOT allowed.
Example

ServiceEventsFilterParameters

object
* Additional properties are NOT allowed.
Example

Integration Event Actor

object

Information about the entity that triggered the integration event in the external system.

* Additional properties are NOT allowed.
typestringrequired

Type of the entity that triggered the integration event in the external system.

Example:user

idstringrequired

Identifier of the entity that triggered the integration event in the external system.

Example:PLH1HKV

namestring

Name of the entity that triggered the integration event in the external system.

Example:John Doe

Example

IntegrationEvent

object

Event on a resource binding for an integration.

* Additional properties are NOT allowed.
idstring(uuid)requiredread-only

Unique identifier of the integration event.

Example:a90c4c20-bbd3-4229-8340-8b18e38cb1e5

typestringrequired

Type of the integration event.

Example:incident.triggered

tsstring(date-time)required

Date the integration event occurred at.

Example:2024-01-01T00:00:00Z

service_idstring(uuid)requiredread-only

Identifier of the service the integration event corresponds to.

Example:b268ca70-9b75-4355-8726-63788463a66f

deduplication_idstringrequired

Idempotent processing identifier of the integration event on ingestion.

Example:1d34191ebfe305a56bf4f3303d1a8dcf

resource_idstringrequired

Identifier of the resource the integration event corresponds to.

Example:8_l-yZ8UQtc_e6Pp

actorobjectrequired

Information about the entity that triggered the integration event in the external system.

* Additional properties are NOT allowed.
Show Child Parameters
attributesobjectrequired

Additional attributes of the integration event, specific to the binding resource and integration.

Example:{"service_id":"PLK33TY","incident_id":"PGR0VU2","escalation_policy_id":"P005NFS","priority_id":"P9BO35Z","urgency":"low","title":"Example API Service Incident","html_url":"https://acme.pagerduty.com/incidents/PGR0VU2"}

* Additional properties are allowed.
integrationobjectrequired

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

Show Child Parameters
bindingstringrequired

Binding resource the integration event corresponds to.

Example:pagerduty_service

detailstringrequired

Additional detail about the integration event.

Example:Example API Service Incident

link_htmlstringrequired

URL to the web-page for the source of the integration event.

Example:https://acme.pagerduty.com/incidents/PGR0VU2

Example