Skip to content

Commit c035107

Browse files
committed
Add source node and target node to Cat Recovery
See elastic/elasticsearch#18187
1 parent a4f2ed9 commit c035107

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Nest/Cat/CatRecovery/CatRecoveryRecord.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,15 @@ public class CatRecoveryRecord : ICatRecord
2323
[JsonProperty("source_host")]
2424
public string SourceHost { get; set; }
2525

26+
[JsonProperty("source_node")]
27+
public string SourceNode { get; set; }
28+
2629
[JsonProperty("target_host")]
2730
public string TargetHost { get; set; }
2831

32+
[JsonProperty("target_node")]
33+
public string TargetNode { get; set; }
34+
2935
[JsonProperty("repository")]
3036
public string Repository { get; set; }
3137

0 commit comments

Comments
 (0)