iectl iem-v2 device create¶
Create a new Edge Device
Synopsis¶
This method creates an Edge Device on IEM with the given configuration. It returns a JSON string which can be used for onboarding the Edge Device.
iectl iem-v2 device create [flags]
Options¶
--body string The device configuration object including device type, network settings, credentials, and onboarding parameters required to create and register an Edge Device on IEM.
-d, --data string use this flag for passing data via json or as datafile with @filename
-h, --help help for create
Options inherited from parent commands¶
-o, --output string output format
-q, --query string query on result of object
-v, --verbose verbose output
Example¶
$ iectl iem-v2 device create --data @SampleFilename.json
SEE ALSO¶
- iectl iem-v2 device - device management related commands
- iectl iem-v2 device app-statistics - List Edge Device's application statistics
- iectl iem-v2 device create-template - Prints example body for command create as a helping guide
- iectl iem-v2 device delete - Delete an Edge Device
- iectl iem-v2 device device-types - list supported device types on IEM
- iectl iem-v2 device firmware - device firmware related commands
- iectl iem-v2 device details - Get Edge Device Details
- iectl iem-v2 device statistics - Get statistics for a Edge Device
- iectl iem-v2 device label - allocate/deallocate labels to/from Edge Devices
- iectl iem-v2 device list - List Edge Devices
- iectl iem-v2 device log-streaming - Modify and view log streaming settings on Edge Device
- iectl iem-v2 device onboard - onboard Edge Device
- iectl iem-v2 device system - executes system commands on an Edge Device