|
60 | 60 | | `allow_user_cancel_workspace_jobs` | boolean | false | none | Allow users to cancel in-progress workspace jobs.<br>\*bool as the default value is "true". |
|
61 | 61 | | `default_ttl_ms` | integer | false | none | DefaultTTLMillis allows optionally specifying the default TTL<br>for all workspaces created from this template. |
|
62 | 62 | | `description` | string | false | none | Description is a description of what the template contains. It must be<br>less than 128 bytes. |
|
63 |
| -| `display_name` | string | false | none | DisplayName is the displayed name of the template. | |
| 63 | +| `display_name` | string | false | none | Display name is the displayed name of the template. | |
64 | 64 | | `icon` | string | false | none | Icon is a relative path or external URL that specifies<br>an icon to be displayed in the dashboard. |
|
65 | 65 | | `name` | string | true | none | Name is the name of the template. |
|
66 | 66 | | `parameter_values` | array of [codersdk.CreateParameterRequest](#codersdkcreateparameterrequest) | false | none | none |
|
|
98 | 98 | | ----------- | ------- | -------- | ------------ | ------------------------------------------------------------------------------------------------ |
|
99 | 99 | | `interval` | integer | false | none | Interval specifies the seconds between each health check. |
|
100 | 100 | | `threshold` | integer | false | none | Threshold specifies the number of consecutive failed health checks before returning "unhealthy". |
|
101 |
| -| `url` | string | false | none | URL specifies the url to check for the app health. | |
| 101 | +| `url` | string | false | none | Url specifies the url to check for the app health. | |
102 | 102 |
|
103 | 103 | ## codersdk.ProvisionerJob
|
104 | 104 |
|
|
208 | 208 |
|
209 | 209 | ### Properties
|
210 | 210 |
|
211 |
| -| Name | Type | Required | Restrictions | Description | |
212 |
| -| ---------------------------------- | ------------------------------------------------------------------ | -------- | ------------ | ------------------------------------------ | |
213 |
| -| `active_user_count` | integer | false | none | ActiveUserCount is set to -1 when loading. | |
214 |
| -| `active_version_id` | string | false | none | none | |
215 |
| -| `allow_user_cancel_workspace_jobs` | boolean | false | none | none | |
216 |
| -| `build_time_stats` | [codersdk.TemplateBuildTimeStats](#codersdktemplatebuildtimestats) | false | none | none | |
217 |
| -| `created_at` | string | false | none | none | |
218 |
| -| `created_by_id` | string | false | none | none | |
219 |
| -| `created_by_name` | string | false | none | none | |
220 |
| -| `default_ttl_ms` | integer | false | none | none | |
221 |
| -| `description` | string | false | none | none | |
222 |
| -| `display_name` | string | false | none | none | |
223 |
| -| `icon` | string | false | none | none | |
224 |
| -| `id` | string | false | none | none | |
225 |
| -| `name` | string | false | none | none | |
226 |
| -| `organization_id` | string | false | none | none | |
227 |
| -| `provisioner` | string | false | none | none | |
228 |
| -| `updated_at` | string | false | none | none | |
229 |
| -| `workspace_owner_count` | integer | false | none | none | |
| 211 | +| Name | Type | Required | Restrictions | Description | |
| 212 | +| ---------------------------------- | ------------------------------------------------------------------ | -------- | ------------ | -------------------------------------------- | |
| 213 | +| `active_user_count` | integer | false | none | Active user count is set to -1 when loading. | |
| 214 | +| `active_version_id` | string | false | none | none | |
| 215 | +| `allow_user_cancel_workspace_jobs` | boolean | false | none | none | |
| 216 | +| `build_time_stats` | [codersdk.TemplateBuildTimeStats](#codersdktemplatebuildtimestats) | false | none | none | |
| 217 | +| `created_at` | string | false | none | none | |
| 218 | +| `created_by_id` | string | false | none | none | |
| 219 | +| `created_by_name` | string | false | none | none | |
| 220 | +| `default_ttl_ms` | integer | false | none | none | |
| 221 | +| `description` | string | false | none | none | |
| 222 | +| `display_name` | string | false | none | none | |
| 223 | +| `icon` | string | false | none | none | |
| 224 | +| `id` | string | false | none | none | |
| 225 | +| `name` | string | false | none | none | |
| 226 | +| `organization_id` | string | false | none | none | |
| 227 | +| `provisioner` | string | false | none | none | |
| 228 | +| `updated_at` | string | false | none | none | |
| 229 | +| `workspace_owner_count` | integer | false | none | none | |
230 | 230 |
|
231 | 231 | ## codersdk.TemplateBuildTimeStats
|
232 | 232 |
|
|
245 | 245 |
|
246 | 246 | ### Properties
|
247 | 247 |
|
248 |
| -| Name | Type | Required | Restrictions | Description | |
249 |
| -| -------------------------- | ---------------------------------------------------- | -------- | ------------ | ----------- | |
250 |
| -| `**additionalProperties**` | [codersdk.TransitionStats](#codersdktransitionstats) | false | none | none | |
| 248 | +| Name | Type | Required | Restrictions | Description | |
| 249 | +| ---------------- | ---------------------------------------------------- | -------- | ------------ | ----------- | |
| 250 | +| `[any property]` | [codersdk.TransitionStats](#codersdktransitionstats) | false | none | none | |
251 | 251 |
|
252 | 252 | ## codersdk.TransitionStats
|
253 | 253 |
|
|
588 | 588 | | Name | Type | Required | Restrictions | Description |
|
589 | 589 | | --------------- | -------------------------------------------- | -------- | ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
590 | 590 | | `command` | string | false | none | none |
|
591 |
| -| `display_name` | string | false | none | DisplayName is a friendly name for the app. | |
| 591 | +| `display_name` | string | false | none | Display name is a friendly name for the app. | |
592 | 592 | | `external` | boolean | false | none | External specifies whether the URL should be opened externally on<br>the client or not. |
|
593 | 593 | | `health` | string | false | none | none |
|
594 | 594 | | `healthcheck` | [codersdk.Healthcheck](#codersdkhealthcheck) | false | none | none |
|
|
597 | 597 | | `sharing_level` | string | false | none | none |
|
598 | 598 | | `slug` | string | false | none | Slug is a unique identifier within the agent. |
|
599 | 599 | | `subdomain` | boolean | false | none | Subdomain denotes whether the app should be accessed via a path on the<br>`coder server` or via a hostname-based dev URL. If this is set to true<br>and there is no app wildcard configured on the server, the app will not<br>be accessible in the UI. |
|
600 |
| -| `url` | string | false | none | URL is the address being proxied to inside the workspace.<br>If external is specified, this will be opened on the client. | |
| 600 | +| `url` | string | false | none | Url is the address being proxied to inside the workspace.<br>If external is specified, this will be opened on the client. | |
601 | 601 |
|
602 | 602 | ## codersdk.WorkspaceBuild
|
603 | 603 |
|
|
0 commit comments