ドロップオフイベントのペイロード

以下のドロップオフイベントのペイロードを使用して、イベント通知のWebhookやAPI向けの非同期ワークフローや同期処理をトリガーすることができます。

表 1. ドロップオフの特性
名前 データ・タイプ 説明
data.devicetype ストリング 登録が行われたデバイスの種類。
data.flow_document_id ストリング ユーザーが登録を行った登録文書のUUID。
data.flow_id ストリング ユーザーが登録したフローのUUID from.user 登録フローID
data.flow_name ストリング ユーザー登録フローの名前。 ユーザーが登録したフロー。
data.flow_url ストリング ユーザーが登録したフローの URL。
data.origin ストリング ユーザーが登録したIPアドレス。
data.realm ストリング

ユーザーの ID ソース。 例

クラウドディレクトリ - CloudIdentityRealm,

IBMid - www.ibm.com

SAML エンタープライズ - AzureRealm

LDAP パススルー - www.cloudsecurity.com

OIDC - www.yahoo.com

data.result ストリング ユーザー登録の試行結果(成功または中断)。
data.session_id ストリング ユーザーを登録するために使用されたプロファイルサービス内のセッションID。
data.step ストリング このイベントが発生した時点で、ユーザーが登録プロセスにおいて最後にいたステップ。
data.subtype ストリング このサブタイプは、持ち込みイベントの登録用です。
data.timetaken ストリング 登録が成功したか、または中断されたまでの所要時間。
data.userid ストリング ユーザーの ID。
data.username ストリング 登録されるユーザーのユーザー名。
geoip.city_name

geoio.continent_name

geoip.country_iso_code

geoip.country_name

geoip.location

geoip.region_name

ストリング data.origin を使用してイベント・サービスによって拡張

以下のコードはサンプルペイロードです。 実際の属性を取得するには、Events API を使用してください。 https://docs.verify.ibm.com/verify/reference/getallevents および https://docs.verify.ibm.com/verify/docs/pulling-event-data を参照してください。

{
   "_index":"event-dropoff-2023.9-000001",
   "_type":"_doc",
   "_id":"1aa1aa11-11a1-1a1a-11a1-a1a1aaa11aa1",
   "_version":1,
   "_score":1,
   "_source":{
      "geoip":{
         "continent_name":"North America",
         "as_org":"AMAZON-02",
         "city_name":"Columbus",
         "country_iso_code":"USA",
         "ip": "222.22.22.222",
         "country_name":"United States",
         "region_name":"Ohio",
         "location":{
            "lon":"-82.9987",
            "lat":"39.9587"
         },
         "asn":16509
      },
      "data":{
         "flow_url": "333333333333333333333333333",
         "origin":"222.22.22.222",
         "endtime":1694444562985,
         "flow_name":"My test flow name",
         ""session_id":"b-333b-3b33-b3b3-b333333b3bbb",
         "starttime":1694443582505,
         "laststep_step":"1",
         "userid":"444444G444",
         "devicetype":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0",
         "flow_document_id":"cc555c55-5cc5-5c5c-5555-cc5cccc4255cc5",
         "result":"abandoned",
         "laststep":"completed",
         "timetaken":940240,
         "subtype":"registration",
         "flow_id":"666ddddd-6666-666d-6666-d66d66666d66",
         "laststep_status":"failure",
         "realm":"cloudIdentityRealm",
         "username":"username.cloudidentity.ibm.com"
      },
      "year":2023,
      "event_type":"dropoff",
      "month":9,
      "indexed_at":1694445016610,
      "tenantid":"e48346e2-159b-4aed-8ccd-30546e2c2be5",
      "tenantname":"tenant name.ibmcloudsecurity.com",
      "correlationid":"CORR_ID-7ee7ee77-77e7-7e7e-77e7-e7e7eee77ee7",
      "servicename":"analytics-sparkservice",
      "id":"7ee7ee77-77e7-7e7e-77e7-e7e7eee77ee7",
      "time":1694445016102,
      "day":11
   }
}