メインコンテンツまでスキップ

PagerDuty コネクタ リファレンス

備考

ベータ版

この機能はベータ版です。ワークスペース管理者は、 プレビュー ページからこの機能へのアクセスを制御できます。Databricksのプレビューを管理するを参照してください。

このページには、サポートされているソーステーブルや宛先テーブルのスキーマなど、管理対象のPagerDutyコネクタに関する参照情報が記載されています。

サポートされているソーステーブル

PagerDutyコネクタは、すべて default ソーススキーマ配下の以下のソーステーブルをサポートしています。

ソーステーブル

プライマリーキー

説明

同期モード

カーソルフィールド

incidents

id

ステータス、緊急度、割り当て、承認、優先度など、PagerDutyアカウント内のインシデント。

インクリメンタル

created_at

log_entries

id

Trigger、承認、エスカレーション、解決など、インシデントに対して実行されたアクションを記録するログエントリ。

インクリメンタル

created_at

services

id

エスカレーション ポリシー、アラート グループ化、サポート時間など、PagerDuty で監視されるサービス。

フル更新のみ

users

id

ロール、連絡方法、通知ルール、チームメンバーシップなど、PagerDutyアカウント内のユーザー。

フル更新のみ

teams

id

名前、説明、defaultのロールを含む、PagerDuty アカウント内のチーム。

フル更新のみ

priorities

id

PagerDutyアカウントに対して定義された優先度レベル。

フル更新のみ

escalation_policies

id

エスカレーション ルール、ターゲット、および関連するサービスやチームを含むエスカレーション ポリシー。

フル更新のみ

schedules

id

オンコールスケジュール(割り当てられたユーザー、チーム、エスカレーションポリシーを含む)。

フル更新のみ

oncalls

escalation_policy_iduser_idschedule_idescalation_levelstart

現在およびスケジュール済みのオンコール割り当て。ユーザーをエスカレーションポリシーとスケジュールにマッピングします。

フル更新のみ

audit_records

lw_id

PagerDutyアカウントで実行されたアクションの監査証跡記録。実行者、メソッド、影響を受けるリソースが含まれます。

インクリメンタル

execution_time

ソーステーブル

プライマリーキー

説明

同期モード

カーソルフィールド

incidents

id

ステータス、緊急度、割り当て、承認、優先度など、PagerDutyアカウント内のインシデント。

インクリメンタル

created_at

log_entries

id

Trigger、承認、エスカレーション、解決など、インシデントに対して実行されたアクションを記録するログエントリ。

インクリメンタル

created_at

services

id

エスカレーション ポリシー、アラート グループ化、サポート時間など、PagerDuty で監視されるサービス。

フル更新のみ

users

id

ロール、連絡方法、通知ルール、チームメンバーシップなど、PagerDutyアカウント内のユーザー。

フル更新のみ

teams

id

名前、説明、defaultのロールを含む、PagerDuty アカウント内のチーム。

フル更新のみ

priorities

id

PagerDutyアカウントに対して定義された優先度レベル。

フル更新のみ

escalation_policies

id

エスカレーション ルール、ターゲット、および関連するサービスやチームを含むエスカレーション ポリシー。

フル更新のみ

schedules

id

オンコールスケジュール(割り当てられたユーザー、チーム、エスカレーションポリシーを含む)。

フル更新のみ

oncalls

escalation_policy_iduser_idschedule_idescalation_levelstart

現在およびスケジュール済みのオンコール割り当て。ユーザーをエスカレーションポリシーとスケジュールにマッピングします。

フル更新のみ

audit_records

lw_id

PagerDutyアカウントで実行されたアクションの監査証跡記録。実行者、メソッド、影響を受けるリソースが含まれます。

インクリメンタル

execution_time

audit_records 宛先テーブルは、効率的な時間範囲クエリーのために time 列でリキッドクラスタリングされています。

コネクターのオプション

PagerDuty コネクタには、すべてのマネージド コネクタで利用可能なパイプライン設定以外の追加の構成オプションはありません。「PagerDuty からのデータの取り込み」を参照してください。

宛先テーブルのスキーマ

incidents

主キー: id カーソルフィールド: created_at

フィールド

データ型

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

フィールド

データ型

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

注記

incidents テーブルは挿入のみをキャプチャします。PagerDuty はこのテーブルを created_at でフィルタリングするため、インシデントの更新と削除には定期的なフルリフレッシュが必要です。「PagerDuty コネクタの制限事項」を参照してください。

log_entries

主キー: id カーソルフィールド: created_at

フィールド

データ型

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

フィールド

データ型

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

主キー: id 同期モード: 完全更新のみ

フィールド

データ型

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

フィールド

データ型

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

主キー: id 同期モード: 完全更新のみ

フィールド

データ型

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

フィールド

データ型

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

主キー: id 同期モード: 完全更新のみ

フィールド

データ型

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>

フィールド

データ型

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

主キー: id 同期モード: 完全更新のみ

フィールド

データ型

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

フィールド

データ型

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

主キー: id 同期モード: 完全更新のみ

フィールド

データ型

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

フィールド

データ型

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

主キー: id 同期モード: 完全更新のみ

フィールド

データ型

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

フィールド

データ型

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

プライマリキー: escalation_policy_iduser_idschedule_idescalation_levelstart 同期モード: 完全更新のみ

フィールド

データ型

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>

フィールド

データ型

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

主キー: lw_id カーソルフィールド: execution_time

フィールド

データ型

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

フィールド

データ型

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

必要なOAuth権限

PagerDuty OAuthアプリには、以下の読み取りスコープを付与する必要があります。コネクタが必要とするスコープのセットは、取り込むテーブルによって異なります。情報については、PagerDuty OAuthスコープのリファレンスを参照してください。

権限

~の必須要件

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

権限

~の必須要件

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