HsHostingAssetPropsControllerAcceptanceTest

2

tests

0

failures

0

ignored

0.464s

duration

100%

successful

Tests

Test Duration Result
anyone_canListAvailableAssetTypes() 0.083s passed
anyone_canListPropertiesOfGivenAssetType() 0.381s passed

Standard output

HTTP/1.1 200 
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
Content-Type: application/json
Transfer-Encoding: chunked
Date: Mon, 10 Aug 2026 13:33:49 GMT
Keep-Alive: timeout=60
Connection: keep-alive

[
    {
        "type": "integer",
        "propertyName": "monit_max_cpu_usage",
        "unit": "%",
        "min": 10,
        "max": 100,
        "defaultValue": 92
    },
    {
        "type": "integer",
        "propertyName": "monit_max_ram_usage",
        "unit": "%",
        "min": 10,
        "max": 100,
        "defaultValue": 92
    },
    {
        "type": "integer",
        "propertyName": "monit_max_ssd_usage",
        "unit": "%",
        "min": 10,
        "max": 100,
        "defaultValue": 98
    },
    {
        "type": "integer",
        "propertyName": "monit_min_free_ssd",
        "min": 1,
        "max": 1000,
        "defaultValue": 5
    },
    {
        "type": "integer",
        "propertyName": "monit_max_hdd_usage",
        "unit": "%",
        "min": 10,
        "max": 100,
        "defaultValue": 95
    },
    {
        "type": "integer",
        "propertyName": "monit_min_free_hdd",
        "min": 1,
        "max": 4000,
        "defaultValue": 10
    },
    {
        "type": "boolean",
        "propertyName": "software-pgsql",
        "defaultValue": true
    },
    {
        "type": "boolean",
        "propertyName": "software-mariadb",
        "defaultValue": true
    },
    {
        "type": "enumeration",
        "propertyName": "php-default",
        "values": [
            "5.6",
            "7.0",
            "7.1",
            "7.2",
            "7.3",
            "7.4",
            "8.0",
            "8.1",
            "8.2"
        ],
        "defaultValue": "8.2"
    },
    {
        "type": "boolean",
        "propertyName": "software-php-5.6"
    },
    {
        "type": "boolean",
        "propertyName": "software-php-7.0"
    },
    {
        "type": "boolean",
        "propertyName": "software-php-7.1"
    },
    {
        "type": "boolean",
        "propertyName": "software-php-7.2"
    },
    {
        "type": "boolean",
        "propertyName": "software-php-7.3"
    },
    {
        "type": "boolean",
        "propertyName": "software-php-7.4",
        "defaultValue": true
    },
    {
        "type": "boolean",
        "propertyName": "software-php-8.0"
    },
    {
        "type": "boolean",
        "propertyName": "software-php-8.1"
    },
    {
        "type": "boolean",
        "propertyName": "software-php-8.2",
        "defaultValue": true
    },
    {
        "type": "boolean",
        "propertyName": "software-postfix-tls-1.0"
    },
    {
        "type": "boolean",
        "propertyName": "software-dovecot-tls-1.0"
    },
    {
        "type": "boolean",
        "propertyName": "software-clamav",
        "defaultValue": true
    },
    {
        "type": "boolean",
        "propertyName": "software-collabora"
    },
    {
        "type": "boolean",
        "propertyName": "software-libreoffice"
    },
    {
        "type": "boolean",
        "propertyName": "software-imagemagick-ghostscript"
    }
]
HTTP/1.1 200 
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
Content-Type: application/json
Transfer-Encoding: chunked
Date: Mon, 10 Aug 2026 13:33:49 GMT
Keep-Alive: timeout=60
Connection: keep-alive

[
    "DOMAIN_HTTP_SETUP",
    "IPV4_NUMBER",
    "DOMAIN_SETUP",
    "UNIX_USER",
    "PGSQL_DATABASE",
    "DOMAIN_SMTP_SETUP",
    "DOMAIN_MBOX_SETUP",
    "EMAIL_ADDRESS",
    "MARIADB_USER",
    "MARIADB_DATABASE",
    "EMAIL_ALIAS",
    "DOMAIN_DNS_SETUP",
    "IPV6_NUMBER",
    "PGSQL_INSTANCE",
    "CLOUD_SERVER",
    "PGSQL_USER",
    "MARIADB_INSTANCE",
    "MANAGED_SERVER",
    "MANAGED_WEBSPACE"
]