Skip to main content

Create Region

Create a region

Request Body
  • name string required

    Region name

  • type string

    Possible values: [USER_CREATED, AWS, AZURE, OCI, GCP]

    Default value: USER_CREATED

    Type of the region

  • locations object[] required

    Possible values: >= 1

    List of locations which are part of the region

  • city string

    Name of city

  • state string

    Name of state

  • country string required

    Name of country

  • latitude double required

    Latitude for the location

  • longitude double required

    Longitude for the location

Responses

OK


Schema
  • id int32
  • name string
Loading...