INPUT_OBJECT

SnappableFilterInput

Description

Filter workload data.

link GraphQL Schema definition

  • input SnappableFilterInput {
  • # The protection status of the workload.
  • protectionStatus: [ProtectionStatusEnum!]
  • # The SLA Domain of the workload.
  • slaDomain: SnappableSlaDomainFilterInput
  • # The compliance status of the workload.
  • complianceStatus: [ComplianceStatusEnum!]
  • # The object type of the workload.
  • objectType: [ObjectTypeEnum!]
  • # List of workload types to exclude. This should NOT be specified along with
  • # objectType.
  • excludedObjectTypes: [ObjectTypeEnum!]
  • # The cluster UUID of the workload.
  • cluster: CommonClusterFilterInput
  • # The search term applied to the workload.
  • searchTerm: String
  • # The SLA Domain time range applied to the workload.
  • slaTimeRange: SlaComplianceTimeRange
  • # The organization ID of the workload.
  • orgId: [UUID!]
  • # The state of the workload.
  • objectState: [ObjectState!]
  • # True if the workload is local; false if the workload is remote.
  • isLocal: Boolean
  • # The FID of the workload.
  • objectFid: [UUID!]
  • }