IPAddress added to Untrusted List using PUT request
http://<host>:<port>/aa-restapi/ca/advancedauth/v1/admin/orgs/SSO/ruleset/DEFAULT/iplists/untrusted?$filter=(ACTION%20eq%20ADD)
[
{
"startIp": "10.10.10.10",
"endIp": "10.10.10.11"
}
]
Confirmed that this was added using GET request
http://<host>:<port>/aa-restapi/ca/advancedauth/v1/admin/orgs/SSO/ruleset/DEFAULT/iplists?$filter=(LIST%20eq%20UNTRUSTED)
Response:
[{
"startIp": "10.10.10.10",
"endIp": "10.10.10.11",
"useEndIpAsMask": false,
"source": "",
"useNewEndIpAsMask": false
}
]
Once the IP address is added, Migrate to Production and Server cache need to be refreshed to have these IP address in effect.