Getting a Work Request's Details

Get the details, error messages, and log messages of a work request for a fleet, runbook, runbook task, schedule, or maintenance windows in Fleet Application Management.

    1. Navigate to the details page of the resource whose work requests you want to see.
      For example, to see work requests for a fleet: Open the navigation menu  and select Observability & Management. Under Fleet Application Management, select Fleets. In the list of fleets, click the name of a fleet to view its details.
    2. Under Resources (on the left side of the details page), click Work requests.
      The work requests list appears. The status of the operation (API method) for each work request is displayed.
    3. To see the log messages, error messages, and resources that are associated with a work request, click the operation name.
    4. On the work request details page, under Resources, select the type of information that you want to see.
  • Use the oci fleet-apps-management work-request get command to get details of a work request:

    oci fleet-apps-management work-request get [OPTIONS]

    Use the oci fleet-apps-management work-request-error list command to list errors of a work request:

    oci fleet-apps-management work-request-error list [OPTIONS]

    Use the oci fleet-apps-management work-request-log-entry list-work-request-logs command to list the logs of a work request:

    oci fleet-apps-management work-request-log-entry list-work-request-logs [OPTIONS]

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

  • Run the GetWorkRequest operation to get details of a work request.

    Run the ListWorkRequestErrors operation to list errors of a work request.

    Run the ListWorkRequestLogs operation to list logs of a work request.