networking_loopback_address_create

Create loopback address
post/v1/system/networking/loopback-address

Request Body

Parameters for creating a loopback address on a particular rack switch.

Object
address

The address to create.

address_lot

The name or id of the address lot this loopback address will pull an address from.

anycast

Address is an anycast address. This allows the address to be assigned to multiple locations simultaneously.

mask

The subnet mask to use for the address.

rack_id

The containing the switch this loopback address will be configured on.

switch_location

The location of the switch within the rack this loopback address will be configured on.

Names must begin with a lower case ASCII letter, be composed exclusively of lowercase ASCII, uppercase ASCII, numbers, and '-', and may not end with a '-'. Names cannot be a UUID, but they may contain a UUID. They can be at most 63 characters long.

Responses

Object
address

The loopback IP address and prefix length.

address_lot_block_id

The address lot block this address came from.

id

The id of the loopback address.

rack_id

The id of the rack where this loopback address is assigned.

switch_location

Switch location where this loopback address is assigned.