Skip to main content

Create a region

POST 

/sse/config/v1/regions

Create a region.

Request

Query Parameters

    folder stringrequired

    Possible values: Value must match regular expression ^[0-9a-zA-Z._-\s]{1,}$, [Shared, Mobile Users, Remote Networks, Service Connections, Mobile Users Container, Mobile Users Explicit Proxy]

    The folder on which you want to perform this operation.

Body

The region you want to create

    address string[]
    geo_location object
    latitude floatrequired

    Possible values: >= -90 and <= 90

    latitude coordinate

    longitude floatrequired

    Possible values: >= -180 and <= 180

    longitude coordinate

    name stringrequired

    Possible values: <= 31 characters

    Alphanumeric string [ 0-9a-zA-Z._-]

Responses

Created

Loading...