Package version:

Remote Support Node Session Details on the Node.

interface PerNodeRemoteSupportSession {
    accessLevel?: string;
    duration?: number;
    nodeName?: string;
    sessionEndTime?: any;
    sessionStartTime?: any;
}

Properties

accessLevel?: string

Remote Support Access Level

duration?: number

Duration of Remote Support Enablement

nodeName?: string

Name of the node

sessionEndTime?: any

Remote Support Session EndTime on the Node

sessionStartTime?: any

Remote Support Session StartTime on the Node