Oracle · Arazzo Workflow
Oracle OCI Troubleshoot Instance via Console Connection
Version 1.0.0
Read an instance, find an active console connection for it, and if none exists fall back to a diagnostic reboot.
View Spec
View on GitHub
CloudDatabaseEnterpriseInfrastructureSoftware-as-a-ServiceFortune 100ArazzoWorkflows
Provider
Workflows
troubleshoot-instance-console
Find a console connection for an instance, or trigger a diagnostic reboot if none exists.
Reads the instance, lists its console connections, and branches between returning the connection details or issuing a DIAGNOSTICREBOOT action.
1
readInstance
Read the instance to confirm it exists and capture its ETag in case a diagnostic reboot action is required.
2
findConsole
List the console connections in the compartment filtered to this instance and branch on whether one exists.
3
diagnosticReboot
No console connection was found, so perform a DIAGNOSTICREBOOT action on the instance to attempt automated recovery, guarded by the captured ETag.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.