ImportedContainerPod Table
The ImportedContainerPod table holds all of the pods which have been retrieved from the source connections.
Note: To cater for multi-tenant mode, this table may contain data for
        multiple tenants. Access requires that the database 
      
TenantID has been set in the SQL Server
        connection context information. That setting filters an underlying table to produce this
        view of data for the single, selected tenant.| Database Column | Details | 
|---|---|
| ComplianceConnectionID | Type: integer. Key. Nullable The identifier for a data source connection in the  | 
| UID | Type: unique identifier. Key The UID of the pod. | 
| ExternalHostID | Type: big integer The identifier for the host of this pod. | 
| Name | Type: text (max 256 characters). Nullable The identifier for the host of this pod. | 
| Namespace | Type: text (max 256 characters). Nullable The namespace of the pod | 
| Status | Type: text (max 256 characters). Nullable The current status of the pod |