Supervisor
Package : spaceone.api.plugin.v1
Supervisor
Supervisor Methods:
publish
POST /plugin/v1/supervisors
Request
Response
register
POST /plugin/v1/supervisor/{supervisor_id}/register
Request
Response
update
PUT /plugin/v1/supervisor/{supervisor_id}
Request
Response
deregister
DELETE /plugin/v1/supervisor/{supervisor_id}/register
Request
Response
enable
PUT /plugin/v1/supervisor/{supervisor_id}/enable
Request
Response
disable
PUT /plugin/v1/supervisor/{supervisor_id}/disable
Request
Response
recover_plugin
POST /plugin/v1/supervisor/{supervisor_id}/plugin/{plugin_id}/recover
Request
Response
get
GET /plugin/v1/supervisor/{supervisor_id}
Request
Response
list
GET /plugin/v1/supervisors
POST /plugin/v1/supervisors/search
Request
Response
stat
POST /plugin/v1/supervisors/stat
Request
Response
list_plugins
GET /plugin/v1/supervisor/{supervisor_id}/plugins
POST /plugin/v1/supervisor/{supervisor_id}/plugins/search
Request
Response
Message
GetSupervisorRequest
supervisor_id
string
✔
domain_id
string
✔
only
list of string
✘
PluginInfo
plugin_id
string
version
string
state
NONE
PROVISIONING
ACTIVE
RE_PROVISIONING
ERROR
endpoint
string
supervisor_id
string
supervisor_name
string
managed
bool
endpoints
list of string
PluginQuery
supervisor_id
string
✘
hostname
string
✘
plugin_id
string
✘
version
string
✘
state
NONE
PROVISIONING
ACTIVE
RE_PROVISIONING
ERROR
✘
endpoint
string
✘
domain_id
string
✔
PluginsInfo
PublishSupervisorRequest
name
string
✔
hostname
string
✔
secret_key
string
✘
is_public
bool
✘
domain_id
string
✔
RecoverPluginRequest
supervisor_id
string
✔
plugin_id
string
✔
version
string
✔
domain_id
string
✔
RegisterSupervisorRequest
supervisor_id
string
✔
name
string
✘
is_public
bool
✘
domain_id
string
✔
SupervisorInfo
supervisor_id
string
name
string
hostname
string
state
NONE
ENABLED
DISABLED
PENDING
DISCONNECTED
is_public
bool
domain_id
string
created_at
string
updated_at
string
SupervisorQuery
SupervisorRequest
supervisor_id
string
✔
domain_id
string
✔
SupervisorStatQuery
domain_id
string
✔
SupervisorsInfo
Last updated