ing
This commit is contained in:
@@ -29,7 +29,7 @@ public interface InfraService {
|
||||
com.loafle.overflow.model.infra.InfraService registByService(Long probeID, Service service) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
List<Infra> registDiscoverd(Long probeID, String compressedHostsAndServices) throws OverflowException;
|
||||
List<Infra> registDiscoverd(Long probeID, List<Host> hosts, List<Service> services) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
Infra read(Long id) throws OverflowException;
|
||||
|
||||
Reference in New Issue
Block a user