List machinesCopy Pageget https://api.controlup.com/vdi/config/v1/machinesRetrieves a paginated list of machines with optional filtering, sorting, and search capabilitiesQuery Paramspageinteger≥ 1Defaults to 1Page number for pagination (1-based)limitinteger1 to 500Defaults to 50Number of items per pagesortstringField name to sort by. Valid fields: objectGuid, name, fqdn, netBiosName, siteId. Defaults to 'name' if invalid field provided.orderstringenumDefaults to AscSort order directionAscDescAllowed:AscDescsearchstringA case-insensitive search filter on the fqdn and description fields. If you enter multiple terms, such as production server, the endpoint returns all machines that contain 'production' in either of the searched fields AND 'server' in either of the searched fields. You can use double quotes to search for exact phrases (for example, "production server").folderPathstringFilter machines by exact folder path matchsitestringFilter machines by monitor site nameoutboundReadybooleanIf set to true, the endpoint only returns machines that are capable of establishing outbound connections from the machine to ControlUp's services.truefalseincludeDeletedbooleanDefaults to falseInclude deleted machines in the resultstruefalseincludeDetailsbooleanDefaults to falseIf set to true, the endpoint returns the following additional details: Agent: Port number and install mode LoadBalancing: Weight and preferred weight settings Management: Information about which extension added the machine via sync VdiStatus: Last outbound connection date and when the machine was missed in EUC truefalsefieldsstringComma-separated list of fields to include in the response. When specified, only these fields will be returned for each machine.Responses 200Successful response 400Bad request - Invalid parameters 401Unauthorized - Missing or invalid authentication 403Forbidden - Insufficient permissions 500Internal server errorUpdated about 1 month ago Get application statisticsGet machine detailsDid this page help you?YesNo