Listing Jobs Associated with a Management Station
View scheduled, pending, and completed jobs associated with a management station in OS Management Hub.
Navigate
- Navigate to the Management stations list page.
- In Applied filters, select the compartment that contains the management station.
- Select the name of the management station.
Search or filter the list
In the Search and Filter field, you can optionally refine the jobs listed in each of the Scheduled Jobs and Work Requests tabs.
- In progress work requests report the following possible status values:
- Accepted: The service has accepted the job and has work ready for instances. If a job isn't picked up by an agent and remains in the accepted state for 24 hours, the service marks the job as failed.
- In Progress: An agent has picked up the accepted work and is executing it on an instance.
- Canceling: The job is being canceled.
- Completed work requests report the following possible status values:
- Successful: The job completed without error.
- Failed: The job failed.
- Canceled: The job was canceled.
View job details
Select the name of the scheduled job or work request to view its details.
Use the oci os-management-hub scheduled-job list command and required parameters to list the pending jobs for the management station.
oci os-management-hub scheduled-job list --managed-instance-id ocid [OPTIONS]Use the oci os-management-hub work-request list command and required parameters to list pending and completed jobs.
oci os-management-hub work-request list --resource-id instance-ocid [OPTIONS]Use the oci os-management-hub work-request get command and required parameters to get information for a specific job.
oci os-management-hub work-request get --work-request-id ocid [OPTIONS]For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Run the ListScheduledJobs operation to list scheduled jobs for a management station.
Run the ListWorkRequests operation to list pending or completed jobs.
Run the GetWorkRequest operation to get details for a pending or completed job.