Listing Job Resources

List job resources in Resource Manager for a completed apply or apply rollback job. Job resources are infrastructure objects such as virtual networks and compute instances that were provisioned by the job.

  • These steps show how to list resources for a job in a compartment. You can also list resources for a job in a stack.
    1. Open the navigation menu and click Developer Services. Under Resource Manager, click Jobs.
    2. On the Jobs page, select the compartment that contains the job that you want.
    3. Click the name of the job that you want.
    4. On the Job details page, under Resources, click Job resources.
      Don't see Job resources? Check that the job has finished running, and that it's either an apply job or an apply rollback job. No job resources are available for canceled jobs.
  • Use the oci resource-manager associated-resource-summary list-job-associated-resources command and required parameters to list job resources.

    oci resource-manager associated-resource-summary list-job-associated-resources --job-id <job_OCID>

    For a complete list of parameters and values for CLI commands, see the Command Line Reference for Resource Manager.

  • Use the ListJobAssociatedResources operation to list job resources.