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
feat: add private locations assignment to checks/groups (#168)
* add private location assignment to groups issue-164
* feat: add support for private locations assignment on checks/groups
* refactor: use default sets for private locations
* chore: bump go sdk version
* test: add private locations to check/test groups
Co-authored-by: Nacho Anaya <[email protected]>
-`frequency_offset` (Number) This property only valid for API high frequency checks. To create a hight frequency check, the property `frequency` must be `0` and `frequency_offset` could be `10`, `20` or `30`.
208
208
-`group_id` (Number) The id of the check group this check is part of.
209
209
-`group_order` (Number) The position of this check in a check group. It determines in what order checks are run when a group is triggered from the API or from CI/CD.
210
+
-`private_locations` (Set of String) Private locations assigned to the check.
210
211
-`id` (String) The ID of this resource.
211
212
-`local_setup_script` (String) A valid piece of Node.js code to run in the setup phase.
212
213
-`local_teardown_script` (String) A valid piece of Node.js code to run in the teardown phase.
0 commit comments