Operation
|
Request
|
URL
|
GET
|
https://<myserver>:<port>/api/admin/security/whitelist/system
|
|
PUT
|
https://<myserver>:<port>/api/admin/security/whitelist/system
|
|
POST
|
https://<myserver>:<port>/api/admin/security/whitelist/system
|
|
DELETE
|
https://<myserver>:<port>/api/admin/security/whitelist/system
|
|
GET
|
https://<myserver>:<port>/api/admin/security/whitelist/tenants
|
|
GET
|
https://<myserver>:<port>/api/admin/security/whitelist/tenants/{id}
|
|
PUT
|
https://<myserver>:<port>/api/admin/security/whitelist/tenants/{id}
|
|
POST
|
https://<myserver>:<port>/api/admin/security/whitelist/tenants/{id}
|
|
DELETE
|
https://<myserver>:<port>/api/admin/security/whitelist/tenants/{id}
|
|
GET
|
https://<myserver>:<port>/api/admin/security/whitelist/users
|
|
GET
|
https://<myserver>:<port>/api/mgmt/security/whitelist/user?user=<user_name>
|
|
POST
|
https://<myserver>:<port>/api/mgmt/security/whitelist/user?user=<user_name>
|
|
PUT
|
https://<myserver>:<port>/api/mgmt/security/whitelist/user?user=<user_name>
|
|
DELETE
|
https://<myserver>:<port>/api/mgmt/security/whitelist/user?user=<user_name>
|