Device Type
Package : spaceone.api.inventory.v1
DeviceType
DeviceType Methods:
create
POST /inventory/v1/device-types
update
PUT /inventory/v1/device-type/{device_type_id}
delete
DELETE /inventory/v1/device-type/{device_type_id}
get
GET /inventory/v1/device-type/{device_type_id}
list
GET /inventory/v1/device-types
POST /inventory/v1/device-types/search
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
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
DeviceTypesInfo
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