Spamora Creation
Contents |
Order via our website
A Reseller can order a hosting service directly through our website by logging in with his account or identifying himself during the order phase. Once the hosting service is created, the DNS configuration must be done
Once the hosting service is created, the DNS configuration must be done
See Required DNS configuration
Order via the interface
A hosting service can be added to an existing domain name from the Interface, section 'Domain names' >> 'Domain management', then for this domain name in the scrolling menu 'Services administration' >> 'Add a hosting service'
Une fois le Spamora créé, la configuration DNS du domaine doit être réalisée
See Required DNS configuration
Order API
With API, the creation can be requested with the function hostingCreate.
The function requires the following parameters:
Format | Variable | Description | Notes |
---|---|---|---|
string (32) | idSession | identifier of the session | |
string (255) | fqdn | Hostname linked to the hosting service | Full qualified domain name |
string (8) | offer | Code of the hosting service package | |
int | duration | Duration | in months |
string (2) | lang | Interface Language | Languages List |
Additional informations
Duration can be set with following values: 1 - 3 - 6 - 12 - 24 - 36 - 48 - 60 The code must belongs to an existing offer, see Offers List
Basic steps to create a Spamora via API
1) Request the creation with the function
The API will perform a first check to see if all provided datas are OK
You receive a tracking number for the request and you can now follow its status i
2) Indicate Spamora MX name servers in the DNS configuration of the domain name
See Required DNS configuration
If Netim is the registrar of your domain name, you can automate the modification:
by applying the SPAMORA template with domainZoneInit
or
by modifying MX records with functions domainZoneDelete (to delete existing records) and domainZoneCreate to create new MX
3) Query the hosting once it is created in order to get access informations
See Hosting Management