Device Type

Package : spaceone.api.inventory.v1

DeviceType

DeviceType Methods:

create

POST /inventory/v1/device-types

Type

Message

update

PUT /inventory/v1/device-type/{device_type_id}

Type

Message

delete

DELETE /inventory/v1/device-type/{device_type_id}

Type

Message

get

GET /inventory/v1/device-type/{device_type_id}

Type

Message

list

GET /inventory/v1/device-types

POST /inventory/v1/device-types/search

Type

Message

stat

POST /inventory/v1/device-types/stat

Message

CreateDeviceTypeRequest

No

Field

Type

Required

Description

1

name

string

2

parent_device_type_id

string

7

domain_id

string

DeviceTypeInfo

No

Field

Type

Description

1

device_type_id

string

2

name

string

3

labels

list of string

4

parent_device_type_info

8

domain_id

string

DeviceTypeQuery

No

Field

Type

Required

Description

2

device_type_id

string

3

name

string

4

domain_id

string

DeviceTypeRequest

No

Field

Type

Required

Description

1

device_type_id

string

2

domain_id

string

DeviceTypeStatQuery

No

Field

Type

Required

Description

2

domain_id

string

DeviceTypesInfo

No

Field

Type

Description

2

total_count

GetDeviceTypeRequest

No

Field

Type

Required

Description

1

device_type_id

string

2

domain_id

string

3

only

list of string

UpdateDeviceTypeRequest

No

Field

Type

Required

Description

1

device_type_id

string

2

force

bool

7

domain_id

string

Last updated