paws.security.identity (version 0.1.0)

waf_get_ip_set: Returns the IPSet that is specified by IPSetId

Description

Returns the IPSet that is specified by IPSetId.

Usage

waf_get_ip_set(IPSetId)

Arguments

IPSetId

[required] The IPSetId of the IPSet that you want to get. IPSetId is returned by CreateIPSet and by ListIPSets.

Request syntax

svc$get_ip_set(
  IPSetId = "string"
)

Examples

Run this code
# NOT RUN {
# The following example returns the details of an IP match set with the ID
# example1ds3t-46da-4fdb-b8d5-abc321j569j5.
# }
# NOT RUN {
svc$get_ip_set(
  IPSetId = "example1ds3t-46da-4fdb-b8d5-abc321j569j5"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace