[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Find Mapping By Entity ID And Org ID
DescriptionGet Homesite mappings by entityId and OrgId
Request
URLURL
https://cloud.vmwarehorizon.com/portal/v1/homesitemappings/mappings
Query Parameters
Query Parameters
string
entityId
Required
entityId
string
org_id
Optional
org_id
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
HomesiteMapping
of type */*
{
"domain": "domain-1",
"entityId": "en-id-12345",
"entityName": "en-name-12345",
"homeSiteId": "05650",
"homeSiteName": "site-1",
"id": "hm-id-12345",
"location": "US",
"orgId": "org-id-12345"
}
string
type
Required
List of Type USER or GROUP
Possible values are: GROUP , USER
string
homeSiteId
Required
Home site Id
string as date-time
createdAt
Optional
Time when home site mapping was created
string
domain
Optional
Entity domain
string
entityId
Optional
Home site entity Id
string
homeSiteName
Optional
Home site Name
string
id
Optional
Home site mapping Id
string
location
Optional
Location that is mapped with Org Id
string
orgId
Optional
Home site OrgId Id
string
entityName
Optional
Home site entity Name
string as date-time
updatedAt
Optional
Time when home site mapping was updated
Errors
ErrorResponse
401
Unauthorized
ErrorResponse
403
Forbidden
ErrorResponse
404
Not found
Code Samples
cURL Command
curl https://cloud.vmwarehorizon.com/portal/v1/homesitemappings/mappings?entityId=string
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
On This Page
Portal Operations
delete
delete
delete
delete