Listing Jobs Associated with a Dynamic Set

View scheduled, pending, and completed jobs associated with a dynamic set in OS Management Hub.

If the dynamic set contains instances from different compartments, you might need to switch compartments to see all children jobs associated with the dynamic set. For more information, see Compartment Considerations.

  • View associated jobs

    For job scheduling information associated with the resource, select the Scheduled jobs tab. For in progress and completed jobs, select the Work requests tab.

    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 scheduled jobs.

    oci os-management-hub scheduled-job list --compartment-id ocid --group-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 group-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.

    Run the ListWorkRequests operation to list pending or completed jobs.

    Run the GetWorkRequest operation to get details for a pending or completed job.