SecIPLists REST Endpoints

SecIPLists
A security IP list is a set of IP addresses or subnets external to the instances you create in Compute Classic. These lists can then be used as a source when you define security rules.

Note that, a security IP list named /oracle/public/public-internet is predefined in Compute Classic. You can use this security IP list as the source in a security rule to permit traffic from any host on the Internet.

You can create, delete, update, and view security IP lists using the HTTP requests listed below.

Create a Security IP List
Method: post
Path: /seciplist/
Delete a Security IP List
Method: delete
Path: /seciplist/{name}
Retrieve Details of a Security IP List
Method: get
Path: /seciplist/{name}
Retrieve Details of all Security IP Lists in a Container
Method: get
Path: /seciplist/{container}/
Retrieve Names of all Security IP Lists and Subcontainers in a Container
Method: get
Path: /seciplist/{container}
Retrieve Names of Containers
Method: get
Path: /seciplist/
Update a Security IP List
Method: put
Path: /seciplist/{name}