Returns the IPSet that is specified by IPSetId
.
waf_get_ip_set(IPSetId)
[required] The IPSetId
of the IPSet that you want to get. IPSetId
is returned
by CreateIPSet and by ListIPSets.
svc$get_ip_set( IPSetId = "string" )
# 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 DataLab