Extend probe mechanism
[vid.git] / vid-app-common / src / main / java / org / onap / vid / aai / AaiOverTLSClientInterface.java
index 02f01e7..c430b09 100644 (file)
@@ -24,6 +24,7 @@ import io.joshworks.restclient.http.HttpResponse;
 import org.onap.portalsdk.core.util.SystemProperties;
 import org.onap.vid.aai.model.ResourceType;
 import org.onap.vid.model.SubscriberList;
+import org.onap.vid.model.probes.ExternalComponentStatus;
 
 public interface AaiOverTLSClientInterface {
 
@@ -47,4 +48,7 @@ public interface AaiOverTLSClientInterface {
 
     HttpResponse<SubscriberList> getAllSubscribers();
 
+
+    ExternalComponentStatus probeGetAllSubscribers();
+
 }