OBJECT
InsightReclaimableResourceInfo
link GraphQL Schema definition
- type InsightReclaimableResourceInfo {
- # Attributes i.e, related to this resource
- # Will be populated only for such resources which do not have entities in EDS
- # e.g., orphaned disks group
- InsightReclaimableResourceAttribute!] : [
- # Details of reclaimable entity.
- Entity :
- # Disk space available for reclaimation in this entity.
- Float :
- # Number of days since the resource has been modified.
- # In orphaned disks group, this field represents the number of days since the disk
- # is last modified.
- # In powered-off VMs group, this field represents the number of days VM has been
- # in powered off state.
- # In idle VMs group, this field represents the number of days the VM has been
- # idle.
- Int :
- }