Skip to main content

Add CIDR

POST 

/allow_list/network/:networkUuid/cidr

Adds a new CIDR block. The CIDR block cannot overlap CIDR blocks that already exist in the networks you manage. Also, IP addresses in the CIDR block must be routable to the public internet.

Request

Path Parameters

    networkUuid stringrequired

    Network ID

Body

required

Model for Public Network CIDR Block

    cidr stringrequired

    Valid CIDR. CIDR must be of the form [0-255].[0-255].[0-255].[0-255]/[1-32], must not have non-zero bits right of the netmask, and must not overlap any of the RFC 1918 defined private networks.

    description string

    Description

Responses

successful operation

Schema
    cidr stringrequired

    Valid CIDR. CIDR must be of the form [0-255].[0-255].[0-255].[0-255]/[1-32], must not have non-zero bits right of the netmask, and must not overlap any of the RFC 1918 defined private networks.

    createdOn int64

    Created On

    description string

    Description

    uuid string

    CIDR ID

Loading...