GPUVMListItem

  • configuration
    Type: object
    required
    • code
      Type: string

      GPU series code (e.g., h100_series)

    • cpu
      Type: integer

      Number of vCPUs

    • disk
      Type: integer

      Disk in GB

    • gpuCount
      Type: integer

      Number of GPUs

    • name
      Type: string

      GPU series name (e.g., H100 Series)

    • ram
      Type: integer

      RAM in GB

    • skuCode
      Type: string nullable

      SKU catalog code (sku_catalog.code). Null only for legacy rows that pre-date the Phase 3 Stage 5 GPU dual-write.

    • skuId
      Type: stringFormat: uuid nullable

      SKU catalog id (sku_catalog.id). Null only for legacy rows that pre-date the Phase 3 Stage 5 GPU dual-write.

  • createdAt
    Type: stringFormat: date-time
    required

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • datacenter
    Type: object
    required
    • country
      Type: string
    • countryAbbr
      Type: string
    • id
      Type: stringFormat: uuid
    • name
      Type: string
    • region
      Type: string
  • id
    Type: stringFormat: uuid
    required
  • name
    Type: string
    required
  • status
    Type: stringenum
    required
    values
    • Provisioning
    • Running
    • Stopped
    • Error
    • Destroyed
    • Unknown
  • updatedAt
    Type: stringFormat: date-time
    required

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • deletedAt
    Type: stringFormat: date-time nullable

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • ip
    Type: string nullable

    Public or private IP address

  • resourceGroupId
    Type: stringFormat: uuid nullable
  • resourceGroupName
    Type: string nullable