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
| `stylus.site.caCerts` | The Secure Sockets Layer (SSL) Certificate Authority (CA) certificates. The certificates must be base64-encoded. | Array of strings | None |
246
-
| `stylus.site.clusterId` | The ID of the cluster the Edge host belongs to. | String | `''` |
247
-
| `stylus.site.clusterName` | The name of the cluster the Edge host belongs to. | String | `''` |
248
-
| `stylus.site.deviceUIDPaths` | A list of file paths for reading in a product or board serial that can be used to set the device ID. The default file path is `/sys/class/dmi/id/product_uuid`. Refer to the [Device ID (UID) Parameters](#device-id-uid-parameters) section to learn more. | Array of `FileList` | None |
249
-
| `stylus.site.edgeHostToken` | A token created at the tenant scope that is required for auto registration. | String | `''` |
250
-
| `stylus.site.hostName` | The host name for the Edge host. This will also be the node's name when the host is added to a cluster. If you do not specify a host name, the `stylus.site.name` value becomes the host name. | String | `''` |
251
-
| `stylus.site.insecureSkipVerify` | This controls whether or not a client verifies the server’s certificate chain and hostname. | boolean | `false` |
252
-
| `stylus.site.name` | The Edge host ID with which the host registers with Palette. | String | `''` |
253
-
| `stylus.site.network` | The network configuration settings. Refer to [Site Network Parameters](#site-network-parameters) for more details. | Object | None |
254
-
| `stylus.site.paletteEndpoint` | The URL endpoint that points to Palette. Example: `api.spectrocloud.com`| String | `''` |
255
-
| `stylus.site.prefix` | A prefix prepended to the Edge device hostname to form the Edge device ID. Only alphanumeric characters and `-` are allowed. | String | `edge` |
256
-
| `stylus.site.projectName` | The name of the project to which the Edge host belongs. | String | `''` |
257
-
| `stylus.site.projectUid` | The ID of the project to which the Edge host belongs. | String | `''` |
258
-
| `stylus.site.registrationURL` | The URL that operators use to register the Edge host with Palette. | String | `''` |
259
-
| `stylus.site.tags` | A parameter object you can use to provide optional key-value pairs. Refer to the [Tags](#tags) section to learn more. | Map of `string` and object value | None |
260
-
| `stylus.site.tagsFromFile` | Specify tags from a file. Refer to [Tags](#tags) for more information. | `TagsFromFile` object | None |
261
-
| `stylus.site.tagsFromScript` | Use a script to generate tags. Refer to [Tags](#tags) for more information. | `TagsFromScript` object | None |
| `stylus.site.caCerts` | The Secure Sockets Layer (SSL) Certificate Authority (CA) certificates. The certificates must be base64-encoded. | Array of strings | None |
246
+
| `stylus.site.clusterId` | The ID of the cluster the Edge host belongs to. | String | `''` |
247
+
| `stylus.site.clusterName` | The name of the cluster the Edge host belongs to. | String | `''` |
248
+
| `stylus.site.deviceUIDPaths` | A list of file paths for reading in a product or board serial that can be used to set the device ID. The default file path is `/sys/class/dmi/id/product_uuid`. Refer to the [Device ID (UID) Parameters](#device-id-uid-parameters) section to learn more. | Array of `FileList` | None |
249
+
| `stylus.site.edgeHostToken` | A token created at the tenant scope that is required for auto registration. | String | `''` |
250
+
| `stylus.site.hostName` | The host name for the Edge host. This will also be the node's name when the host is added to a cluster. If you do not specify a host name, the `stylus.site.name` value becomes the host name. | String | `''` |
251
+
| `stylus.site.insecureSkipVerify` | This controls whether or not a client verifies the server’s certificate chain and hostname. | boolean | `false` |
252
+
| `stylus.site.name` | The Edge host ID with which the host registers with Palette. | String | `''` |
253
+
| `stylus.site.network` | The network configuration settings. Refer to [Site Network Parameters](#site-network-parameters) for more details. | Object | None |
254
+
| `stylus.site.paletteEndpoint` | The URL endpoint that points to Palette. Example: `api.spectrocloud.com`| String | `''` |
255
+
| `stylus.site.prefix` | A prefix prepended to the Edge device hostname to form the Edge device ID. Only alphanumeric characters and `-` are allowed. | String | `edge` |
256
+
| `stylus.site.projectName` | The name of the project to which the Edge host belongs. | String | `''` |
257
+
| `stylus.site.projectUid` | The ID of the project to which the Edge host belongs. | String | `''` |
258
+
| `stylus.site.registrationURL` | The URL that operators use to register the Edge host with Palette. | String | `''` |
259
+
| `stylus.site.remoteShell.disable` | When set to `true`, disables remote shell access to the host. This parameter is supported for Edge hosts built with Palette agent version 4.7.c-canvos or later. | boolean | `false` |
260
+
| `stylus.site.tags` | A parameter object you can use to provide optional key-value pairs. Refer to the [Tags](#tags) section to learn more. | Map of `string` and object value | None |
261
+
| `stylus.site.tagsFromFile` | Specify tags from a file. Refer to [Tags](#tags) for more information. | `TagsFromFile` object | None |
262
+
| `stylus.site.tagsFromScript` | Use a script to generate tags. Refer to [Tags](#tags) for more information. | `TagsFromScript` object | None |
0 commit comments