/update-delay/show/sqlserver

Follow

Show Standby Update Delay settings

Request

HTTP Method: POST
Content Type: application/json

Parameters

Property

Type

Description

Required

configuration_id

integer(int64)

configuration ID (non-negative)

required

{
    "params": {
        "configuration_id": 1
    }
}

Response

HTTP Status: 200

Content Type: application/json

Response

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

message

string

error message

update_delay_show_oracle_response

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

error

object of type error_response

error response

successful

boolean

always false

error_response

Property

Type

Description

message

string

error message

{
    "error": {
        "message": "string"
    },
    "successful": false
}
Have more questions? Submit a request

Comments