Disables SSL encryption for a Hologres instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
hologram:DisableSSL |
none |
*Instance
|
None |
None |
Request syntax
POST /api/v1/instances/{instanceId}/disableSSL HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
|
instanceId |
string |
No |
The ID of the instance. This parameter is required. |
hgpostcn-cn-lbj33559x001 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The schema of response. |
||
|
requestId |
string |
The request ID. |
819A7F0F-2951-540F-BD94-6A41ECF0281F |
|
Data |
boolean |
The result of the operation. |
true |
|
Success |
string |
Indicates whether the operation was successful. Valid values: |
true |
|
ErrorCode |
string |
The error code. |
null |
|
ErrorMessage |
string |
The error message. |
null |
|
HttpStatusCode |
string |
The HTTP status code. |
200 |
Examples
Success response
JSON format
{
"requestId": "819A7F0F-2951-540F-BD94-6A41ECF0281F",
"Data": true,
"Success": "true",
"ErrorCode": "null",
"ErrorMessage": "null",
"HttpStatusCode": "200"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.