Platform REST Endpoints
Blockchain Platform Administrative Operations/Platform
Use these operations to administer Oracle Blockchain Platform.
- Create New Blockchain Platform Instance
- Method: postPath:
/api/v1/blockchainPlatforms/instances - Delete a Blockchain Platform Instance
- Method: deletePath:
/api/v1/blockchainPlatforms/instances/{id} - Get All Activity Details
- Method: getPath:
/api/v1/blockchainPlatforms/activities - Get Blockchain Platform Instance Details
- Method: getPath:
/api/v1/blockchainPlatforms/instances/{id} - Get Blockchain Platform Status
- Method: getPath:
/api/v1/blockchainPlatforms/instances/{id}/status - Get Instance Activity Details
- Method: getPath:
/api/v1/blockchainPlatforms/instances/{id}/activity - Get Operation Status of an Instance
- Method: getPath:
/api/v1/blockchainPlatforms/instances/{id}/operation/{opid}/status - List Blockchain Platform Instances
- Method: getPath:
/api/v1/blockchainPlatforms/instances - Scale In a Blockchain Platform Instance
- Method: postPath:
/api/v1/blockchainPlatforms/instances/{id}/scalein - Scale Out a Blockchain Platform Instance
- Method: postPath:
/api/v1/blockchainPlatforms/instances/{id}/scaleout - Start a Blockchain Platform Instance
- Method: postPath:
/api/v1/blockchainPlatforms/instances/{id}/action/start - Stop a Blockchain Platform Instance
- Method: postPath:
/api/v1/blockchainPlatforms/instances/{id}/action/stop