RemoteApplicationPerformanceInfo

RemoteApplicationPerformanceInfo
RemoteApplicationPerformanceInfo

Information about Remote Application performance.

JSON Example
{
    "description": "notepad.exe",
    "name": "notepad",
    "process_id": 1652079,
    "remote_application_id": "d0325b13-2bf1-4fa4-b027-e780004f2d1e",
    "status": "RUNNING"
}
string
description
Optional

The description of a remote application.

string
name
Optional

The name of a remote application.

integer As int64 As int64
process_id
Optional

The process Id.

string
remote_application_id
Optional

The identity of an application.

string
status
Optional

The status of a remote application.

  • RUNNING: The remote application is working properly.
  • NOT_RESPONDING: The remote application is working properly.
  • UNKNOWN: The remote application is working properly.
Possible values are : RUNNING, NOT_RESPONDING, UNKNOWN,