Skip to main content

Create a site

POST 

/sites

Create a new sites.

Request

Body

The site you want to create

    name stringrequired

    Possible values: <= 63 characters

    The name of the site

    type stringrequired

    Possible values: [prisma-sdwan, third-party-branch, third-party-discovered]

    The site type

    members object[]
  • Array [
  • name stringrequired

    The member name

    remote_network string

    The remote network name

    mode stringrequired

    Possible values: [active, backup]

    The mode of the remote network

    id string

    UUID of the remote network

  • ]
  • country string

    The country in which the site exists

    city string

    The city in which the site exists

    state string

    The state in which the site exists

    address_line_1 string

    The address in which the site exists

    address_line_2 string

    The address in which the site exists (continued)

    latitude number

    The latitude coordinate for the site

    longitude number

    The longitude coordinate for the site

    zip_code string

    The postal code in which the site exists

    license_type string

    The license type for the site

    enable_adem boolean

    Whether ADEM is enabled for the site

    qos object
    profile string

    The name of the site QoS profile

    cir number

    The CIR in Mbps. This is distributed equally for all tunnels in the site.

    backup_cir number

    The backup CIR in Mbps. This is distributed equally for all tunnels in the site.

Responses

Successful response

Schema
    id stringrequired

    The UUID of the site

    name stringrequired

    Possible values: <= 63 characters

    The name of the site

    type stringrequired

    Possible values: [prisma-sdwan, third-party-branch, third-party-discovered]

    The site type

    members object[]
  • Array [
  • name stringrequired

    The member name

    remote_network string

    The remote network name

    mode stringrequired

    Possible values: [active, backup]

    The mode of the remote network

    id string

    UUID of the remote network

  • ]
  • country string

    The country in which the site exists

    city string

    The city in which the site exists

    state string

    The state in which the site exists

    address_line_1 string

    The address in which the site exists

    address_line_2 string

    The address in which the site exists (continued)

    latitude number

    The latitude coordinate for the site

    longitude number

    The longitude coordinate for the site

    zip_code string

    The postal code in which the site exists

    license_type string

    The license type for the site

    enable_adem boolean

    Whether ADEM is enabled for the site

    qos object
    profile string

    The name of the site QoS profile

    cir number

    The CIR in Mbps. This is distributed equally for all tunnels in the site.

    backup_cir number

    The backup CIR in Mbps. This is distributed equally for all tunnels in the site.

Loading...