すべてのRESTエンドポイント
リストア操作の管理
サービス・インスタンスをリストアし、リストア操作をリストし、リストア操作の詳細を取得します。
- リストア操作の詳細の取得
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/restoredbackups/{jobId} - リストア操作履歴のリスト
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/restoredbackups - バックアップ・ポイントからのリストア
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/restoredbackups
サーバーの管理
管理対象サーバーを表示、追加および削除します。 サーバーの操作およびステータスを取得します。 クラスタおよびそのサーバーを表示します。
- 管理対象サーバーの追加
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/servers/{clusterName} - 管理対象サーバーの削除
-
メソッド: deleteパス:
/instances/{identityId}/{serviceId}/servers/{serverName} - すべての管理対象サーバーの表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/servers - すべてのサーバー操作の表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/servers/history - IDによるサーバー操作のステータスの表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/servers/history/{id} - ジョブIDによるサーバー操作のステータスの表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/servers/history/job/{jobId}
サービス・バックアップの管理
サービス・バックアップを取得、作成、アーカイブ、削除またはリストします。
- バックアップのアーカイブおよびダウンロード
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/backups/{backupId} - 新規サービス・バックアップの作成
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/backups - サービス・バックアップの削除
-
メソッド: deleteパス:
/instances/{identityId}/{serviceId}/backups/{backupId} - サービス・バックアップの取得
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/backups/{backupId} - サービス・バックアップのリスト
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/backups
サービスの管理
サービス・インスタンスを表示または削除します。
- サービス・インスタンスの削除
-
メソッド: putパス:
/instances/{identityId}/{serviceId} - サービス・インスタンスの表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}
バックアップ構成の管理
バックアップ構成を表示および更新します。
- バックアップ構成の更新
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/backupconfig - バックアップ構成の表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/backupconfig
サービスのプロビジョニング
プロビジョニング済インスタンスを取得し、新規インスタンスをプロビジョニングします。
- プロビジョニング済インスタンスの取得
-
メソッド: getパス:
/instances/{identityId} - 新規サービス・インスタンスのプロビジョニング
-
メソッド: postパス:
/instances/{identityId}
スケーリング
インスタンスのスケール・アップまたはスケール・ダウン
- ノードのスケーリング
-
メソッド: putパス:
/instances/{identityId}/{serviceId}/{serverName}
サービスのプロビジョニング・ステータスの表示
サービスのプロビジョニング・ステータスを表示します。
- サービスのプロビジョニング・ステータスの取得
-
メソッド: getパス:
/instances/{identityId}/status/{operation}/job/{jobId}
すべてのエンドポイント
- 管理対象サーバーの追加
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/servers/{clusterName} - バックアップのアーカイブおよびダウンロード
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/backups/{backupId} - 新規サービス・バックアップの作成
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/backups - サービス・バックアップの削除
-
メソッド: deleteパス:
/instances/{identityId}/{serviceId}/backups/{backupId} - サービス・インスタンスの削除
-
メソッド: putパス:
/instances/{identityId}/{serviceId} - サービス・バックアップの取得
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/backups/{backupId} - プロビジョニング済インスタンスの取得
-
メソッド: getパス:
/instances/{identityId} - リストア操作の詳細の取得
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/restoredbackups/{jobId} - サービスのプロビジョニング・ステータスの取得
-
メソッド: getパス:
/instances/{identityId}/status/{operation}/job/{jobId} - リストア操作履歴のリスト
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/restoredbackups - サービス・バックアップのリスト
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/backups - 新規サービス・インスタンスのプロビジョニング
-
メソッド: postパス:
/instances/{identityId} - 管理対象サーバーの削除
-
メソッド: deleteパス:
/instances/{identityId}/{serviceId}/servers/{serverName} - バックアップ・ポイントからのリストア
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/restoredbackups - ノードのスケーリング
-
メソッド: putパス:
/instances/{identityId}/{serviceId}/{serverName} - バックアップ構成の更新
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/backupconfig - サービス・インスタンスの表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId} - すべての管理対象サーバーの表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/servers - すべてのサーバー操作の表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/servers/history - IDによるサーバー操作のステータスの表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/servers/history/{id} - ジョブIDによるサーバー操作のステータスの表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/servers/history/job/{jobId} - バックアップ構成の表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/backupconfig
リストア操作の管理
サービス・インスタンスをリストアし、リストア操作をリストし、リストア操作の詳細を取得します。
- リストア操作履歴のリスト
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/restoredbackups - バックアップ・ポイントからのリストア
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/restoredbackups - リストア操作の詳細の取得
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/restoredbackups/{jobId}
サーバーの管理
管理対象サーバーを表示、追加および削除します。 サーバーの操作およびステータスを取得します。 クラスタおよびそのサーバーを表示します。
- すべての管理対象サーバーの表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/servers - すべてのサーバー操作の表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/servers/history - ジョブIDによるサーバー操作のステータスの表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/servers/history/job/{jobId} - IDによるサーバー操作のステータスの表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/servers/history/{id} - 管理対象サーバーの追加
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/servers/{clusterName} - 管理対象サーバーの削除
-
メソッド: deleteパス:
/instances/{identityId}/{serviceId}/servers/{serverName}
サービス・バックアップの管理
サービス・バックアップを取得、作成、アーカイブ、削除またはリストします。
- サービス・バックアップのリスト
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/backups - 新規サービス・バックアップの作成
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/backups - サービス・バックアップの削除
-
メソッド: deleteパス:
/instances/{identityId}/{serviceId}/backups/{backupId} - サービス・バックアップの取得
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/backups/{backupId} - バックアップのアーカイブおよびダウンロード
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/backups/{backupId}
サービスの管理
サービス・インスタンスを表示または削除します。
- サービス・インスタンスの表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId} - サービス・インスタンスの削除
-
メソッド: putパス:
/instances/{identityId}/{serviceId}
バックアップ構成の管理
バックアップ構成を表示および更新します。
- バックアップ構成の表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/backupconfig - バックアップ構成の更新
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/backupconfig
サービスのプロビジョニング
プロビジョニング済インスタンスを取得し、新規インスタンスをプロビジョニングします。
- プロビジョニング済インスタンスの取得
-
メソッド: getパス:
/instances/{identityId} - 新規サービス・インスタンスのプロビジョニング
-
メソッド: postパス:
/instances/{identityId}
スケーリング
インスタンスのスケール・アップまたはスケール・ダウン
- ノードのスケーリング
-
メソッド: putパス:
/instances/{identityId}/{serviceId}/{serverName}
サービスのプロビジョニング・ステータスの表示
サービスのプロビジョニング・ステータスを表示します。
- サービスのプロビジョニング・ステータスの取得
-
メソッド: getパス:
/instances/{identityId}/status/{operation}/job/{jobId}
すべてのエンドポイント
- プロビジョニング済インスタンスの取得
-
メソッド: getパス:
/instances/{identityId} - 新規サービス・インスタンスのプロビジョニング
-
メソッド: postパス:
/instances/{identityId} - サービスのプロビジョニング・ステータスの取得
-
メソッド: getパス:
/instances/{identityId}/status/{operation}/job/{jobId} - サービス・インスタンスの表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId} - サービス・インスタンスの削除
-
メソッド: putパス:
/instances/{identityId}/{serviceId} - バックアップ構成の表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/backupconfig - バックアップ構成の更新
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/backupconfig - サービス・バックアップのリスト
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/backups - 新規サービス・バックアップの作成
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/backups - サービス・バックアップの削除
-
メソッド: deleteパス:
/instances/{identityId}/{serviceId}/backups/{backupId} - サービス・バックアップの取得
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/backups/{backupId} - バックアップのアーカイブおよびダウンロード
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/backups/{backupId} - リストア操作履歴のリスト
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/restoredbackups - バックアップ・ポイントからのリストア
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/restoredbackups - リストア操作の詳細の取得
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/restoredbackups/{jobId} - すべての管理対象サーバーの表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/servers - すべてのサーバー操作の表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/servers/history - ジョブIDによるサーバー操作のステータスの表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/servers/history/job/{jobId} - IDによるサーバー操作のステータスの表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/servers/history/{id} - 管理対象サーバーの追加
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/servers/{clusterName} - 管理対象サーバーの削除
-
メソッド: deleteパス:
/instances/{identityId}/{serviceId}/servers/{serverName} - ノードのスケーリング
-
メソッド: putパス:
/instances/{identityId}/{serviceId}/{serverName}
リストア操作の管理
サービス・インスタンスをリストアし、リストア操作をリストし、リストア操作の詳細を取得します。
- リストア操作履歴のリスト
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/restoredbackups - リストア操作の詳細の取得
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/restoredbackups/{jobId} - バックアップ・ポイントからのリストア
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/restoredbackups
サーバーの管理
管理対象サーバーを表示、追加および削除します。 サーバーの操作およびステータスを取得します。 クラスタおよびそのサーバーを表示します。
- 管理対象サーバーの削除
-
メソッド: deleteパス:
/instances/{identityId}/{serviceId}/servers/{serverName} - すべての管理対象サーバーの表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/servers - すべてのサーバー操作の表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/servers/history - ジョブIDによるサーバー操作のステータスの表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/servers/history/job/{jobId} - IDによるサーバー操作のステータスの表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/servers/history/{id} - 管理対象サーバーの追加
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/servers/{clusterName}
サービス・バックアップの管理
サービス・バックアップを取得、作成、アーカイブ、削除またはリストします。
- サービス・バックアップの削除
-
メソッド: deleteパス:
/instances/{identityId}/{serviceId}/backups/{backupId} - サービス・バックアップのリスト
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/backups - サービス・バックアップの取得
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/backups/{backupId} - 新規サービス・バックアップの作成
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/backups - バックアップのアーカイブおよびダウンロード
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/backups/{backupId}
サービスの管理
サービス・インスタンスを表示または削除します。
- サービス・インスタンスの表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId} - サービス・インスタンスの削除
-
メソッド: putパス:
/instances/{identityId}/{serviceId}
バックアップ構成の管理
バックアップ構成を表示および更新します。
- バックアップ構成の表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/backupconfig - バックアップ構成の更新
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/backupconfig
サービスのプロビジョニング
プロビジョニング済インスタンスを取得し、新規インスタンスをプロビジョニングします。
- プロビジョニング済インスタンスの取得
-
メソッド: getパス:
/instances/{identityId} - 新規サービス・インスタンスのプロビジョニング
-
メソッド: postパス:
/instances/{identityId}
スケーリング
インスタンスのスケール・アップまたはスケール・ダウン
- ノードのスケーリング
-
メソッド: putパス:
/instances/{identityId}/{serviceId}/{serverName}
サービスのプロビジョニング・ステータスの表示
サービスのプロビジョニング・ステータスを表示します。
- サービスのプロビジョニング・ステータスの取得
-
メソッド: getパス:
/instances/{identityId}/status/{operation}/job/{jobId}
すべてのエンドポイント
- サービス・バックアップの削除
-
メソッド: deleteパス:
/instances/{identityId}/{serviceId}/backups/{backupId} - 管理対象サーバーの削除
-
メソッド: deleteパス:
/instances/{identityId}/{serviceId}/servers/{serverName} - プロビジョニング済インスタンスの取得
-
メソッド: getパス:
/instances/{identityId} - サービスのプロビジョニング・ステータスの取得
-
メソッド: getパス:
/instances/{identityId}/status/{operation}/job/{jobId} - サービス・インスタンスの表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId} - バックアップ構成の表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/backupconfig - サービス・バックアップのリスト
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/backups - サービス・バックアップの取得
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/backups/{backupId} - リストア操作履歴のリスト
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/restoredbackups - リストア操作の詳細の取得
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/restoredbackups/{jobId} - すべての管理対象サーバーの表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/servers - すべてのサーバー操作の表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/servers/history - ジョブIDによるサーバー操作のステータスの表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/servers/history/job/{jobId} - IDによるサーバー操作のステータスの表示
-
メソッド: getパス:
/instances/{identityId}/{serviceId}/servers/history/{id} - 新規サービス・インスタンスのプロビジョニング
-
メソッド: postパス:
/instances/{identityId} - バックアップ構成の更新
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/backupconfig - 新規サービス・バックアップの作成
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/backups - バックアップのアーカイブおよびダウンロード
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/backups/{backupId} - バックアップ・ポイントからのリストア
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/restoredbackups - 管理対象サーバーの追加
-
メソッド: postパス:
/instances/{identityId}/{serviceId}/servers/{clusterName} - サービス・インスタンスの削除
-
メソッド: putパス:
/instances/{identityId}/{serviceId} - ノードのスケーリング
-
メソッド: putパス:
/instances/{identityId}/{serviceId}/{serverName}