InquiryInfo interface
Details about inquired protectable items under a given container.
Properties
error |
Error Details if the Status is non-success. |
inquiry |
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
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