List Application Pools

List Application Pools

This API supports Pagination and Filters.
For Pagination, optional query params of 'page' and 'size' needs to be send.
For filters, refer to 'ApplicationPoolInfo' model description to find supported filters on specific field.
For full information on using filters, refer to 'Horizon Server REST Pagination and Filter Guide' of 'VMware Horizon Server API' in code.vmware.com

Request
URI
GET
https://{api_host}//localhost/rest/inventory/v1/application-pools
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "access_group_id": "6fd4638a-381f-4518-aed6-042aa3d9f14c",
        "anti_affinity_data": {
            "anti_affinity_count": 10,
            "anti_affinity_patterns": [
                "*pad.exe",
                "*notepad.???"
            ]
        },
        "category_folder_name": "dir1\\dir2\\dir3\\dir4",
        "cs_restriction_tags": [
            "Internal",
            "External"
        ],
        "customized_icon_ids": [
            "e8d7bf41-0fcd-477a-b7e0-1338b3868d26",
            "b5453336-01c6-4d44-b2f4-7bcdbcf7b82e"
        ],
        "description": "string",
        "desktop_pool_id": "0103796c-102b-4ed3-953f-3dfe3d23e0fe",
        "display_name": "Firefox",
        "enable_client_restrictions": false,
        "enable_pre_launch": false,
        "enabled": true,
        "executable_path": "C:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programs\\Firefox.lnk",
        "farm_id": "855ea6c5-720a-41e1-96f4-958c90e6e424",
        "icon_ids": [
            "200fd5fd-26d6-490e-b023-509cbe19c0ac",
            "920b7766-87b4-4712-9dac-1e7afcba28a6"
        ],
        "id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
        "max_multi_sessions": 5,
        "multi_session_mode": "ENABLED_ENFORCED",
        "name": "Firefox",
        "parameters": "string",
        "publisher": "Mozilla Corporation",
        "shortcut_locations": [
            "string"
        ],
        "start_folder": "string",
        "supported_file_types_data": {
            "enable_auto_update_file_types": true,
            "enable_auto_update_other_file_types": true,
            "file_types": [
                {
                    "description": "Firefox Document",
                    "type": ".html"
                }
            ],
            "other_file_types": [
                {
                    "description": "Firefox URL",
                    "name": "https",
                    "type": "URL"
                }
            ]
        },
        "version": "72.0.2"
    }
]

400

Bad Request

Operation doesn't return any data structure

401

User is not authenticated

Operation doesn't return any data structure