Listing Work Requests for a Policy

Learn how to view all work requests for a network firewall policy.

Work requests are spawned by intitiating operations like Create policy.

    1. Open the navigation menu and click Identity & Security. Under Firewalls, click Network Firewall Policies.
    2. In the Policies list, click on a policy.
    3. In Resources, click Work Requests.
    4. Click the name of the work request to view its details.
  • 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.