Skip to main content

Create a Global IP assignment

POST 
/global_ip_assignments

Create a Global IP assignment.

Request

Body

required

    global_ip_id uuid

    Global IP ID.

    wireguard_peer_id uuid

    Wireguard peer ID.

    is_in_maintenance boolean

    Enable/disable BGP announcement.

Responses

202: Successful response

422: Unprocessable entity. Check the 'detail' field in response for details.

default: Unexpected error

Loading...