Package org.lockss.laaws.rs.api
Interface RepoinfoApi
- All Known Implementing Classes:
RepoinfoApiController
@Validated
public interface RepoinfoApi
-
Method Summary
Modifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<RepositoryInfo>default org.springframework.http.ResponseEntity<org.lockss.util.storage.StorageInfo>
-
Method Details
-
getDelegate
RepoinfoApiDelegate getDelegate() -
getRepositoryInformation
@RequestMapping(value="/repoinfo", produces="application/json", method=GET) default org.springframework.http.ResponseEntity<RepositoryInfo> getRepositoryInformation() -
getStorageInfo
@RequestMapping(value="/repoinfo/storage", produces="application/json", method=GET) default org.springframework.http.ResponseEntity<org.lockss.util.storage.StorageInfo> getStorageInfo()
-