Interface CloudshellApi
public interface CloudshellApi
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<V1SimpleResponse>org.springframework.http.ResponseEntity<V1CloudShellPrepareResponse>org.springframework.http.ResponseEntity<V1SimpleResponse>proxy()org.springframework.http.ResponseEntity<V1SimpleResponse>
-
Method Details
-
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()
-