38 lines
No EOL
773 B
Markdown
38 lines
No EOL
773 B
Markdown
# GoCloud
|
|
|
|
_Containers_
|
|
|
|
Statuses:
|
|
|
|
- 0: Неактивен
|
|
- 1: Активен
|
|
- 2: Процесс активации
|
|
- 3: Процесс деактивации
|
|
- 4: Создание...
|
|
- 5: Удаление...
|
|
|
|
_Tasks_
|
|
|
|
Statuses:
|
|
|
|
- 0: new
|
|
- 1: working
|
|
- 2: completed
|
|
|
|
## Develop
|
|
|
|
### Public to local PyPI server
|
|
|
|
`python setup.py sdist upload -r local`
|
|
|
|
## Test
|
|
|
|
### User API
|
|
|
|
### Server API
|
|
|
|
_Get containers status_
|
|
|
|
`curl -X GET http://127.0.0.1:5000/server_api/containers/status/ -u f411b7d6-bf93-4fcd-91ee-03e5343d0187:b3c9a8b0-95ca-11e5-bec1-28d244e159e9`
|
|
|
|
`curl -X POST http://127.0.0.1:5000/server_api/containers/status/663b31b4-22b1-4846-bfaf-27d6389beef4 -u f411b7d6-bf93-4fcd-91ee-03e5343d0187:b3c9a8b0-95ca-11e5-bec1-28d244e159e9 -d 'status=0&message="test"'` |