Interface CloudshellApi


public interface CloudshellApi
  • Method Details

    • proxy

      @GetMapping("/view/cloudshell") org.springframework.http.ResponseEntity<V1SimpleResponse> proxy()
    • proxyPath

      @GetMapping("/view/cloudshell/{subpath}") org.springframework.http.ResponseEntity<V1SimpleResponse> proxyPath(@PathVariable("subpath") String subpath)
    • prepareCloudShell

      @PostMapping("/api/v1/cloudshell") org.springframework.http.ResponseEntity<V1CloudShellPrepareResponse> prepareCloudShell()
    • destroyCloudShell

      @DeleteMapping("/api/v1/cloudshell") org.springframework.http.ResponseEntity<V1SimpleResponse> destroyCloudShell()