v1

latestOpenAPI 3.0.22026-07-144652931.4 MB
Enrichment Integrations

Enable CMDB table sync

Enables data synchronization for a ServiceNow CMDB table configuration. Once enabled, the table's enrichment schema is populated with CI data from ServiceNow and kept up to date with periodic syncs. This operation is idempotent — enabling an already-enabled table succeeds.

<!-- theme: warning -->

Early Access

This API is in Early Access and may change at any time. Contact your PagerDuty account team to request access.

Scoped OAuth requires: contextual_data.write

post/enrichment/integrations/servicenow/{integration_id}/tables/{table_id}/enable

Path parameters

integration_idstring required

Base32-encoded UUID v7 (26 uppercase alphanumeric characters) identifying the ServiceNow enrichment integration.

table_idstring required

Base32-encoded UUID v7 (26 uppercase alphanumeric characters) identifying the CMDB table configuration.

Headers

Acceptstring required

The Accept header is used as a versioning header.

Response

Data synchronization was enabled for the CMDB table. This operation is idempotent — enabling an already-enabled table succeeds.

statusstring

The outcome of the enable operation.

messagestring

A human-readable message describing the result.