Controller
Package : spaceone.api.power_scheduler.v1
Controller
Controller Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 | ||||
5 | ||||
6 | ||||
7 | ||||
8 | ||||
9 |
create
POST /power-scheduler/v1/controllers
Type | Message |
Request | |
Response |
update
PUT /power-scheduler/v1/controller/{controller_id}
Type | Message |
Request | |
Response |
delete
DELETE /power-scheduler/v1/controller/{controller_id}
Type | Message |
Request | |
Response |
get
GET /power-scheduler/v1/controller/{controller_id}
Type | Message |
Request | |
Response |
list
GET /power-scheduler/v1/controllers
POST /power-scheduler/v1/controllers/search
Type | Message |
Request | |
Response |
stat
POST /power-scheduler/v1/controllers/stat
Type | Message |
Request | |
Response |
control
POST /power-scheduler/v1/controller/{controller_id}/control
Type | Message |
Request | |
Response |
update_plugin
PUT /power-scheduler/v1/controller/{controller_id}/plugin
Type | Message |
Request | |
Response |
verify_plugin
POST /power-scheduler/v1/controller/{controller_id}/plugin/verify
Type | Message |
Request | |
Response |
Message
ControlRequest
No | Field | Type | Required | Description |
1 | controller_id | string | ✅ | |
2 | filter | ❌ | ||
3 | secret_id | string | ❌ | |
4 | domain_id | string | ✅ | |
5 | use_cache | bool | ❌ |
ControllerInfo
No | Field | Type | Description |
1 | controller_id | string | |
2 | name | string | |
3 | provider | string | |
4 | capability | ||
5 | plugin_info | ||
6 | tags | ||
7 | created_at | string | |
8 | domain_id | string |
ControllerQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | controller_id | string | ❌ | |
3 | name | string | ❌ | |
4 | domain_id | string | ✅ |
ControllerRequest
No | Field | Type | Required | Description |
1 | controller_id | string | ✅ | |
2 | domain_id | string | ✅ |
ControllerStatQuery
No | Field | Type | Required | Description |
1 | query | ✅ | ||
2 | domain_id | string | ✅ |
ControllersInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
CreateControllerRequest
No | Field | Type | Required | Description |
1 | name | string | ✅ | |
2 | plugin_info | ✅ | ||
3 | tags | ❌ | ||
4 | domain_id | string | ✅ |
GetControllerRequest
No | Field | Type | Required | Description |
1 | controller_id | string | ✅ | |
2 | domain_id | string | ✅ | |
3 | only | list of string | ❌ |
PluginInfo
No | Field | Type | Description |
1 | plugin_id | string | |
2 | version | string | |
3 | options | ||
4 | provider | string | |
5 | metadata |
UpdateControllerRequest
No | Field | Type | Required | Description |
1 | controller_id | string | ✅ | |
2 | name | string | ❌ | |
3 | plugin_info | ❌ | ||
4 | tags | ❌ | ||
5 | domain_id | string | ✅ |
UpdatePluginRequest
No | Field | Type | Required | Description |
1 | controller_id | string | ✅ | |
2 | version | string | ❌ | |
3 | options | ❌ | ||
4 | domain_id | string | ✅ |
VerifyPluginRequest
No | Field | Type | Required | Description |
1 | controller_id | string | ✅ | |
2 | secret_id | string | ❌ | |
3 | domain_id | string | ✅ |
Last updated