Get Application Icon
All the listed privileges are required -
Privileges | Description |
---|---|
POOL_VIEW | Caller should have permission to this privilege, on any access group, to read the application icon. Caller should have permission to this privilege, on the associated access group, to read the application pool IDs field of an application icon. Else, it will be unset. |
id
OK
{
"application_pool_ids": [
"855ea6c5-720a-41e1-96f4-958c90e6e424",
"1453c2a3-e549-4301-af12-d62210d18d54"
],
"data": "string",
"height": 16,
"icon_hash": "13a5d8a8410445b51edf45b6eee2cd8d",
"icon_source": "HORIZON_AGENT",
"id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
"width": 16
}
An application icon could be shared by multiple application pools. This is a set of application pool IDs this icon represents. Caller should have permission to POOL_VIEW privilege on the access group of any of the associated application pools for this field to be populated.
Supported Filters : 'Equals', 'Contains'.
Icon image data in PNG format.
Icon height. Supported Filters : 'Equals', 'Between'.
MD5 hash of icon image data, to enable quick icon lookup. Supported Filters : 'Equals'.
Source of the application icon. The icon can be from Machine/RDS Agent or custom icon. Supported Filters : 'Equals'.
- HORIZON_AGENT: When the icon is from machine/RDS agent.
- HORIZON_CONNECTION_SERVER: When the icon is uploaded by the administrator through connection server.
Unique ID representing application icon. Supported Filters : 'Equals'.
Icon width. Supported Filters : 'Equals', 'Between'.
User is not authenticated
Access to the resource is forbidden
Not Found