InstallServerRequest: {
    hostname: string;
    osId: string;
    partitioningSchema?: Schema;
    password?: string;
    serverId: string;
    servicePassword?: string;
    serviceUser?: string;
    sshKeyIds: string[];
    user?: string;
    zone?: Zone;
}

Type declaration

  • hostname: string

    Hostname of the server.

  • osId: string

    ID of the OS to installation on the server.

  • OptionalpartitioningSchema?: Schema

    Partitioning schema.

  • Optionalpassword?: string

    Password used for the installation.

  • serverId: string

    Server ID to install.

  • OptionalservicePassword?: string

    Password used for the service to install.

  • OptionalserviceUser?: string

    User used for the service to install.

  • sshKeyIds: string[]

    SSH key IDs authorized on the server.

  • Optionaluser?: string

    User used for the installation.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.