接続の確立
接続プロファイルの設定
[CData]リボンから[データの取得]をクリックし、[取得元:Garoon]> 設定済みの接続 を選択してCData クエリウィンドウを起動します。新しい接続を設定するには、[新しいGaroon 接続]をクリックします。ここでは、接続の設定、接続のテスト、および接続プロファイルの保存を行うことができます。
Garoon への接続
認証値に加えて、下記のパラメータを使いGaroon に接続しデータを取得します。
- Url:アカウントのURL。
NOTE:サポートされているバージョンで許容されるURL 形式は以下のとおりです。
- Cloud 版:https://(subdomain).cybozu.com
- Package 版(Windows 環境):http://(server IP address or host name)/scripts/(installation identifier)/grn.exe
- Package 版(Linux 環境):http://(server IP address or host name)/cgi-bin/(installation identifier)/grn.cgi
Garoon への認証
Garoon は、以下の認証メソッドをサポートしています。
パスワード
Garoon への認証には、以下を設定する必要があります。
- User:アカウントのユーザー名。
- Password:アカウントのパスワード。
- AuthScheme:AuthScheme をPassword に設定。
Additional Security
In addition to the mentioned authentication schemes, Garoon offers additional security in the form of both an additional Basic Auth header, and an SSL Certificate.Basic
Garoon environments using basic authentication will need to pass additional basic credentials. To do so, specify the following:
- BasicAuthUser - The basic login name.
- BasicAuthPassword - The basic password.
クライアントSSL
In addition to your authentication information, Garoon may be configured to require an SSL certificate to accept requests. To do so, set the following:
- SSLClientCert - The file containing the certificate of the SSL Cert. Or alternatively, the name of the certificate store for the client certificate.
- SSLClientCertType - The type of certificate.
- SSLClientCertSubject - (Optional) If searching for a certificate in the certificate store, the store is searched for subjects containing the value of the property.
- SSLClientCertPassword - If the certificate store is of a type that requires a password, this property is used to specify that password to open the certificate store.
接続プロパティ
最後に、Connection プロパティを参照してください。接続の確立に使用できるさまざまなオプションの説明があります。
接続の管理
Garoon への認証に成功すると、インポートするデータをカスタマイズすることができます。詳しくは、接続の管理 を参照してください。
関連項目
- データのクエリ:[データ選択]ウィザードを使用してスプレッドシートにデータをプルします。また、ここではスケジュールされたデータのリフレッシュも設定できます。
- Excel アドインの使用:利用可能なCData Excel 関数 を使用するなど、Garoon データとやり取りする他の方法が見つかります。