VirtualMachineUsageResponse

  • breakdown
    Type: array object[] · UsageBreakdownItem[]
    required
    • configuration
      Type: object
      required
    • daysUsed
      Type: number
      required

      Number of days VMs were active in this month

    • quantity
      Type: number
      required

      Number of VMs with this configuration

    • region
      Type: string
      required

      Region name

    • regionId
      Type: number
      required

      Region ID

    • size
      Type: string
      required

      Display name of VM size

    • sizeCategory
      Type: string
      required

      Internal size category

    • totalDaysInMonth
      Type: number
      required

      Total days in the month

    • vmNames
      Type: array string[]
      required

      Names of VMs in this group

  • entityId
    Type: stringFormat: uuid
    required

    Entity UUID

  • entityName
    Type: string
    required

    Entity name

  • month
    Type: string
    required

    Month in YYYY-MM format

  • summary
    Type: object
    required
    • currentlyActiveByRegion
      Type: array object[]
      required

      Count of currently active VMs grouped by region

    • currentlyActiveVMs
      Type: number
      required

      Count of VMs currently active (not deleted)

    • totalCPUs
      Type: number
      required

      Total CPU cores across all VMs

    • totalRAM
      Type: number
      required

      Total RAM in GB across all VMs

    • totalStorage
      Type: number
      required

      Total storage in GB across all VMs

    • totalVMs
      Type: number
      required

      Total number of VMs

  • comparison
    Type: object

    Month-over-month comparison (optional)

    • change
      Type: object
    • currentMonth
      Type: object
    • previousMonth
      Type: object