DiscoveryExecutionDetailsOutput interface
The discovery execution details.
Properties
| discovery |
The discovery end time. |
| discovery |
The discovery start time. |
| is |
Indicates whether the error log is available. |
| statistics | The discovery statistics. |
| status | The discovery status. |
Property Details
discoveryEndTime
The discovery end time.
discoveryEndTime?: string
Property Value
string
discoveryStartTime
The discovery start time.
discoveryStartTime?: string
Property Value
string
isErrorLogAvailable
Indicates whether the error log is available.
isErrorLogAvailable?: boolean
Property Value
boolean
statistics
The discovery statistics.
statistics?: Record<string, any>
Property Value
Record<string, any>
status
The discovery status.
status?: "Succeeded" | "Failed" | "Queued" | "Running" | "Cancelled" | "Delayed" | "Throttled" | "CompletedWithExceptions" | "CompleteWithWarning"
Property Value
"Succeeded" | "Failed" | "Queued" | "Running" | "Cancelled" | "Delayed" | "Throttled" | "CompletedWithExceptions" | "CompleteWithWarning"