Monitor the Status of Your Blockchain Platform
You can use Oracle Cloud Infrastructure console, command line, or REST APIs to check the status of your Oracle Blockchain Platform instances and any operations that are in progress.
Monitor Status by Using the Console
- In the Console, click the navigation menu icon (
) in the top left corner.
- Under Developer Services, select Blockchain Platform.
- Select the compartment that contains the Oracle Blockchain
Platform instances that you want to monitor.
A list of all the instances in the compartment is displayed.
- Check the State column to determine the current
status of your instance.
- Creating: The instance is in the process of being created.
- Active: The instance is running normally.
- Updating: The instance is being updated.
- Scaling: The instance is in the process of being scaled.
- Inactive: The instance has been temporarily stopped or is stopping.
- Failed: The instance isn't running due to an error.
- Deleting: The instance is in the process of being deleted.
- Click the name of your instance to access the work request details.
Use the Work Requests table to track the history and status of activities (work requests) related to the instance. For example, create, start, stop, scale, and so on. The status of a work request is shown in the State column of the Work Requests table.
- Accepted: The request is in the queue to be processed.
- InProgress: The work request started but isn't complete.
- Succeeded: A work request record
exists for this request and an associated
WORK_COMPLETED
record is in the stateSUCCEEDED
. - Failed: A work request record
exists for this request and an associated
WORK_COMPLETED
record is in the stateFAILED
. - Canceling: The work request is in the process of being canceled.
- Canceled: The work request was canceled.
Monitor Status by Using the Command Line
You can use the work-request list
and work-request
get
commands to get the current status of operations on Oracle Blockchain
Platform instances. To cancel an operation, use the work-request delete
command. To check errors and access logs, use the work-request-error
list
and work-request-log list
commands.
For more information on how to use the commands, see the Oracle Cloud Infrastructure CLI Command Reference:
Monitor Status by Using the REST API
You can use the GetWorkRequest
API call to get the current status
of operations on Oracle Blockchain
Platform instances. To cancel an operation, use the DeleteWorkRequest
API
call. To check errors and access logs, use the
ListWorkRequestErrors
and ListWorkRequestLogs
API calls.
For more information on how to use the API calls, see the Oracle Cloud Infrastructure REST API Reference: