Listing all signatures in a Web Application Security policy.

Overview

Describes how you use the REST API to retrieve all the signatures for a specific policy, with their settings. The signatures listed are those that are part of the signature sets that are associated with the policy.

Prerequisites

  • Retrieve a policy selfLink using the policy name, as shown on other examples in this chapter.

Description

Describes how you use the REST API to retrieve all the signatures for a specific policy, with their settings.

Perform the REST API actions in the following order:

  1. Perform a GET operation using the policy selfLink to return all the policy attributes.
  2. Perform a GET operation on the signatures sub collection link.

REST API actions.