API Actions: ReplicationServiceStatus

API Actions: ReplicationServiceStatus

Retrieves the Status of the ReplicationService process.
 

Request Syntax:

GET /api/ReplicationServiceStatus HTTP/1.1
Host: use.your.host.name:82
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20171115T202130Z
Authorization: AWS4-HMAC-SHA256 Credential=UQOPWUVNBALABCABCABC/20171115/us-east-1/cloudbasic/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-content-sha256;x-amz-date, Signature=995374189c189e8e68ed3de82c1764ca11971711fb5179eeab2b19edd883dd74

 

Request Parameters

None
 

Request Headers

This implementation uses only request headers that are common to all operations. For more information please see the section Common Request Headers
 

Response Syntax:

HTTP/1.1 200
status: 200
 
<?xml version="1.0" encoding="utf-8"?>
<ReplicationServiceStatusResponse>
    <RequestTimestamp>Monday, December 4, 2017 10:41:36 PM</RequestTimestamp>
    <Status>Running</Status>
	<RemoteStatus>Running</RemoteStatus>
</ReplicationServiceStatusResponse>

 

Response Parameters

Parameter Description Optional
RequestTimestamp Returns the server Date-and-Time when the request was received (UTC) No
Status Returns the status of the ReplicationService process. Possible values include:

  • Running
  • Stopped
No
RemoteStatus This tag is populated only when the server is running in a cluster. Returns the status of the ReplicationService process on the remote server. Possible values include:

  • Running
  • Stopped
Yes

 

Error Response Syntax:

HTTP/1.1 400
status: 400
 
<?xml version="1.0" encoding="utf-8"?>
<ErrorResponse> 
	<RequestId>request-id</RequestId> 
	<Errors> 
		<Error> Error message </Error> 
	</Errors> 
</ErrorResponse>