| Aha! |
すべて |
なし |
-
jdbc:weblogic:aha://servername;[property=value[;...]];
-
jdbc:weblogic:aha:servername;AuthenticationMethod=UrlParameter;SecurityToken=security_token;[property=value[;...]];
SecurityTokenは、エンドポイントへの接続に必要なセキュリティ・トークンを指定します。
-
jdbc:weblogic:aha:servername;AuthenticationMethod=OAuth2;AccessToken=access_token;[property=value[;...]];
AccessTokenは、RESTサービスに対する認証に必要なアクセス・トークンを指定します。
-
jdbc:weblogic:aha:servername;AuthenticationMethod=OAuth2;oauthCode=auth_code;ClientID=client_id;ClientSecret=client_secret;RedirectURI=redirect_uri;[property=value[;...]];
ClientIDは、アプリケーションのクライアントIDキーを指定します。ClientSecretはアプリケーションのクライアント・シークレットを指定し、RedirectURIはサードパーティ・サービスによる認証後にクライアントが戻るエンドポイントを指定します。RedirectURIプロパティの値にはポート番号が含まれている必要があります。たとえば、RedirectURI=http://localhost:80やRedirectURI=http://localhost:8080などです。
-
jdbc:weblogic:aha:servername;ProxyHost=proxy_host;ProxyPassword=proxy_password;ProxyPort=proxy_port;ProxyUser=proxy_user;AuthenticationMethod=method;[property=value[;...]];
|
|
| Ahrefs |
すべて |
なし |
-
jdbc:weblogic:autorest://servername;[property=value[;...]]
-
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
-
jdbc:weblogic:autorest:ServerName=https://apiv2.ahrefs.com;AuthenticationMethod=URLParameter;SecurityToken=xxxxxxxx;AuthParam=token;
SecurityTokenはエンドポイントへの接続に必要なセキュリティ・トークンを指定し、AuthParamはセキュリティ・トークンを渡すために使用されるURLパラメータの名前を指定します。
|
|
| Azure Billing |
すべて |
なし |
|
|
| Azure Resource Health |
すべて |
なし |
-
jdbc:weblogic:autorest://servername;[property=value[;...]]
-
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
-
jdbc:weblogic:autorest:ServerName=https://management.azure.com;AuthenticationMethod=OAuth2;TenantId=xxxxxxxx;ClientID=xxxxxxxx;ClientSecret=xxxxxxxx;AccessToken=xxxxxxxx;RefreshToken=xxxxxxxx;Scope=https://management.azure.com/.default offline_access;TokenURI=https://login.microsoftonline.com/{tenantId}/oauth2/token;RedirectURI=http://localhost/;
|
|
| BigCommerce |
すべて |
なし |
-
jdbc:weblogic:autorest://servername;[property=value[;...]]
-
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
-
jdbc: weblogic:autorest:servername=https://api.bigcommerce.com/stores/{store_hash};authenticationmethod=HTTPHeader;securitytoken=**************;authheader=X-Auth-Token;
SecurityTokenは、エンドポイントへの接続に必要なセキュリティ・トークンを指定します。
|
|
| DataStax |
3 |
あり |
jdbc:weblogic:cassandra://server:port;KeyspaceName=keyspace;[property=value[;...]]
KeyspaceNameは、ドライバが接続するCassandraキースペースのデフォルト名を指定します。
|
Apache Cassandra 3.0以上 |
| eBay |
すべて |
なし |
-
jdbc:weblogic:autorest://servername;[property=value[;...]]
-
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
-
jdbc:weblogic:autorest:ServerName=https://api.eBay.com;AuthenticationMethod=OAuth2;ClientID=client_id;ClientSecret=xxxxxxxx;AccessToken=xxxxxxxx;RefreshToken=xxxxxxxx;Scope=https://api.eBay.com/oauth/api_scopeTokenURI=https://api.eBay.com/identity/v1/oauth2/tokenRedirectURI=http://localhost/;
ClientIDはアプリケーションのクライアントIDキーを指定します。ClientSecretはアプリケーションのクライアント・シークレットを指定します。AccessTokenおよびRefreshTokenは、OAuth 2.0の実装に使用できるトークンを指定します。Scopeは、OAuthスコープのスペース区切りリストを指定して、アクセス・トークンによって付与される権限を制限します。TokenURIは、認証資格証明をアクセス・トークンと交換するために使用されるエンドポイントを指定し、RedirectURIが指定します。
|
|
| FinancialForce |
すべて |
あり |
jdbc:weblogic:sforce://servername;SecurityToken=value[;property=value[;...]]
SecurityTokenは、セキュリティ・トークン用に構成されたインスタンスへの接続に必要なセキュリティ・トークンを指定します。
|
|
| FourSquare |
すべて |
なし |
-
jdbc:weblogic:autorest://servername;[property=value[;...]]
-
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
-
jdbc:weblogic:autorest:servername=https://api.foursquare.com;authenticationmethod=URLParameter;securitytoken=**********;authparam=oauth_token;
|
|
| 汎用REST構成 |
すべて |
なし |
- |
|
| GitHub |
すべて |
なし |
-
jdbc:weblogic:github:ServerName=server_name;SecurityToken=security_token;[property=value[;...]];
-
jdbc:weblogic:github:ServerName=server_name;AuthenticationMethod=Basic;[property=value[;...]];
-
jdbc:weblogic:github:ServerName=server_name;AuthenticationMethod=OAuth2;AccessToken=access_token;[property=value[;...]];
-
jdbc:weblogic:github:ServerName=server_name;ProxyHost=proxy_host;ProxyPassword=proxy_password;ProxyPort=proxy_port;ProxyUser=proxy_user;AuthenticationMethod=OAuth2;AccessToken=access_token;[property=value[;...]];
|
|
| Google AdSense |
すべて |
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
jdbc:weblogic:autorest:servername=https://adsense.googleapis.com/v2;clientId=***********;clientSecret=**************;authUri=https://accounts.google.com/o/oauth2/auth;tokenUri=https://oauth2.googleapis.com/token;redirectUri=http://localhost;authenticationMethod=OAuth2;scope=https://www.googleapis.com/auth/adsense;refreshtoken=**************;
|
|
| Google Analytics |
3+ |
なし |
jdbc:weblogic:googleanalytics:AccessToken=access_token;[property=value[;...]];
jdbc:weblogic:googleanalytics:RefreshToken=refresh_token;[property=value[;...]];
jdbc:weblogic:googleanalytics:ProxyHost=proxy_host;ProxyPassword=proxy_password;ProxyPort=proxy_port;ProxyUser=proxy_user;RefreshToken=refresh_token;[property=value[;...]];
|
Google Analytics Management APIバージョン3 |
| Google Calendar |
すべて |
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
jdbc:weblogic:autorest:servername=https://www.googleapis.com/calendar/v3;clientId=************;clientSecret=**************;authUri=https://accounts.google.com/o/oauth2/auth;tokenUri=https://accounts.google.com/o/oauth2/token;redirectUri=http://localhost;AuthenticationMethod=OAuth2;scope=https://www.googleapis.com/auth/calendar https://www.googleapis.com/auth/calendar.readonly https://www.googleapis.com/auth/calendar.events https://www.googleapis.com/auth/calendar.events.readonly https://www.googleapis.com/auth/calendar.settings.readonly https://www.googleapis.com/auth/calendar.addons.execute;authuri=https://accounts.google.com/o/oauth2/auth;tokenuri=https://accounts.google.com/o/oauth2/token;refreshtoken=**************;
|
|
| Google Campaign Manager |
すべて |
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
|
|
| Google Contacts |
すべて |
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
jdbc:weblogic:autorest:servername=people.googleapis.com/v1;clientId=*********;clientSecret=**************;authUri=https://accounts.google.com/o/oauth2/auth;tokenUri=https://accounts.google.com/o/oauth2/token;redirectUri=http://localhost;authenticationMethod=OAuth2;scope=https://www.googleapis.com/auth/contacts.other.readonly;refreshtoken=**************;
|
|
| Google Search Ads 360 |
すべて |
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
jdbc:weblogic:autorest:servername=https://www.googleapis.com/doubleclicksearch/;clientId=**********,clientSecret=**************,authUri=https://accounts.google.com/o/oauth2/auth,tokenUri=https://oauth2.googleapis.com/token,redirectUri=http://localhost,authenticationMethod=OAuth2,scope=https://www.googleapis.com/auth/doubleclicksearch,refreshtoken=**************;
|
|
| HubSpot |
すべて |
なし |
jdbc:weblogic:hubspot:AuthenticationMethod=OAuth2;ClientID=client_id;ClientSecret=client_secret;RefreshToken=refresh_token;Scope=scope;[property=value[;...]]; |
|
| Jira |
すべて |
なし |
jdbc:weblogic:jira:servername;[property=value[;...]]; |
|
| Klaviyo |
すべて |
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
jdbc:weblogic:autorest:servername=https://a.klaviyo.com/api;authenticationmethod=URLParameter;securitytoken=*****;authparam=api_key;
|
|
| Mailchimp |
すべて |
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
jdbc:weblogic:autorest:servername=us20.api.mailchimp.com;authenticationmethod=BearerToken;securitytoken=*******;
|
|
| Marketo |
すべて |
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
jdbc:weblogic:autorest:servername=https://{api_id}.mktorest.com;authenticationmethod=OAuth2;clientid=*********;clientsecret=******************;tokenuri=https://{api_id}.mktorest.com/identity/oauth/token;
|
|
| Microsoft Dynamics 365 |
すべて |
あり |
jdbc:weblogic:dynamics365:ServiceURL=serviceurl;AuthenticationMethod=method;AccessToken=access_token;[property=value[;...]];
jdbc:weblogic:dynamics365:ServiceURL=serviceurl;AuthenticationMethod=method;ClientID=client_id;ClientSecret=client_secret;TokenURI=POST token_uri;Scope=scope;[property=value[;...]];
jdbc:weblogic:dynamics365:ServiceURL=serviceurl;AuthenticationMethod=method;ClientID=client_id;ClientSecret=client_secret;TokenURI=token_uri;RefreshToken=refresh_token;[property=value[;...]];
jdbc:weblogic:dynamics365:ServiceURL=serviceurl;AuthenticationMethod=method;NTLMDomain=domain;[property=value[;...]];
jdbc:weblogic:dynamics365:ServiceURL=serviceurl;ProxyHost=proxy_host;ProxyPassword=proxy_password;ProxyPort=proxy_port;ProxyUser=proxy_user;AuthenticationMethod=method;ClientID=client_id;ClientSecret=client_secret;TokenURI=token_uri;RefreshToken=refresh_token;[property=value[;...]];
|
CRM Apps、Customer Service、Field Service、Marketing、Project Service Automation、Sales、ERP Apps、Finance、Human Resources、Retail、Supply Chain Management |
| Microsoft SharePoint |
すべて |
あり |
jdbc:weblogic:sharepoint:ServiceURL=serviceurl;AccessToken=access_token;[property=value[;...]];
jdbc:weblogic:sharepoint:ServiceURL=serviceurl;ClientID=client_id;ClientSecret=client_secret;TokenURI=token_uri;RefreshToken=refresh_token;[property=value[;...]];
jdbc:weblogic:sharepoint:ServiceURL=serviceurl;ProxyHost=proxy_host;ProxyPassword=proxy_password;ProxyPort=proxy_port;ProxyUser=proxy_user;ClientID=client_id;ClientSecret=client_secret;TokenURI=token_uri;RefreshToken=refresh_token;[property=value[;...]];
|
SharePoint Onlineリスト |
| Oracle BI Cloud Connector |
すべて |
なし |
|
|
| Oracle Marketing Cloud |
すべて |
あり |
jdbc:weblogic:eloqua:Company=<company_id>;[;property=value[;...]] |
|
| Oracle Sales Cloud |
すべて |
なし |
jdbc:weblogic:oraclesalescloud://base_url;[;property=value[;...]]
|
|
| Oracle Service Cloud |
すべて |
なし |
jdbc:weblogic:oracleservicecloud:loginHost=host;[property=value[;...]] |
|
| PayPal |
すべて |
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
jdbc:weblogic:autorest:ServerName=https://api-m.sandbox.paypal.com;AuthenticationMethod=Basic;
|
|
| Qmetry |
すべて |
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
jdbc:weblogic:autorest:servername=https://qtmcloud.qmetry.com;authenticationmethod=URLParameter;securitytoken=*****;authparam=apiKey;
|
|
| QuickBooks Online |
すべて |
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
jdbc:weblogic:autorest:servername=https://sandbox-quickbooks.api.intuit.com/v3/company/*******************;clientId=*******;clientSecret=*******;authUri=https://appcenter.intuit.com/connect/oauth2;tokenUri=https://oauth.platform.intuit.com/oauth2/v1/tokens/bearer;redirectUri=http://localhost;authenticationMethod=OAuth2;efreshtoken=**************;
|
|
| QuickBooks Payments |
すべて |
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
jdbc:weblogic:autorest:servername=https://sandbox.api.intuit.com;clientId=*********;clientSecret=**************;authUri=https://appcenter.intuit.com/connect/oauth2;tokenUri=https://oauth.platform.intuit.com/oauth2/v1/tokens/bearer;redirectUri=http://localhost;authenticationMethod=OAuth2;scope=com.intuit.quickbooks.payment;refreshtoken=**************;
|
|
| Quora Ads |
すべて |
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
jdbc:weblogic:autorest:ServerName=api.quora.com/ads;AuthenticationMethod=OAuth2;ClientID=xxxxxxxx;ClientSecret=xxxxxxxx;AccessToken=xxxxxxxx;Scope=ads_read;
|
|
| Sage |
すべて |
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
jdbc:weblogic:autorest:servername=api.accounting.sage.com;clientId=************,clientSecret=**************,authUri=https://www.sageone.com/oauth2/auth/central?filter=apiv3.1,tokenUri=https://oauth.accounting.sage.com/token,redirectUri=http://localhost,AuthenticationMethod=OAuth2,scope=full_access,refreshtoken=**************;
|
|
| Salesforce Chatter |
すべて |
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
jdbc:weblogic:autorest:servername=progresscom4-dev-ed.my.salesforce.com/services/data/v52.0;authenticationmethod=OAuth2;clientid=********;clientsecret=**************;refreshtoken=**************;scope=<scope>;authuri=https://login.salesforce.com/services/oauth2/authorize;tokenuri=https://login.salesforce.com/services/oauth2/token;
|
|
| SAP HANA |
すべて |
なし |
jdbc:weblogic:saphana://server_name:port_number;[property=value[;...]];
jdbc:weblogic:saphana://server_name:port_number;ProxyHost=proxy_host;ProxyPassword=proxy_password;ProxyPort=proxy_port;ProxyUser=proxy_user;[property=value[;...]];
|
|
| SAP S/4HANA Cloud |
2005+ |
なし |
jdbc:weblogic:s4hana:ServerName=servername;[property=value[;...]];
jdbc:weblogic:s4hana:ServerName=servername;AuthenticationMethod=HttpHeader;AuthHeader=api_key;SecurityToken=security_token;[property=value[;...]];
jdbc:weblogic:s4hana:ServerName=servername;ProxyHost=proxy_host;ProxyPassword=proxy_password;ProxyPort=proxy_port;ProxyUser=proxy_user;[property=value[;...]];
|
|
| Semrush |
すべて |
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
|
|
| ServiceNow |
すべて |
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
jdbc:weblogic:autorest:servername=instance.service-now.com/api;clientId=****;clientSecret=****;authUri=https://instance.service-now.com/oauth_auth.do;tokenUri=https://instance.service-now.com/oauth_token.do;redirectUri=http://localhost;authenticationMethod=OAuth2;refreshtoken=****;
|
|
| Square |
すべて |
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
jdbc:weblogic:autorest:servername=sandbox.api.intuit.com;authenticationMethod=BearerToken;securitytoken=**************************;
|
|
| Stripe |
すべて |
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
jdbc:weblogic:autorest:servername=https://api.stripe.com;authenticationmethod=BearerToken;securitytoken=*********;
|
|
| TeamCity |
すべて |
なし |
jdbc:weblogic:teamcity:ServerName=server_name;[property=value[;...]];
jdbc:weblogic:teamcity:ServerName=server_name;AuthenticationMethod=BearerToken;SecurityToken=security_token;[property=value[;...]];
jdbc:weblogic:teamcity:ServerName=server_name;ProxyHost=proxy_host;ProxyPassword=proxy_password;ProxyPort=proxy_port;ProxyUser=proxy_user;AuthenticationMethod=BearerToken;SecurityToken=security_token;[property=value[;...]];
|
|
| Tumblr |
|
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
|
|
| Veeva CRM |
すべて |
あり |
jdbc:weblogic:sforce://servername;SecurityToken=value[;property=value[;...]] |
|
| Volusion |
すべて |
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
|
|
| Wistia |
すべて |
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
jdbc:weblogic:autorest:servername=https://api.wistia.com;authenticationmethod=Basic;
|
|
| WordPress |
すべて |
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
jdbc:weblogic:autorest:servername=public-api.wordpress.com/rest/v1.1;authenticationmethod=OAuth2;clientid=*****;clientsecret=*********;accesstoken=**********;scope=global;oauthcode=**********;authuri=https://public-api.wordpress.com/oauth2/authorize;tokenuri=https://public-api.wordpress.com/oauth2/token;
|
|
| X |
すべて |
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
|
|
| Xero |
すべて |
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
|
|
| Yelp |
すべて |
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
jdbc:weblogic:autorest:servername=https://api.yelp.com/v3;authenticationmethod=BearerToken;securitytoken=*****;
|
|
| Zendesk |
すべて |
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
jdbc:weblogic:autorest:servername=https://example.zendesk.com;authenticationmethod=OAuth2;clientid=client_id_zendesk;clientsecret=********;scope={{scope}};authuri=/oauth/authorizations/new;tokenuri=/oauth/tokens;
jdbc:weblogic:autorest:servername=https://example.zendesk.com;authenticationmethod=Basic;
|
|
| Zoho CRM |
すべて |
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
jdbc:weblogic:autorest:authenticationmethod=OAuth2;clientid=a1234bc567d89e01f23g;clientsecret=******************;scope=ZohoCRM.settings.ALL,ZohoCRM.modules.ALL,ZohoCRM.notifications.ALL,ZohoCRM.org.READ,ZohoCRM.users.READ,ZohoCRM.settings.roles.READ,ZohoCRM.settings.profiles.READ,ZohoCRM.modules.Contacts.READ,ZohoSearch.securesearch.READ;authuri=https://accounts.zoho.com/oauth/v2/auth;tokenuri=https://accounts.zoho.com/oauth/v2/token;redirecturi=http://localhost;refreshToken=********************;
|
|
| Zoom |
|
なし |
jdbc:weblogic:autorest://servername;[property=value[;...]]
jdbc:weblogic:autorest:Sample=sample_path;[property=value[;...]];
jdbc:weblogic:autorest:servername=https://api.zoom.us/v2;clientId=*****;clientSecret=****;authUri=https://zoom.us/oauth/authorize;tokenUri=https://zoom.us/oauth/token;redirectUri=http://localhost;authenticationMethod=OAuth2;accesstoken=*****;
|
|