Package version:

The details of the InMage agent.

interface InMageAgentDetails {
    agentExpiryDate?: any;
    agentUpdateStatus?: string;
    agentVersion?: string;
    postUpdateRebootStatus?: string;
}

Properties

agentExpiryDate?: any

Agent expiry date.

agentUpdateStatus?: string

A value indicating whether installed agent needs to be updated.

agentVersion?: string

The agent version.

postUpdateRebootStatus?: string

A value indicating whether reboot is required after update is applied.