|
@@ -25,6 +25,8 @@ void TGetBundleConfigCommand::DoExecute(ICommandContextPtr context)
|
|
context->ProduceOutputValue(BuildYsonStringFluently()
|
|
context->ProduceOutputValue(BuildYsonStringFluently()
|
|
.BeginMap()
|
|
.BeginMap()
|
|
.Item("bundle_name").Value(result.BundleName)
|
|
.Item("bundle_name").Value(result.BundleName)
|
|
|
|
+ .Item("rpc_proxy_count").Value(result.RpcProxyCount)
|
|
|
|
+ .Item("tablet_node_count").Value(result.TabletNodeCount)
|
|
.EndMap());
|
|
.EndMap());
|
|
}
|
|
}
|
|
|
|
|