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

Fetch Site Metadata By Location

Description

Get Site Meta Data for given geograhic location

Request

Request

URL

URL


get
https://cloud.vmwarehorizon.com/portal/v2/sitegeometadata/{geographicLoc}
Copy

Path Parameters

Path Parameters

string
geographicLoc Required

geographicLoc


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns PageSiteAllowedRegionMetaData of type */*
{
	"content": [
		{
			"createdAt": "string",
			"geographicLocationName": "US,EU,APJ",
			"regionName": "westus2,japaneast",
			"updatedAt": "string"
		}
	],
	"empty": false,
	"first": false,
	"last": false,
	"number": 0,
	"numberOfElements": 0,
	"pageable": {
		"offset": 0,
		"pageNumber": 0,
		"pageSize": 0,
		"paged": false,
		"sort": {
			"empty": false,
			"sorted": false,
			"unsorted": false
		},
		"unpaged": false
	},
	"size": 0,
	"sort": {
		"empty": false,
		"sorted": false,
		"unsorted": false
	},
	"totalElements": 0,
	"totalPages": 0
}
content Optional

boolean
empty Optional

boolean
first Optional

boolean
last Optional

integer as int32
number Optional

integer as int32
numberOfElements Optional

pageable Optional

integer as int32
size Optional

sort Optional

integer as int64
totalElements Optional

integer as int32
totalPages Optional
Errors

Errors

ErrorResponse
401

Unauthorized


ErrorResponse
403

Forbidden


ErrorResponse
404

Not found

Code Samples

Code Samples

cURL Command

curl https://cloud.vmwarehorizon.com/portal/v2/sitegeometadata/{geographicLoc}


Feedback

Was this page helpful?