| TYPE | Response
|
| Category | Objects |
Description
Object: HostingOptionListResponse
Properties
| name |
type |
required |
default |
description |
| option |
array <HostingOption> |
yes |
|
A list of options within the hosting object |
| responseId |
string |
yes |
|
The response id |
| clientRequestId |
string |
no |
|
The client request id if it was provided via the client-request-id header |
| status |
string |
yes |
|
The status of the request |
| message |
string |
yes |
|
The message |
Sample JSON
{
"responseId": "1_89024920a8d6f913b48d65b13e25dbf13ec62a02",
"status": "ok",
"message": "The option list is attached",
"option": [
{
"name": "letsEncrypt",
"value": "disabled",
"arguments": []
}
]
}