You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed bug in Device Create - Set baseos version using Publish API as part of create. (#23)
* Fixed bug in Device Create - Set baseos version using Publish API as
part of create.
* Update Schema documentation with changes for fields to support device
create
* Fixed bugs in tests introduced by the Create device fix
Copy file name to clipboardExpand all lines: docs/data-sources/edgenode.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,31 +21,33 @@ Schema for data source zedcloud_edgenode. Must specify id or name
21
21
22
22
### Optional
23
23
24
+
-**adminstate_config** (String) Administrative state of device. Required field. Valid Values to configure: ADMIN_STATE_ACTIVE, ADMIN_STATE_INACTIVE
24
25
-**asset_id** (String) Device asset ID
25
26
-**client_ip** (String) Client IP
26
27
-**config_items** (Map of String) EVE Runtime Configuration Properties
27
28
-**description** (String) Detailed description of the Object
28
29
-**dev_location** (Block List) User specified geo location (see [below for nested schema](#nestedblock--dev_location))
29
30
-**eve_image_version** (String) Verion of EVE-OS image to be used by the Edge Node
30
31
-**interface** (Block Set) System Interface Set (see [below for nested schema](#nestedblock--interface))
32
+
-**model_id** (String) ID of device model object for the Edge Node
33
+
-**onboard_key** (String) Onboard Key for the device
34
+
-**project_id** (String) ID of the project to which the Object belongs
35
+
-**serialno** (String) Edge Node serial number
31
36
-**tags** (Map of String) Tags are name/value pairs that enable you to categorize resources. Tag names are case insensitive with max_length 512 and min_length 3. Tag values are case sensitive with max_length 256 and min_length 3
32
37
-**title** (String) User defined title of the object. title can be changed any time.
33
38
34
39
### Read-Only
35
40
36
-
-**adminstate** (String) Administrative state of device
41
+
-**adminstate** (String) Current Administrative state of device. Apart from states specified in adminstate_config field, this can also be in ADMIN_STATE_REGISTERED (Device is Active and registered)
37
42
-**cluster_id** (String) ID of the Cluster to which the Edge Node belongs.
38
43
-**cpu** (Number) CPU (configured values)
39
44
-**id** (String) System defined unique Id of the Object
40
45
-**memory** (Number) Device memory in MBs
41
-
-**model_id** (String) ID of device model object for the Edge Node
42
-
-**project_id** (String) ID of the project to which the Object belongs
43
46
-**reset_counter** (Number) Reset Counter Value
44
47
-**reset_time** (String) Edge Node Last Reset Time
45
48
-**revision** (List of Object) System defined revision information of the object (see [below for nested schema](#nestedatt--revision))
Copy file name to clipboardExpand all lines: docs/resources/edgenode.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,31 +21,33 @@ description: |-
21
21
22
22
### Optional
23
23
24
+
-**adminstate_config** (String) Administrative state of device. Required field. Valid Values to configure: ADMIN_STATE_ACTIVE, ADMIN_STATE_INACTIVE
24
25
-**asset_id** (String) Device asset ID
25
26
-**client_ip** (String) Client IP
26
27
-**config_items** (Map of String) EVE Runtime Configuration Properties
27
28
-**description** (String) Detailed description of the Object
28
29
-**dev_location** (Block List) User specified geo location (see [below for nested schema](#nestedblock--dev_location))
29
30
-**eve_image_version** (String) Verion of EVE-OS image to be used by the Edge Node
30
31
-**interface** (Block Set) System Interface Set (see [below for nested schema](#nestedblock--interface))
32
+
-**model_id** (String) ID of device model object for the Edge Node
33
+
-**onboard_key** (String) Onboard Key for the device
34
+
-**project_id** (String) ID of the project to which the Object belongs
35
+
-**serialno** (String) Edge Node serial number
31
36
-**tags** (Map of String) Tags are name/value pairs that enable you to categorize resources. Tag names are case insensitive with max_length 512 and min_length 3. Tag values are case sensitive with max_length 256 and min_length 3
32
37
-**title** (String) User defined title of the object. title can be changed any time.
33
38
34
39
### Read-Only
35
40
36
-
-**adminstate** (String) Administrative state of device
41
+
-**adminstate** (String) Current Administrative state of device. Apart from states specified in adminstate_config field, this can also be in ADMIN_STATE_REGISTERED (Device is Active and registered)
37
42
-**cluster_id** (String) ID of the Cluster to which the Edge Node belongs.
38
43
-**cpu** (Number) CPU (configured values)
39
44
-**id** (String) System defined unique Id of the Object
40
45
-**memory** (Number) Device memory in MBs
41
-
-**model_id** (String) ID of device model object for the Edge Node
42
-
-**project_id** (String) ID of the project to which the Object belongs
43
46
-**reset_counter** (Number) Reset Counter Value
44
47
-**reset_time** (String) Edge Node Last Reset Time
45
48
-**revision** (List of Object) System defined revision information of the object (see [below for nested schema](#nestedatt--revision))
0 commit comments