SecLists REST Endpoints

SecLists
A security list is a group of one or more instances that you can specify as the destination or source in a security rule. Instances within a security list can communicate fully with one another on all ports. When you attach an instance to a security list, the inbound and outbound policies defined in the security list are applicable to that instance. All instances within a security list can communicate fully with one another on all protocols and ports.

While creating an instance, if you do not attach it to any security list, the instance gets attached automatically to the predefined /Compute-identity_domain/default/default security list, which has the inbound policy set to DENY and the outbound policy set to PERMIT.

You can create, delete, update, and view security lists using the HTTP requests listed below. For more information about security lists, see About Security Lists in Using Oracle Cloud Infrastructure Compute Classic.

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