<note> <p>This is <b>AWS WAF Classic</b> documentation. For more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS WAF Classic</a> in the developer guide.</p> <p> <b>For the latest version of AWS WAF</b>, use the AWS WAFV2 API and see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p> </note> <p>Returns an array of <a>IPSetSummary</a> objects in the response.</p>
post/#X-Amz-Target=AWSWAF_20150824.ListIPSets
Headers
X-Amz-Target'AWSWAF_20150824.ListIPSets' required
Request body
Response
Success
Example response
{
"IPSets": [
{
"IPSetId": "abcd12f2-46da-4fdb-b8d5-fbd4c466928f",
"Name": "MyIPSetFriendlyName"
}
]
}