HostingApiCreateHostingRequest: {
    domain: string;
    domainConfiguration?: Webhosting.v1.CreateHostingRequestDomainConfiguration;
    email: string;
    language?: LanguageCode;
    offerId: string;
    offerOptions?: OfferOptionRequest[];
    projectId?: string;
    region?: Region;
    skipWelcomeEmail?: boolean;
    tags?: string[];
}

Type declaration

  • domain: string

    Domain name to link to the Web Hosting plan. You must already own this domain name, and have completed the DNS validation process beforehand.

  • OptionaldomainConfiguration?: Webhosting.v1.CreateHostingRequestDomainConfiguration

    Indicates whether to update hosting domain name servers and DNS records for domains managed by Scaleway Elements.

  • email: string

    Contact email for the Web Hosting client.

  • Optionallanguage?: LanguageCode

    Default language for the control panel interface.

  • offerId: string

    ID of the selected offer for the Web Hosting plan.

  • OptionalofferOptions?: OfferOptionRequest[]

    List of the Web Hosting plan options IDs with their quantities.

  • OptionalprojectId?: string

    ID of the Scaleway Project in which to create the Web Hosting plan.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • OptionalskipWelcomeEmail?: boolean

    Indicates whether to skip a welcome email to the contact email containing hosting info.

  • Optionaltags?: string[]

    List of tags for the Web Hosting plan.