Change-Id: I6e47fa31a04cb901d7495784e4c3590dbdddb520
Signed-off-by: Moiz Raja <moraja@cisco.com>
description "Initial revision.";
}
+ typedef data-store-type {
+ type enumeration {
+ enum config {
+ value 1;
+ }
+ enum operational {
+ value 2;
+ }
+ }
+ }
+
rpc add-shard-replica {
input {
leaf shard-name {
type string;
description "The name of the shard for which to remove the replica.";
}
+
+ leaf member-name {
+ type string;
+ description "The cluster member from which the shard replica should be removed";
+ }
+
+ leaf data-store-type {
+ type data-store-type;
+ description "The type of the data store to which the replica belongs";
+ }
}
description "Removes an existing replica of a shard from this node via the RemoveServer mechanism as