Listing Work Requests for a Network Firewall

Lean how to view all work requests for a network firewall.

Work requests are spawned by intitiating operations like Create firewall.

    1. Open the navigation menu and click Identity & Security. Under Firewalls, click Network Firewalls.
    2. In the Firewalls list, click on a firewall.
    3. In Resources, click Work Requests.
    4. Work requests are listed in tabular form.
  • Use the network-firewall work-request list command and required parameters to list all work requests in a compartment. To view the work requests for a specific network firewall, specify the network firewall's OCID .
    oci network-firewall work-request list --compartment-id compartment_id 
    --resource-id network_firewall_id [OPTIONS]

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

  • Run the ListWorkRequests operation to get a list of work requests in a compartment. To view the work requests for a specific network firewall, specify the network firewall's OCID  in the resourceId parameter.