Nebius Israel
Contact usConsole
  • GPU
  • Docs
© 2023 Nebius Israel Ltd
Compute Cloud
  • Container Solution
  • Access management
  • Pricing policy
  1. API reference
  2. REST
  3. HostType
  4. Overview

Compute Cloud API, REST: HostType methods

  • JSON Representation
  • Methods

Set of methods to view possible host configurations.

JSON RepresentationJSON Representation

{
  "id": "string",
  "cores": "string",
  "memory": "string",
  "disks": "string",
  "diskSize": "string"
}
Field Description
id string

Unique type identifier.

cores string (int64)

Total number of cores available for instances.

memory string (int64)

Ammount of memory available for instances.

disks string (int64)

Number of local disks available for instances

diskSize string (int64)

Size of each local disk

MethodsMethods

Method Description
get Returns information about specified host type.
list List avaliable host types.
© 2023 Nebius Israel Ltd
In this article:
  • JSON Representation
  • Methods