Github user bbende commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2894#discussion_r202776797
--- Diff:
nifi-toolkit/nifi-toolkit-cli/src/main/java/org/apache/nifi/toolkit/cli/impl/client/nifi/FlowClient.java
---
@@ -97,4 +97,10 @@ VersionedFlowSnapshotMetadataSetEntity
getVersions(String registryId, String buc
*/
ActivateControllerServicesEntity
activateControllerServices(ActivateControllerServicesEntity
activateControllerServicesEntity) throws NiFiClientException, IOException;
+ /**
+ *
+ * @return cluster summary response
+ */
+ ClusteSummaryEntity getClusterSummary() throws NiFiClientException,
IOException;
--- End diff --
This was still showing as missing import for me
---