Platform REST Endpoints

Blockchain Platform Administrative Operations/Platform
Use these operations to administer Oracle Blockchain Platform.
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 Instance Activity Details
Method: get
Path: /api/v1/blockchainPlatforms/instances/{id}/activity
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
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