v1

latestOpenAPI 3.0.22026-07-144652931.4 MB
Enrichment Integrations

Test a CMDB table

Validates a ServiceNow CMDB table configuration by running a live query against ServiceNow and returning up to 10 sample records. Use this before enabling synchronization to confirm that the credentials, table name, query filter, and mapped fields are correct. Records are returned keyed by ServiceNow field name.

<!-- 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.read

get/enrichment/integrations/servicenow/{integration_id}/tables/{table_id}/test

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

Up to 10 sample records returned from a live query against ServiceNow. The records are keyed by ServiceNow field name (not the mapped event_field names), so you can verify that the correct ServiceNow fields are configured.

enrichment_dataobject[]

Sample records retrieved from ServiceNow, each keyed by ServiceNow field name.