Skip to main content

List GPU types for Data Center

GET 

/data_centers/data_center/gpu_types

Provides a list of all GPU types available in a given data center

Request

Query Parameters

    data_center[id] string

    The data center to list GPU types for.

    All 'data_center[]' params are mutually exclusive, only one can be provided.

    data_center[permalink] string

    The data center to list GPU types for.

    All 'data_center[]' params are mutually exclusive, only one can be provided.

    page integer

    Possible values: >= 1

    Default value: 1

    The page number to request. If not provided, the first page will be returned.

    per_page integer

    Possible values: >= 1

    Default value: 30

    The number of items to return per page. If not provided, the default value will be used.

Responses

Provides a list of all GPU types available in a given data center

Schema

    pagination

    object

    required

    current_page integer

    The current page

    total_pages integernullable

    The total number of pages

    total integernullable

    The total number of items across all pages

    per_page integer

    The number of items per page

    large_set boolean

    Is this a large set and therefore the total number of records cannot be returned?

    gpu_types

    object[]

    required

  • Array [

  • id string
    name string
    manufacturer string
    memory_in_gb integer
    memory_type string
    permalink string
  • ]

Loading...