-
Notifications
You must be signed in to change notification settings - Fork 50
CB Spider User Interface
ByoungSeob Kim edited this page Sep 25, 2024
·
86 revisions
-
-
CB-Spider AdminWeb Tool
- AdminWeb Tool은 웹 기반 자원 관리 및 Spider와 CSP 사이의 자원 맵핑 관리 등을 제공하는 GUI 도구이다.
- AdminWeb Tool은 자원 생성 시 기본 입력 값을 제공함으로써 처음 사용자에게 편의성을 제공한다.
- 참고: AdminWeb Guide
-
CB-Spider CLI Tool
- CB-Spider는 터미널 환경 사용자를 위한 CLI 도구인 spctl을 제공한다.
- spctl은 json 형식의 입출력을 제공한다.
- 참고: CLI Specs, CLI User Guide
-
CB-Spider REST API
- CB-Spider는 REST(Representational State Transfer) 환경 개발자를 위한 REST API를 제공한다.
- REST API를 위한 별도 라이브러리를 제공하지 않으며, 개발 언어별 REST 표준 라이브러리를 활용할 수 있다.
- CB-Spider는 Swagger 기반의 REST API Documentation을 제공한다.
-
-
Version REST API Release Date Added Features AdminWeb Guide v0.9.5 Swagger UI / Swagger Docs Sep-20 +Swagger-based CLI(spctl) v0.9.4 Swagger UI / Swagger Docs Sep-05 +Swagger-based API Docs - Previous API Documentation (Postman-based)
-
CCIM(CLOUD CONNECTION INFO MGMT): 클라우드 연결 설정 정보 관리
- Cloud Driver Info, Cloud Credential Info, Cloud Region/Zone Info, Cloud Connection Configuration Info
-
CCTM(CLOUD CONTROL MGMT): 클라우드 인프라 제어 관리
- Region/Zone info, Price Info, VM Image Info, VM Spec Info
- VPC/Subnet, SecurityGroup, VM KeyPair, VM, Disk, MyImage, NLB
- Kubernetes 등
-
Install & Start Guide
-
Features & Usage
-
- AdminWeb Tool Guide
- CLI Tool Guide
- REST API Guide
- NLI Guide
-
Design
-
Developer Guide
-
Cloud Driver Developer Guide
- Cloud Driver Developer Guide-WIP
- VM SSH Key Development Guide-WIP
- VM User Development Guide
- What is the CSP SDK API Version of drivers
- Region Zone Info and Driver API
- (StartVM TerminateVM) API Call Counts and Waiting
- StartVM and TerminateVM Main Flow of drivers
- VM Root Disk Configuration Guide
- Security Group Rules and Driver API
- Network Load Balancer and Driver API
- VM Snapshot, MyImage and Disk Overview
- Kubernetes and Driver API(PMKS, K8S)
- Tag and Cloud Driver API
- AnyCall API Extension Guide
-
Test Reports
- v0.2.8-for-espresso-release
- v0.3.0-espresso-release
- Azure:Terminating VM
- cb-user@VM: ssh login, sudo run
- v0.3.14 test for SG Source
- v0.4.0-cafemocha-release
- Test via REST API Gateway
- Test Reports of v0.4.11 (IID2 initial Version)
- Test Reports of v0.4.12 (Register & Unregister existing Resources)
- Test Reports for v0.6.0 Release
- How to ...
- How to Use AWS S3 with Credentials
- How to Use Alibaba ECS i1.* Instance Types
- How to provision GPU VMs
- How to Resolve the 'Failed to Connect to Database' Error
- How to test CB Spider with Mock Driver
- How to install CB Spider on WSL2 under 공유기/사설망
- How to install CB Spider on macOS
- How to run CB Spider Container on macOS
- How to install OpenStack on a VM for CB Spider Testing
- How to get Azure available Regions
- How to profile memory usage in Golang
- Deprecated:How to install protoc and plugins
- [For Cloud-Migrator]