InquiryInfo interface

Details about inquired protectable items under a given container.

Properties

errorDetail

Error Details if the Status is non-success.

inquiryDetails

Inquiry Details which will have workload specific details. For e.g. - For SQL and oracle this will contain different details.

status

Inquiry Status for this container such as InProgress | Failed | Succeeded

Property Details

errorDetail

Error Details if the Status is non-success.

errorDetail?: ErrorDetail

Property Value

inquiryDetails

Inquiry Details which will have workload specific details. For e.g. - For SQL and oracle this will contain different details.

inquiryDetails?: WorkloadInquiryDetails[]

Property Value

status

Inquiry Status for this container such as InProgress | Failed | Succeeded

status?: string

Property Value

string