ExtractのRESTエンドポイント
Administrative Server/Extract
WRITE ME
- Extractの作成
- メソッド: postパス:
/services/{version}/extracts/{extract}
- Extractの削除
- メソッド: deleteパス:
/services/{version}/extracts/{extract}
- コマンドの発行
- メソッド: postパス:
/services/{version}/extracts/{extract}/command
- Extractのリスト表示
- メソッド: getパス:
/services/{version}/extracts
- 情報タイプのリスト表示
- メソッド: getパス:
/services/{version}/extracts/{extract}/info
- レポートのリスト表示
- メソッド: getパス:
/services/{version}/extracts/{extract}/info/reports
- チェックポイントの取得
- メソッド: getパス:
/services/{version}/extracts/{extract}/info/checkpoints
- Extractの取得
- メソッド: getパス:
/services/{version}/extracts/{extract}
- レポートの取得
- メソッド: getパス:
/services/{version}/extracts/{extract}/info/reports/{report}
- ステータスの取得
- メソッド: getパス:
/services/{version}/extracts/{extract}/info/status
- Extractの更新
- メソッド: patchパス:
/services/{version}/extracts/{extract}