Platform REST Endpoints
Blockchain Platform Administrative Operations/Platform
Use these operations to administer Oracle Blockchain Platform.
- Apply Patch to Target Instances
- Method: postPath:
/api/v1/blockchainPlatforms/patches/{patchId}/apply - 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 External Load Balancer Port Mapping
- Method: getPath:
/api/v1/blockchainPlatforms/instances/{id}/lbrportmapping - Get Instance Activity Details
- Method: getPath:
/api/v1/blockchainPlatforms/instances/{id}/activity - Get Instance Patch Details
- Method: getPath:
/api/v1/blockchainPlatforms/instances/{id}/patch - 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 - List Blockchain Platform Patch Targets
- Method: getPath:
/api/v1/blockchainPlatforms/patches/{patchId}/targets - List Blockchain Platform Patches
- Method: getPath:
/api/v1/blockchainPlatforms/patches - Patch a Blockchain Platform Instance
- Method: postPath:
/api/v1/blockchainPlatforms/instances/{id}/patch - Register a New Blockchain Platform Patch
- Method: postPath:
/api/v1/blockchainPlatforms/patches - Rollback Patch on a Blockchain Platform Instance
- Method: postPath:
/api/v1/blockchainPlatforms/instances/{id}/rollback - 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 - Update a Blockchain Platform Instance
- Method: putPath:
/api/v1/blockchainPlatforms/instances/{id}