/update-delay/edit/oracle

Edit Standby Update Delay settings

Request

HTTP Method: POST
Content Type: application/json

Parameters

Property

Type

Description

Required

Property

Type

Description

Required

configuration_id

integer(int64)

configuration ID (non-negative)

required

delay

integer

number of minutes to keep standby behind primary; 0 to disable

{ "params": { "configuration_id": 1, "delay": 123 } }

Response

HTTP Status: 200

Content Type: application/json

Response

Property

Type

Description

Property

Type

Description

error

object of type error_response

error response

result

object of type update_delay_show_oracle_response

update-delay/show/oracle response

successful

boolean

response with error or not

error_response

Property

Type

Description

Property

Type

Description

message

string

error message

update_delay_show_oracle_response

Property

Type

Description

Property

Type

Description

delay_minutes

integer

number of minutes to keep standby behind primary; 0 to disable

{ "error": { "message": "string" }, "result": { "delay_minutes": 123 }, "successful": true }

HTTP Status: 400

Content Type: application/json

Response

Property

Type

Description

Property

Type

Description

error

object of type error_response

error response

successful

boolean

always false

error_response

Property

Type

Description

Property

Type

Description

message

string

error message

{ "error": { "message": "string" }, "successful": false }