Skip to content

Latest commit

 

History

History
47 lines (44 loc) · 3.79 KB

File metadata and controls

47 lines (44 loc) · 3.79 KB

# Website

Properties

Name Type Description Notes
id string
domain \OpenAPI\Client\Model\WebsiteDomain
aliases \OpenAPI\Client\Model\WebsiteDomain[]
subdomains mixed[]
subscription_id float [optional]
plan_id float [optional]
plan string [optional]
status \OpenAPI\Client\Model\WebsiteStatus
suspended_by string [optional]
color_code string
tags \OpenAPI\Client\Model\Tag[] [optional]
size int
org_id string
org string [optional]
kind \OpenAPI\Client\Model\WebsiteKind
pending_backup \OpenAPI\Client\Model\BackupAction [optional]
parent string [optional]
parent_id string [optional]
app_server_id string The id of the server on which this website is located. This is only returned when websites are queried recursively by an MO member, as the MO is in charge of servers and thus this information only concerns them. [optional]
backup_server_id string The id of the server on which the backups of this website are located. This is only returned when websites are queried recursively by an MO member, as the MO is in charge of servers and thus this information only concerns them. [optional]
db_server_id string The id of the server on which the databases of this website are located. This is only returned when websites are queried recursively by an MO member, as the MO is in charge of servers and thus this information only concerns them. [optional]
email_server_id string The id of the server on which the emails of this website are located. This is only returned when websites are queried recursively by an MO member, as the MO is in charge of servers and thus this information only concerns them. [optional]
unix_user string The unix user assigned to this website, used for ssh shells, prefixing website databases and databse users, etc. [optional]
site_access_members \OpenAPI\Client\Model\SiteAccessMember[] [optional]
server_ips \OpenAPI\Client\Model\ServerIp[] The addresses of the the server on which this website is located. [optional]
backup_server_ips \OpenAPI\Client\Model\ServerIp[] The addresses of the the server on which this website's backups are located. [optional]
db_server_ips \OpenAPI\Client\Model\ServerIp[] The addresses of the the server on which this website's databases are located. [optional]
email_server_ips \OpenAPI\Client\Model\ServerIp[] The addresses of the the server on which this website's emails are located. [optional]
filerd_address string The path relative to the control panel domain where filerd can be accessed. [optional]
php_version \OpenAPI\Client\Model\PhpVersion [optional]
created_at string The date the site was first added
app_server_name string [optional]
db_server_name string [optional]
email_server_name string [optional]
backup_server_name string [optional]
can_use \OpenAPI\Client\Model\CanUse [optional]
app_server_ipv6 string [optional]
db_server_ipv6 string [optional]
email_server_ipv6 string [optional]

[Back to Model list] [Back to API list] [Back to README]