Aller au contenu principal

Référence du connecteur PagerDuty

info

Bêta

Cette fonctionnalité est en version Bêta. Les administrateurs du workspace peuvent contrôler l'accès à cette fonctionnalité depuis la page Aperçus . Voir Gérer les aperçus Databricks.

Cette page contient des informations de référence pour le connecteur PagerDuty géré, y compris les tables sources prises en charge et les schémas de table de destination.

Tables sources prises en charge

Le connecteur PagerDuty prend en charge les tables sources suivantes, toutes sous le schéma source default :

Table source

Clé primaire

Description

Mode de synchronisation

Champ de curseur

incidents

id

Incidents dans votre compte PagerDuty, incluant le statut, l'urgence, les attributions, les accusés de réception et la priorité.

Incrémentiel

created_at

log_entries

id

Entrées de log enregistrant les actions effectuées sur les incidents, telles que les Trigger, les accusés de réception, les escalades et les résolutions.

Incrémentiel

created_at

services

id

Services surveillés dans PagerDuty, y compris la politique d'escalade, le regroupement des alertes et les heures d'assistance.

refresh complet uniquement

users

id

Utilisateurs de votre compte PagerDuty, y compris le rôle, les méthodes de contact, les règles de notification et l'appartenance à une équipe.

refresh complet uniquement

teams

id

Équipes de votre compte PagerDuty, incluant le nom, la description et le rôle default.

refresh complet uniquement

priorities

id

Niveaux de priorité définis pour votre compte PagerDuty.

refresh complet uniquement

escalation_policies

id

Politiques d’escalade, y compris les règles d’escalade, les objectifs, ainsi que les services et équipes associés.

refresh complet uniquement

schedules

id

Plannings d'astreinte, incluant les utilisateurs, les équipes et les politiques d'escalade assignés.

refresh complet uniquement

oncalls

escalation_policy_id, user_id, schedule_id, escalation_level, start

Affectations d'astreinte actuelles et planifiées, mappant les utilisateurs aux politiques d'escalade et aux plannings.

refresh complet uniquement

audit_records

lw_id

Enregistrements de piste d’audit des actions effectuées dans votre compte PagerDuty, incluant l’acteur, la méthode et la ressource affectée.

Incrémentiel

execution_time

Table source

Clé primaire

Description

Mode de synchronisation

Champ de curseur

incidents

id

Incidents dans votre compte PagerDuty, incluant le statut, l'urgence, les attributions, les accusés de réception et la priorité.

Incrémentiel

created_at

log_entries

id

Entrées de log enregistrant les actions effectuées sur les incidents, telles que les Trigger, les accusés de réception, les escalades et les résolutions.

Incrémentiel

created_at

services

id

Services surveillés dans PagerDuty, y compris la politique d'escalade, le regroupement des alertes et les heures d'assistance.

refresh complet uniquement

users

id

Utilisateurs de votre compte PagerDuty, y compris le rôle, les méthodes de contact, les règles de notification et l'appartenance à une équipe.

refresh complet uniquement

teams

id

Équipes de votre compte PagerDuty, incluant le nom, la description et le rôle default.

refresh complet uniquement

priorities

id

Niveaux de priorité définis pour votre compte PagerDuty.

refresh complet uniquement

escalation_policies

id

Politiques d’escalade, y compris les règles d’escalade, les objectifs, ainsi que les services et équipes associés.

refresh complet uniquement

schedules

id

Plannings d'astreinte, incluant les utilisateurs, les équipes et les politiques d'escalade assignés.

refresh complet uniquement

oncalls

escalation_policy_id, user_id, schedule_id, escalation_level, start

Affectations d'astreinte actuelles et planifiées, mappant les utilisateurs aux politiques d'escalade et aux plannings.

refresh complet uniquement

audit_records

lw_id

Enregistrements de piste d’audit des actions effectuées dans votre compte PagerDuty, incluant l’acteur, la méthode et la ressource affectée.

Incrémentiel

execution_time

La table de destination audit_records est en clustering liquide sur la colonne time pour des query efficaces sur des plages temporelles.

Options du connecteur

Le connecteur PagerDuty ne dispose d'aucune option de configuration supplémentaire au-delà des paramètres de pipeline disponibles pour tous les connecteurs gérés. Voir Ingérer des données depuis PagerDuty.

Schémas de table de destination

incidents

Clé principale : id Champ de curseur : created_at

Champ

Type de données

id

STRING

incident_number

BIGINT

title

STRING

description

STRING

created_at

TIMESTAMP

updated_at

TIMESTAMP

status

STRING

incident_key

STRING

urgency

STRING

html_url

STRING

summary

STRING

type

STRING

self

STRING

service

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>

assignments

ARRAY<STRUCT<at: TIMESTAMP, assignee: STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>>

assigned_via

STRING

acknowledgements

ARRAY<STRUCT<at: TIMESTAMP, acknowledger: STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>>

last_status_change_at

TIMESTAMP

last_status_change_by

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>

first_trigger_log_entry

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>

escalation_policy

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>

teams

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

priority

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING, name: STRING, color: STRING, description: STRING, order: BIGINT>

resolve_reason

STRUCT<type: STRING, incident: STRUCT<id: STRING, type: STRING, summary: STRING>>

alert_counts

STRUCT<all: BIGINT, triggered: BIGINT, resolved: BIGINT>

conference_bridge

STRUCT<conference_number: STRING, conference_url: STRING>

incidents_responders

ARRAY<STRUCT<state: STRING, user: STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>, incident: STRUCT<id: STRING, type: STRING, summary: STRING>, updated_at: TIMESTAMP, message: STRING, requester: STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>, requested_at: TIMESTAMP>>

responder_requests

ARRAY<STRUCT<requester: STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>, requested_at: TIMESTAMP, message: STRING, responder_request_targets: ARRAY<STRUCT<responder_request_target: STRUCT<id: STRING, type: STRING, summary: STRING, incidents_responders: ARRAY<STRING>>>>>>

subscriber_requests

ARRAY<STRUCT<subscriber: STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>, subscribable: STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>, account: STRUCT<id: STRING, type: STRING>, requester: STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>, requester_type: STRING, has_indirect_subscription: BOOLEAN, subscriber_type: STRING, created_at: TIMESTAMP>>

urgent_subscriber_count

BIGINT

is_mergeable

BOOLEAN

body

STRUCT<type: STRING, details: STRING>

custom_fields

ARRAY<STRUCT<id: STRING, name: STRING, type: STRING, data_type: STRING, field_type: STRING, description: STRING, display_name: STRING, value: STRING>>

external_references

ARRAY<STRUCT<id: STRING, type: STRING, external_id: STRING, external_url: STRING, sync_state: STRING, synced_via: STRING>>

resolved_at

TIMESTAMP

incident_type

STRUCT<name: STRING>

alert_grouping

STRING

basic_alert_grouping

STRING

pending_actions

ARRAY<STRUCT<type: STRING, at: TIMESTAMP>>

Champ

Type de données

id

STRING

incident_number

BIGINT

title

STRING

description

STRING

created_at

TIMESTAMP

updated_at

TIMESTAMP

status

STRING

incident_key

STRING

urgency

STRING

html_url

STRING

summary

STRING

type

STRING

self

STRING

service

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>

assignments

ARRAY<STRUCT<at: TIMESTAMP, assignee: STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>>

assigned_via

STRING

acknowledgements

ARRAY<STRUCT<at: TIMESTAMP, acknowledger: STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>>

last_status_change_at

TIMESTAMP

last_status_change_by

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>

first_trigger_log_entry

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>

escalation_policy

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>

teams

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

priority

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING, name: STRING, color: STRING, description: STRING, order: BIGINT>

resolve_reason

STRUCT<type: STRING, incident: STRUCT<id: STRING, type: STRING, summary: STRING>>

alert_counts

STRUCT<all: BIGINT, triggered: BIGINT, resolved: BIGINT>

conference_bridge

STRUCT<conference_number: STRING, conference_url: STRING>

incidents_responders

ARRAY<STRUCT<state: STRING, user: STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>, incident: STRUCT<id: STRING, type: STRING, summary: STRING>, updated_at: TIMESTAMP, message: STRING, requester: STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>, requested_at: TIMESTAMP>>

responder_requests

ARRAY<STRUCT<requester: STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>, requested_at: TIMESTAMP, message: STRING, responder_request_targets: ARRAY<STRUCT<responder_request_target: STRUCT<id: STRING, type: STRING, summary: STRING, incidents_responders: ARRAY<STRING>>>>>>

subscriber_requests

ARRAY<STRUCT<subscriber: STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>, subscribable: STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>, account: STRUCT<id: STRING, type: STRING>, requester: STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>, requester_type: STRING, has_indirect_subscription: BOOLEAN, subscriber_type: STRING, created_at: TIMESTAMP>>

urgent_subscriber_count

BIGINT

is_mergeable

BOOLEAN

body

STRUCT<type: STRING, details: STRING>

custom_fields

ARRAY<STRUCT<id: STRING, name: STRING, type: STRING, data_type: STRING, field_type: STRING, description: STRING, display_name: STRING, value: STRING>>

external_references

ARRAY<STRUCT<id: STRING, type: STRING, external_id: STRING, external_url: STRING, sync_state: STRING, synced_via: STRING>>

resolved_at

TIMESTAMP

incident_type

STRUCT<name: STRING>

alert_grouping

STRING

basic_alert_grouping

STRING

pending_actions

ARRAY<STRUCT<type: STRING, at: TIMESTAMP>>

remarque

La table incidents capture uniquement les insertions. PagerDuty filtre cette table par created_at, donc les mises à jour et les suppressions d'incidents nécessitent un refresh complet périodique. Voir les limitations du connecteur PagerDuty.

log_entries

Clé principale : id Champ de curseur : created_at

Champ

Type de données

id

STRING

type

STRING

summary

STRING

self

STRING

html_url

STRING

created_at

TIMESTAMP

note

STRING

agent

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>

channel

STRUCT<type: STRING, raw_event: STRING, details: STRING, cef_details: STRING>

service

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>

incident

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>

teams

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

contexts

ARRAY<STRUCT<type: STRING, href: STRING, text: STRING>>

event_details

STRUCT<description: STRING>

assignees

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

Champ

Type de données

id

STRING

type

STRING

summary

STRING

self

STRING

html_url

STRING

created_at

TIMESTAMP

note

STRING

agent

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>

channel

STRUCT<type: STRING, raw_event: STRING, details: STRING, cef_details: STRING>

service

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>

incident

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>

teams

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

contexts

ARRAY<STRUCT<type: STRING, href: STRING, text: STRING>>

event_details

STRUCT<description: STRING>

assignees

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

services

Clé principale : id Mode de synchronisation : refresh complète uniquement

Champ

Type de données

id

STRING

type

STRING

summary

STRING

self

STRING

html_url

STRING

name

STRING

description

STRING

auto_resolve_timeout

BIGINT

acknowledgement_timeout

BIGINT

created_at

TIMESTAMP

updated_at

TIMESTAMP

status

STRING

last_incident_timestamp

TIMESTAMP

escalation_policy

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>

teams

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

incident_urgency_rule

STRUCT<type: STRING, urgency: STRING, during_support_hours: STRUCT<type: STRING, urgency: STRING>, outside_support_hours: STRUCT<type: STRING, urgency: STRING>>

support_hours

STRUCT<type: STRING, time_zone: STRING, start_time: STRING, end_time: STRING, days_of_week: ARRAY<INT>>

scheduled_actions

ARRAY<STRUCT<type: STRING, at: STRUCT<type: STRING, name: STRING>, to_urgency: STRING>>

addons

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

alert_creation

STRING

alert_grouping

STRING

alert_grouping_parameters

STRUCT<type: STRING, config: STRUCT<timeout: BIGINT, aggregate: STRING, fields: ARRAY<STRING>, time_window: BIGINT, recommended_time_window: BIGINT>>

alert_grouping_timeout

BIGINT

auto_pause_notifications_parameters

STRUCT<enabled: BOOLEAN, timeout: BIGINT>

response_play

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>

integrations

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

Champ

Type de données

id

STRING

type

STRING

summary

STRING

self

STRING

html_url

STRING

name

STRING

description

STRING

auto_resolve_timeout

BIGINT

acknowledgement_timeout

BIGINT

created_at

TIMESTAMP

updated_at

TIMESTAMP

status

STRING

last_incident_timestamp

TIMESTAMP

escalation_policy

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>

teams

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

incident_urgency_rule

STRUCT<type: STRING, urgency: STRING, during_support_hours: STRUCT<type: STRING, urgency: STRING>, outside_support_hours: STRUCT<type: STRING, urgency: STRING>>

support_hours

STRUCT<type: STRING, time_zone: STRING, start_time: STRING, end_time: STRING, days_of_week: ARRAY<INT>>

scheduled_actions

ARRAY<STRUCT<type: STRING, at: STRUCT<type: STRING, name: STRING>, to_urgency: STRING>>

addons

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

alert_creation

STRING

alert_grouping

STRING

alert_grouping_parameters

STRUCT<type: STRING, config: STRUCT<timeout: BIGINT, aggregate: STRING, fields: ARRAY<STRING>, time_window: BIGINT, recommended_time_window: BIGINT>>

alert_grouping_timeout

BIGINT

auto_pause_notifications_parameters

STRUCT<enabled: BOOLEAN, timeout: BIGINT>

response_play

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>

integrations

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

users

Clé principale : id Mode de synchronisation : refresh complète uniquement

Champ

Type de données

id

STRING

type

STRING

summary

STRING

self

STRING

html_url

STRING

name

STRING

email

STRING

time_zone

STRING

color

STRING

avatar_url

STRING

billed

BOOLEAN

role

STRING

description

STRING

invitation_sent

BOOLEAN

job_title

STRING

locale

STRING

created_via_sso

BOOLEAN

teams

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

contact_methods

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

notification_rules

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

coordinated_incidents

ARRAY<STRUCT<incident_id: STRING>>

license

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING, name: STRING, description: STRING, current_value: INT, allocations_available: INT, role_group: STRING, valid_roles: ARRAY<STRING>>

Champ

Type de données

id

STRING

type

STRING

summary

STRING

self

STRING

html_url

STRING

name

STRING

email

STRING

time_zone

STRING

color

STRING

avatar_url

STRING

billed

BOOLEAN

role

STRING

description

STRING

invitation_sent

BOOLEAN

job_title

STRING

locale

STRING

created_via_sso

BOOLEAN

teams

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

contact_methods

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

notification_rules

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

coordinated_incidents

ARRAY<STRUCT<incident_id: STRING>>

license

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING, name: STRING, description: STRING, current_value: INT, allocations_available: INT, role_group: STRING, valid_roles: ARRAY<STRING>>

teams

Clé principale : id Mode de synchronisation : refresh complète uniquement

Champ

Type de données

id

STRING

type

STRING

summary

STRING

self

STRING

html_url

STRING

name

STRING

description

STRING

default_role

STRING

parent

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>

Champ

Type de données

id

STRING

type

STRING

summary

STRING

self

STRING

html_url

STRING

name

STRING

description

STRING

default_role

STRING

parent

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>

priorities

Clé principale : id Mode de synchronisation : refresh complète uniquement

Champ

Type de données

id

STRING

type

STRING

summary

STRING

self

STRING

html_url

STRING

name

STRING

description

STRING

color

STRING

account_id

STRING

order

BIGINT

schema_version

INT

created_at

TIMESTAMP

updated_at

TIMESTAMP

Champ

Type de données

id

STRING

type

STRING

summary

STRING

self

STRING

html_url

STRING

name

STRING

description

STRING

color

STRING

account_id

STRING

order

BIGINT

schema_version

INT

created_at

TIMESTAMP

updated_at

TIMESTAMP

escalation_policies

Clé principale : id Mode de synchronisation : refresh complète uniquement

Champ

Type de données

id

STRING

type

STRING

summary

STRING

self

STRING

html_url

STRING

name

STRING

description

STRING

num_loops

INT

on_call_handoff_notifications

STRING

send_ochons_through_level

INT

created_at

TIMESTAMP

updated_at

TIMESTAMP

escalation_rules

ARRAY<STRUCT<id: STRING, escalation_delay_in_minutes: INT, escalation_rule_assignment_strategy: STRING, targets: ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>>>

services

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

teams

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

privilege

STRUCT<permissions: ARRAY<STRING>>

Champ

Type de données

id

STRING

type

STRING

summary

STRING

self

STRING

html_url

STRING

name

STRING

description

STRING

num_loops

INT

on_call_handoff_notifications

STRING

send_ochons_through_level

INT

created_at

TIMESTAMP

updated_at

TIMESTAMP

escalation_rules

ARRAY<STRUCT<id: STRING, escalation_delay_in_minutes: INT, escalation_rule_assignment_strategy: STRING, targets: ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>>>

services

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

teams

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

privilege

STRUCT<permissions: ARRAY<STRING>>

schedules

Clé principale : id Mode de synchronisation : refresh complète uniquement

Champ

Type de données

id

STRING

type

STRING

summary

STRING

self

STRING

html_url

STRING

name

STRING

description

STRING

time_zone

STRING

users

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

teams

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

escalation_policies

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

Champ

Type de données

id

STRING

type

STRING

summary

STRING

self

STRING

html_url

STRING

name

STRING

description

STRING

time_zone

STRING

users

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

teams

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

escalation_policies

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

oncalls

Clé principale : escalation_policy_id, user_id, schedule_id, escalation_level, start Mode de synchronisation : Refresh complet uniquement

Champ

Type de données

escalation_policy_id

STRING

user_id

STRING

schedule_id

STRING

escalation_level

INT

start

TIMESTAMP

end

TIMESTAMP

escalation_policy

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>

user

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>

schedule

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>

Champ

Type de données

escalation_policy_id

STRING

user_id

STRING

schedule_id

STRING

escalation_level

INT

start

TIMESTAMP

end

TIMESTAMP

escalation_policy

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>

user

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>

schedule

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>

audit_records

Clé principale : lw_id Champ de curseur : execution_time

Champ

Type de données

lw_id

STRING

time

TIMESTAMP

id

STRING

self

STRING

execution_time

TIMESTAMP

execution_context

STRUCT<request_id: STRING, remote_address: STRING>

actors

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

method

STRUCT<description: STRING, type: STRING, truncated_token: STRING>

root_resource

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>

action

STRING

details

STRUCT<resource: STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>, fields: ARRAY<STRUCT<name: STRING, description: STRING, value: STRING, before_value: STRING>>, references: ARRAY<STRUCT<name: STRING, description: STRING, added: ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>, removed: ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>>>>

Champ

Type de données

lw_id

STRING

time

TIMESTAMP

id

STRING

self

STRING

execution_time

TIMESTAMP

execution_context

STRUCT<request_id: STRING, remote_address: STRING>

actors

ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>

method

STRUCT<description: STRING, type: STRING, truncated_token: STRING>

root_resource

STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>

action

STRING

details

STRUCT<resource: STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>, fields: ARRAY<STRUCT<name: STRING, description: STRING, value: STRING, before_value: STRING>>, references: ARRAY<STRUCT<name: STRING, description: STRING, added: ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>, removed: ARRAY<STRUCT<id: STRING, type: STRING, summary: STRING, self: STRING, html_url: STRING>>>>>

Autorisations OAuth requises

L'application PagerDuty OAuth doit accorder les portées de lecture suivantes. L'ensemble des portées requises par le connecteur dépend des tables que vous ingérez. Pour plus d'informations, consultez la référence des portées PagerDuty OAuth.

Autorisation

Requis pour

incidents.read

incidents, log_entries

services.read

services

users.read

users

teams.read

teams

priorities.read

priorities

escalation_policies.read

escalation_policies

schedules.read

schedules

oncalls.read

oncalls

audit_records.read

audit_records

custom_fields.read

incidents

subscribers.read

incidents

Autorisation

Requis pour

incidents.read

incidents, log_entries

services.read

services

users.read

users

teams.read

teams

priorities.read

priorities

escalation_policies.read

escalation_policies

schedules.read

schedules

oncalls.read

oncalls

audit_records.read

audit_records

custom_fields.read

incidents

subscribers.read

incidents