Package version:

InMageRcm mobility agent details.

interface InMageRcmMobilityAgentDetails {
    agentVersionExpiryDate?: any;
    driverVersion?: string;
    driverVersionExpiryDate?: any;
    isUpgradeable?: string;
    lastHeartbeatUtc?: any;
    latestAgentReleaseDate?: string;
    latestUpgradableVersionWithoutReboot?: string;
    latestVersion?: string;
    reasonsBlockingUpgrade?: string[];
    version?: string;
}

Properties

agentVersionExpiryDate?: any

The agent version expiry date. NOTE: This property will not be serialized. It can only be populated by the server.

driverVersion?: string

The driver version. NOTE: This property will not be serialized. It can only be populated by the server.

driverVersionExpiryDate?: any

The driver version expiry date. NOTE: This property will not be serialized. It can only be populated by the server.

isUpgradeable?: string

A value indicating whether agent is upgradeable or not. NOTE: This property will not be serialized. It can only be populated by the server.

lastHeartbeatUtc?: any

The time of the last heartbeat received from the agent. NOTE: This property will not be serialized. It can only be populated by the server.

latestAgentReleaseDate?: string

The latest agent version release date. NOTE: This property will not be serialized. It can only be populated by the server.

latestUpgradableVersionWithoutReboot?: string

The latest upgradeable version available without reboot. NOTE: This property will not be serialized. It can only be populated by the server.

latestVersion?: string

The latest agent version available. NOTE: This property will not be serialized. It can only be populated by the server.

reasonsBlockingUpgrade?: string[]

The whether update is possible or not. NOTE: This property will not be serialized. It can only be populated by the server.

version?: string

The agent version. NOTE: This property will not be serialized. It can only be populated by the server.