プラットフォームのRESTエンドポイント
Blockchain Platform管理操作/プラットフォーム
次の操作を使用してOracle Blockchain Platformを管理します。
- ターゲット・インスタンスへのパッチの適用
- メソッド: postパス:
/api/v1/blockchainPlatforms/patches/{patchId}/apply
- 新規Blockchain Platformインスタンスの作成
- メソッド: postパス:
/api/v1/blockchainPlatforms/instances
- Blockchain Platformインスタンスの削除
- メソッド: deleteパス:
/api/v1/blockchainPlatforms/instances/{id}
- すべてのアクティビティ詳細の取得
- メソッド: getパス:
/api/v1/blockchainPlatforms/activities
- Blockchain Platformインスタンスの詳細の取得
- メソッド: getパス:
/api/v1/blockchainPlatforms/instances/{id}
- Blockchain Platformのステータスの取得
- メソッド: getパス:
/api/v1/blockchainPlatforms/instances/{id}/status
- 外部ロード・バランサ・ポート・マッピングの取得
- メソッド: getパス:
/api/v1/blockchainPlatforms/instances/{id}/lbrportmapping
- インスタンス・アクティビティ詳細の取得
- メソッド: getパス:
/api/v1/blockchainPlatforms/instances/{id}/activity
- インスタンスのパッチの詳細の取得
- メソッド: getパス:
/api/v1/blockchainPlatforms/instances/{id}/patch
- インスタンス作成用のロード・バランサ・ポートのマッピングの取得
- メソッド: getパス:
/api/v1/blockchainPlatforms/instances/generateLBRPortMapping
- スケール・アウト用のロード・バランサ・ポートのマッピングの取得
- メソッド: getパス:
/api/v1/blockchainPlatforms/instances/{id}/Scaleout/generateLBRPortMapping
- インスタンスの操作ステータスの取得
- メソッド: getパス:
/api/v1/blockchainPlatforms/instances/{id}/operation/{opid}/status
- Blockchain Platformインスタンスのリスト
- メソッド: getパス:
/api/v1/blockchainPlatforms/instances
- Blockchain Platformパッチ・ターゲットのリスト
- メソッド: getパス:
/api/v1/blockchainPlatforms/patches/{patchId}/targets
- Blockchain Platformのパッチのリスト
- メソッド: getパス:
/api/v1/blockchainPlatforms/patches
- Blockchain Platformインスタンスへのパッチの適用
- メソッド: postパス:
/api/v1/blockchainPlatforms/instances/{id}/patch
- 新規Blockchain Platformパッチの登録
- メソッド: postパス:
/api/v1/blockchainPlatforms/patches
- Blockchain Platformインスタンスでのパッチのロールバック
- メソッド: postパス:
/api/v1/blockchainPlatforms/instances/{id}/rollback
- Blockchain Platformインスタンスのスケール・イン
- メソッド: postパス:
/api/v1/blockchainPlatforms/instances/{id}/scalein
- Blockchain Platformインスタンスのスケール・アウト
- メソッド: postパス:
/api/v1/blockchainPlatforms/instances/{id}/scaleout
- Blockchain Platformインスタンスの起動
- メソッド: postパス:
/api/v1/blockchainPlatforms/instances/{id}/action/start
- Blockchain Platformインスタンスの停止
- メソッド: postパス:
/api/v1/blockchainPlatforms/instances/{id}/action/stop
- HSM接続のテスト
- メソッド: postパス:
/api/v1/blockchainPlatforms/hsm/check
- Blockchain Platformインスタンスの更新
- メソッド: putパス:
/api/v1/blockchainPlatforms/instances/{id}