2019-08-27 07:03:30 +00:00
|
|
|
@url=https://dayu-api.miaowoo.cc
|
2019-07-03 07:50:59 +00:00
|
|
|
|
|
|
|
### System
|
|
|
|
##### Info
|
|
|
|
GET {{url}}/info
|
|
|
|
|
|
|
|
##### Version
|
|
|
|
GET {{url}}/version
|
|
|
|
|
|
|
|
##### Events
|
|
|
|
GET {{url}}/events
|
|
|
|
|
|
|
|
### Swarm
|
|
|
|
@swarm={{url}}/swarm
|
|
|
|
|
|
|
|
##### Swarm Info
|
|
|
|
GET {{swarm}}/info
|
|
|
|
|
|
|
|
### Swarm Init
|
|
|
|
POST {{swarm}}/init
|
|
|
|
|
|
|
|
{}
|
|
|
|
|
|
|
|
### Stack
|
|
|
|
@stack={{url}}/stack
|
|
|
|
##### Stack List
|
|
|
|
GET {{stack}}/list
|
2019-08-27 07:03:30 +00:00
|
|
|
##### Stack Info
|
|
|
|
GET {{stack}}/faas
|
2019-07-03 07:50:59 +00:00
|
|
|
##### Stack Remove
|
|
|
|
POST {{stack}}/develop/remove
|
|
|
|
|
|
|
|
|
2019-08-27 07:03:30 +00:00
|
|
|
### Service
|
|
|
|
@service={{url}}/service
|
|
|
|
##### Service List
|
|
|
|
GET {{service}}/list
|
|
|
|
##### Service Info
|
|
|
|
GET {{service}}/3gchxsmjld0fuex216w56jl5g
|
|
|
|
##### Service Remove
|
|
|
|
POST {{service}}/develop/remove
|
2019-12-28 07:06:07 +00:00
|
|
|
#####
|
|
|
|
POST {{service}}/swirl_swirl/restart
|
2019-08-27 07:03:30 +00:00
|
|
|
|
|
|
|
|
2019-07-03 07:50:59 +00:00
|
|
|
### Container
|
|
|
|
@container={{url}}/container
|
|
|
|
|
|
|
|
##### Container logs
|
|
|
|
@id=6365041d2e52c5896dd14a5450920e482dddc33e6addaa07fab413bcda78d723
|
2019-07-05 08:04:05 +00:00
|
|
|
GET {{container}}/{{id}}/logs
|
|
|
|
|
2019-12-31 10:35:00 +00:00
|
|
|
### Config
|
|
|
|
@config={{url}}/configs
|
|
|
|
|
|
|
|
##### Config
|
|
|
|
GET {{config}}/
|
|
|
|
|
2019-07-05 08:04:05 +00:00
|
|
|
### Dashboard
|
|
|
|
@dashboard={{url}}/dashboard
|
|
|
|
|
|
|
|
#####
|
|
|
|
GET {{dashboard}}
|