List Work Requests for a Firewall Policy

Learn how to view work requests for a firewall policy.

Work requests are spawned by initiating operations like Create policy.

    1. On the navigation menu, select Identity & Security. Go to Firewalls, select Network Firewall Policies.
    2. In the Policies list, select a policy.
    3. In Resources, select Work Requests.
    4. To view details, select the work request.
  • 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 policy, specify the policy's OCID.
    oci network-firewall work-request list --compartment-id compartment_id 
    --resource-id network_firewall_policy_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 policy, specify the policy's OCID in the resourceId parameter.