[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Create
DescriptionCreates a site MetaData
Request
URLURL
https://cloud.vmwarehorizon.com/portal/v2/sitegeometadata
Request Body
Request Body
{
"createdAt": "string",
"geographicLocationName": "US,EU,APJ",
"regionName": "westus2,japaneast",
"updatedAt": "string"
}
string as date-time
createdAt
Optional
Time when site was created
string
geographicLocationName
Optional
Geographic location
Possible values are: APJ , EU , UK , US
string
regionName
Optional
Region names
string as date-time
updatedAt
Optional
Time when site was updated
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
201 Created returns
SiteAllowedRegionMetaData
of type */*
{
"createdAt": "string",
"geographicLocationName": "US,EU,APJ",
"regionName": "westus2,japaneast",
"updatedAt": "string"
}
string as date-time
createdAt
Optional
Time when site was created
string
geographicLocationName
Optional
Geographic location
Possible values are: APJ , EU , UK , US
string
regionName
Optional
Region names
string as date-time
updatedAt
Optional
Time when site was updated
Errors
404
Not Found
Code Samples
Code Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"createdAt":"string","geographicLocationName":"US,EU,APJ","regionName":"westus2,japaneast","updatedAt":"string"}' https://cloud.vmwarehorizon.com/portal/v2/sitegeometadata
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-codegen-request-body-name: siteAllowedRegionMetaData
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen