Skip to main content

List sites

GET 

/sites

Retrieve a list of sites.

Request

Query Parameters

    limit number

    Default value: 200

    The maximum number of results per page

    offset number

    Default value: 0

    The offset into the list of results returned

    name string

    The name of the configuration resource

    folder anyrequired

    The folder in which the resource is defined

Responses

OK

Schema
    data object[]
  • Array [
  • 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.

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...