プラットフォームのRESTエンドポイント
Blockchain Platform管理操作/プラットフォーム
次の操作を使用してOracle Blockchain Platformを管理します。
- 新規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}/activity
- インスタンスの操作ステータスの取得
- メソッド: getパス:
/api/v1/blockchainPlatforms/instances/{id}/operation/{opid}/status
- Blockchain Platformインスタンスのリスト
- メソッド: getパス:
/api/v1/blockchainPlatforms/instances
- 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