List Application Icons

List Application Icons

Lists the application icons for the given application pool.

Request
URI
GET
https://{api_host}//localhost/rest/inventory/v1/application-icons
COPY
Query Parameters
string
application_pool_id
Required

Application Pool ID


Authentication
This operation uses the following authentication methods.
Responses
200

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
    }
]

401

User is not authenticated

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure