Getting Work Request Details

Get the details of a work request for a service mesh resource.

    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 that contains the work request that you want to view, and click its name. (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.
    6. Click the name of the work request for which you want to view the details.

      The browser displays the details page. In addition to the information displayed in the details page, you can view the following information under Resources.

      • Error Details: Details of any errors associated with the work request.
      • Log Messages: A message log of the operations performed by the work request.
      • Associated Resources: A list of resources associated with this work request.
  • Use the oci service-mesh work-request get command and required parameters to get the work request details of a service mesh resource.

    oci service-mesh work-request get --work-request-id work_request_id [OPTIONS]

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

  • Run the GetWorkRequest method to get the details of a work request for a mesh resource.