Skip to main content

Create a Global IP

POST 
/global_ips

Create a Global IP.

Request

Body

required

    ports object

    A Global IP ports grouped by protocol code.

    name string

    A user specified name for the address.

    description string

    A user specified description for the address.

Responses

202: Successful response

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

default: Unexpected error

Loading...