SecAssociations REST Endpoints

SecAssociations
A security association is a relationship between a security list and the vcable of an instance. The vcable is an attachment point to a specific network interface of an instance. The vcable enables dynamic association/disassociation of its instance with security lists. You can associate up to eight security lists with a given vcable. This limit includes security lists specified in the instance configuration (for example, in a launch plan) as well as new security associations added after creating instances.

Note that when a security list is deleted, all the security associations involving that security list are also deleted.

You can create, delete, and view security associations using the HTTP requests listed below.

Create a Security Association
Method: post
Path: /secassociation/
Delete a Security Association
Method: delete
Path: /secassociation/{name}
Retrieve Details of a Security Association
Method: get
Path: /secassociation/{name}
Retrieve Details of all Security Associations in a Container
Method: get
Path: /secassociation/{container}/
Retrieve Names of all Security Associations and Subcontainers in a Container
Method: get
Path: /secassociation/{container}
Retrieve Names of Containers
Method: get
Path: /secassociation/