Create Vm Sizing Template Using POST

Create Vm Sizing Template Using POST

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

Request
URI
POST
https://{api_host}//localhost/api/alp/v1/vm-sizing-templates
COPY
Request Body
VmSizingTemplate of type(s) application/json
Optional
{
    "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

Authentication
This operation uses the following authentication methods.
Responses
201

Created

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