この文章は Salesforce 機械翻訳システムを使用して翻訳されました。詳細はこちらをご参照ください。
英語に切り替える

Data Connectors List リソース

Analytics コネクタのコレクションを返したり、Analytics コネクタを作成したりします。
リソース URL
1/wave/dataConnectors
形式
JSON
使用可能なバージョン
39.0
HTTP のメソッド
GET POST
GET の要求パラメータ
パラメータ名 説明 必須か省略可能 使用可能なバージョン
category Connect​Wave​Connector​Category​Enum データコネクタが属するカテゴリ。有効な値は、次のとおりです。
  • AdvancedPropertiesSupport
  • BatchRead
  • Direct
  • FileBased
  • FilterSupport
  • MuleSoft
  • Output
省略可能 49.0
connector​Type Connect​Wave​Data​Connector​Type​Enum Analytics コネクタタイプ。有効な値のリストはこちらを参照してください。 省略可能 39.0
folder​Id Id 特定のフォルダの内容に含める結果を絞り込みます。要求ユーザの非公開フォルダにある項目のユーザ ID などになります。 省略可能 49.0
scope Connect​Wave​Scope​Type​Enum 返されたコレクションに適用される範囲の種別。有効な値は、次のとおりです。
  • Created​B​yMe
  • Mru (最近使用)
  • Shared​With​Me
省略可能 38.0
GET レスポンスボディ (DataConnectorCollectionRepresentation)
プロパティ名 説明 検索条件グループとバージョン 使用可能なバージョン
data​Connectors Data​Connector​Representation[] Analytics コネクタのリスト。 Small、39.0 39.0
POST リクエストボディ (DataConnectorInputRepresentation)

DataConnectorInputRepresentation は、抽象 BaseAssetInputRepresentation からプロパティを継承します。これらの基本プロパティは、DataConnectorInputRepresentation に、次のテーブルで明示的に定義されたプロパティとともに表示されます。

プロパティ名 説明 必須か省略可能 使用可能なバージョン
connection​Properties Data​Connector​Property​Input​Representation[] Analytics コネクタの接続プロパティ。 POST と PATCH で必須 39.0
connector​Type Connect​Wave​Data​Connector​Type​Enum データコネクタタイプ。有効な値のリストはこちらを参照してください。 POST では必須、PATCH では編集不可 39.0
folder Asset​Reference​Input​Representation ライブコネクタのフォルダ。 省略可能 49.0
target​Connector Asset​Reference​Input​Representation 現在の接続元コネクタに関連付けられている対象コネクタ。 省略可能 50.0

次の JSON は、connectorType SalesforceExternall の��しい Analytics コネクタを作成する方法を示しています。

1{
2  "label": "My SalesforceExternal Connector",
3  "name" : "mySFDCExt",
4  "description" : "Connection to another Salesforce org.",
5  "connectorType" : "SalesforceExternal",
6  "connectionProperties" : [ {
7    "name" : "Password",
8    "value" : "*******"
9  }, {
10    "name" : "Service_URL",
11    "value" : "https://login.salesforce.com/services/Soap/u/41.0"
12  }, {
13    "name" : "Username",
14    "value" : "user@yourSalesforceOrg.org"
15  }]
16}
POST レスポンスボディ (DataConnectorRepresentation)

DataConnectorRepresentation は、抽象 BaseAssetReferenceRepresentation からプロパティを継承します。これらの基本プロパティは、DataConnectorRepresentation に、次のテーブルで明示的に定義されたプロパティとともに表示されます。

プロパティ名 説明 検索条件グループとバージョン 使用可能なバージョン
connection​Properties Connection​Property​Value​Representation[] 接続プロパティ。名と値のペアです。 Small、39.0 39.0
connector​Type Connect​Wave​Data​Connector​Type​Enum Analytics コネクタタイプ。有効な値のリストはこちらを参照してください。 Small、39.0 39.0
folder Asset​Reference​Representation ライブ接続のフォルダ。 Small、49.0 49.0
ingestion​Schedule Schedule​Representation Analytics コネクタのデータ同期のスケジュール。 Small、43.0 43.0
target​Connector Asset​Reference​Input​Representation 現在の接続元コネクタに関連付けられている対象コネクタ。 Small、50.0 50.0
DataConnectorPropertyInputRepresentation
プロパティ名 説明 必須か省略可能 使用可能なバージョン
name String 接続プロパティの名前。 必須 39.0
value Object 接続プロパティの値。 必須 39.0
ConnectionPropertyValueRepresentation
プロパティ名 説明 検索条件グループとバージョン 使用可能なバージョン
name String 接続プロパティの名前。 Small、39.0 39.0
value Object 接続プロパティの値。 Small、39.0 39.0