infraservice
This commit is contained in:
@@ -51,4 +51,8 @@ public interface InfraService {
|
||||
|
||||
@WebappAPI
|
||||
List<InfraZone> readAllInfraZoneByProbeDomainID(Long probeDomainID) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
List<Infra> readAllByMetaInfraTypeKeyAndProbeID(String metaInfraTypeKey, Long probeID) throws OverflowException;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user