Package version:

Interface RemoteSupportJobReportedProperties

Represents the reported properties of a remote support job.

interface RemoteSupportJobReportedProperties {
    deploymentStatus?: EceActionStatus;
    nodeSettings?: RemoteSupportJobNodeSettings;
    percentComplete?: number;
    sessionDetails?: {};
    validationStatus?: EceActionStatus;
}

Properties

deploymentStatus?: EceActionStatus

Deployment status of job.

Optional settings for configuring the node for remote support.

percentComplete?: number

The percentage of the job that is complete.

sessionDetails?: {}

Details of the remote support session.

validationStatus?: EceActionStatus

Validation status of job.