Show hosting options

Request Information
URL GET {{basepath}}/hosting/:hosting_id/options
CategoryHosting

Description

This allows you to get all the options' states on a hosting object

Returns a HostingOptionsResponse object.

Url variables
:hosting_id{{hosting_id}}The hosting identifier

Example responses

Show all hosting options
Request Method & URL
GET {{basepath}}/hosting/:hosting_id/options
Url variables
:hosting_id{{hosting_id}}The hosting identifier
Response Code:
200 OK
Response Body:
{
    "responseId": "1_89024920a8d6f913b48d65b13e25dbf13ec62a02",
    "status": "ok",
    "message": "The option list is attached",
    "option": [
        {
            "name": "letsEncrypt",
            "value": "disabled",
            "arguments": []
        },
        {
            "name": "malwareScanner",
            "value": "disabled",
            "arguments": [
                1,
                "m"
            ]
        }
    ]
}