Skip to main content

Get Machine Type Information

GET 

/api/v1/providers/:providerId/regions/:regionId/:machineTypeId

Get the details of a machine type

Request

Path Parameters

    providerId stringrequired

    Provider Id

    regionId stringrequired

    Region Id

    machineTypeId stringrequired

    Machine Type Id

Header Parameters

    X-API-KEY stringrequired

    API Key

Responses

Machine Type Information

Schema

    data

    object

    architecture string[]
    category string

    infos

    object

    property name* any
    memoryMb integer
    name string
    onDemandPricePerHour string
    osPlatform string
    spotPricePerHour string
    timeGenerated string
    vCPU integer
    zone string
    id string
    message string
    status string
Loading...