Skip to content

get_replication_queue_strategy

Alberto Gonzalez edited this page Oct 29, 2015 · 1 revision

(GET)/replication/queue/strategy

Description

Given the replicating system by system ID, returns the queue strategy for that system.

Request

Syntax

GET /api/replication/queue/strategy/?sid=4
Host: <server host name>
Accept: application/json
AuthToken: <authentication token returned from authenticate>

Parameters

None.

/?sid={sid} - return the queue strategy for the specified system.

Response

200 success

Parameters

The API returns an object with the replication strategy.

Index Value Type Returned
strategy queue strategy, one of ... string always
  • | "Maximize Retention" - replicate all backups to the target |
  • | "Recency" - only replicate the most recent backup group to the target |
  • | "Manual" - only replicate backups manually added to the queue |

Examples

Sample Request

GET /api/replication/queue/?sid=1
Host: <server host name>
Accept: application/json
AuthToken: 8a00sjerhterqerjlqkjlk443l4j56869h4f_)(fjdkasHHHHHkdal324

Sample Response


{
  "strategy": "Recency"
}

Clone this wiki locally