- Auth: 認証系
- Container: コンテナ操作(Pod)
- Data: Pod⇄クライアントのデータ転送
- Directory: Podに対して,lsするやつ
- Image: Docker Imageを管理するアプリに対する操作
- FUN Cloud Platform(FCP: FUN Cloud Platform)で管理するKubernetes Clusterを操作するアプリです.
| Method | URL | Description |
|---|---|---|
| GET | /v1/containers | RESTFUL |
| POST | /v1/containers | RESTFUL |
| DELETE | /v1/containers/{container_id} | RESTFUL |
| Method | URL | Description |
|---|---|---|
| GET | /v1/auth/userinfo | Get User Information |
| POST | /v1/auth/singin | SignIn |
| POST | /v1/auth/singout | SignOut |
| POST | /v1/auth/signup | SignUp |
| Method | URL | Description |
|---|---|---|
| POST | /v1/containers/file/upload | file upload to container |
| POST | /v1/containers/file/download | file download from container |
| Method | URL | Description |
|---|---|---|
| GET | /v1/directory/ls/{directory_path} | get pod dir path |
| Method | URL | Description |
|---|---|---|
| POST | /v1/container_images | RESTFUL |
| GET | /v1/container_images | RESTFUL |
| DELETE | /v1/container_images | RESTFUL |