Table of Contents |
---|
The SCSP SEND method applies to both named and unnamed objects. The SEND request lets you explicitly transmit allows explicit transmission of a newly written object from a source cluster to a remote one, such as for keeping two clusters immediately synchronized. As of Swarm 11.2, the feed SEND method works with any feed type, so that it can force synchronous processing of a specific object on one or more of those feeds.
...
Argument | Values, Examples | Notes |
---|---|---|
admin | none | SEND can only be used by an |
feedid | all | integer
| Specifies one or more specific feeds as the replication destination. Reference existing feed IDs ( If an integer value is not an existing feed, Swarm returns a 400 Bad Request error. If the object being sent does not match the feed definition (because of a domain restriction), the SEND operation succeeds, but no data is transferred. |
feedtype | all | search | replication | s3backup
| Specifies one or more types of feeds as the replication destination, from among these values: If the feedtype isn't a valid value, Swarm returns a 400 Bad Request error. If the object being sent does not match the feed definition (because of a domain restriction), the SEND operation succeeds, but no data is transferred. |
timeout | true | number of seconds | false
| Sets how long to wait for replication to complete; if disabled ( Using timeout=true waits for the Swarm setting scsp.defaultFeedSendTimeout time in seconds, which defaults to 30. Specifying a positive number for the timeout overrides the value in the Swarm setting. |
...