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.
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
getInstance
Read the instance to confirm it exists and capture its ETag in case a diagnostic reboot action is required.
2
findConsole
listInstanceConsoleConnections
List the console connections in the compartment filtered to this instance and branch on whether one exists.
3
diagnosticReboot
instanceAction
No console connection was found, so perform a DIAGNOSTICREBOOT action on the instance to attempt automated recovery, guarded by the captured ETag.