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
Copy file name to clipboardExpand all lines: docs/data.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ An alert definition is a trigger that specifies conditions under which the alert
28
28
29
29
### Alert.id
30
30
31
-
A unique alphanumeric ID for the alert.
31
+
A unique lowercase alphanumeric ID for the alert.
32
32
33
33
### Alert.title
34
34
@@ -114,7 +114,7 @@ An API Key is a unique identifier used to authenticate requests. Here is an API
114
114
115
115
### APIKey.id
116
116
117
-
A unique alphanumeric ID for the API Key.
117
+
A unique lowercase alphanumeric ID for the API Key.
118
118
119
119
### APIKey.key
120
120
@@ -182,7 +182,7 @@ Note that the bucket user data and files are stored separately, outside of the b
182
182
183
183
### Bucket.id
184
184
185
-
A unique alphanumeric ID for the bucket.
185
+
A unique lowercase alphanumeric ID for the bucket.
186
186
187
187
### Bucket.title
188
188
@@ -248,7 +248,7 @@ A category is a way to group related events together. Each event can belong to
248
248
249
249
### Category.id
250
250
251
-
A unique alphanumeric ID for the category.
251
+
A unique lowercase alphanumeric ID for the category.
252
252
253
253
### Category.enabled
254
254
@@ -326,7 +326,7 @@ A notification channel is a way to send notifications to a group of users, and t
326
326
327
327
### Channel.id
328
328
329
-
A unique alphanumeric ID for the channel.
329
+
A unique lowercase alphanumeric ID for the channel.
330
330
331
331
### Channel.title
332
332
@@ -434,7 +434,7 @@ Events have the following properties:
434
434
435
435
### Event.id
436
436
437
-
A unique alphanumeric ID for the event.
437
+
A unique lowercase alphanumeric ID for the event.
438
438
439
439
### Event.title
440
440
@@ -534,7 +534,7 @@ A server group is a collection of servers, usually auto-matched by hostname, but
534
534
535
535
### Group.id
536
536
537
-
A unique alphanumeric ID for the group.
537
+
A unique lowercase alphanumeric ID for the group.
538
538
539
539
### Group.title
540
540
@@ -582,7 +582,7 @@ And these additions:
582
582
583
583
### Job.id
584
584
585
-
An auto-generated, unique, alphanumeric ID for the job, which will always start with a `j`.
585
+
An auto-generated, unique, lowercase alphanumeric ID for the job, which will always start with a `j`.
586
586
587
587
### Job.type
588
588
@@ -893,7 +893,7 @@ A monitor keeps track on a specific numeric server metric. These are graphed in
893
893
894
894
### Monitor.id
895
895
896
-
A unique alphanumeric ID for the monitor.
896
+
A unique lowercase alphanumeric ID for the monitor.
897
897
898
898
### Monitor.title
899
899
@@ -998,7 +998,7 @@ Plugins are used to extend xyOps in a variety of ways, including custom event ac
998
998
999
999
### Plugin.id
1000
1000
1001
-
A unique alphanumeric ID for the plugin.
1001
+
A unique lowercase alphanumeric ID for the plugin.
1002
1002
1003
1003
### Plugin.title
1004
1004
@@ -1030,7 +1030,7 @@ A set of custom parameters to pass to the plugin when it is executed (for non-mo
1030
1030
1031
1031
| Property Name | Type | Description |
1032
1032
|---------------|------|-------------|
1033
-
|`id`| String | A lower-case alphanumeric ID for the parameter (can also contain underscores). |
1033
+
|`id`| String | A lowercase alphanumeric ID for the parameter (can also contain underscores). |
1034
1034
|`title`| String | A visual title for the parameter, displayed in the UI. |
1035
1035
|`type`| String | The parameter type ID, which should be one of: `text`, `textarea`, `code`, `checkbox`, `select`, `hidden`, or `toolset`. |
1036
1036
|`variant`| String | For `text` type controls, you can optionally set a UI input variant: `color`, `date`, `datetime-local`, `email`, `number`, `password`, `text`, `time`, `tel` or `url`. |
@@ -1106,7 +1106,7 @@ A user role is a set of privileges assigned to a user within the system. A user
1106
1106
1107
1107
### Role.id
1108
1108
1109
-
A unique alphanumeric ID for the role.
1109
+
A unique lowercase alphanumeric ID for the role.
1110
1110
1111
1111
### Role.title
1112
1112
@@ -1185,7 +1185,7 @@ A secret is a collection of key/value pairs which are all stored using strong en
1185
1185
1186
1186
### Secret.id
1187
1187
1188
-
A unique alphanumeric ID for the secret.
1188
+
A unique lowercase alphanumeric ID for the secret.
1189
1189
1190
1190
### Secret.title
1191
1191
@@ -1560,7 +1560,7 @@ This array contains a list of all the changes made to the ticket, including thin
1560
1560
1561
1561
| Property Name | Type | Description |
1562
1562
|---------------|------|-------------|
1563
-
|`id`| String | A unique alphanumeric ID for the change. |
1563
+
|`id`| String | A unique lowercase alphanumeric ID for the change. |
1564
1564
|`type`| String | The change type, which should be one of: `change` or `comment`. |
1565
1565
|`username`| String | The username of the user who made the change. |
1566
1566
|`date`| Number | The Unix timestamp of the change. |
@@ -1893,7 +1893,7 @@ Each activity type (denoted by the `action` property) may have different custom
1893
1893
1894
1894
### Activity.id
1895
1895
1896
-
A unique alphanumeric ID which is automatically assigned when the activity is logged.
1896
+
A unique lowercase alphanumeric ID which is automatically assigned when the activity is logged.
1897
1897
1898
1898
### Activity.action
1899
1899
@@ -2550,7 +2550,7 @@ A snapshot is a record of everything happening on a server for a specific instan
2550
2550
2551
2551
### Snapshot.id
2552
2552
2553
-
A unique alphanumeric ID automatically generated for the snapshot.
2553
+
A unique lowercase alphanumeric ID automatically generated for the snapshot.
2554
2554
2555
2555
### Snapshot.type
2556
2556
@@ -2610,7 +2610,7 @@ Snapshots may be taken of entire server groups, which uses the following structu
2610
2610
2611
2611
### GroupSnapshot.id
2612
2612
2613
-
A unique alphanumeric ID automatically generated for the snapshot.
2613
+
A unique lowercase alphanumeric ID automatically generated for the snapshot.
2614
2614
2615
2615
### GroupSnapshot.type
2616
2616
@@ -3092,7 +3092,7 @@ A workflow node is an object which represents an event, an ad-hoc job, a trigger
3092
3092
3093
3093
#### WorkflowNode.id
3094
3094
3095
-
A unique alphanumeric ID for the node, which is automatically assigned when created. Workflow Node IDs will always start with `n`.
3095
+
A unique lowercase alphanumeric ID for the node, which is automatically assigned when created. Workflow Node IDs will always start with `n`.
3096
3096
3097
3097
#### WorkflowNode.type
3098
3098
@@ -3145,7 +3145,7 @@ A workflow connection object represents a connection between two nodes (rendered
3145
3145
3146
3146
#### WorkflowConnection.id
3147
3147
3148
-
A unique alphanumeric ID for the connection, which is automatically assigned when created. Workflow Connection IDs will always start with `c`.
3148
+
A unique lowercase alphanumeric ID for the connection, which is automatically assigned when created. Workflow Connection IDs will always start with `c`.
0 commit comments