プラットフォームの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