networking_address_lot_create

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

Request Body

Parameters for creating an address lot.

Object
blocks

The blocks to add along with the new address lot.

Parameters for creating an address lot block. Fist and last addresses are inclusive.

Object
first_address

The first address in the lot (inclusive).

last_address

The last address in the lot (inclusive).

description
kind

The kind of address lot to create.

The kind associated with an address lot.

name

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
blocks

The address lot blocks that were created.

An address lot block is a part of an address lot and contains a range of addresses. The range is inclusive.

Object
first_address

The first address of the block (inclusive).

id

The id of the address lot block.

last_address

The last address of the block (inclusive).

lot

The address lot that was created.

Represents an address lot object, containing the id of the lot that can be used in other API calls.

Object
description

human-readable free-form text about a resource

id

unique, immutable, system-controlled identifier for each resource

kind

Desired use of AddressLot

The kind associated with an address lot.

name

unique, mutable, user-controlled identifier for each resource

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.

time_created

timestamp when this resource was created

time_modified

timestamp when this resource was last modified