Platform REST Endpoints

Blockchain Platform Administrative Operations/Platform
Use these operations to administer Oracle Blockchain Platform.
Apply Patch to Target Instances
Method: post
Path: /api/v1/blockchainPlatforms/patches/{patchId}/apply
Create New Blockchain Platform Instance
Method: post
Path: /api/v1/blockchainPlatforms/instances
Delete a Blockchain Platform Instance
Method: delete
Path: /api/v1/blockchainPlatforms/instances/{id}
Get All Activity Details
Method: get
Path: /api/v1/blockchainPlatforms/activities
Get Blockchain Platform Instance Details
Method: get
Path: /api/v1/blockchainPlatforms/instances/{id}
Get Blockchain Platform Status
Method: get
Path: /api/v1/blockchainPlatforms/instances/{id}/status
Get External Load Balancer Port Mapping
Method: get
Path: /api/v1/blockchainPlatforms/instances/{id}/lbrportmapping
Get Instance Activity Details
Method: get
Path: /api/v1/blockchainPlatforms/instances/{id}/activity
Get Instance Patch Details
Method: get
Path: /api/v1/blockchainPlatforms/instances/{id}/patch
Get Operation Status of an Instance
Method: get
Path: /api/v1/blockchainPlatforms/instances/{id}/operation/{opid}/status
List Blockchain Platform Instances
Method: get
Path: /api/v1/blockchainPlatforms/instances
List Blockchain Platform Patch Targets
Method: get
Path: /api/v1/blockchainPlatforms/patches/{patchId}/targets
List Blockchain Platform Patches
Method: get
Path: /api/v1/blockchainPlatforms/patches
Patch a Blockchain Platform Instance
Method: post
Path: /api/v1/blockchainPlatforms/instances/{id}/patch
Register a New Blockchain Platform Patch
Method: post
Path: /api/v1/blockchainPlatforms/patches
Rollback Patch on a Blockchain Platform Instance
Method: post
Path: /api/v1/blockchainPlatforms/instances/{id}/rollback
Scale In a Blockchain Platform Instance
Method: post
Path: /api/v1/blockchainPlatforms/instances/{id}/scalein
Scale Out a Blockchain Platform Instance
Method: post
Path: /api/v1/blockchainPlatforms/instances/{id}/scaleout
Start a Blockchain Platform Instance
Method: post
Path: /api/v1/blockchainPlatforms/instances/{id}/action/start
Stop a Blockchain Platform Instance
Method: post
Path: /api/v1/blockchainPlatforms/instances/{id}/action/stop
Update a Blockchain Platform Instance
Method: put
Path: /api/v1/blockchainPlatforms/instances/{id}