URL | GET {{basepath}}/hosting/:hosting_id/options |
---|---|
Category | Hosting |
This allows you to get all the options' states on a hosting object
Returns a HostingOptionsResponse object.
:hosting_id | {{hosting_id}} | The hosting identifier |
---|
GET {{basepath}}/hosting/:hosting_id/options
:hosting_id | {{hosting_id}} | The hosting identifier |
---|
200 OK
{
"responseId": "1_89024920a8d6f913b48d65b13e25dbf13ec62a02",
"status": "ok",
"message": "The option list is attached",
"option": [
{
"name": "letsEncrypt",
"value": "disabled",
"arguments": []
},
{
"name": "malwareScanner",
"value": "disabled",
"arguments": [
1,
"m"
]
}
]
}