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

Get Home Site Mapping By ID

Description

Get Homesite mapping by Id

Request

Request

URL

URL


get
https://cloud.vmwarehorizon.com/portal/v1/homesitemappings/{mappingId}
Copy

Path Parameters

Path Parameters

string
mappingId Required

mappingId


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 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: GROUPUSER


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

Errors

ErrorResponse
401

Unauthorized


ErrorResponse
403

Forbidden


ErrorResponse
404

Not found

Code Samples

Code Samples

cURL Command

curl https://cloud.vmwarehorizon.com/portal/v1/homesitemappings/{mappingId}


Feedback

Was this page helpful?