Controller

Package : spaceone.api.power_scheduler.v1

Controller

Controller Methods:

create

POST /power-scheduler/v1/controllers

Type

Message

update

PUT /power-scheduler/v1/controller/{controller_id}

Type

Message

delete

DELETE /power-scheduler/v1/controller/{controller_id}

Type

Message

get

GET /power-scheduler/v1/controller/{controller_id}

Type

Message

list

GET /power-scheduler/v1/controllers

POST /power-scheduler/v1/controllers/search

Type

Message

stat

POST /power-scheduler/v1/controllers/stat

Message

ControllerInfo

No

Field

Type

Description

1

controller_id

string

2

name

string

3

provider

string

5

plugin_info

8

domain_id

string

ControllerQuery

No

Field

Type

Required

Description

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

2

domain_id

string

ControllersInfo

No

Field

Type

Description

2

total_count

CreateControllerRequest

No

Field

Type

Required

Description

1

name

string

2

plugin_info

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

4

provider

string

UpdateControllerRequest

No

Field

Type

Required

Description

1

controller_id

string

2

name

string

3

plugin_info

5

domain_id

string

Last updated