接続の確立
コネクタ内で利用可能なオブジェクトは、"cdata.sapfieldglass" モジュールからアクセスできます。モジュールのオブジェクトを直接使用するには:
- モジュールを以下のようにインポートします。
import cdata.sapfieldglass as mod
- 接続を確立するには、以下のような適切な接続文字列を使用してコネクタオブジェクトからconnect() メソッドを呼び出します。
mod.connect("EnvironmentURL='https://myinstance.com';OAuthClientId=clientId;OAuthClientSecret=clientSecret;APIKey=xxxxxxxx-xxxx-xxxx-xxxx;")
Obtaining Your Credentials
Please contact your SAP Fieldglass representative to obtain an OAuthClientId, OAuthClientSecret, and EnvironmentURL.
Connecting to SAP Fieldglass
To authenticate to production environments, specify the following:
- APIKey: Your SAP Fieldglass API Key. To obtain this, log in to the SAP Fieldglass Integration Tools and click Create API Application Key.
- OAuthClientId: The OAuth Client Id that you obtained from your SAP Fieldglass representative.
- OAuthClientSecret: OAuth Client Secret that you obtained from your SAP Fieldglass representative.
- EnvironmentURL: The SAP Fieldglass Environment URL that you obtained from your SAP Fieldglass representative.