Skip to main content

Create a virtual network

POST 

/organizations/organization/virtual_networks

Create a new virtual network with the provided details

Scopes

  • virtual_networks

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Body

    organization

    object

    required

    All 'organization[]' params are mutually exclusive, only one can be provided.

    id string
    sub_domain string

    data_center

    object

    required

    All 'data_center[]' params are mutually exclusive, only one can be provided.

    id string
    permalink string

    properties

    object

    required

    name stringrequired

Responses

Create a new virtual network with the provided details

Schema

    virtual_network

    object

    required

    id string
    name string

    data_center

    object

    id string
    name string
    permalink string

    country

    object

    id string
    name string
    iso_code2 string
    iso_code3 string
    time_zone stringnullable
    eu boolean
Loading...