HostingPlanGet

With this function the properties of one or more hosting plans can be retrieved. If a name is given in name, only the data of this plan will be returned, otherwise all data. If a name is given for which no plan can be found, an empty list is returned.

The hosting plan data is always returned as a list, even if only one plan is retrieved.

Request

Field

Type

RegExp

Null?

Description

auth

AuthData

no

Authentication data

name

string

^.{1,50}$

yes

Name/title of the hosting plan

Response

Field

Type

Null?

Description

plans

HostingPlanDetails

no

Array with hosting plan details

HostingPlanDetails

Field

Type

Null?

Description

name

string

no

Name/title of the hosting plan

maxcustomers

integer

yes

Maximum number of customers for resellers (NULL: no reseller plan, -1: unlimited)

maxusers

integer

no

Maximum number of users (-1: unlimited)

webspace

integer

yes

Webspace (MB) (NULL: no webspace, -1: unlimited)

ssi

integer

yes

Server-Side Includes (SSI)

php

integer

yes

PHP (0 = no, 1 = suPHP, 2 = FastCGI, 3 = mod_php, 4 = FPM)

cgi

integer

yes

CGI scripts allowed (0: no, 1: yes, in /cgi-bin/, 2: yes, in any directory)

ssl

integer

yes

SSL/TLS (HTTPS) (0: no, 1: yes)

cronjobs

integer

yes

Number of cron jobs (-1: unlimited)

apps

integer

yes

Number of installable apps (-1: unlimited)

ftpaccounts

integer

yes

Number of FTP accounts (-1: unlimited)

shellaccess

integer

yes

Shell access allowed? (0: no, 1: scponly/sftp, 2: yes (Bash))

databases

integer

yes

Number of databases (-1: unlimited)

subdomains

integer

yes

Number of subdomains (-1: unlimited)

extdomains

integer

yes

Number of external domains (NULL: none, -1: unlimited)

mailboxes

integer

yes

Number of mailboxes (-1: unlimited)

mailaddrs

integer

yes

Number of e-mail addresses (-1: unlimited)

mailquota

integer

yes

E-Mail space (total) (-1: unlimited)

traffic

integer

yes

Allowed IP traffic (MB) (-1: unlimited)


Last updated on Apr 30, 2020.
next: HostingSubdomainAdd
previous: HostingPlanAdd