VmSizeCatalogResponse

Customer-facing response for the catalog-browse path of GET /v1/resource/data-centers/{id}/virtual-machine-sizes (Phase 3 Stage 6). Categories are sourced from sku_catalog.category (no separate tier dimension). Each size carries the SKU UUID submitted on POST /v1/resource/virtual-machines as skuId.

  • categories
    Type: array object[]
    required
    • code
      Type: string
      required

      Category code from sku_catalog.category. Free-form display string.

    • name
      Type: string
      required

      Display name. Currently identical to code (no separate display column on the SKU catalog yet).

    • sizes
      Type: array object[]
      required
  • datacenterId
    Type: stringFormat: uuid
    required