Supervisor

Package : spaceone.api.plugin.v1

Supervisor

Supervisor Methods:

publish

POST /plugin/v1/supervisors

register

POST /plugin/v1/supervisor/{supervisor_id}/register

update

PUT /plugin/v1/supervisor/{supervisor_id}

deregister

DELETE /plugin/v1/supervisor/{supervisor_id}/register

enable

PUT /plugin/v1/supervisor/{supervisor_id}/enable

disable

PUT /plugin/v1/supervisor/{supervisor_id}/disable

recover_plugin

POST /plugin/v1/supervisor/{supervisor_id}/plugin/{plugin_id}/recover

get

GET /plugin/v1/supervisor/{supervisor_id}

list

GET /plugin/v1/supervisors

POST /plugin/v1/supervisors/search

stat

POST /plugin/v1/supervisors/stat

list_plugins

GET /plugin/v1/supervisor/{supervisor_id}/plugins

POST /plugin/v1/supervisor/{supervisor_id}/plugins/search

Message

GetSupervisorRequest

PluginInfo

PluginQuery

PluginsInfo

PublishSupervisorRequest

RecoverPluginRequest

RegisterSupervisorRequest

SupervisorInfo

SupervisorQuery

SupervisorRequest

SupervisorStatQuery

SupervisorsInfo

Last updated