InstalledApplicationValidationInfo

InstalledApplicationValidationInfo
InstalledApplicationValidationInfo

Information about the application installed on RDS server/machine of a farm/desktop pool based on a given application execution path.

JSON Example
{
    "application_exe_path": "C:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programs\\Accessibility\\Speech Recognition.lnk",
    "machine_or_rds_server_ids": [
        "c617fd51-e118-4cae-970c-54a7144aaadc",
        "bbd1b4a2-d9ad-4ff0-aa4f-5626acdf590c"
    ],
    "status": "SUCCESS"
}
string
application_exe_path
Optional

Application executable path.

array of string
machine_or_rds_server_ids
Optional

Machine/RDS server ids on which this application has not been installed on. This will be populated only when application is not installed on one or more RDS servers/machines.

string
status
Optional

Status of application installation on all RDS servers/machines.

  • SUCCESS: The given application is installed on all RDS Servers/machines of a given farm/desktop pool.
  • NOT_INSTALLED: The given application is not installed on one or more RDS Servers/machines of a given farm/desktop pool.
Possible values are : SUCCESS, NOT_INSTALLED,