SupplyChainStatsApiInputDTO
Description
Model to describe a Filter for Entities
Required Parameters
- uuids
-
-
type: array
-
description: List of uuids used to build the supply chain
-
-
type: string
-
-
maxItems: 2147483647
-
minItems: 1
-
Optional Parameters
- types
-
-
type: array
-
description: List of Types to filter
-
-
type: string
-
-
- states
-
-
type: array
-
description: List of States to filter
-
-
type: string
-
enum: ['IDLE', 'RESOURCE_ALLOCATION', 'LAUNCH', 'ACTIVE', 'RESOURCE_RELEASE', 'SUSPEND', 'SUSPEND_PENDING', 'TERMINATE_PENDING', 'NOT_MONITORED', 'MAINTENANCE', 'FAILOVER', 'UNKNOWN', 'EVACUATED', 'QUEUED', 'NOT_FOUND']
-
-
- groupBy
-
-
type: array
-
description: List of fields used to group the Stats
-
-
type: string
-
enum: ['entityType', 'state', 'severity', 'riskSubCategory', 'template', 'target', 'businessUnit', 'resourceGroup', 'nodePool']
-
-
- environmentType
-
-
type: string
-
description: Filter the actions by Environment Type
-
enum: ['ONPREM', 'CLOUD']
-