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