DscNodeReport interface
Definition of the dsc node report type.
Properties
configuration |
Gets or sets the configurationVersion of the node report. |
end |
Gets or sets the end time of the node report. |
errors | Gets or sets the errors for the node report. |
host |
Gets or sets the hostname of the node that sent the report. |
id | Gets or sets the id. |
iPV4Addresses | Gets or sets the IPv4 address of the node that sent the report. |
iPV6Addresses | Gets or sets the IPv6 address of the node that sent the report. |
last |
Gets or sets the lastModifiedTime of the node report. |
meta |
Gets or sets the metaConfiguration of the node at the time of the report. |
number |
Gets or sets the number of resource in the node report. |
raw |
Gets or sets the unparsed errors for the node report. |
reboot |
Gets or sets the rebootRequested of the node report. |
refresh |
Gets or sets the refreshMode of the node report. |
report |
Gets or sets the reportFormatVersion of the node report. |
report |
Gets or sets the id of the node report. |
resources | Gets or sets the resource for the node report. |
start |
Gets or sets the start time of the node report. |
status | Gets or sets the status of the node report. |
type | Gets or sets the type of the node report. |
Property Details
configurationVersion
Gets or sets the configurationVersion of the node report.
configurationVersion?: string
Property Value
string
endTime
Gets or sets the end time of the node report.
endTime?: Date
Property Value
Date
errors
Gets or sets the errors for the node report.
errors?: DscReportError[]
Property Value
hostName
Gets or sets the hostname of the node that sent the report.
hostName?: string
Property Value
string
id
Gets or sets the id.
id?: string
Property Value
string
iPV4Addresses
Gets or sets the IPv4 address of the node that sent the report.
iPV4Addresses?: string[]
Property Value
string[]
iPV6Addresses
Gets or sets the IPv6 address of the node that sent the report.
iPV6Addresses?: string[]
Property Value
string[]
lastModifiedTime
Gets or sets the lastModifiedTime of the node report.
lastModifiedTime?: Date
Property Value
Date
metaConfiguration
Gets or sets the metaConfiguration of the node at the time of the report.
metaConfiguration?: DscMetaConfiguration
Property Value
numberOfResources
Gets or sets the number of resource in the node report.
numberOfResources?: number
Property Value
number
rawErrors
Gets or sets the unparsed errors for the node report.
rawErrors?: string
Property Value
string
rebootRequested
Gets or sets the rebootRequested of the node report.
rebootRequested?: string
Property Value
string
refreshMode
Gets or sets the refreshMode of the node report.
refreshMode?: string
Property Value
string
reportFormatVersion
Gets or sets the reportFormatVersion of the node report.
reportFormatVersion?: string
Property Value
string
reportId
Gets or sets the id of the node report.
reportId?: string
Property Value
string
resources
Gets or sets the resource for the node report.
resources?: DscReportResource[]
Property Value
startTime
Gets or sets the start time of the node report.
startTime?: Date
Property Value
Date
status
Gets or sets the status of the node report.
status?: string
Property Value
string
type
Gets or sets the type of the node report.
type?: string
Property Value
string