Skip to content

Repository files navigation

FUN Cloud API Service

Description (説明)

List Service(サービス一覧)

  1. Auth: 認証系
  2. Container: コンテナ操作(Pod)
  3. Data: Pod⇄クライアントのデータ転送
  4. Directory: Podに対して,lsするやつ
  5. Image: Docker Imageを管理するアプリに対する操作

Detail Service(サービス詳細)

Container

  • FUN Cloud Platform(FCP: FUN Cloud Platform)で管理するKubernetes Clusterを操作するアプリです.
Endpoints(エンドポイント)
MethodURLDescription
GET/v1/containersRESTFUL
POST/v1/containersRESTFUL
DELETE/v1/containers/{container_id}RESTFUL

Auth

Endpoints

MethodURLDescription
GET/v1/auth/userinfoGet User Information
POST/v1/auth/singinSignIn
POST/v1/auth/singoutSignOut
POST/v1/auth/signupSignUp

Data

Endpoints

MethodURLDescription
POST/v1/containers/file/uploadfile upload to container
POST/v1/containers/file/downloadfile download from container

Directory

Endpoints

MethodURLDescription
GET/v1/directory/ls/{directory_path}get pod dir path

Image

Endpoints

MethodURLDescription
POST/v1/container_imagesRESTFUL
GET/v1/container_imagesRESTFUL
DELETE/v1/container_imagesRESTFUL

Other

About

FUN Cloud API

Topics

Resources

Stars

4 stars

Watchers

7 watching

Forks

Releases

Packages

Used by

Contributors

Languages