List Work Requests for a Firewall

Lean how to view all work requests for a firewall.

Work requests are spawned by initiating operations like Create firewall.

    1. On the navigation menu, select Identity & Security. Go to Firewalls, select Network Firewalls.
    2. In the Firewalls list, select on a firewall.
    3. In Resources, select 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.