ORDS RESTサービスRESTエンドポイント
ORDS RESTサービス
SQLおよびPL/SQLで構築されたカスタムOracle REST Data Services。
- RESTハンドラ・パラメータの作成
- メソッド: postパス:
/ords/rest/parameters/
- RESTモジュールの作成
- メソッド: postパス:
/ords/rest/modules/
- RESTモジュール・テンプレートの作成
- メソッド: postパス:
/ords/rest/templates/
- RESTテンプレート・ハンドラの作成
- メソッド: postパス:
/ords/rest/handlers/
- ORDS OAuthクライアントの作成
- メソッド: postパス:
/ords/rest/clients/
- ORDS権限の作成
- メソッド: postパス:
/ords/rest/privileges/
- ORDSロールの作成
- メソッド: postパス:
/ords/rest/roles/
- RESTハンドラ・パラメータの削除
- メソッド: deleteパス:
/ords/rest/parameters/{id}
- RESTモジュール・テンプレートの削除
- メソッド: deleteパス:
/ords/rest/templates/{id}
- RESTテンプレート・ハンドラの削除
- メソッド: deleteパス:
/ords/rest/handlers/{id}
- ORDS OAuthクライアントの削除
- メソッド: deleteパス:
/ords/rest/clients/{id}
- ORDS権限の削除
- メソッド: deleteパス:
/ords/rest/privileges/{id}
- ORDSロールの削除
- メソッド: deleteパス:
/ords/rest/roles/{id}
- REST対応オブジェクトの取得
- メソッド: getパス:
/ords/rest/autorest/{id}
- REST対応オブジェクト・メタデータの取得
- メソッド: getパス:
/ords/rest/autorest/{id}/metadata
- RESTハンドラ・パラメータの取得
- メソッド: getパス:
/ords/rest/parameters/{id}
- RESTハンドラ・ソースの取得
- メソッド: getパス:
/ords/rest/handlers/{id}/source
- RESTモジュールの取得
- メソッド: getパス:
/ords/rest/modules/{id}
- RESTモジュール・ソースの取得
- メソッド: getパス:
/ords/rest/modules/{id}/source
- RESTモジュール・テンプレートの取得
- メソッド: getパス:
/ords/rest/templates/{id}
- RESTテンプレート・ハンドラの取得
- メソッド: getパス:
/ords/rest/handlers/{id}
- 現在のスキーマのすべての最新RESTオブジェクトの取得
- メソッド: getパス:
/ords/rest/overview/objects_recent
- すべてのORDS OAuthクライアントの取得
- メソッド: getパス:
/ords/rest/clients/
- すべてのORDS権限の取得
- メソッド: getパス:
/ords/rest/privileges/
- 特定のロールに対するすべてのORDS権限の取得
- メソッド: getパス:
/ords/rest/roles/{id}/privileges/
- OAuthクライアントのすべてのORDS権限の取得
- メソッド: getパス:
/ords/rest/clients/{id}/privileges/
- すべてのORDSプロパティ値の取得
- メソッド: getパス:
/ords/properties/
- すべてのORDSロールの取得
- メソッド: getパス:
/ords/rest/roles/
- 権限内のすべてのORDSロールの取得
- メソッド: getパス:
/ords/rest/privileges/{id}/roles/
- OAuthクライアントのすべてのORDSロールの取得
- メソッド: getパス:
/ords/rest/clients/{id}/roles/
- 保護されているすべてのRESTモジュールの取得
- メソッド: getパス:
/ords/rest/privilege/modules/
- すべてのREST対応オブジェクトの取得
- メソッド: getパス:
/ords/rest/autorest/
- すべてのRESTハンドラ・パラメータの取得
- メソッド: getパス:
/ords/rest/parameters/
- すべてのRESTモジュール・テンプレートの取得
- メソッド: getパス:
/ords/rest/templates/
- すべてのRESTモジュールの取得
- メソッド: getパス:
/ords/rest/modules/
- 権限内のすべてのRESTモジュールの取得
- メソッド: getパス:
/ords/rest/privileges/{id}/modules/
- 権限内のすべてのRESTパターンの取得
- メソッド: getパス:
/ords/rest/privileges/{id}/patterns/
- すべてのRESTテンプレート・ハンドラの取得
- メソッド: getパス:
/ords/rest/handlers/
- ORDS OAuthクライアントの取得
- メソッド: getパス:
/ords/rest/clients/{id}
- ORDS権限の取得
- メソッド: getパス:
/ords/rest/privileges/{id}
- ORDSプロパティ値の取得
- メソッド: getパス:
/ords/properties/{key}
- スキーマのORDSプロパティ値の取得
- メソッド: getパス:
/ords/properties/{schema}/{key}
- ORDSロールの取得
- メソッド: getパス:
/ords/rest/roles/{id}
- すべてのREST対応オブジェクトの数の取得
- メソッド: getパス:
/ords/rest/autorest/summary
- 現在のORDSスキーマの取得、および現在のスキーマのすべてのRESTオブジェクトの数とすべてのRESTモジュールの数の取得
- メソッド: getパス:
/ords/rest/overview/
- オブジェクトのREST対応
- メソッド: postパス:
/ords/rest/autorest/
- ORDSプロパティ値の設定
- メソッド: putパス:
/ords/properties/{key}
- スキーマのORDSプロパティ値の設定
- メソッド: putパス:
/ords/properties/{schema}/{key}
- ORDSプロパティ値の設定解除
- メソッド: deleteパス:
/ords/properties/{key}
- スキーマのORDSプロパティ値の設定解除
- メソッド: deleteパス:
/ords/properties/{schema}/{key}
- RESTハンドラ・パラメータの更新
- メソッド: putパス:
/ords/rest/parameters/{id}
- RESTモジュールの更新
- メソッド: putパス:
/ords/rest/modules/{id}
- RESTモジュール・テンプレートの更新
- メソッド: putパス:
/ords/rest/templates/{id}
- RESTテンプレート・ハンドラの更新
- メソッド: putパス:
/ords/rest/handlers/{id}
- ORDS OAuthクライアントの更新
- メソッド: putパス:
/ords/rest/clients/{id}
- ORDS権限の更新
- メソッド: putパス:
/ords/rest/privileges/{id}
- ORDSロールの更新
- メソッド: putパス:
/ords/rest/roles/{id}
- REST対応オブジェクトの更新または無効化
- メソッド: putパス:
/ords/rest/autorest/{id}
- ORDS OAuthクライアント・アバター・イメージの更新。
- メソッド: postパス:
/ords/rest/clients/{id}/icons/