Listing Work Requests

Get a list of work requests for service mesh resources.

    1. Open the navigation menu and click Developer Services. Under Containers & Artifacts, click Service Mesh.
    2. Click Service Meshes.
    3. On the Service Mesh page, from the list of compartments on the left side, select a compartment.
    4. Navigate to the mesh resource for which you want to view the list of work requests. (Resources include mesh, virtual service, virtual deployment, ingress gateway, and access policy.)
    5. On the details page, under Resources, click Work Requests.

      The work request list appears in a tabular form. The table displays the following details:

      • Type: The resource type of the work request that includes a link to the details page.
      • Status: The status of the work request. Possible values are: ACCEPTED, IN_PROGRESS, FAILED, SUCCEEDED, WAITING, CANCELING, CANCELED
      • OCID: Oracle Cloud identifier of the work request.
      • Started: The UTC-based date-time the work request started.
      • Finished: The UTC-based date-time the work request finished.
  • Use the oci service-mesh work-request list command and required parameters to list work requests for service mesh resources in a compartment.

    oci service-mesh work-request list --compartment-id compartment_id [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the CLI Reference.

  • Run the ListWorkRequests method to list work requests for service mesh resources in a compartment.