IP Aliases

Allowed HTTP methods

Method

Description

GET

get / list object/s

POST

create new object/s

DELETE

delete object/s

List single IP alias

GET /ipaliases/{ipalias_uuid}/

Gets information on an IP Alias identified by ipalias_uuid.

statuscode 200:

no error

Example request:

Example response:

Creating

POST /ipaliases/

Creates a new IP Alias.

statuscode 201:

object created

Example request:

Example response:

Deleting

DELETE /ipaliases/{ipalias_uuid}/

Deletes a single IP Alias identified by ipalias_uuid.

statuscode 204:

No content, object deletion started.

Example request:

Example response:

Schema