[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen

Get Al Sites

Description

Get all Sites

Request

Request

URL

URL


get
https://cloud.vmwarehorizon.com/portal/v1/sites
Copy

Query Parameters

Query Parameters

string
org_id Optional

org_id


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns array of Site of type */*
{
    "description": "Site-desc",
    "id": "site-id-12345",
    "location": "US",
    "name": "site1",
    "orgId": "org-id-12345"
}
array of Edge
edges Required

List of edges


string as date-time
createdAt Optional

Time when site was created


string
description Optional

Site description


string
geoGraphicLocation Optional

Possible values are: APJEUUKUS


string
id Optional

Site Id


string
location Optional

Location that is mapped with Org Id


string
name Optional

Site name


string
orgId Optional

Site OrgId


string as date-time
updatedAt Optional

Time when site was updated

Errors

Errors

ErrorResponse
401

Unauthorized


ErrorResponse
403

Forbidden

Code Samples

Code Samples

cURL Command

curl https://cloud.vmwarehorizon.com/portal/v1/sites


Feedback

Was this page helpful?