IPAssociations REST Endpoints

IPAssociations
An IP association is a link between an IP reservation and the vcable of an instance. A vcable is an attachment point to a specific network interface of an instance. A vcable is created automatically when an instance is created and is deleted when the instance is deleted.

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

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