Server_package

Get list server flavors

get

List all available bare metal flavors in the specified VPC and region

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
vpc_idstringRequired

The unique identifier of the VPC.

Responses
chevron-right
200

List all server types

application/json
idstringOptional

Unique identifier (UID) for the server flavor.

Example: 60b49548-22bf-4926-a0b9-4b9b569aae36
namestringOptional

Name of the server flavor.

Example: Metal Cloud GPU H100
limitnumberOptional

Maximum number of servers the user can deploy by a flavor.

Example: 4
batchNumbernumberOptional

Maximum number of server deployments allowed in a single batch

Example: 10
get
/api/v2/vmware/vpc/<uuid(strict=False):vpc_id>/hpc/server_package
200

List all server types

Last updated

Was this helpful?