Passa al contenuto principale

Create HPC

POST 

/projects/:projectId/providers/Aruba.Baremetal/hpcs

Create HPC

Request

Path Parameters

    projectId stringrequired

Query Parameters

    api-version string

    The requested API version

    Default value: 1

Body

    metadata

    object

    Metadata of the resource

    name string

    Name of the resource

    tags string[]nullable

    List of tags for the resource

    properties

    object

    DTO which encapsulates all relevant information about the HPC, such as node specifications,

    network configuration, firewall settings, and management options.

    linkedResources

    object[]

    nullable

  • Array [

  • uri stringnullable
    strictCorrelation boolean
  • ]

  • node

    object

    DTO representing the specifications of the HPC nodes, including SKU, operating system, number of replicas,

    storage details, and RAM configuration.

    sku string
    os string
    replicas int32

    storage

    object

    DTO representing the storage configuration for HPC nodes, including size and number of replicas.

    size int32
    replicas int32

    ram

    object

    DTO representing the RAM configuration for HPC nodes, including size in GB.

    This is optional as some SKUs may not require explicit RAM configuration.

    size int32

    network

    object

    DTO representing the network configuration for the HPC, including public IP size, bandwidth, multi-cloud link capability,

    mobile VPN support, and load balancer details.

    publicSize int32
    bandwidth string
    multiCloudLink boolean
    mobileVpnEnabled boolean

    loadBalancer

    object

    DTO representing the load balancer configuration for the HPC, including SKU and number of replicas.

    sku string
    replicas int32

    firewall

    object

    DTO representing the firewall configuration for the HPC, including SKU information.

    sku string

    management

    object

    DTO representing the management options for the HPC, including notes, backup configuration, disaster recovery settings,

    notes stringnullable

    backup

    object

    DTO representing the backup configuration for the HPC, including whether backup is enabled and details about licenses and storage.

    enabled boolean

    details

    object

    DTO representing the details of the backup configuration for the HPC, including the number of licenses and

    storage units required for backup.

    licenses int32
    storages int32

    disasterRecovery

    object

    DTO representing the disaster recovery configuration for the HPC, including whether disaster recovery is

    enabled and details about the number of managers required.

    enabled boolean

    details

    object

    DTO representing the details of the disaster recovery configuration for the HPC, including the number of managers required.

    managers int32
    premiumAssistance boolean

Responses

Created

Schema

    monitorUri string
Loading...