Get Url Redirection Configuration By Id
Request
URI
GET
https://{api_host}/dt-rest/v100/urlRedirection/manager/config/{id}
COPY
Path Parameters
string
id
Required
id
Responses
200
successful operation
Returns
DtUrlRedirectionConfiguration
of type(s)
*/*
{
"handlers": [
{
"id": "string",
"handlerType": "string",
"handlerName": "string",
"targetResource": "string",
"scheme": "string",
"strictMatch": false,
"links": [
{
"href": "string",
"rel": "string",
"deprecated": false,
"name": "string",
"method": "string"
}
]
}
],
"users": [
{
"desktopPatterns": [
{
"desktopPoolId": "string",
"previousDesktopPoolId": "string",
"templateId": "string",
"desktopManagerName": "string",
"lastUpdated": "string",
"deleted": false,
"dataCenterName": "string",
"dependantPoolIds": [
"string"
],
"dataCenters": [
{
"defaultDomain": "string",
"vmgrId": "string",
"description": "string",
"friendlyName": "string",
"frontNetworkId": "string",
"frontNetworkType": "string",
"ipAddressBlock": "string",
"subnetMask": "string",
"gateway": "string",
"vmgrUIDs": [
"string"
],
"assignedOrganizationIds": [
0
],
"lastUpdate": "string",
"ntpServers": [
"string"
],
"backBoneNetworkId": "string",
"backBoneNetworkType": "string",
"dnsServer": "string",
"cimuserPassword": "string",
"creationDate": "string",
"appliancePassword": "string",
"name": "string",
"id": "string",
"links": [
{
"href": "string",
"rel": "string",
"deprecated": false,
"name": "string",
"method": "string"
}
]
}
],
"desktopManagerId": "string",
"basedOn": "string",
"diskSize": 0,
"dateCreated": "string",
"name": "string",
"id": "string",
"links": [
{
"href": "string",
"rel": "string",
"deprecated": false,
"name": "string",
"method": "string"
}
]
}
],
"allEntitlements": [
{
"id": "string",
"links": [
{
"href": "string",
"rel": "string",
"deprecated": false,
"name": "string",
"method": "string"
}
]
}
],
"defaultMapping": {
"id": "string",
"links": [
{
"href": "string",
"rel": "string",
"deprecated": false,
"name": "string",
"method": "string"
}
]
},
"roleOfUser": {
"lastUpdate": "string",
"creationDate": "string",
"name": "string",
"permissions": [
"string"
],
"id": "string",
"links": [
{
"href": "string",
"rel": "string",
"deprecated": false,
"name": "string",
"method": "string"
}
]
},
"loginName": "string",
"fromNetBiosDomain": "string",
"userDn": "string",
"userRdpSettings": [
{
"clientType": "string",
"fullScreen": false,
"screenResolution": "string",
"colorDepth": "string",
"disableCursorShadow": false,
"disableCursorBlink": false,
"disableFullWindowDrag": false,
"disableMenuAnimation": false,
"disableThemes": false,
"disableWallpaper": false,
"spanMultipleMonitors": false,
"id": "string",
"links": [
{
"href": "string",
"rel": "string",
"deprecated": false,
"name": "string",
"method": "string"
}
]
}
],
"domainName": "string",
"lastUpdated": "string",
"pools": [
"DtPool Object"
],
"dateCreated": "string",
"name": "string",
"id": "string",
"links": [
{
"href": "string",
"rel": "string",
"deprecated": false,
"name": "string",
"method": "string"
}
]
}
],
"enabled": false,
"description": "string",
"id": "string",
"urlPatterns": [
"string"
],
"groups": [
{
"role": {
"lastUpdate": "string",
"creationDate": "string",
"name": "string",
"permissions": [
"string"
],
"id": "string",
"links": [
{
"href": "string",
"rel": "string",
"deprecated": false,
"name": "string",
"method": "string"
}
]
},
"domainName": "string",
"name": "string",
"id": "string",
"links": [
{
"href": "string",
"rel": "string",
"deprecated": false,
"name": "string",
"method": "string"
}
]
}
],
"entitledUserCount": 0,
"name": "string",
"links": [
{
"href": "string",
"rel": "string",
"deprecated": false,
"name": "string",
"method": "string"
}
]
}
boolean
enabled
Optional
enabled
string
description
Optional
description
string
id
Optional
id
array of
string
urlPatterns
Optional
urlPatterns
integer As int32
As int32
entitledUserCount
Optional
entitledUserCount
string
name
Optional
name
Dt Url Redirection Manager Operations
POST
Create Url Redirection Configuration
GET
Get All Url Redirection Configuration
GET
Get Supported Links
GET
Get Url Redirection Configuration By Id