Get Vm Sizing Template Using GET

Get Vm Sizing Template Using GET

API code: GET-VM-SIZING-TEMPLATE Pre-authorized role(s): PROVIDER_ADMIN

Request
URI
GET
https://{api_host}//localhost/api/alp/v1/vm-sizing-templates/{sizing-template-id}
COPY
Path Parameters
string
sizing-template-id
Required

Marketplace vm sizing template ID. It must be an UUID.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns VmSizingTemplate of type(s) application/json
{
    "disk_gb": "number",
    "global_default": false,
    "id": "string",
    "memory_gb": "number",
    "name": "string",
    "vcpu_num": 0
}
number As float As float
disk_gb
Optional

disk_gb

boolean
global_default
Optional

global_default

string
id
Optional

id

number As float As float
memory_gb
Optional

memory_gb

string
name
Optional

name

integer As int32 As int32
vcpu_num
Optional

vcpu_num