INPUT_OBJECT
SnappableFilterInputWithSearch
Description
Filter workload data, including search capability.
link GraphQL Schema definition
- input SnappableFilterInputWithSearch {
- # The cluster UUID of the workload.
- : CommonClusterFilterInput
- # The compliance status of the workload.
- : [ComplianceStatusEnum!]
- # List of workload types to exclude. This should NOT be specified along with
- # objectType.
- : [ObjectTypeEnum!]
- # True if the workload is local; false if the workload is remote.
- : Boolean
- # The FID of the workload.
- : [UUID!]
- # The state of the workload.
- : [ObjectState!]
- # The object type of the workload.
- : [ObjectTypeEnum!]
- # The organization ID of the workload.
- : [UUID!]
- # The protection status of the workload.
- : [ProtectionStatusEnum!]
- # The search term applied to the workload.
- : String
- # The SLA Domain of the workload.
- : SnappableSlaDomainFilterInput
- # The SLA Domain time range applied to the workload.
- : SlaComplianceTimeRange
- : TimeRangeInput
- }