Interface RepoinfoApi

All Known Implementing Classes:
RepoinfoApiController

@Validated public interface RepoinfoApi
  • 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()