TYPE | Response
|
Category | Objects |
Description
Object: HostingOptionGetResponse
Properties
name |
type |
required |
default |
description |
option |
object: HostingOption |
yes |
|
The requested option |
responseId |
string |
yes |
|
The response id |
clientRequestId |
string |
yes |
|
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_11331aad2f09d74d8e4f644cb9da4f78eabfdec6",
"status": "ok",
"message": "The option is attached",
"option": {
"name": "letsEncrypt",
"value": "disabled",
"arguments": []
}
}