losant_rest 1.23.2 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (154) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/test.yml +2 -2
  3. data/.ruby-version +1 -1
  4. data/LICENSE +1 -1
  5. data/README.md +1 -1
  6. data/docs/_schemas.md +1809 -381
  7. data/docs/applicationKeys.md +2 -2
  8. data/docs/events.md +3 -1
  9. data/lib/platform_rest/application.rb +1 -1
  10. data/lib/platform_rest/application_api_token.rb +1 -1
  11. data/lib/platform_rest/application_api_tokens.rb +1 -1
  12. data/lib/platform_rest/application_certificate.rb +1 -1
  13. data/lib/platform_rest/application_certificate_authorities.rb +1 -1
  14. data/lib/platform_rest/application_certificate_authority.rb +1 -1
  15. data/lib/platform_rest/application_certificates.rb +1 -1
  16. data/lib/platform_rest/application_dashboard.rb +1 -1
  17. data/lib/platform_rest/application_dashboards.rb +1 -1
  18. data/lib/platform_rest/application_job_log.rb +1 -1
  19. data/lib/platform_rest/application_job_logs.rb +1 -1
  20. data/lib/platform_rest/application_key.rb +1 -1
  21. data/lib/platform_rest/application_keys.rb +3 -3
  22. data/lib/platform_rest/application_template.rb +1 -1
  23. data/lib/platform_rest/application_templates.rb +1 -1
  24. data/lib/platform_rest/applications.rb +1 -1
  25. data/lib/platform_rest/audit_log.rb +1 -1
  26. data/lib/platform_rest/audit_logs.rb +1 -1
  27. data/lib/platform_rest/auth.rb +1 -1
  28. data/lib/platform_rest/client.rb +3 -3
  29. data/lib/platform_rest/credential.rb +1 -1
  30. data/lib/platform_rest/credentials.rb +1 -1
  31. data/lib/platform_rest/dashboard.rb +1 -1
  32. data/lib/platform_rest/dashboards.rb +1 -1
  33. data/lib/platform_rest/data.rb +1 -1
  34. data/lib/platform_rest/data_table.rb +1 -1
  35. data/lib/platform_rest/data_table_row.rb +1 -1
  36. data/lib/platform_rest/data_table_rows.rb +1 -1
  37. data/lib/platform_rest/data_tables.rb +1 -1
  38. data/lib/platform_rest/device.rb +1 -1
  39. data/lib/platform_rest/device_attribute.rb +1 -1
  40. data/lib/platform_rest/device_attributes.rb +1 -1
  41. data/lib/platform_rest/device_recipe.rb +1 -1
  42. data/lib/platform_rest/device_recipes.rb +1 -1
  43. data/lib/platform_rest/devices.rb +1 -1
  44. data/lib/platform_rest/edge_deployment.rb +1 -1
  45. data/lib/platform_rest/edge_deployments.rb +1 -1
  46. data/lib/platform_rest/embedded_deployment.rb +1 -1
  47. data/lib/platform_rest/embedded_deployments.rb +1 -1
  48. data/lib/platform_rest/error.rb +1 -1
  49. data/lib/platform_rest/event.rb +1 -1
  50. data/lib/platform_rest/events.rb +6 -2
  51. data/lib/platform_rest/experience.rb +1 -1
  52. data/lib/platform_rest/experience_domain.rb +1 -1
  53. data/lib/platform_rest/experience_domains.rb +1 -1
  54. data/lib/platform_rest/experience_endpoint.rb +1 -1
  55. data/lib/platform_rest/experience_endpoints.rb +1 -1
  56. data/lib/platform_rest/experience_group.rb +1 -1
  57. data/lib/platform_rest/experience_groups.rb +1 -1
  58. data/lib/platform_rest/experience_slug.rb +1 -1
  59. data/lib/platform_rest/experience_slugs.rb +1 -1
  60. data/lib/platform_rest/experience_user.rb +1 -1
  61. data/lib/platform_rest/experience_users.rb +1 -1
  62. data/lib/platform_rest/experience_version.rb +1 -1
  63. data/lib/platform_rest/experience_versions.rb +1 -1
  64. data/lib/platform_rest/experience_view.rb +1 -1
  65. data/lib/platform_rest/experience_views.rb +1 -1
  66. data/lib/platform_rest/file.rb +1 -1
  67. data/lib/platform_rest/files.rb +1 -1
  68. data/lib/platform_rest/flow.rb +1 -1
  69. data/lib/platform_rest/flow_version.rb +1 -1
  70. data/lib/platform_rest/flow_versions.rb +1 -1
  71. data/lib/platform_rest/flows.rb +1 -1
  72. data/lib/platform_rest/instance.rb +1 -1
  73. data/lib/platform_rest/instance_api_token.rb +1 -1
  74. data/lib/platform_rest/instance_api_tokens.rb +1 -1
  75. data/lib/platform_rest/instance_audit_log.rb +1 -1
  76. data/lib/platform_rest/instance_audit_logs.rb +1 -1
  77. data/lib/platform_rest/instance_custom_node.rb +1 -1
  78. data/lib/platform_rest/instance_custom_nodes.rb +1 -1
  79. data/lib/platform_rest/instance_member.rb +1 -1
  80. data/lib/platform_rest/instance_members.rb +1 -1
  81. data/lib/platform_rest/instance_notification_rule.rb +1 -1
  82. data/lib/platform_rest/instance_notification_rules.rb +1 -1
  83. data/lib/platform_rest/instance_org.rb +1 -1
  84. data/lib/platform_rest/instance_org_invite.rb +1 -1
  85. data/lib/platform_rest/instance_org_invites.rb +1 -1
  86. data/lib/platform_rest/instance_org_member.rb +1 -1
  87. data/lib/platform_rest/instance_org_members.rb +1 -1
  88. data/lib/platform_rest/instance_orgs.rb +1 -1
  89. data/lib/platform_rest/instance_sandbox.rb +1 -1
  90. data/lib/platform_rest/instance_sandboxes.rb +1 -1
  91. data/lib/platform_rest/instances.rb +1 -1
  92. data/lib/platform_rest/integration.rb +1 -1
  93. data/lib/platform_rest/integrations.rb +1 -1
  94. data/lib/platform_rest/me.rb +1 -1
  95. data/lib/platform_rest/notebook.rb +1 -1
  96. data/lib/platform_rest/notebooks.rb +1 -1
  97. data/lib/platform_rest/org.rb +1 -1
  98. data/lib/platform_rest/org_invites.rb +1 -1
  99. data/lib/platform_rest/orgs.rb +1 -1
  100. data/lib/platform_rest/private_file.rb +1 -1
  101. data/lib/platform_rest/private_files.rb +1 -1
  102. data/lib/platform_rest/resource_job.rb +1 -1
  103. data/lib/platform_rest/resource_jobs.rb +1 -1
  104. data/lib/platform_rest/user_api_token.rb +1 -1
  105. data/lib/platform_rest/user_api_tokens.rb +1 -1
  106. data/lib/platform_rest/utils.rb +1 -1
  107. data/lib/platform_rest/version.rb +2 -2
  108. data/lib/platform_rest/webhook.rb +1 -1
  109. data/lib/platform_rest/webhooks.rb +1 -1
  110. data/lib/platform_rest.rb +1 -1
  111. data/losant_rest.gemspec +6 -5
  112. data/schemas/advancedApplicationKeyQuery.json +345 -0
  113. data/schemas/advancedDeviceQuery.json +36 -0
  114. data/schemas/advancedEventQuery.json +36 -0
  115. data/schemas/advancedExperienceGroupQuery.json +36 -0
  116. data/schemas/advancedExperienceUserQuery.json +36 -0
  117. data/schemas/advancedInstanceOrgQuery.json +36 -0
  118. data/schemas/apiTokenPost.json +0 -1
  119. data/schemas/applicationCertificate.json +5 -0
  120. data/schemas/applicationCertificates.json +5 -0
  121. data/schemas/applicationKey.json +45 -0
  122. data/schemas/applicationKeyPatch.json +28 -0
  123. data/schemas/applicationKeyPost.json +21 -0
  124. data/schemas/applicationKeyPostResponse.json +45 -0
  125. data/schemas/applicationKeys.json +45 -0
  126. data/schemas/credential.json +57 -2
  127. data/schemas/credentialPatch.json +29 -0
  128. data/schemas/credentialPost.json +39 -1
  129. data/schemas/credentials.json +57 -2
  130. data/schemas/devicesDataExport.json +36 -0
  131. data/schemas/devicesDeleteOrRestorePost.json +36 -0
  132. data/schemas/devicesExportPayloadCountPost.json +36 -0
  133. data/schemas/devicesExportPost.json +36 -0
  134. data/schemas/devicesPatch.json +36 -0
  135. data/schemas/devicesRemoveDataPost.json +36 -0
  136. data/schemas/event.json +4 -0
  137. data/schemas/eventPlusNewCount.json +4 -0
  138. data/schemas/eventPost.json +4 -0
  139. data/schemas/events.json +4 -0
  140. data/schemas/eventsExport.json +40 -0
  141. data/schemas/githubLogin.json +0 -1
  142. data/schemas/lastValueQuery.json +36 -0
  143. data/schemas/multiDeviceCommand.json +36 -0
  144. data/schemas/notebook.json +39 -0
  145. data/schemas/notebookPatch.json +39 -0
  146. data/schemas/notebookPost.json +39 -0
  147. data/schemas/notebooks.json +39 -0
  148. data/schemas/samlResponse.json +0 -1
  149. data/schemas/timeSeriesQuery.json +36 -0
  150. data/schemas/userCredentials.json +0 -1
  151. data/schemas/userPost.json +0 -1
  152. data/test/basic_test.rb +1 -1
  153. data/test/test_helper.rb +2 -1
  154. metadata +26 -15
data/docs/_schemas.md CHANGED
@@ -1751,6 +1751,9 @@ Schema for advanced application key queries
1751
1751
  "oneOf": [
1752
1752
  {
1753
1753
  "oneOf": [
1754
+ {
1755
+ "type": "null"
1756
+ },
1754
1757
  {
1755
1758
  "type": "object",
1756
1759
  "properties": {
@@ -1760,6 +1763,9 @@ Schema for advanced application key queries
1760
1763
  "type": "string",
1761
1764
  "maxLength": 255
1762
1765
  },
1766
+ {
1767
+ "type": "null"
1768
+ },
1763
1769
  {
1764
1770
  "type": "object",
1765
1771
  "properties": {
@@ -1802,6 +1808,9 @@ Schema for advanced application key queries
1802
1808
  "type": "string",
1803
1809
  "maxLength": 255
1804
1810
  },
1811
+ {
1812
+ "type": "null"
1813
+ },
1805
1814
  {
1806
1815
  "type": "object",
1807
1816
  "properties": {
@@ -1851,6 +1860,9 @@ Schema for advanced application key queries
1851
1860
  "type": "string",
1852
1861
  "maxLength": 255
1853
1862
  },
1863
+ {
1864
+ "type": "null"
1865
+ },
1854
1866
  {
1855
1867
  "type": "object",
1856
1868
  "properties": {
@@ -1897,6 +1909,9 @@ Schema for advanced application key queries
1897
1909
  "properties": {
1898
1910
  "$eq": {
1899
1911
  "oneOf": [
1912
+ {
1913
+ "type": "null"
1914
+ },
1900
1915
  {
1901
1916
  "type": "object",
1902
1917
  "properties": {
@@ -1906,6 +1921,9 @@ Schema for advanced application key queries
1906
1921
  "type": "string",
1907
1922
  "maxLength": 255
1908
1923
  },
1924
+ {
1925
+ "type": "null"
1926
+ },
1909
1927
  {
1910
1928
  "type": "object",
1911
1929
  "properties": {
@@ -1948,6 +1966,9 @@ Schema for advanced application key queries
1948
1966
  "type": "string",
1949
1967
  "maxLength": 255
1950
1968
  },
1969
+ {
1970
+ "type": "null"
1971
+ },
1951
1972
  {
1952
1973
  "type": "object",
1953
1974
  "properties": {
@@ -1997,6 +2018,9 @@ Schema for advanced application key queries
1997
2018
  "type": "string",
1998
2019
  "maxLength": 255
1999
2020
  },
2021
+ {
2022
+ "type": "null"
2023
+ },
2000
2024
  {
2001
2025
  "type": "object",
2002
2026
  "properties": {
@@ -2049,6 +2073,9 @@ Schema for advanced application key queries
2049
2073
  "properties": {
2050
2074
  "$ne": {
2051
2075
  "oneOf": [
2076
+ {
2077
+ "type": "null"
2078
+ },
2052
2079
  {
2053
2080
  "type": "object",
2054
2081
  "properties": {
@@ -2058,6 +2085,9 @@ Schema for advanced application key queries
2058
2085
  "type": "string",
2059
2086
  "maxLength": 255
2060
2087
  },
2088
+ {
2089
+ "type": "null"
2090
+ },
2061
2091
  {
2062
2092
  "type": "object",
2063
2093
  "properties": {
@@ -2100,6 +2130,9 @@ Schema for advanced application key queries
2100
2130
  "type": "string",
2101
2131
  "maxLength": 255
2102
2132
  },
2133
+ {
2134
+ "type": "null"
2135
+ },
2103
2136
  {
2104
2137
  "type": "object",
2105
2138
  "properties": {
@@ -2149,6 +2182,9 @@ Schema for advanced application key queries
2149
2182
  "type": "string",
2150
2183
  "maxLength": 255
2151
2184
  },
2185
+ {
2186
+ "type": "null"
2187
+ },
2152
2188
  {
2153
2189
  "type": "object",
2154
2190
  "properties": {
@@ -2301,6 +2337,109 @@ Schema for advanced application key queries
2301
2337
  }
2302
2338
  ]
2303
2339
  },
2340
+ "name": {
2341
+ "oneOf": [
2342
+ {
2343
+ "type": [
2344
+ "string",
2345
+ "number",
2346
+ "boolean",
2347
+ "null"
2348
+ ]
2349
+ },
2350
+ {
2351
+ "type": "object",
2352
+ "properties": {
2353
+ "$eq": {
2354
+ "type": [
2355
+ "string",
2356
+ "number",
2357
+ "boolean",
2358
+ "null"
2359
+ ]
2360
+ },
2361
+ "$ne": {
2362
+ "type": [
2363
+ "string",
2364
+ "number",
2365
+ "boolean",
2366
+ "null"
2367
+ ]
2368
+ },
2369
+ "$gt": {
2370
+ "type": [
2371
+ "string",
2372
+ "number",
2373
+ "boolean",
2374
+ "null"
2375
+ ]
2376
+ },
2377
+ "$lt": {
2378
+ "type": [
2379
+ "string",
2380
+ "number",
2381
+ "boolean",
2382
+ "null"
2383
+ ]
2384
+ },
2385
+ "$gte": {
2386
+ "type": [
2387
+ "string",
2388
+ "number",
2389
+ "boolean",
2390
+ "null"
2391
+ ]
2392
+ },
2393
+ "$lte": {
2394
+ "type": [
2395
+ "string",
2396
+ "number",
2397
+ "boolean",
2398
+ "null"
2399
+ ]
2400
+ },
2401
+ "$startsWith": {
2402
+ "type": "string",
2403
+ "minLength": 1
2404
+ },
2405
+ "$endsWith": {
2406
+ "type": "string",
2407
+ "minLength": 1
2408
+ },
2409
+ "$contains": {
2410
+ "type": "string",
2411
+ "minLength": 1
2412
+ },
2413
+ "$ci": {
2414
+ "type": "boolean"
2415
+ },
2416
+ "$in": {
2417
+ "type": "array",
2418
+ "maxItems": 100,
2419
+ "items": {
2420
+ "type": [
2421
+ "string",
2422
+ "number",
2423
+ "boolean"
2424
+ ]
2425
+ }
2426
+ },
2427
+ "$nin": {
2428
+ "type": "array",
2429
+ "maxItems": 100,
2430
+ "items": {
2431
+ "type": [
2432
+ "string",
2433
+ "number",
2434
+ "boolean"
2435
+ ]
2436
+ }
2437
+ }
2438
+ },
2439
+ "additionalProperties": false
2440
+ }
2441
+ ]
2442
+ },
2304
2443
  "description": {
2305
2444
  "oneOf": [
2306
2445
  {
@@ -2712,6 +2851,212 @@ Schema for advanced application key queries
2712
2851
  "additionalProperties": false
2713
2852
  }
2714
2853
  ]
2854
+ },
2855
+ "addressFilterType": {
2856
+ "oneOf": [
2857
+ {
2858
+ "type": [
2859
+ "string",
2860
+ "number",
2861
+ "boolean",
2862
+ "null"
2863
+ ]
2864
+ },
2865
+ {
2866
+ "type": "object",
2867
+ "properties": {
2868
+ "$eq": {
2869
+ "type": [
2870
+ "string",
2871
+ "number",
2872
+ "boolean",
2873
+ "null"
2874
+ ]
2875
+ },
2876
+ "$ne": {
2877
+ "type": [
2878
+ "string",
2879
+ "number",
2880
+ "boolean",
2881
+ "null"
2882
+ ]
2883
+ },
2884
+ "$gt": {
2885
+ "type": [
2886
+ "string",
2887
+ "number",
2888
+ "boolean",
2889
+ "null"
2890
+ ]
2891
+ },
2892
+ "$lt": {
2893
+ "type": [
2894
+ "string",
2895
+ "number",
2896
+ "boolean",
2897
+ "null"
2898
+ ]
2899
+ },
2900
+ "$gte": {
2901
+ "type": [
2902
+ "string",
2903
+ "number",
2904
+ "boolean",
2905
+ "null"
2906
+ ]
2907
+ },
2908
+ "$lte": {
2909
+ "type": [
2910
+ "string",
2911
+ "number",
2912
+ "boolean",
2913
+ "null"
2914
+ ]
2915
+ },
2916
+ "$startsWith": {
2917
+ "type": "string",
2918
+ "minLength": 1
2919
+ },
2920
+ "$endsWith": {
2921
+ "type": "string",
2922
+ "minLength": 1
2923
+ },
2924
+ "$contains": {
2925
+ "type": "string",
2926
+ "minLength": 1
2927
+ },
2928
+ "$ci": {
2929
+ "type": "boolean"
2930
+ },
2931
+ "$in": {
2932
+ "type": "array",
2933
+ "maxItems": 100,
2934
+ "items": {
2935
+ "type": [
2936
+ "string",
2937
+ "number",
2938
+ "boolean"
2939
+ ]
2940
+ }
2941
+ },
2942
+ "$nin": {
2943
+ "type": "array",
2944
+ "maxItems": 100,
2945
+ "items": {
2946
+ "type": [
2947
+ "string",
2948
+ "number",
2949
+ "boolean"
2950
+ ]
2951
+ }
2952
+ }
2953
+ },
2954
+ "additionalProperties": false
2955
+ }
2956
+ ]
2957
+ },
2958
+ "addresses": {
2959
+ "oneOf": [
2960
+ {
2961
+ "type": [
2962
+ "string",
2963
+ "number",
2964
+ "boolean",
2965
+ "null"
2966
+ ]
2967
+ },
2968
+ {
2969
+ "type": "object",
2970
+ "properties": {
2971
+ "$eq": {
2972
+ "type": [
2973
+ "string",
2974
+ "number",
2975
+ "boolean",
2976
+ "null"
2977
+ ]
2978
+ },
2979
+ "$ne": {
2980
+ "type": [
2981
+ "string",
2982
+ "number",
2983
+ "boolean",
2984
+ "null"
2985
+ ]
2986
+ },
2987
+ "$gt": {
2988
+ "type": [
2989
+ "string",
2990
+ "number",
2991
+ "boolean",
2992
+ "null"
2993
+ ]
2994
+ },
2995
+ "$lt": {
2996
+ "type": [
2997
+ "string",
2998
+ "number",
2999
+ "boolean",
3000
+ "null"
3001
+ ]
3002
+ },
3003
+ "$gte": {
3004
+ "type": [
3005
+ "string",
3006
+ "number",
3007
+ "boolean",
3008
+ "null"
3009
+ ]
3010
+ },
3011
+ "$lte": {
3012
+ "type": [
3013
+ "string",
3014
+ "number",
3015
+ "boolean",
3016
+ "null"
3017
+ ]
3018
+ },
3019
+ "$startsWith": {
3020
+ "type": "string",
3021
+ "minLength": 1
3022
+ },
3023
+ "$endsWith": {
3024
+ "type": "string",
3025
+ "minLength": 1
3026
+ },
3027
+ "$contains": {
3028
+ "type": "string",
3029
+ "minLength": 1
3030
+ },
3031
+ "$ci": {
3032
+ "type": "boolean"
3033
+ },
3034
+ "$in": {
3035
+ "type": "array",
3036
+ "maxItems": 100,
3037
+ "items": {
3038
+ "type": [
3039
+ "string",
3040
+ "number",
3041
+ "boolean"
3042
+ ]
3043
+ }
3044
+ },
3045
+ "$nin": {
3046
+ "type": "array",
3047
+ "maxItems": 100,
3048
+ "items": {
3049
+ "type": [
3050
+ "string",
3051
+ "number",
3052
+ "boolean"
3053
+ ]
3054
+ }
3055
+ }
3056
+ },
3057
+ "additionalProperties": false
3058
+ }
3059
+ ]
2715
3060
  }
2716
3061
  }
2717
3062
  }
@@ -4022,6 +4367,9 @@ Schema for advanced device queries
4022
4367
  "oneOf": [
4023
4368
  {
4024
4369
  "oneOf": [
4370
+ {
4371
+ "type": "null"
4372
+ },
4025
4373
  {
4026
4374
  "type": "object",
4027
4375
  "properties": {
@@ -4031,6 +4379,9 @@ Schema for advanced device queries
4031
4379
  "type": "string",
4032
4380
  "maxLength": 255
4033
4381
  },
4382
+ {
4383
+ "type": "null"
4384
+ },
4034
4385
  {
4035
4386
  "type": "object",
4036
4387
  "properties": {
@@ -4073,6 +4424,9 @@ Schema for advanced device queries
4073
4424
  "type": "string",
4074
4425
  "maxLength": 255
4075
4426
  },
4427
+ {
4428
+ "type": "null"
4429
+ },
4076
4430
  {
4077
4431
  "type": "object",
4078
4432
  "properties": {
@@ -4122,6 +4476,9 @@ Schema for advanced device queries
4122
4476
  "type": "string",
4123
4477
  "maxLength": 255
4124
4478
  },
4479
+ {
4480
+ "type": "null"
4481
+ },
4125
4482
  {
4126
4483
  "type": "object",
4127
4484
  "properties": {
@@ -4168,6 +4525,9 @@ Schema for advanced device queries
4168
4525
  "properties": {
4169
4526
  "$eq": {
4170
4527
  "oneOf": [
4528
+ {
4529
+ "type": "null"
4530
+ },
4171
4531
  {
4172
4532
  "type": "object",
4173
4533
  "properties": {
@@ -4177,6 +4537,9 @@ Schema for advanced device queries
4177
4537
  "type": "string",
4178
4538
  "maxLength": 255
4179
4539
  },
4540
+ {
4541
+ "type": "null"
4542
+ },
4180
4543
  {
4181
4544
  "type": "object",
4182
4545
  "properties": {
@@ -4219,6 +4582,9 @@ Schema for advanced device queries
4219
4582
  "type": "string",
4220
4583
  "maxLength": 255
4221
4584
  },
4585
+ {
4586
+ "type": "null"
4587
+ },
4222
4588
  {
4223
4589
  "type": "object",
4224
4590
  "properties": {
@@ -4268,6 +4634,9 @@ Schema for advanced device queries
4268
4634
  "type": "string",
4269
4635
  "maxLength": 255
4270
4636
  },
4637
+ {
4638
+ "type": "null"
4639
+ },
4271
4640
  {
4272
4641
  "type": "object",
4273
4642
  "properties": {
@@ -4320,6 +4689,9 @@ Schema for advanced device queries
4320
4689
  "properties": {
4321
4690
  "$ne": {
4322
4691
  "oneOf": [
4692
+ {
4693
+ "type": "null"
4694
+ },
4323
4695
  {
4324
4696
  "type": "object",
4325
4697
  "properties": {
@@ -4329,6 +4701,9 @@ Schema for advanced device queries
4329
4701
  "type": "string",
4330
4702
  "maxLength": 255
4331
4703
  },
4704
+ {
4705
+ "type": "null"
4706
+ },
4332
4707
  {
4333
4708
  "type": "object",
4334
4709
  "properties": {
@@ -4371,6 +4746,9 @@ Schema for advanced device queries
4371
4746
  "type": "string",
4372
4747
  "maxLength": 255
4373
4748
  },
4749
+ {
4750
+ "type": "null"
4751
+ },
4374
4752
  {
4375
4753
  "type": "object",
4376
4754
  "properties": {
@@ -4420,6 +4798,9 @@ Schema for advanced device queries
4420
4798
  "type": "string",
4421
4799
  "maxLength": 255
4422
4800
  },
4801
+ {
4802
+ "type": "null"
4803
+ },
4423
4804
  {
4424
4805
  "type": "object",
4425
4806
  "properties": {
@@ -5974,6 +6355,9 @@ Schema for advanced event queries
5974
6355
  "oneOf": [
5975
6356
  {
5976
6357
  "oneOf": [
6358
+ {
6359
+ "type": "null"
6360
+ },
5977
6361
  {
5978
6362
  "type": "object",
5979
6363
  "properties": {
@@ -5983,6 +6367,9 @@ Schema for advanced event queries
5983
6367
  "type": "string",
5984
6368
  "maxLength": 255
5985
6369
  },
6370
+ {
6371
+ "type": "null"
6372
+ },
5986
6373
  {
5987
6374
  "type": "object",
5988
6375
  "properties": {
@@ -6025,6 +6412,9 @@ Schema for advanced event queries
6025
6412
  "type": "string",
6026
6413
  "maxLength": 255
6027
6414
  },
6415
+ {
6416
+ "type": "null"
6417
+ },
6028
6418
  {
6029
6419
  "type": "object",
6030
6420
  "properties": {
@@ -6074,6 +6464,9 @@ Schema for advanced event queries
6074
6464
  "type": "string",
6075
6465
  "maxLength": 255
6076
6466
  },
6467
+ {
6468
+ "type": "null"
6469
+ },
6077
6470
  {
6078
6471
  "type": "object",
6079
6472
  "properties": {
@@ -6120,6 +6513,9 @@ Schema for advanced event queries
6120
6513
  "properties": {
6121
6514
  "$eq": {
6122
6515
  "oneOf": [
6516
+ {
6517
+ "type": "null"
6518
+ },
6123
6519
  {
6124
6520
  "type": "object",
6125
6521
  "properties": {
@@ -6129,6 +6525,9 @@ Schema for advanced event queries
6129
6525
  "type": "string",
6130
6526
  "maxLength": 255
6131
6527
  },
6528
+ {
6529
+ "type": "null"
6530
+ },
6132
6531
  {
6133
6532
  "type": "object",
6134
6533
  "properties": {
@@ -6171,6 +6570,9 @@ Schema for advanced event queries
6171
6570
  "type": "string",
6172
6571
  "maxLength": 255
6173
6572
  },
6573
+ {
6574
+ "type": "null"
6575
+ },
6174
6576
  {
6175
6577
  "type": "object",
6176
6578
  "properties": {
@@ -6220,6 +6622,9 @@ Schema for advanced event queries
6220
6622
  "type": "string",
6221
6623
  "maxLength": 255
6222
6624
  },
6625
+ {
6626
+ "type": "null"
6627
+ },
6223
6628
  {
6224
6629
  "type": "object",
6225
6630
  "properties": {
@@ -6272,6 +6677,9 @@ Schema for advanced event queries
6272
6677
  "properties": {
6273
6678
  "$ne": {
6274
6679
  "oneOf": [
6680
+ {
6681
+ "type": "null"
6682
+ },
6275
6683
  {
6276
6684
  "type": "object",
6277
6685
  "properties": {
@@ -6281,6 +6689,9 @@ Schema for advanced event queries
6281
6689
  "type": "string",
6282
6690
  "maxLength": 255
6283
6691
  },
6692
+ {
6693
+ "type": "null"
6694
+ },
6284
6695
  {
6285
6696
  "type": "object",
6286
6697
  "properties": {
@@ -6323,6 +6734,9 @@ Schema for advanced event queries
6323
6734
  "type": "string",
6324
6735
  "maxLength": 255
6325
6736
  },
6737
+ {
6738
+ "type": "null"
6739
+ },
6326
6740
  {
6327
6741
  "type": "object",
6328
6742
  "properties": {
@@ -6372,6 +6786,9 @@ Schema for advanced event queries
6372
6786
  "type": "string",
6373
6787
  "maxLength": 255
6374
6788
  },
6789
+ {
6790
+ "type": "null"
6791
+ },
6375
6792
  {
6376
6793
  "type": "object",
6377
6794
  "properties": {
@@ -7104,6 +7521,9 @@ Schema for advanced experience group queries
7104
7521
  "oneOf": [
7105
7522
  {
7106
7523
  "oneOf": [
7524
+ {
7525
+ "type": "null"
7526
+ },
7107
7527
  {
7108
7528
  "type": "object",
7109
7529
  "properties": {
@@ -7113,6 +7533,9 @@ Schema for advanced experience group queries
7113
7533
  "type": "string",
7114
7534
  "maxLength": 255
7115
7535
  },
7536
+ {
7537
+ "type": "null"
7538
+ },
7116
7539
  {
7117
7540
  "type": "object",
7118
7541
  "properties": {
@@ -7155,6 +7578,9 @@ Schema for advanced experience group queries
7155
7578
  "type": "string",
7156
7579
  "maxLength": 255
7157
7580
  },
7581
+ {
7582
+ "type": "null"
7583
+ },
7158
7584
  {
7159
7585
  "type": "object",
7160
7586
  "properties": {
@@ -7204,6 +7630,9 @@ Schema for advanced experience group queries
7204
7630
  "type": "string",
7205
7631
  "maxLength": 255
7206
7632
  },
7633
+ {
7634
+ "type": "null"
7635
+ },
7207
7636
  {
7208
7637
  "type": "object",
7209
7638
  "properties": {
@@ -7250,6 +7679,9 @@ Schema for advanced experience group queries
7250
7679
  "properties": {
7251
7680
  "$eq": {
7252
7681
  "oneOf": [
7682
+ {
7683
+ "type": "null"
7684
+ },
7253
7685
  {
7254
7686
  "type": "object",
7255
7687
  "properties": {
@@ -7259,6 +7691,9 @@ Schema for advanced experience group queries
7259
7691
  "type": "string",
7260
7692
  "maxLength": 255
7261
7693
  },
7694
+ {
7695
+ "type": "null"
7696
+ },
7262
7697
  {
7263
7698
  "type": "object",
7264
7699
  "properties": {
@@ -7301,6 +7736,9 @@ Schema for advanced experience group queries
7301
7736
  "type": "string",
7302
7737
  "maxLength": 255
7303
7738
  },
7739
+ {
7740
+ "type": "null"
7741
+ },
7304
7742
  {
7305
7743
  "type": "object",
7306
7744
  "properties": {
@@ -7350,6 +7788,9 @@ Schema for advanced experience group queries
7350
7788
  "type": "string",
7351
7789
  "maxLength": 255
7352
7790
  },
7791
+ {
7792
+ "type": "null"
7793
+ },
7353
7794
  {
7354
7795
  "type": "object",
7355
7796
  "properties": {
@@ -7402,6 +7843,9 @@ Schema for advanced experience group queries
7402
7843
  "properties": {
7403
7844
  "$ne": {
7404
7845
  "oneOf": [
7846
+ {
7847
+ "type": "null"
7848
+ },
7405
7849
  {
7406
7850
  "type": "object",
7407
7851
  "properties": {
@@ -7411,6 +7855,9 @@ Schema for advanced experience group queries
7411
7855
  "type": "string",
7412
7856
  "maxLength": 255
7413
7857
  },
7858
+ {
7859
+ "type": "null"
7860
+ },
7414
7861
  {
7415
7862
  "type": "object",
7416
7863
  "properties": {
@@ -7453,6 +7900,9 @@ Schema for advanced experience group queries
7453
7900
  "type": "string",
7454
7901
  "maxLength": 255
7455
7902
  },
7903
+ {
7904
+ "type": "null"
7905
+ },
7456
7906
  {
7457
7907
  "type": "object",
7458
7908
  "properties": {
@@ -7502,6 +7952,9 @@ Schema for advanced experience group queries
7502
7952
  "type": "string",
7503
7953
  "maxLength": 255
7504
7954
  },
7955
+ {
7956
+ "type": "null"
7957
+ },
7505
7958
  {
7506
7959
  "type": "object",
7507
7960
  "properties": {
@@ -8638,6 +9091,9 @@ Schema for advanced experience user queries
8638
9091
  "oneOf": [
8639
9092
  {
8640
9093
  "oneOf": [
9094
+ {
9095
+ "type": "null"
9096
+ },
8641
9097
  {
8642
9098
  "type": "object",
8643
9099
  "properties": {
@@ -8647,6 +9103,9 @@ Schema for advanced experience user queries
8647
9103
  "type": "string",
8648
9104
  "maxLength": 255
8649
9105
  },
9106
+ {
9107
+ "type": "null"
9108
+ },
8650
9109
  {
8651
9110
  "type": "object",
8652
9111
  "properties": {
@@ -8689,6 +9148,9 @@ Schema for advanced experience user queries
8689
9148
  "type": "string",
8690
9149
  "maxLength": 255
8691
9150
  },
9151
+ {
9152
+ "type": "null"
9153
+ },
8692
9154
  {
8693
9155
  "type": "object",
8694
9156
  "properties": {
@@ -8738,6 +9200,9 @@ Schema for advanced experience user queries
8738
9200
  "type": "string",
8739
9201
  "maxLength": 255
8740
9202
  },
9203
+ {
9204
+ "type": "null"
9205
+ },
8741
9206
  {
8742
9207
  "type": "object",
8743
9208
  "properties": {
@@ -8784,6 +9249,9 @@ Schema for advanced experience user queries
8784
9249
  "properties": {
8785
9250
  "$eq": {
8786
9251
  "oneOf": [
9252
+ {
9253
+ "type": "null"
9254
+ },
8787
9255
  {
8788
9256
  "type": "object",
8789
9257
  "properties": {
@@ -8793,6 +9261,9 @@ Schema for advanced experience user queries
8793
9261
  "type": "string",
8794
9262
  "maxLength": 255
8795
9263
  },
9264
+ {
9265
+ "type": "null"
9266
+ },
8796
9267
  {
8797
9268
  "type": "object",
8798
9269
  "properties": {
@@ -8835,6 +9306,9 @@ Schema for advanced experience user queries
8835
9306
  "type": "string",
8836
9307
  "maxLength": 255
8837
9308
  },
9309
+ {
9310
+ "type": "null"
9311
+ },
8838
9312
  {
8839
9313
  "type": "object",
8840
9314
  "properties": {
@@ -8884,6 +9358,9 @@ Schema for advanced experience user queries
8884
9358
  "type": "string",
8885
9359
  "maxLength": 255
8886
9360
  },
9361
+ {
9362
+ "type": "null"
9363
+ },
8887
9364
  {
8888
9365
  "type": "object",
8889
9366
  "properties": {
@@ -8936,6 +9413,9 @@ Schema for advanced experience user queries
8936
9413
  "properties": {
8937
9414
  "$ne": {
8938
9415
  "oneOf": [
9416
+ {
9417
+ "type": "null"
9418
+ },
8939
9419
  {
8940
9420
  "type": "object",
8941
9421
  "properties": {
@@ -8945,6 +9425,9 @@ Schema for advanced experience user queries
8945
9425
  "type": "string",
8946
9426
  "maxLength": 255
8947
9427
  },
9428
+ {
9429
+ "type": "null"
9430
+ },
8948
9431
  {
8949
9432
  "type": "object",
8950
9433
  "properties": {
@@ -8987,6 +9470,9 @@ Schema for advanced experience user queries
8987
9470
  "type": "string",
8988
9471
  "maxLength": 255
8989
9472
  },
9473
+ {
9474
+ "type": "null"
9475
+ },
8990
9476
  {
8991
9477
  "type": "object",
8992
9478
  "properties": {
@@ -9036,6 +9522,9 @@ Schema for advanced experience user queries
9036
9522
  "type": "string",
9037
9523
  "maxLength": 255
9038
9524
  },
9525
+ {
9526
+ "type": "null"
9527
+ },
9039
9528
  {
9040
9529
  "type": "object",
9041
9530
  "properties": {
@@ -13132,6 +13621,9 @@ Schema for advanced instance organization queries
13132
13621
  "oneOf": [
13133
13622
  {
13134
13623
  "oneOf": [
13624
+ {
13625
+ "type": "null"
13626
+ },
13135
13627
  {
13136
13628
  "type": "object",
13137
13629
  "properties": {
@@ -13141,6 +13633,9 @@ Schema for advanced instance organization queries
13141
13633
  "type": "string",
13142
13634
  "maxLength": 255
13143
13635
  },
13636
+ {
13637
+ "type": "null"
13638
+ },
13144
13639
  {
13145
13640
  "type": "object",
13146
13641
  "properties": {
@@ -13183,6 +13678,9 @@ Schema for advanced instance organization queries
13183
13678
  "type": "string",
13184
13679
  "maxLength": 255
13185
13680
  },
13681
+ {
13682
+ "type": "null"
13683
+ },
13186
13684
  {
13187
13685
  "type": "object",
13188
13686
  "properties": {
@@ -13232,6 +13730,9 @@ Schema for advanced instance organization queries
13232
13730
  "type": "string",
13233
13731
  "maxLength": 255
13234
13732
  },
13733
+ {
13734
+ "type": "null"
13735
+ },
13235
13736
  {
13236
13737
  "type": "object",
13237
13738
  "properties": {
@@ -13278,6 +13779,9 @@ Schema for advanced instance organization queries
13278
13779
  "properties": {
13279
13780
  "$eq": {
13280
13781
  "oneOf": [
13782
+ {
13783
+ "type": "null"
13784
+ },
13281
13785
  {
13282
13786
  "type": "object",
13283
13787
  "properties": {
@@ -13287,6 +13791,9 @@ Schema for advanced instance organization queries
13287
13791
  "type": "string",
13288
13792
  "maxLength": 255
13289
13793
  },
13794
+ {
13795
+ "type": "null"
13796
+ },
13290
13797
  {
13291
13798
  "type": "object",
13292
13799
  "properties": {
@@ -13329,6 +13836,9 @@ Schema for advanced instance organization queries
13329
13836
  "type": "string",
13330
13837
  "maxLength": 255
13331
13838
  },
13839
+ {
13840
+ "type": "null"
13841
+ },
13332
13842
  {
13333
13843
  "type": "object",
13334
13844
  "properties": {
@@ -13378,6 +13888,9 @@ Schema for advanced instance organization queries
13378
13888
  "type": "string",
13379
13889
  "maxLength": 255
13380
13890
  },
13891
+ {
13892
+ "type": "null"
13893
+ },
13381
13894
  {
13382
13895
  "type": "object",
13383
13896
  "properties": {
@@ -13430,6 +13943,9 @@ Schema for advanced instance organization queries
13430
13943
  "properties": {
13431
13944
  "$ne": {
13432
13945
  "oneOf": [
13946
+ {
13947
+ "type": "null"
13948
+ },
13433
13949
  {
13434
13950
  "type": "object",
13435
13951
  "properties": {
@@ -13439,6 +13955,9 @@ Schema for advanced instance organization queries
13439
13955
  "type": "string",
13440
13956
  "maxLength": 255
13441
13957
  },
13958
+ {
13959
+ "type": "null"
13960
+ },
13442
13961
  {
13443
13962
  "type": "object",
13444
13963
  "properties": {
@@ -13481,6 +14000,9 @@ Schema for advanced instance organization queries
13481
14000
  "type": "string",
13482
14001
  "maxLength": 255
13483
14002
  },
14003
+ {
14004
+ "type": "null"
14005
+ },
13484
14006
  {
13485
14007
  "type": "object",
13486
14008
  "properties": {
@@ -13530,6 +14052,9 @@ Schema for advanced instance organization queries
13530
14052
  "type": "string",
13531
14053
  "maxLength": 255
13532
14054
  },
14055
+ {
14056
+ "type": "null"
14057
+ },
13533
14058
  {
13534
14059
  "type": "object",
13535
14060
  "properties": {
@@ -14218,7 +14743,6 @@ Schema for the body of an API Token creation request
14218
14743
  "devices.delete",
14219
14744
  "devices.restore",
14220
14745
  "devices.removeData",
14221
- "devices.detailedSummary",
14222
14746
  "devices.deviceNames",
14223
14747
  "devices.export",
14224
14748
  "devices.get",
@@ -15559,6 +16083,11 @@ Schema for a single Application Certificate
15559
16083
  }
15560
16084
  }
15561
16085
  },
16086
+ "certificate": {
16087
+ "type": "string",
16088
+ "maxLength": 32767,
16089
+ "minLength": 50
16090
+ },
15562
16091
  "filterType": {
15563
16092
  "oneOf": [
15564
16093
  {
@@ -16304,6 +16833,11 @@ Schema for a collection of Application Certificates
16304
16833
  }
16305
16834
  }
16306
16835
  },
16836
+ "certificate": {
16837
+ "type": "string",
16838
+ "maxLength": 32767,
16839
+ "minLength": 50
16840
+ },
16307
16841
  "filterType": {
16308
16842
  "oneOf": [
16309
16843
  {
@@ -24716,10 +25250,34 @@ Schema for a single Application Key
24716
25250
  "type": "string",
24717
25251
  "format": "date-time"
24718
25252
  },
25253
+ "createdById": {
25254
+ "type": "string",
25255
+ "pattern": "^[A-Fa-f\\d]{24}$"
25256
+ },
25257
+ "createdByType": {
25258
+ "type": "string",
25259
+ "enum": [
25260
+ "flow",
25261
+ "user",
25262
+ "apiToken"
25263
+ ]
25264
+ },
24719
25265
  "lastUpdated": {
24720
25266
  "type": "string",
24721
25267
  "format": "date-time"
24722
25268
  },
25269
+ "lastUpdatedById": {
25270
+ "type": "string",
25271
+ "pattern": "^[A-Fa-f\\d]{24}$"
25272
+ },
25273
+ "lastUpdatedByType": {
25274
+ "type": "string",
25275
+ "enum": [
25276
+ "flow",
25277
+ "user",
25278
+ "apiToken"
25279
+ ]
25280
+ },
24723
25281
  "key": {
24724
25282
  "type": "string"
24725
25283
  },
@@ -24757,6 +25315,11 @@ Schema for a single Application Key
24757
25315
  },
24758
25316
  "maxItems": 100
24759
25317
  },
25318
+ "name": {
25319
+ "type": "string",
25320
+ "minLength": 1,
25321
+ "maxLength": 255
25322
+ },
24760
25323
  "description": {
24761
25324
  "type": "string",
24762
25325
  "maxLength": 32767
@@ -24794,6 +25357,22 @@ Schema for a single Application Key
24794
25357
  "minLength": 1,
24795
25358
  "maxLength": 1024
24796
25359
  }
25360
+ },
25361
+ "addressFilterType": {
25362
+ "type": "string",
25363
+ "enum": [
25364
+ "all",
25365
+ "whitelist",
25366
+ "blacklist"
25367
+ ]
25368
+ },
25369
+ "addresses": {
25370
+ "type": "array",
25371
+ "maxItems": 100,
25372
+ "items": {
25373
+ "type": "string",
25374
+ "maxLength": 48
25375
+ }
24797
25376
  }
24798
25377
  }
24799
25378
  }
@@ -24836,6 +25415,18 @@ Schema for the body of an Application Key modification request
24836
25415
  "inactive"
24837
25416
  ]
24838
25417
  },
25418
+ "name": {
25419
+ "oneOf": [
25420
+ {
25421
+ "type": "string",
25422
+ "minLength": 1,
25423
+ "maxLength": 255
25424
+ },
25425
+ {
25426
+ "type": "null"
25427
+ }
25428
+ ]
25429
+ },
24839
25430
  "description": {
24840
25431
  "type": "string",
24841
25432
  "maxLength": 32767
@@ -24873,6 +25464,22 @@ Schema for the body of an Application Key modification request
24873
25464
  "minLength": 1,
24874
25465
  "maxLength": 1024
24875
25466
  }
25467
+ },
25468
+ "addressFilterType": {
25469
+ "type": "string",
25470
+ "enum": [
25471
+ "all",
25472
+ "whitelist",
25473
+ "blacklist"
25474
+ ]
25475
+ },
25476
+ "addresses": {
25477
+ "type": "array",
25478
+ "maxItems": 100,
25479
+ "items": {
25480
+ "type": "string",
25481
+ "maxLength": 48
25482
+ }
24876
25483
  }
24877
25484
  },
24878
25485
  "additionalProperties": false
@@ -24927,6 +25534,182 @@ Schema for the body of an Application Key creation request
24927
25534
  },
24928
25535
  "maxItems": 100
24929
25536
  },
25537
+ "name": {
25538
+ "type": "string",
25539
+ "minLength": 1,
25540
+ "maxLength": 255
25541
+ },
25542
+ "description": {
25543
+ "type": "string",
25544
+ "maxLength": 32767
25545
+ },
25546
+ "filterType": {
25547
+ "oneOf": [
25548
+ {
25549
+ "type": "string",
25550
+ "enum": [
25551
+ "all",
25552
+ "whitelist",
25553
+ "blacklist"
25554
+ ]
25555
+ },
25556
+ {
25557
+ "type": "string",
25558
+ "enum": [
25559
+ "none"
25560
+ ]
25561
+ }
25562
+ ]
25563
+ },
25564
+ "pubTopics": {
25565
+ "type": "array",
25566
+ "items": {
25567
+ "type": "string",
25568
+ "minLength": 1,
25569
+ "maxLength": 1024
25570
+ }
25571
+ },
25572
+ "subTopics": {
25573
+ "type": "array",
25574
+ "items": {
25575
+ "type": "string",
25576
+ "minLength": 1,
25577
+ "maxLength": 1024
25578
+ }
25579
+ },
25580
+ "addressFilterType": {
25581
+ "type": "string",
25582
+ "enum": [
25583
+ "all",
25584
+ "whitelist",
25585
+ "blacklist"
25586
+ ]
25587
+ },
25588
+ "addresses": {
25589
+ "type": "array",
25590
+ "maxItems": 100,
25591
+ "items": {
25592
+ "type": "string",
25593
+ "maxLength": 48
25594
+ }
25595
+ }
25596
+ },
25597
+ "additionalProperties": false
25598
+ }
25599
+ ```
25600
+ ### <a name="application-key-post-example"></a> Example
25601
+
25602
+ ```json
25603
+ {
25604
+ "description": "An example new key description",
25605
+ "filterType": "all",
25606
+ "pubTopics": [],
25607
+ "subTopics": []
25608
+ }
25609
+ ```
25610
+
25611
+ <br/>
25612
+
25613
+ ## Application Key Post Response
25614
+
25615
+ Schema for a response of Application Key creation
25616
+
25617
+ ### <a name="application-key-post-response-schema"></a> Schema
25618
+
25619
+ ```json
25620
+ {
25621
+ "$schema": "http://json-schema.org/draft-07/schema#",
25622
+ "type": "object",
25623
+ "properties": {
25624
+ "id": {
25625
+ "type": "string",
25626
+ "pattern": "^[A-Fa-f\\d]{24}$"
25627
+ },
25628
+ "applicationKeyId": {
25629
+ "type": "string",
25630
+ "pattern": "^[A-Fa-f\\d]{24}$"
25631
+ },
25632
+ "applicationId": {
25633
+ "type": "string",
25634
+ "pattern": "^[A-Fa-f\\d]{24}$"
25635
+ },
25636
+ "creationDate": {
25637
+ "type": "string",
25638
+ "format": "date-time"
25639
+ },
25640
+ "createdById": {
25641
+ "type": "string",
25642
+ "pattern": "^[A-Fa-f\\d]{24}$"
25643
+ },
25644
+ "createdByType": {
25645
+ "type": "string",
25646
+ "enum": [
25647
+ "flow",
25648
+ "user",
25649
+ "apiToken"
25650
+ ]
25651
+ },
25652
+ "lastUpdated": {
25653
+ "type": "string",
25654
+ "format": "date-time"
25655
+ },
25656
+ "lastUpdatedById": {
25657
+ "type": "string",
25658
+ "pattern": "^[A-Fa-f\\d]{24}$"
25659
+ },
25660
+ "lastUpdatedByType": {
25661
+ "type": "string",
25662
+ "enum": [
25663
+ "flow",
25664
+ "user",
25665
+ "apiToken"
25666
+ ]
25667
+ },
25668
+ "key": {
25669
+ "type": "string"
25670
+ },
25671
+ "status": {
25672
+ "type": "string",
25673
+ "enum": [
25674
+ "active",
25675
+ "inactive"
25676
+ ]
25677
+ },
25678
+ "secret": {
25679
+ "type": "string"
25680
+ },
25681
+ "deviceIds": {
25682
+ "type": "array",
25683
+ "items": {
25684
+ "type": "string",
25685
+ "pattern": "^[A-Fa-f\\d]{24}$"
25686
+ },
25687
+ "maxItems": 1000
25688
+ },
25689
+ "deviceTags": {
25690
+ "type": "array",
25691
+ "items": {
25692
+ "type": "object",
25693
+ "properties": {
25694
+ "key": {
25695
+ "type": "string",
25696
+ "pattern": "^[0-9a-zA-Z_-]{1,255}$"
25697
+ },
25698
+ "value": {
25699
+ "type": "string",
25700
+ "minLength": 1,
25701
+ "maxLength": 255
25702
+ }
25703
+ },
25704
+ "additionalProperties": false
25705
+ },
25706
+ "maxItems": 100
25707
+ },
25708
+ "name": {
25709
+ "type": "string",
25710
+ "minLength": 1,
25711
+ "maxLength": 255
25712
+ },
24930
25713
  "description": {
24931
25714
  "type": "string",
24932
25715
  "maxLength": 32767
@@ -24964,131 +25747,21 @@ Schema for the body of an Application Key creation request
24964
25747
  "minLength": 1,
24965
25748
  "maxLength": 1024
24966
25749
  }
24967
- }
24968
- },
24969
- "additionalProperties": false
24970
- }
24971
- ```
24972
- ### <a name="application-key-post-example"></a> Example
24973
-
24974
- ```json
24975
- {
24976
- "description": "An example new key description",
24977
- "filterType": "all",
24978
- "pubTopics": [],
24979
- "subTopics": []
24980
- }
24981
- ```
24982
-
24983
- <br/>
24984
-
24985
- ## Application Key Post Response
24986
-
24987
- Schema for a response of Application Key creation
24988
-
24989
- ### <a name="application-key-post-response-schema"></a> Schema
24990
-
24991
- ```json
24992
- {
24993
- "$schema": "http://json-schema.org/draft-07/schema#",
24994
- "type": "object",
24995
- "properties": {
24996
- "id": {
24997
- "type": "string",
24998
- "pattern": "^[A-Fa-f\\d]{24}$"
24999
25750
  },
25000
- "applicationKeyId": {
25001
- "type": "string",
25002
- "pattern": "^[A-Fa-f\\d]{24}$"
25003
- },
25004
- "applicationId": {
25005
- "type": "string",
25006
- "pattern": "^[A-Fa-f\\d]{24}$"
25007
- },
25008
- "creationDate": {
25009
- "type": "string",
25010
- "format": "date-time"
25011
- },
25012
- "lastUpdated": {
25013
- "type": "string",
25014
- "format": "date-time"
25015
- },
25016
- "key": {
25017
- "type": "string"
25018
- },
25019
- "status": {
25751
+ "addressFilterType": {
25020
25752
  "type": "string",
25021
25753
  "enum": [
25022
- "active",
25023
- "inactive"
25754
+ "all",
25755
+ "whitelist",
25756
+ "blacklist"
25024
25757
  ]
25025
25758
  },
25026
- "secret": {
25027
- "type": "string"
25028
- },
25029
- "deviceIds": {
25030
- "type": "array",
25031
- "items": {
25032
- "type": "string",
25033
- "pattern": "^[A-Fa-f\\d]{24}$"
25034
- },
25035
- "maxItems": 1000
25036
- },
25037
- "deviceTags": {
25038
- "type": "array",
25039
- "items": {
25040
- "type": "object",
25041
- "properties": {
25042
- "key": {
25043
- "type": "string",
25044
- "pattern": "^[0-9a-zA-Z_-]{1,255}$"
25045
- },
25046
- "value": {
25047
- "type": "string",
25048
- "minLength": 1,
25049
- "maxLength": 255
25050
- }
25051
- },
25052
- "additionalProperties": false
25053
- },
25054
- "maxItems": 100
25055
- },
25056
- "description": {
25057
- "type": "string",
25058
- "maxLength": 32767
25059
- },
25060
- "filterType": {
25061
- "oneOf": [
25062
- {
25063
- "type": "string",
25064
- "enum": [
25065
- "all",
25066
- "whitelist",
25067
- "blacklist"
25068
- ]
25069
- },
25070
- {
25071
- "type": "string",
25072
- "enum": [
25073
- "none"
25074
- ]
25075
- }
25076
- ]
25077
- },
25078
- "pubTopics": {
25079
- "type": "array",
25080
- "items": {
25081
- "type": "string",
25082
- "minLength": 1,
25083
- "maxLength": 1024
25084
- }
25085
- },
25086
- "subTopics": {
25759
+ "addresses": {
25087
25760
  "type": "array",
25761
+ "maxItems": 100,
25088
25762
  "items": {
25089
25763
  "type": "string",
25090
- "minLength": 1,
25091
- "maxLength": 1024
25764
+ "maxLength": 48
25092
25765
  }
25093
25766
  }
25094
25767
  }
@@ -25149,10 +25822,34 @@ Schema for a collection of Application Keys
25149
25822
  "type": "string",
25150
25823
  "format": "date-time"
25151
25824
  },
25825
+ "createdById": {
25826
+ "type": "string",
25827
+ "pattern": "^[A-Fa-f\\d]{24}$"
25828
+ },
25829
+ "createdByType": {
25830
+ "type": "string",
25831
+ "enum": [
25832
+ "flow",
25833
+ "user",
25834
+ "apiToken"
25835
+ ]
25836
+ },
25152
25837
  "lastUpdated": {
25153
25838
  "type": "string",
25154
25839
  "format": "date-time"
25155
25840
  },
25841
+ "lastUpdatedById": {
25842
+ "type": "string",
25843
+ "pattern": "^[A-Fa-f\\d]{24}$"
25844
+ },
25845
+ "lastUpdatedByType": {
25846
+ "type": "string",
25847
+ "enum": [
25848
+ "flow",
25849
+ "user",
25850
+ "apiToken"
25851
+ ]
25852
+ },
25156
25853
  "key": {
25157
25854
  "type": "string"
25158
25855
  },
@@ -25190,6 +25887,11 @@ Schema for a collection of Application Keys
25190
25887
  },
25191
25888
  "maxItems": 100
25192
25889
  },
25890
+ "name": {
25891
+ "type": "string",
25892
+ "minLength": 1,
25893
+ "maxLength": 255
25894
+ },
25193
25895
  "description": {
25194
25896
  "type": "string",
25195
25897
  "maxLength": 32767
@@ -25227,6 +25929,22 @@ Schema for a collection of Application Keys
25227
25929
  "minLength": 1,
25228
25930
  "maxLength": 1024
25229
25931
  }
25932
+ },
25933
+ "addressFilterType": {
25934
+ "type": "string",
25935
+ "enum": [
25936
+ "all",
25937
+ "whitelist",
25938
+ "blacklist"
25939
+ ]
25940
+ },
25941
+ "addresses": {
25942
+ "type": "array",
25943
+ "maxItems": 100,
25944
+ "items": {
25945
+ "type": "string",
25946
+ "maxLength": 48
25947
+ }
25230
25948
  }
25231
25949
  }
25232
25950
  }
@@ -28514,7 +29232,9 @@ Schema for a single Credential
28514
29232
  "mongodb",
28515
29233
  "mailgun",
28516
29234
  "snowflake",
28517
- "git"
29235
+ "git",
29236
+ "datadog",
29237
+ "certificateKeyPair"
28518
29238
  ]
28519
29239
  },
28520
29240
  "awsConfig": {
@@ -28776,7 +29496,60 @@ Schema for a single Credential
28776
29496
  "required": [
28777
29497
  "type",
28778
29498
  "cloneUrl"
28779
- ]
29499
+ ],
29500
+ "additionalProperties": false
29501
+ },
29502
+ "datadogConfig": {
29503
+ "type": "object",
29504
+ "properties": {
29505
+ "site": {
29506
+ "type": "string",
29507
+ "minLength": 1,
29508
+ "maxLength": 128
29509
+ }
29510
+ },
29511
+ "additionalProperties": false
29512
+ },
29513
+ "certificateKeyPairConfig": {
29514
+ "type": "object",
29515
+ "properties": {
29516
+ "certificate": {
29517
+ "type": "string",
29518
+ "maxLength": 8192
29519
+ },
29520
+ "info": {
29521
+ "type": "object",
29522
+ "properties": {
29523
+ "serialNumber": {
29524
+ "type": "string",
29525
+ "minLength": 1,
29526
+ "maxLength": 1024
29527
+ },
29528
+ "fingerprint": {
29529
+ "type": "string",
29530
+ "minLength": 1,
29531
+ "maxLength": 1024
29532
+ },
29533
+ "commonName": {
29534
+ "type": "string",
29535
+ "maxLength": 1024
29536
+ },
29537
+ "issuerName": {
29538
+ "type": "string",
29539
+ "maxLength": 1024
29540
+ },
29541
+ "notValidBefore": {
29542
+ "type": "string",
29543
+ "format": "date-time"
29544
+ },
29545
+ "notValidAfter": {
29546
+ "type": "string",
29547
+ "format": "date-time"
29548
+ }
29549
+ }
29550
+ }
29551
+ },
29552
+ "additionalProperties": false
28780
29553
  }
28781
29554
  },
28782
29555
  "additionalProperties": false,
@@ -38640,6 +39413,35 @@ Schema for a Credential update request
38640
39413
  }
38641
39414
  },
38642
39415
  "additionalProperties": false
39416
+ },
39417
+ "datadogConfig": {
39418
+ "type": "object",
39419
+ "properties": {
39420
+ "secretValue": {
39421
+ "type": "string",
39422
+ "maxLength": 256
39423
+ },
39424
+ "site": {
39425
+ "type": "string",
39426
+ "minLength": 1,
39427
+ "maxLength": 128
39428
+ }
39429
+ },
39430
+ "additionalProperties": false
39431
+ },
39432
+ "certificateKeyPairConfig": {
39433
+ "type": "object",
39434
+ "properties": {
39435
+ "certificate": {
39436
+ "type": "string",
39437
+ "maxLength": 8192
39438
+ },
39439
+ "privateKey": {
39440
+ "type": "string",
39441
+ "maxLength": 8196
39442
+ }
39443
+ },
39444
+ "additionalProperties": false
38643
39445
  }
38644
39446
  },
38645
39447
  "additionalProperties": false
@@ -38698,7 +39500,9 @@ Schema for a Credential creation request
38698
39500
  "mongodb",
38699
39501
  "mailgun",
38700
39502
  "snowflake",
38701
- "git"
39503
+ "git",
39504
+ "datadog",
39505
+ "certificateKeyPair"
38702
39506
  ]
38703
39507
  },
38704
39508
  "awsConfig": {
@@ -39074,6 +39878,42 @@ Schema for a Credential creation request
39074
39878
  ]
39075
39879
  }
39076
39880
  ]
39881
+ },
39882
+ "datadogConfig": {
39883
+ "type": "object",
39884
+ "properties": {
39885
+ "secretValue": {
39886
+ "type": "string",
39887
+ "maxLength": 256
39888
+ },
39889
+ "site": {
39890
+ "type": "string",
39891
+ "minLength": 1,
39892
+ "maxLength": 128
39893
+ }
39894
+ },
39895
+ "additionalProperties": false,
39896
+ "required": [
39897
+ "secretValue"
39898
+ ]
39899
+ },
39900
+ "certificateKeyPairConfig": {
39901
+ "type": "object",
39902
+ "properties": {
39903
+ "certificate": {
39904
+ "type": "string",
39905
+ "maxLength": 8192
39906
+ },
39907
+ "privateKey": {
39908
+ "type": "string",
39909
+ "maxLength": 8196
39910
+ }
39911
+ },
39912
+ "additionalProperties": false,
39913
+ "required": [
39914
+ "certificate",
39915
+ "privateKey"
39916
+ ]
39077
39917
  }
39078
39918
  },
39079
39919
  "additionalProperties": false,
@@ -39185,7 +40025,9 @@ Schema for a collection of Credentials
39185
40025
  "mongodb",
39186
40026
  "mailgun",
39187
40027
  "snowflake",
39188
- "git"
40028
+ "git",
40029
+ "datadog",
40030
+ "certificateKeyPair"
39189
40031
  ]
39190
40032
  },
39191
40033
  "awsConfig": {
@@ -39447,7 +40289,60 @@ Schema for a collection of Credentials
39447
40289
  "required": [
39448
40290
  "type",
39449
40291
  "cloneUrl"
39450
- ]
40292
+ ],
40293
+ "additionalProperties": false
40294
+ },
40295
+ "datadogConfig": {
40296
+ "type": "object",
40297
+ "properties": {
40298
+ "site": {
40299
+ "type": "string",
40300
+ "minLength": 1,
40301
+ "maxLength": 128
40302
+ }
40303
+ },
40304
+ "additionalProperties": false
40305
+ },
40306
+ "certificateKeyPairConfig": {
40307
+ "type": "object",
40308
+ "properties": {
40309
+ "certificate": {
40310
+ "type": "string",
40311
+ "maxLength": 8192
40312
+ },
40313
+ "info": {
40314
+ "type": "object",
40315
+ "properties": {
40316
+ "serialNumber": {
40317
+ "type": "string",
40318
+ "minLength": 1,
40319
+ "maxLength": 1024
40320
+ },
40321
+ "fingerprint": {
40322
+ "type": "string",
40323
+ "minLength": 1,
40324
+ "maxLength": 1024
40325
+ },
40326
+ "commonName": {
40327
+ "type": "string",
40328
+ "maxLength": 1024
40329
+ },
40330
+ "issuerName": {
40331
+ "type": "string",
40332
+ "maxLength": 1024
40333
+ },
40334
+ "notValidBefore": {
40335
+ "type": "string",
40336
+ "format": "date-time"
40337
+ },
40338
+ "notValidAfter": {
40339
+ "type": "string",
40340
+ "format": "date-time"
40341
+ }
40342
+ }
40343
+ }
40344
+ },
40345
+ "additionalProperties": false
39451
40346
  }
39452
40347
  },
39453
40348
  "additionalProperties": false,
@@ -73245,6 +74140,9 @@ Schema for exporting the data for multiple devices
73245
74140
  "oneOf": [
73246
74141
  {
73247
74142
  "oneOf": [
74143
+ {
74144
+ "type": "null"
74145
+ },
73248
74146
  {
73249
74147
  "type": "object",
73250
74148
  "properties": {
@@ -73254,6 +74152,9 @@ Schema for exporting the data for multiple devices
73254
74152
  "type": "string",
73255
74153
  "maxLength": 255
73256
74154
  },
74155
+ {
74156
+ "type": "null"
74157
+ },
73257
74158
  {
73258
74159
  "type": "object",
73259
74160
  "properties": {
@@ -73296,6 +74197,9 @@ Schema for exporting the data for multiple devices
73296
74197
  "type": "string",
73297
74198
  "maxLength": 255
73298
74199
  },
74200
+ {
74201
+ "type": "null"
74202
+ },
73299
74203
  {
73300
74204
  "type": "object",
73301
74205
  "properties": {
@@ -73345,6 +74249,9 @@ Schema for exporting the data for multiple devices
73345
74249
  "type": "string",
73346
74250
  "maxLength": 255
73347
74251
  },
74252
+ {
74253
+ "type": "null"
74254
+ },
73348
74255
  {
73349
74256
  "type": "object",
73350
74257
  "properties": {
@@ -73391,6 +74298,9 @@ Schema for exporting the data for multiple devices
73391
74298
  "properties": {
73392
74299
  "$eq": {
73393
74300
  "oneOf": [
74301
+ {
74302
+ "type": "null"
74303
+ },
73394
74304
  {
73395
74305
  "type": "object",
73396
74306
  "properties": {
@@ -73400,6 +74310,9 @@ Schema for exporting the data for multiple devices
73400
74310
  "type": "string",
73401
74311
  "maxLength": 255
73402
74312
  },
74313
+ {
74314
+ "type": "null"
74315
+ },
73403
74316
  {
73404
74317
  "type": "object",
73405
74318
  "properties": {
@@ -73442,6 +74355,9 @@ Schema for exporting the data for multiple devices
73442
74355
  "type": "string",
73443
74356
  "maxLength": 255
73444
74357
  },
74358
+ {
74359
+ "type": "null"
74360
+ },
73445
74361
  {
73446
74362
  "type": "object",
73447
74363
  "properties": {
@@ -73491,6 +74407,9 @@ Schema for exporting the data for multiple devices
73491
74407
  "type": "string",
73492
74408
  "maxLength": 255
73493
74409
  },
74410
+ {
74411
+ "type": "null"
74412
+ },
73494
74413
  {
73495
74414
  "type": "object",
73496
74415
  "properties": {
@@ -73543,6 +74462,9 @@ Schema for exporting the data for multiple devices
73543
74462
  "properties": {
73544
74463
  "$ne": {
73545
74464
  "oneOf": [
74465
+ {
74466
+ "type": "null"
74467
+ },
73546
74468
  {
73547
74469
  "type": "object",
73548
74470
  "properties": {
@@ -73552,6 +74474,9 @@ Schema for exporting the data for multiple devices
73552
74474
  "type": "string",
73553
74475
  "maxLength": 255
73554
74476
  },
74477
+ {
74478
+ "type": "null"
74479
+ },
73555
74480
  {
73556
74481
  "type": "object",
73557
74482
  "properties": {
@@ -73594,6 +74519,9 @@ Schema for exporting the data for multiple devices
73594
74519
  "type": "string",
73595
74520
  "maxLength": 255
73596
74521
  },
74522
+ {
74523
+ "type": "null"
74524
+ },
73597
74525
  {
73598
74526
  "type": "object",
73599
74527
  "properties": {
@@ -73643,6 +74571,9 @@ Schema for exporting the data for multiple devices
73643
74571
  "type": "string",
73644
74572
  "maxLength": 255
73645
74573
  },
74574
+ {
74575
+ "type": "null"
74576
+ },
73646
74577
  {
73647
74578
  "type": "object",
73648
74579
  "properties": {
@@ -75359,6 +76290,9 @@ Schema for the body of a bulk device deletion or restoration request
75359
76290
  "oneOf": [
75360
76291
  {
75361
76292
  "oneOf": [
76293
+ {
76294
+ "type": "null"
76295
+ },
75362
76296
  {
75363
76297
  "type": "object",
75364
76298
  "properties": {
@@ -75368,6 +76302,9 @@ Schema for the body of a bulk device deletion or restoration request
75368
76302
  "type": "string",
75369
76303
  "maxLength": 255
75370
76304
  },
76305
+ {
76306
+ "type": "null"
76307
+ },
75371
76308
  {
75372
76309
  "type": "object",
75373
76310
  "properties": {
@@ -75410,6 +76347,9 @@ Schema for the body of a bulk device deletion or restoration request
75410
76347
  "type": "string",
75411
76348
  "maxLength": 255
75412
76349
  },
76350
+ {
76351
+ "type": "null"
76352
+ },
75413
76353
  {
75414
76354
  "type": "object",
75415
76355
  "properties": {
@@ -75459,6 +76399,9 @@ Schema for the body of a bulk device deletion or restoration request
75459
76399
  "type": "string",
75460
76400
  "maxLength": 255
75461
76401
  },
76402
+ {
76403
+ "type": "null"
76404
+ },
75462
76405
  {
75463
76406
  "type": "object",
75464
76407
  "properties": {
@@ -75505,6 +76448,9 @@ Schema for the body of a bulk device deletion or restoration request
75505
76448
  "properties": {
75506
76449
  "$eq": {
75507
76450
  "oneOf": [
76451
+ {
76452
+ "type": "null"
76453
+ },
75508
76454
  {
75509
76455
  "type": "object",
75510
76456
  "properties": {
@@ -75514,6 +76460,173 @@ Schema for the body of a bulk device deletion or restoration request
75514
76460
  "type": "string",
75515
76461
  "maxLength": 255
75516
76462
  },
76463
+ {
76464
+ "type": "null"
76465
+ },
76466
+ {
76467
+ "type": "object",
76468
+ "properties": {
76469
+ "$in": {
76470
+ "type": "array",
76471
+ "maxItems": 100,
76472
+ "items": {
76473
+ "type": "string",
76474
+ "maxLength": 255
76475
+ }
76476
+ }
76477
+ },
76478
+ "required": [
76479
+ "$in"
76480
+ ],
76481
+ "additionalProperties": false
76482
+ },
76483
+ {
76484
+ "type": "object",
76485
+ "properties": {
76486
+ "$nin": {
76487
+ "type": "array",
76488
+ "maxItems": 100,
76489
+ "items": {
76490
+ "type": "string",
76491
+ "maxLength": 255
76492
+ }
76493
+ }
76494
+ },
76495
+ "required": [
76496
+ "$nin"
76497
+ ],
76498
+ "additionalProperties": false
76499
+ }
76500
+ ]
76501
+ },
76502
+ "$tagValue": {
76503
+ "oneOf": [
76504
+ {
76505
+ "type": "string",
76506
+ "maxLength": 255
76507
+ },
76508
+ {
76509
+ "type": "null"
76510
+ },
76511
+ {
76512
+ "type": "object",
76513
+ "properties": {
76514
+ "$in": {
76515
+ "type": "array",
76516
+ "maxItems": 100,
76517
+ "items": {
76518
+ "type": "string",
76519
+ "maxLength": 255
76520
+ }
76521
+ }
76522
+ },
76523
+ "required": [
76524
+ "$in"
76525
+ ],
76526
+ "additionalProperties": false
76527
+ },
76528
+ {
76529
+ "type": "object",
76530
+ "properties": {
76531
+ "$nin": {
76532
+ "type": "array",
76533
+ "maxItems": 100,
76534
+ "items": {
76535
+ "type": "string",
76536
+ "maxLength": 255
76537
+ }
76538
+ }
76539
+ },
76540
+ "required": [
76541
+ "$nin"
76542
+ ],
76543
+ "additionalProperties": false
76544
+ }
76545
+ ]
76546
+ }
76547
+ },
76548
+ "additionalProperties": false,
76549
+ "minProperties": 1
76550
+ },
76551
+ {
76552
+ "type": "object",
76553
+ "patternProperties": {
76554
+ "^[0-9a-zA-Z_-]{1,255}": {
76555
+ "oneOf": [
76556
+ {
76557
+ "type": "string",
76558
+ "maxLength": 255
76559
+ },
76560
+ {
76561
+ "type": "null"
76562
+ },
76563
+ {
76564
+ "type": "object",
76565
+ "properties": {
76566
+ "$in": {
76567
+ "type": "array",
76568
+ "maxItems": 100,
76569
+ "items": {
76570
+ "type": "string",
76571
+ "maxLength": 255
76572
+ }
76573
+ }
76574
+ },
76575
+ "required": [
76576
+ "$in"
76577
+ ],
76578
+ "additionalProperties": false
76579
+ },
76580
+ {
76581
+ "type": "object",
76582
+ "properties": {
76583
+ "$nin": {
76584
+ "type": "array",
76585
+ "maxItems": 100,
76586
+ "items": {
76587
+ "type": "string",
76588
+ "maxLength": 255
76589
+ }
76590
+ }
76591
+ },
76592
+ "required": [
76593
+ "$nin"
76594
+ ],
76595
+ "additionalProperties": false
76596
+ }
76597
+ ]
76598
+ }
76599
+ },
76600
+ "additionalProperties": false
76601
+ }
76602
+ ]
76603
+ }
76604
+ },
76605
+ "required": [
76606
+ "$eq"
76607
+ ],
76608
+ "additionalProperties": false
76609
+ },
76610
+ {
76611
+ "type": "object",
76612
+ "properties": {
76613
+ "$ne": {
76614
+ "oneOf": [
76615
+ {
76616
+ "type": "null"
76617
+ },
76618
+ {
76619
+ "type": "object",
76620
+ "properties": {
76621
+ "$tagKey": {
76622
+ "oneOf": [
76623
+ {
76624
+ "type": "string",
76625
+ "maxLength": 255
76626
+ },
76627
+ {
76628
+ "type": "null"
76629
+ },
75517
76630
  {
75518
76631
  "type": "object",
75519
76632
  "properties": {
@@ -75557,156 +76670,7 @@ Schema for the body of a bulk device deletion or restoration request
75557
76670
  "maxLength": 255
75558
76671
  },
75559
76672
  {
75560
- "type": "object",
75561
- "properties": {
75562
- "$in": {
75563
- "type": "array",
75564
- "maxItems": 100,
75565
- "items": {
75566
- "type": "string",
75567
- "maxLength": 255
75568
- }
75569
- }
75570
- },
75571
- "required": [
75572
- "$in"
75573
- ],
75574
- "additionalProperties": false
75575
- },
75576
- {
75577
- "type": "object",
75578
- "properties": {
75579
- "$nin": {
75580
- "type": "array",
75581
- "maxItems": 100,
75582
- "items": {
75583
- "type": "string",
75584
- "maxLength": 255
75585
- }
75586
- }
75587
- },
75588
- "required": [
75589
- "$nin"
75590
- ],
75591
- "additionalProperties": false
75592
- }
75593
- ]
75594
- }
75595
- },
75596
- "additionalProperties": false,
75597
- "minProperties": 1
75598
- },
75599
- {
75600
- "type": "object",
75601
- "patternProperties": {
75602
- "^[0-9a-zA-Z_-]{1,255}": {
75603
- "oneOf": [
75604
- {
75605
- "type": "string",
75606
- "maxLength": 255
75607
- },
75608
- {
75609
- "type": "object",
75610
- "properties": {
75611
- "$in": {
75612
- "type": "array",
75613
- "maxItems": 100,
75614
- "items": {
75615
- "type": "string",
75616
- "maxLength": 255
75617
- }
75618
- }
75619
- },
75620
- "required": [
75621
- "$in"
75622
- ],
75623
- "additionalProperties": false
75624
- },
75625
- {
75626
- "type": "object",
75627
- "properties": {
75628
- "$nin": {
75629
- "type": "array",
75630
- "maxItems": 100,
75631
- "items": {
75632
- "type": "string",
75633
- "maxLength": 255
75634
- }
75635
- }
75636
- },
75637
- "required": [
75638
- "$nin"
75639
- ],
75640
- "additionalProperties": false
75641
- }
75642
- ]
75643
- }
75644
- },
75645
- "additionalProperties": false
75646
- }
75647
- ]
75648
- }
75649
- },
75650
- "required": [
75651
- "$eq"
75652
- ],
75653
- "additionalProperties": false
75654
- },
75655
- {
75656
- "type": "object",
75657
- "properties": {
75658
- "$ne": {
75659
- "oneOf": [
75660
- {
75661
- "type": "object",
75662
- "properties": {
75663
- "$tagKey": {
75664
- "oneOf": [
75665
- {
75666
- "type": "string",
75667
- "maxLength": 255
75668
- },
75669
- {
75670
- "type": "object",
75671
- "properties": {
75672
- "$in": {
75673
- "type": "array",
75674
- "maxItems": 100,
75675
- "items": {
75676
- "type": "string",
75677
- "maxLength": 255
75678
- }
75679
- }
75680
- },
75681
- "required": [
75682
- "$in"
75683
- ],
75684
- "additionalProperties": false
75685
- },
75686
- {
75687
- "type": "object",
75688
- "properties": {
75689
- "$nin": {
75690
- "type": "array",
75691
- "maxItems": 100,
75692
- "items": {
75693
- "type": "string",
75694
- "maxLength": 255
75695
- }
75696
- }
75697
- },
75698
- "required": [
75699
- "$nin"
75700
- ],
75701
- "additionalProperties": false
75702
- }
75703
- ]
75704
- },
75705
- "$tagValue": {
75706
- "oneOf": [
75707
- {
75708
- "type": "string",
75709
- "maxLength": 255
76673
+ "type": "null"
75710
76674
  },
75711
76675
  {
75712
76676
  "type": "object",
@@ -75757,6 +76721,9 @@ Schema for the body of a bulk device deletion or restoration request
75757
76721
  "type": "string",
75758
76722
  "maxLength": 255
75759
76723
  },
76724
+ {
76725
+ "type": "null"
76726
+ },
75760
76727
  {
75761
76728
  "type": "object",
75762
76729
  "properties": {
@@ -77339,115 +78306,118 @@ Schema for the body of a device payload count export request
77339
78306
  }
77340
78307
  ]
77341
78308
  },
77342
- "experienceGroupId": {
78309
+ "experienceGroupId": {
78310
+ "oneOf": [
78311
+ {
78312
+ "oneOf": [
78313
+ {
78314
+ "type": "string",
78315
+ "pattern": "^[A-Fa-f\\d]{24}$"
78316
+ },
78317
+ {
78318
+ "type": "null"
78319
+ }
78320
+ ]
78321
+ },
78322
+ {
78323
+ "type": "object",
78324
+ "properties": {
78325
+ "$eq": {
78326
+ "oneOf": [
78327
+ {
78328
+ "type": "string",
78329
+ "pattern": "^[A-Fa-f\\d]{24}$"
78330
+ },
78331
+ {
78332
+ "type": "null"
78333
+ }
78334
+ ]
78335
+ },
78336
+ "$ne": {
78337
+ "oneOf": [
78338
+ {
78339
+ "type": "string",
78340
+ "pattern": "^[A-Fa-f\\d]{24}$"
78341
+ },
78342
+ {
78343
+ "type": "null"
78344
+ }
78345
+ ]
78346
+ },
78347
+ "$gt": {
78348
+ "oneOf": [
78349
+ {
78350
+ "type": "string",
78351
+ "pattern": "^[A-Fa-f\\d]{24}$"
78352
+ },
78353
+ {
78354
+ "type": "null"
78355
+ }
78356
+ ]
78357
+ },
78358
+ "$lt": {
78359
+ "oneOf": [
78360
+ {
78361
+ "type": "string",
78362
+ "pattern": "^[A-Fa-f\\d]{24}$"
78363
+ },
78364
+ {
78365
+ "type": "null"
78366
+ }
78367
+ ]
78368
+ },
78369
+ "$gte": {
78370
+ "oneOf": [
78371
+ {
78372
+ "type": "string",
78373
+ "pattern": "^[A-Fa-f\\d]{24}$"
78374
+ },
78375
+ {
78376
+ "type": "null"
78377
+ }
78378
+ ]
78379
+ },
78380
+ "$lte": {
78381
+ "oneOf": [
78382
+ {
78383
+ "type": "string",
78384
+ "pattern": "^[A-Fa-f\\d]{24}$"
78385
+ },
78386
+ {
78387
+ "type": "null"
78388
+ }
78389
+ ]
78390
+ },
78391
+ "$in": {
78392
+ "type": "array",
78393
+ "maxItems": 100,
78394
+ "items": {
78395
+ "type": "string",
78396
+ "pattern": "^[A-Fa-f\\d]{24}$"
78397
+ }
78398
+ },
78399
+ "$nin": {
78400
+ "type": "array",
78401
+ "maxItems": 100,
78402
+ "items": {
78403
+ "type": "string",
78404
+ "pattern": "^[A-Fa-f\\d]{24}$"
78405
+ }
78406
+ }
78407
+ },
78408
+ "additionalProperties": false,
78409
+ "minProperties": 1,
78410
+ "maxProperties": 1
78411
+ }
78412
+ ]
78413
+ },
78414
+ "tags": {
77343
78415
  "oneOf": [
77344
78416
  {
77345
78417
  "oneOf": [
77346
- {
77347
- "type": "string",
77348
- "pattern": "^[A-Fa-f\\d]{24}$"
77349
- },
77350
78418
  {
77351
78419
  "type": "null"
77352
- }
77353
- ]
77354
- },
77355
- {
77356
- "type": "object",
77357
- "properties": {
77358
- "$eq": {
77359
- "oneOf": [
77360
- {
77361
- "type": "string",
77362
- "pattern": "^[A-Fa-f\\d]{24}$"
77363
- },
77364
- {
77365
- "type": "null"
77366
- }
77367
- ]
77368
- },
77369
- "$ne": {
77370
- "oneOf": [
77371
- {
77372
- "type": "string",
77373
- "pattern": "^[A-Fa-f\\d]{24}$"
77374
- },
77375
- {
77376
- "type": "null"
77377
- }
77378
- ]
77379
- },
77380
- "$gt": {
77381
- "oneOf": [
77382
- {
77383
- "type": "string",
77384
- "pattern": "^[A-Fa-f\\d]{24}$"
77385
- },
77386
- {
77387
- "type": "null"
77388
- }
77389
- ]
77390
- },
77391
- "$lt": {
77392
- "oneOf": [
77393
- {
77394
- "type": "string",
77395
- "pattern": "^[A-Fa-f\\d]{24}$"
77396
- },
77397
- {
77398
- "type": "null"
77399
- }
77400
- ]
77401
- },
77402
- "$gte": {
77403
- "oneOf": [
77404
- {
77405
- "type": "string",
77406
- "pattern": "^[A-Fa-f\\d]{24}$"
77407
- },
77408
- {
77409
- "type": "null"
77410
- }
77411
- ]
77412
78420
  },
77413
- "$lte": {
77414
- "oneOf": [
77415
- {
77416
- "type": "string",
77417
- "pattern": "^[A-Fa-f\\d]{24}$"
77418
- },
77419
- {
77420
- "type": "null"
77421
- }
77422
- ]
77423
- },
77424
- "$in": {
77425
- "type": "array",
77426
- "maxItems": 100,
77427
- "items": {
77428
- "type": "string",
77429
- "pattern": "^[A-Fa-f\\d]{24}$"
77430
- }
77431
- },
77432
- "$nin": {
77433
- "type": "array",
77434
- "maxItems": 100,
77435
- "items": {
77436
- "type": "string",
77437
- "pattern": "^[A-Fa-f\\d]{24}$"
77438
- }
77439
- }
77440
- },
77441
- "additionalProperties": false,
77442
- "minProperties": 1,
77443
- "maxProperties": 1
77444
- }
77445
- ]
77446
- },
77447
- "tags": {
77448
- "oneOf": [
77449
- {
77450
- "oneOf": [
77451
78421
  {
77452
78422
  "type": "object",
77453
78423
  "properties": {
@@ -77457,6 +78427,9 @@ Schema for the body of a device payload count export request
77457
78427
  "type": "string",
77458
78428
  "maxLength": 255
77459
78429
  },
78430
+ {
78431
+ "type": "null"
78432
+ },
77460
78433
  {
77461
78434
  "type": "object",
77462
78435
  "properties": {
@@ -77499,6 +78472,9 @@ Schema for the body of a device payload count export request
77499
78472
  "type": "string",
77500
78473
  "maxLength": 255
77501
78474
  },
78475
+ {
78476
+ "type": "null"
78477
+ },
77502
78478
  {
77503
78479
  "type": "object",
77504
78480
  "properties": {
@@ -77548,6 +78524,9 @@ Schema for the body of a device payload count export request
77548
78524
  "type": "string",
77549
78525
  "maxLength": 255
77550
78526
  },
78527
+ {
78528
+ "type": "null"
78529
+ },
77551
78530
  {
77552
78531
  "type": "object",
77553
78532
  "properties": {
@@ -77594,6 +78573,9 @@ Schema for the body of a device payload count export request
77594
78573
  "properties": {
77595
78574
  "$eq": {
77596
78575
  "oneOf": [
78576
+ {
78577
+ "type": "null"
78578
+ },
77597
78579
  {
77598
78580
  "type": "object",
77599
78581
  "properties": {
@@ -77603,6 +78585,9 @@ Schema for the body of a device payload count export request
77603
78585
  "type": "string",
77604
78586
  "maxLength": 255
77605
78587
  },
78588
+ {
78589
+ "type": "null"
78590
+ },
77606
78591
  {
77607
78592
  "type": "object",
77608
78593
  "properties": {
@@ -77645,6 +78630,9 @@ Schema for the body of a device payload count export request
77645
78630
  "type": "string",
77646
78631
  "maxLength": 255
77647
78632
  },
78633
+ {
78634
+ "type": "null"
78635
+ },
77648
78636
  {
77649
78637
  "type": "object",
77650
78638
  "properties": {
@@ -77694,6 +78682,9 @@ Schema for the body of a device payload count export request
77694
78682
  "type": "string",
77695
78683
  "maxLength": 255
77696
78684
  },
78685
+ {
78686
+ "type": "null"
78687
+ },
77697
78688
  {
77698
78689
  "type": "object",
77699
78690
  "properties": {
@@ -77746,6 +78737,9 @@ Schema for the body of a device payload count export request
77746
78737
  "properties": {
77747
78738
  "$ne": {
77748
78739
  "oneOf": [
78740
+ {
78741
+ "type": "null"
78742
+ },
77749
78743
  {
77750
78744
  "type": "object",
77751
78745
  "properties": {
@@ -77755,6 +78749,9 @@ Schema for the body of a device payload count export request
77755
78749
  "type": "string",
77756
78750
  "maxLength": 255
77757
78751
  },
78752
+ {
78753
+ "type": "null"
78754
+ },
77758
78755
  {
77759
78756
  "type": "object",
77760
78757
  "properties": {
@@ -77797,6 +78794,9 @@ Schema for the body of a device payload count export request
77797
78794
  "type": "string",
77798
78795
  "maxLength": 255
77799
78796
  },
78797
+ {
78798
+ "type": "null"
78799
+ },
77800
78800
  {
77801
78801
  "type": "object",
77802
78802
  "properties": {
@@ -77846,6 +78846,9 @@ Schema for the body of a device payload count export request
77846
78846
  "type": "string",
77847
78847
  "maxLength": 255
77848
78848
  },
78849
+ {
78850
+ "type": "null"
78851
+ },
77849
78852
  {
77850
78853
  "type": "object",
77851
78854
  "properties": {
@@ -79531,6 +80534,9 @@ Schema for the body of a device metadata export request
79531
80534
  "oneOf": [
79532
80535
  {
79533
80536
  "oneOf": [
80537
+ {
80538
+ "type": "null"
80539
+ },
79534
80540
  {
79535
80541
  "type": "object",
79536
80542
  "properties": {
@@ -79540,6 +80546,9 @@ Schema for the body of a device metadata export request
79540
80546
  "type": "string",
79541
80547
  "maxLength": 255
79542
80548
  },
80549
+ {
80550
+ "type": "null"
80551
+ },
79543
80552
  {
79544
80553
  "type": "object",
79545
80554
  "properties": {
@@ -79582,6 +80591,9 @@ Schema for the body of a device metadata export request
79582
80591
  "type": "string",
79583
80592
  "maxLength": 255
79584
80593
  },
80594
+ {
80595
+ "type": "null"
80596
+ },
79585
80597
  {
79586
80598
  "type": "object",
79587
80599
  "properties": {
@@ -79631,6 +80643,9 @@ Schema for the body of a device metadata export request
79631
80643
  "type": "string",
79632
80644
  "maxLength": 255
79633
80645
  },
80646
+ {
80647
+ "type": "null"
80648
+ },
79634
80649
  {
79635
80650
  "type": "object",
79636
80651
  "properties": {
@@ -79677,6 +80692,9 @@ Schema for the body of a device metadata export request
79677
80692
  "properties": {
79678
80693
  "$eq": {
79679
80694
  "oneOf": [
80695
+ {
80696
+ "type": "null"
80697
+ },
79680
80698
  {
79681
80699
  "type": "object",
79682
80700
  "properties": {
@@ -79686,6 +80704,9 @@ Schema for the body of a device metadata export request
79686
80704
  "type": "string",
79687
80705
  "maxLength": 255
79688
80706
  },
80707
+ {
80708
+ "type": "null"
80709
+ },
79689
80710
  {
79690
80711
  "type": "object",
79691
80712
  "properties": {
@@ -79728,6 +80749,9 @@ Schema for the body of a device metadata export request
79728
80749
  "type": "string",
79729
80750
  "maxLength": 255
79730
80751
  },
80752
+ {
80753
+ "type": "null"
80754
+ },
79731
80755
  {
79732
80756
  "type": "object",
79733
80757
  "properties": {
@@ -79777,6 +80801,9 @@ Schema for the body of a device metadata export request
79777
80801
  "type": "string",
79778
80802
  "maxLength": 255
79779
80803
  },
80804
+ {
80805
+ "type": "null"
80806
+ },
79780
80807
  {
79781
80808
  "type": "object",
79782
80809
  "properties": {
@@ -79829,6 +80856,9 @@ Schema for the body of a device metadata export request
79829
80856
  "properties": {
79830
80857
  "$ne": {
79831
80858
  "oneOf": [
80859
+ {
80860
+ "type": "null"
80861
+ },
79832
80862
  {
79833
80863
  "type": "object",
79834
80864
  "properties": {
@@ -79838,6 +80868,9 @@ Schema for the body of a device metadata export request
79838
80868
  "type": "string",
79839
80869
  "maxLength": 255
79840
80870
  },
80871
+ {
80872
+ "type": "null"
80873
+ },
79841
80874
  {
79842
80875
  "type": "object",
79843
80876
  "properties": {
@@ -79880,6 +80913,9 @@ Schema for the body of a device metadata export request
79880
80913
  "type": "string",
79881
80914
  "maxLength": 255
79882
80915
  },
80916
+ {
80917
+ "type": "null"
80918
+ },
79883
80919
  {
79884
80920
  "type": "object",
79885
80921
  "properties": {
@@ -79929,6 +80965,9 @@ Schema for the body of a device metadata export request
79929
80965
  "type": "string",
79930
80966
  "maxLength": 255
79931
80967
  },
80968
+ {
80969
+ "type": "null"
80970
+ },
79932
80971
  {
79933
80972
  "type": "object",
79934
80973
  "properties": {
@@ -81861,6 +82900,9 @@ Schema for the body of a Devices modification request
81861
82900
  "oneOf": [
81862
82901
  {
81863
82902
  "oneOf": [
82903
+ {
82904
+ "type": "null"
82905
+ },
81864
82906
  {
81865
82907
  "type": "object",
81866
82908
  "properties": {
@@ -81870,6 +82912,9 @@ Schema for the body of a Devices modification request
81870
82912
  "type": "string",
81871
82913
  "maxLength": 255
81872
82914
  },
82915
+ {
82916
+ "type": "null"
82917
+ },
81873
82918
  {
81874
82919
  "type": "object",
81875
82920
  "properties": {
@@ -81912,6 +82957,9 @@ Schema for the body of a Devices modification request
81912
82957
  "type": "string",
81913
82958
  "maxLength": 255
81914
82959
  },
82960
+ {
82961
+ "type": "null"
82962
+ },
81915
82963
  {
81916
82964
  "type": "object",
81917
82965
  "properties": {
@@ -81961,6 +83009,9 @@ Schema for the body of a Devices modification request
81961
83009
  "type": "string",
81962
83010
  "maxLength": 255
81963
83011
  },
83012
+ {
83013
+ "type": "null"
83014
+ },
81964
83015
  {
81965
83016
  "type": "object",
81966
83017
  "properties": {
@@ -82007,6 +83058,9 @@ Schema for the body of a Devices modification request
82007
83058
  "properties": {
82008
83059
  "$eq": {
82009
83060
  "oneOf": [
83061
+ {
83062
+ "type": "null"
83063
+ },
82010
83064
  {
82011
83065
  "type": "object",
82012
83066
  "properties": {
@@ -82016,6 +83070,9 @@ Schema for the body of a Devices modification request
82016
83070
  "type": "string",
82017
83071
  "maxLength": 255
82018
83072
  },
83073
+ {
83074
+ "type": "null"
83075
+ },
82019
83076
  {
82020
83077
  "type": "object",
82021
83078
  "properties": {
@@ -82058,6 +83115,9 @@ Schema for the body of a Devices modification request
82058
83115
  "type": "string",
82059
83116
  "maxLength": 255
82060
83117
  },
83118
+ {
83119
+ "type": "null"
83120
+ },
82061
83121
  {
82062
83122
  "type": "object",
82063
83123
  "properties": {
@@ -82107,6 +83167,9 @@ Schema for the body of a Devices modification request
82107
83167
  "type": "string",
82108
83168
  "maxLength": 255
82109
83169
  },
83170
+ {
83171
+ "type": "null"
83172
+ },
82110
83173
  {
82111
83174
  "type": "object",
82112
83175
  "properties": {
@@ -82159,6 +83222,9 @@ Schema for the body of a Devices modification request
82159
83222
  "properties": {
82160
83223
  "$ne": {
82161
83224
  "oneOf": [
83225
+ {
83226
+ "type": "null"
83227
+ },
82162
83228
  {
82163
83229
  "type": "object",
82164
83230
  "properties": {
@@ -82168,6 +83234,9 @@ Schema for the body of a Devices modification request
82168
83234
  "type": "string",
82169
83235
  "maxLength": 255
82170
83236
  },
83237
+ {
83238
+ "type": "null"
83239
+ },
82171
83240
  {
82172
83241
  "type": "object",
82173
83242
  "properties": {
@@ -82210,6 +83279,9 @@ Schema for the body of a Devices modification request
82210
83279
  "type": "string",
82211
83280
  "maxLength": 255
82212
83281
  },
83282
+ {
83283
+ "type": "null"
83284
+ },
82213
83285
  {
82214
83286
  "type": "object",
82215
83287
  "properties": {
@@ -82259,6 +83331,9 @@ Schema for the body of a Devices modification request
82259
83331
  "type": "string",
82260
83332
  "maxLength": 255
82261
83333
  },
83334
+ {
83335
+ "type": "null"
83336
+ },
82262
83337
  {
82263
83338
  "type": "object",
82264
83339
  "properties": {
@@ -84752,6 +85827,9 @@ Schema for the body of a bulk data removal request
84752
85827
  "oneOf": [
84753
85828
  {
84754
85829
  "oneOf": [
85830
+ {
85831
+ "type": "null"
85832
+ },
84755
85833
  {
84756
85834
  "type": "object",
84757
85835
  "properties": {
@@ -84761,6 +85839,9 @@ Schema for the body of a bulk data removal request
84761
85839
  "type": "string",
84762
85840
  "maxLength": 255
84763
85841
  },
85842
+ {
85843
+ "type": "null"
85844
+ },
84764
85845
  {
84765
85846
  "type": "object",
84766
85847
  "properties": {
@@ -84803,6 +85884,9 @@ Schema for the body of a bulk data removal request
84803
85884
  "type": "string",
84804
85885
  "maxLength": 255
84805
85886
  },
85887
+ {
85888
+ "type": "null"
85889
+ },
84806
85890
  {
84807
85891
  "type": "object",
84808
85892
  "properties": {
@@ -84852,6 +85936,9 @@ Schema for the body of a bulk data removal request
84852
85936
  "type": "string",
84853
85937
  "maxLength": 255
84854
85938
  },
85939
+ {
85940
+ "type": "null"
85941
+ },
84855
85942
  {
84856
85943
  "type": "object",
84857
85944
  "properties": {
@@ -84898,6 +85985,9 @@ Schema for the body of a bulk data removal request
84898
85985
  "properties": {
84899
85986
  "$eq": {
84900
85987
  "oneOf": [
85988
+ {
85989
+ "type": "null"
85990
+ },
84901
85991
  {
84902
85992
  "type": "object",
84903
85993
  "properties": {
@@ -84907,6 +85997,9 @@ Schema for the body of a bulk data removal request
84907
85997
  "type": "string",
84908
85998
  "maxLength": 255
84909
85999
  },
86000
+ {
86001
+ "type": "null"
86002
+ },
84910
86003
  {
84911
86004
  "type": "object",
84912
86005
  "properties": {
@@ -84949,6 +86042,9 @@ Schema for the body of a bulk data removal request
84949
86042
  "type": "string",
84950
86043
  "maxLength": 255
84951
86044
  },
86045
+ {
86046
+ "type": "null"
86047
+ },
84952
86048
  {
84953
86049
  "type": "object",
84954
86050
  "properties": {
@@ -84998,6 +86094,9 @@ Schema for the body of a bulk data removal request
84998
86094
  "type": "string",
84999
86095
  "maxLength": 255
85000
86096
  },
86097
+ {
86098
+ "type": "null"
86099
+ },
85001
86100
  {
85002
86101
  "type": "object",
85003
86102
  "properties": {
@@ -85050,6 +86149,9 @@ Schema for the body of a bulk data removal request
85050
86149
  "properties": {
85051
86150
  "$ne": {
85052
86151
  "oneOf": [
86152
+ {
86153
+ "type": "null"
86154
+ },
85053
86155
  {
85054
86156
  "type": "object",
85055
86157
  "properties": {
@@ -85059,6 +86161,9 @@ Schema for the body of a bulk data removal request
85059
86161
  "type": "string",
85060
86162
  "maxLength": 255
85061
86163
  },
86164
+ {
86165
+ "type": "null"
86166
+ },
85062
86167
  {
85063
86168
  "type": "object",
85064
86169
  "properties": {
@@ -85101,6 +86206,9 @@ Schema for the body of a bulk data removal request
85101
86206
  "type": "string",
85102
86207
  "maxLength": 255
85103
86208
  },
86209
+ {
86210
+ "type": "null"
86211
+ },
85104
86212
  {
85105
86213
  "type": "object",
85106
86214
  "properties": {
@@ -85150,6 +86258,9 @@ Schema for the body of a bulk data removal request
85150
86258
  "type": "string",
85151
86259
  "maxLength": 255
85152
86260
  },
86261
+ {
86262
+ "type": "null"
86263
+ },
85153
86264
  {
85154
86265
  "type": "object",
85155
86266
  "properties": {
@@ -87128,6 +88239,9 @@ Schema for a single Event
87128
88239
  "minLength": 1,
87129
88240
  "maxLength": 255
87130
88241
  },
88242
+ "disableTagChangeTracking": {
88243
+ "type": "boolean"
88244
+ },
87131
88245
  "eventTags": {
87132
88246
  "type": "object",
87133
88247
  "patternProperties": {
@@ -87140,6 +88254,7 @@ Schema for a single Event
87140
88254
  "additionalProperties": false
87141
88255
  },
87142
88256
  "updates": {
88257
+ "maxItems": 100,
87143
88258
  "type": "array",
87144
88259
  "items": {
87145
88260
  "type": "object",
@@ -87483,6 +88598,9 @@ Schema for an event plus a count of new events
87483
88598
  "minLength": 1,
87484
88599
  "maxLength": 255
87485
88600
  },
88601
+ "disableTagChangeTracking": {
88602
+ "type": "boolean"
88603
+ },
87486
88604
  "eventTags": {
87487
88605
  "type": "object",
87488
88606
  "patternProperties": {
@@ -87495,6 +88613,7 @@ Schema for an event plus a count of new events
87495
88613
  "additionalProperties": false
87496
88614
  },
87497
88615
  "updates": {
88616
+ "maxItems": 100,
87498
88617
  "type": "array",
87499
88618
  "items": {
87500
88619
  "type": "object",
@@ -87753,6 +88872,10 @@ Schema for the body of an Event creation request
87753
88872
  ]
87754
88873
  }
87755
88874
  ]
88875
+ },
88876
+ "disableTagChangeTracking": {
88877
+ "type": "boolean",
88878
+ "default": false
87756
88879
  }
87757
88880
  },
87758
88881
  "required": [
@@ -87925,6 +89048,9 @@ Schema for a collection of Events
87925
89048
  "minLength": 1,
87926
89049
  "maxLength": 255
87927
89050
  },
89051
+ "disableTagChangeTracking": {
89052
+ "type": "boolean"
89053
+ },
87928
89054
  "eventTags": {
87929
89055
  "type": "object",
87930
89056
  "patternProperties": {
@@ -87937,6 +89063,7 @@ Schema for a collection of Events
87937
89063
  "additionalProperties": false
87938
89064
  },
87939
89065
  "updates": {
89066
+ "maxItems": 100,
87940
89067
  "type": "array",
87941
89068
  "items": {
87942
89069
  "type": "object",
@@ -89389,6 +90516,9 @@ Export options for events
89389
90516
  "oneOf": [
89390
90517
  {
89391
90518
  "oneOf": [
90519
+ {
90520
+ "type": "null"
90521
+ },
89392
90522
  {
89393
90523
  "type": "object",
89394
90524
  "properties": {
@@ -89398,6 +90528,9 @@ Export options for events
89398
90528
  "type": "string",
89399
90529
  "maxLength": 255
89400
90530
  },
90531
+ {
90532
+ "type": "null"
90533
+ },
89401
90534
  {
89402
90535
  "type": "object",
89403
90536
  "properties": {
@@ -89440,6 +90573,9 @@ Export options for events
89440
90573
  "type": "string",
89441
90574
  "maxLength": 255
89442
90575
  },
90576
+ {
90577
+ "type": "null"
90578
+ },
89443
90579
  {
89444
90580
  "type": "object",
89445
90581
  "properties": {
@@ -89489,6 +90625,9 @@ Export options for events
89489
90625
  "type": "string",
89490
90626
  "maxLength": 255
89491
90627
  },
90628
+ {
90629
+ "type": "null"
90630
+ },
89492
90631
  {
89493
90632
  "type": "object",
89494
90633
  "properties": {
@@ -89535,6 +90674,9 @@ Export options for events
89535
90674
  "properties": {
89536
90675
  "$eq": {
89537
90676
  "oneOf": [
90677
+ {
90678
+ "type": "null"
90679
+ },
89538
90680
  {
89539
90681
  "type": "object",
89540
90682
  "properties": {
@@ -89544,6 +90686,9 @@ Export options for events
89544
90686
  "type": "string",
89545
90687
  "maxLength": 255
89546
90688
  },
90689
+ {
90690
+ "type": "null"
90691
+ },
89547
90692
  {
89548
90693
  "type": "object",
89549
90694
  "properties": {
@@ -89586,6 +90731,9 @@ Export options for events
89586
90731
  "type": "string",
89587
90732
  "maxLength": 255
89588
90733
  },
90734
+ {
90735
+ "type": "null"
90736
+ },
89589
90737
  {
89590
90738
  "type": "object",
89591
90739
  "properties": {
@@ -89635,6 +90783,9 @@ Export options for events
89635
90783
  "type": "string",
89636
90784
  "maxLength": 255
89637
90785
  },
90786
+ {
90787
+ "type": "null"
90788
+ },
89638
90789
  {
89639
90790
  "type": "object",
89640
90791
  "properties": {
@@ -89687,6 +90838,9 @@ Export options for events
89687
90838
  "properties": {
89688
90839
  "$ne": {
89689
90840
  "oneOf": [
90841
+ {
90842
+ "type": "null"
90843
+ },
89690
90844
  {
89691
90845
  "type": "object",
89692
90846
  "properties": {
@@ -89696,6 +90850,9 @@ Export options for events
89696
90850
  "type": "string",
89697
90851
  "maxLength": 255
89698
90852
  },
90853
+ {
90854
+ "type": "null"
90855
+ },
89699
90856
  {
89700
90857
  "type": "object",
89701
90858
  "properties": {
@@ -89738,6 +90895,9 @@ Export options for events
89738
90895
  "type": "string",
89739
90896
  "maxLength": 255
89740
90897
  },
90898
+ {
90899
+ "type": "null"
90900
+ },
89741
90901
  {
89742
90902
  "type": "object",
89743
90903
  "properties": {
@@ -89787,6 +90947,9 @@ Export options for events
89787
90947
  "type": "string",
89788
90948
  "maxLength": 255
89789
90949
  },
90950
+ {
90951
+ "type": "null"
90952
+ },
89790
90953
  {
89791
90954
  "type": "object",
89792
90955
  "properties": {
@@ -89846,6 +91009,10 @@ Export options for events
89846
91009
  "json"
89847
91010
  ],
89848
91011
  "default": "csv"
91012
+ },
91013
+ "excludeUpdates": {
91014
+ "type": "boolean",
91015
+ "default": false
89849
91016
  }
89850
91017
  },
89851
91018
  "additionalProperties": false
@@ -89867,7 +91034,8 @@ Export options for events
89867
91034
  "level": "info"
89868
91035
  }
89869
91036
  ]
89870
- }
91037
+ },
91038
+ "excludeUpdates": true
89871
91039
  }
89872
91040
  ```
89873
91041
 
@@ -147825,7 +148993,6 @@ Schema for the body of a Github login request
147825
148993
  "devices.delete",
147826
148994
  "devices.restore",
147827
148995
  "devices.removeData",
147828
- "devices.detailedSummary",
147829
148996
  "devices.deviceNames",
147830
148997
  "devices.export",
147831
148998
  "devices.get",
@@ -161160,6 +162327,9 @@ Schema for the body of a last value query request
161160
162327
  "oneOf": [
161161
162328
  {
161162
162329
  "oneOf": [
162330
+ {
162331
+ "type": "null"
162332
+ },
161163
162333
  {
161164
162334
  "type": "object",
161165
162335
  "properties": {
@@ -161169,6 +162339,9 @@ Schema for the body of a last value query request
161169
162339
  "type": "string",
161170
162340
  "maxLength": 255
161171
162341
  },
162342
+ {
162343
+ "type": "null"
162344
+ },
161172
162345
  {
161173
162346
  "type": "object",
161174
162347
  "properties": {
@@ -161211,6 +162384,9 @@ Schema for the body of a last value query request
161211
162384
  "type": "string",
161212
162385
  "maxLength": 255
161213
162386
  },
162387
+ {
162388
+ "type": "null"
162389
+ },
161214
162390
  {
161215
162391
  "type": "object",
161216
162392
  "properties": {
@@ -161260,6 +162436,9 @@ Schema for the body of a last value query request
161260
162436
  "type": "string",
161261
162437
  "maxLength": 255
161262
162438
  },
162439
+ {
162440
+ "type": "null"
162441
+ },
161263
162442
  {
161264
162443
  "type": "object",
161265
162444
  "properties": {
@@ -161306,6 +162485,9 @@ Schema for the body of a last value query request
161306
162485
  "properties": {
161307
162486
  "$eq": {
161308
162487
  "oneOf": [
162488
+ {
162489
+ "type": "null"
162490
+ },
161309
162491
  {
161310
162492
  "type": "object",
161311
162493
  "properties": {
@@ -161315,6 +162497,9 @@ Schema for the body of a last value query request
161315
162497
  "type": "string",
161316
162498
  "maxLength": 255
161317
162499
  },
162500
+ {
162501
+ "type": "null"
162502
+ },
161318
162503
  {
161319
162504
  "type": "object",
161320
162505
  "properties": {
@@ -161357,6 +162542,9 @@ Schema for the body of a last value query request
161357
162542
  "type": "string",
161358
162543
  "maxLength": 255
161359
162544
  },
162545
+ {
162546
+ "type": "null"
162547
+ },
161360
162548
  {
161361
162549
  "type": "object",
161362
162550
  "properties": {
@@ -161406,6 +162594,9 @@ Schema for the body of a last value query request
161406
162594
  "type": "string",
161407
162595
  "maxLength": 255
161408
162596
  },
162597
+ {
162598
+ "type": "null"
162599
+ },
161409
162600
  {
161410
162601
  "type": "object",
161411
162602
  "properties": {
@@ -161458,6 +162649,9 @@ Schema for the body of a last value query request
161458
162649
  "properties": {
161459
162650
  "$ne": {
161460
162651
  "oneOf": [
162652
+ {
162653
+ "type": "null"
162654
+ },
161461
162655
  {
161462
162656
  "type": "object",
161463
162657
  "properties": {
@@ -161467,6 +162661,9 @@ Schema for the body of a last value query request
161467
162661
  "type": "string",
161468
162662
  "maxLength": 255
161469
162663
  },
162664
+ {
162665
+ "type": "null"
162666
+ },
161470
162667
  {
161471
162668
  "type": "object",
161472
162669
  "properties": {
@@ -161509,6 +162706,9 @@ Schema for the body of a last value query request
161509
162706
  "type": "string",
161510
162707
  "maxLength": 255
161511
162708
  },
162709
+ {
162710
+ "type": "null"
162711
+ },
161512
162712
  {
161513
162713
  "type": "object",
161514
162714
  "properties": {
@@ -161558,6 +162758,9 @@ Schema for the body of a last value query request
161558
162758
  "type": "string",
161559
162759
  "maxLength": 255
161560
162760
  },
162761
+ {
162762
+ "type": "null"
162763
+ },
161561
162764
  {
161562
162765
  "type": "object",
161563
162766
  "properties": {
@@ -164046,6 +165249,9 @@ Schema for the body of a request to send a command to multiple Devices
164046
165249
  "oneOf": [
164047
165250
  {
164048
165251
  "oneOf": [
165252
+ {
165253
+ "type": "null"
165254
+ },
164049
165255
  {
164050
165256
  "type": "object",
164051
165257
  "properties": {
@@ -164055,6 +165261,9 @@ Schema for the body of a request to send a command to multiple Devices
164055
165261
  "type": "string",
164056
165262
  "maxLength": 255
164057
165263
  },
165264
+ {
165265
+ "type": "null"
165266
+ },
164058
165267
  {
164059
165268
  "type": "object",
164060
165269
  "properties": {
@@ -164097,6 +165306,9 @@ Schema for the body of a request to send a command to multiple Devices
164097
165306
  "type": "string",
164098
165307
  "maxLength": 255
164099
165308
  },
165309
+ {
165310
+ "type": "null"
165311
+ },
164100
165312
  {
164101
165313
  "type": "object",
164102
165314
  "properties": {
@@ -164146,6 +165358,9 @@ Schema for the body of a request to send a command to multiple Devices
164146
165358
  "type": "string",
164147
165359
  "maxLength": 255
164148
165360
  },
165361
+ {
165362
+ "type": "null"
165363
+ },
164149
165364
  {
164150
165365
  "type": "object",
164151
165366
  "properties": {
@@ -164192,6 +165407,9 @@ Schema for the body of a request to send a command to multiple Devices
164192
165407
  "properties": {
164193
165408
  "$eq": {
164194
165409
  "oneOf": [
165410
+ {
165411
+ "type": "null"
165412
+ },
164195
165413
  {
164196
165414
  "type": "object",
164197
165415
  "properties": {
@@ -164201,6 +165419,9 @@ Schema for the body of a request to send a command to multiple Devices
164201
165419
  "type": "string",
164202
165420
  "maxLength": 255
164203
165421
  },
165422
+ {
165423
+ "type": "null"
165424
+ },
164204
165425
  {
164205
165426
  "type": "object",
164206
165427
  "properties": {
@@ -164243,6 +165464,9 @@ Schema for the body of a request to send a command to multiple Devices
164243
165464
  "type": "string",
164244
165465
  "maxLength": 255
164245
165466
  },
165467
+ {
165468
+ "type": "null"
165469
+ },
164246
165470
  {
164247
165471
  "type": "object",
164248
165472
  "properties": {
@@ -164292,6 +165516,9 @@ Schema for the body of a request to send a command to multiple Devices
164292
165516
  "type": "string",
164293
165517
  "maxLength": 255
164294
165518
  },
165519
+ {
165520
+ "type": "null"
165521
+ },
164295
165522
  {
164296
165523
  "type": "object",
164297
165524
  "properties": {
@@ -164344,6 +165571,9 @@ Schema for the body of a request to send a command to multiple Devices
164344
165571
  "properties": {
164345
165572
  "$ne": {
164346
165573
  "oneOf": [
165574
+ {
165575
+ "type": "null"
165576
+ },
164347
165577
  {
164348
165578
  "type": "object",
164349
165579
  "properties": {
@@ -164353,6 +165583,9 @@ Schema for the body of a request to send a command to multiple Devices
164353
165583
  "type": "string",
164354
165584
  "maxLength": 255
164355
165585
  },
165586
+ {
165587
+ "type": "null"
165588
+ },
164356
165589
  {
164357
165590
  "type": "object",
164358
165591
  "properties": {
@@ -164395,6 +165628,9 @@ Schema for the body of a request to send a command to multiple Devices
164395
165628
  "type": "string",
164396
165629
  "maxLength": 255
164397
165630
  },
165631
+ {
165632
+ "type": "null"
165633
+ },
164398
165634
  {
164399
165635
  "type": "object",
164400
165636
  "properties": {
@@ -164444,6 +165680,9 @@ Schema for the body of a request to send a command to multiple Devices
164444
165680
  "type": "string",
164445
165681
  "maxLength": 255
164446
165682
  },
165683
+ {
165684
+ "type": "null"
165685
+ },
164447
165686
  {
164448
165687
  "type": "object",
164449
165688
  "properties": {
@@ -165417,6 +166656,45 @@ Schema for a single Notebook
165417
166656
  "sourceUrl"
165418
166657
  ],
165419
166658
  "additionalProperties": false
166659
+ },
166660
+ {
166661
+ "type": "object",
166662
+ "properties": {
166663
+ "inputType": {
166664
+ "type": "string",
166665
+ "enum": [
166666
+ "applicationFile"
166667
+ ]
166668
+ },
166669
+ "fileName": {
166670
+ "oneOf": [
166671
+ {
166672
+ "type": "string",
166673
+ "pattern": "^(?!\\.{1,2}$)[0-9a-zA-Z_.-]{1,255}$"
166674
+ },
166675
+ {
166676
+ "type": "string",
166677
+ "minLength": 4,
166678
+ "maxLength": 255,
166679
+ "pattern": ".*{{.+}}.*"
166680
+ }
166681
+ ]
166682
+ },
166683
+ "filePath": {
166684
+ "type": "string",
166685
+ "minLength": 1,
166686
+ "maxLength": 2048
166687
+ },
166688
+ "private": {
166689
+ "type": "boolean"
166690
+ }
166691
+ },
166692
+ "required": [
166693
+ "inputType",
166694
+ "fileName",
166695
+ "filePath"
166696
+ ],
166697
+ "additionalProperties": false
165420
166698
  }
165421
166699
  ]
165422
166700
  }
@@ -166571,6 +167849,45 @@ Schema for the body of a Notebook modification request
166571
167849
  "sourceUrl"
166572
167850
  ],
166573
167851
  "additionalProperties": false
167852
+ },
167853
+ {
167854
+ "type": "object",
167855
+ "properties": {
167856
+ "inputType": {
167857
+ "type": "string",
167858
+ "enum": [
167859
+ "applicationFile"
167860
+ ]
167861
+ },
167862
+ "fileName": {
167863
+ "oneOf": [
167864
+ {
167865
+ "type": "string",
167866
+ "pattern": "^(?!\\.{1,2}$)[0-9a-zA-Z_.-]{1,255}$"
167867
+ },
167868
+ {
167869
+ "type": "string",
167870
+ "minLength": 4,
167871
+ "maxLength": 255,
167872
+ "pattern": ".*{{.+}}.*"
167873
+ }
167874
+ ]
167875
+ },
167876
+ "filePath": {
167877
+ "type": "string",
167878
+ "minLength": 1,
167879
+ "maxLength": 2048
167880
+ },
167881
+ "private": {
167882
+ "type": "boolean"
167883
+ }
167884
+ },
167885
+ "required": [
167886
+ "inputType",
167887
+ "fileName",
167888
+ "filePath"
167889
+ ],
167890
+ "additionalProperties": false
166574
167891
  }
166575
167892
  ]
166576
167893
  }
@@ -167244,6 +168561,45 @@ Schema for the body of an Notebook creation request
167244
168561
  "sourceUrl"
167245
168562
  ],
167246
168563
  "additionalProperties": false
168564
+ },
168565
+ {
168566
+ "type": "object",
168567
+ "properties": {
168568
+ "inputType": {
168569
+ "type": "string",
168570
+ "enum": [
168571
+ "applicationFile"
168572
+ ]
168573
+ },
168574
+ "fileName": {
168575
+ "oneOf": [
168576
+ {
168577
+ "type": "string",
168578
+ "pattern": "^(?!\\.{1,2}$)[0-9a-zA-Z_.-]{1,255}$"
168579
+ },
168580
+ {
168581
+ "type": "string",
168582
+ "minLength": 4,
168583
+ "maxLength": 255,
168584
+ "pattern": ".*{{.+}}.*"
168585
+ }
168586
+ ]
168587
+ },
168588
+ "filePath": {
168589
+ "type": "string",
168590
+ "minLength": 1,
168591
+ "maxLength": 2048
168592
+ },
168593
+ "private": {
168594
+ "type": "boolean"
168595
+ }
168596
+ },
168597
+ "required": [
168598
+ "inputType",
168599
+ "fileName",
168600
+ "filePath"
168601
+ ],
168602
+ "additionalProperties": false
167247
168603
  }
167248
168604
  ]
167249
168605
  }
@@ -167946,6 +169302,45 @@ Schema for a collection of Notebooks
167946
169302
  "sourceUrl"
167947
169303
  ],
167948
169304
  "additionalProperties": false
169305
+ },
169306
+ {
169307
+ "type": "object",
169308
+ "properties": {
169309
+ "inputType": {
169310
+ "type": "string",
169311
+ "enum": [
169312
+ "applicationFile"
169313
+ ]
169314
+ },
169315
+ "fileName": {
169316
+ "oneOf": [
169317
+ {
169318
+ "type": "string",
169319
+ "pattern": "^(?!\\.{1,2}$)[0-9a-zA-Z_.-]{1,255}$"
169320
+ },
169321
+ {
169322
+ "type": "string",
169323
+ "minLength": 4,
169324
+ "maxLength": 255,
169325
+ "pattern": ".*{{.+}}.*"
169326
+ }
169327
+ ]
169328
+ },
169329
+ "filePath": {
169330
+ "type": "string",
169331
+ "minLength": 1,
169332
+ "maxLength": 2048
169333
+ },
169334
+ "private": {
169335
+ "type": "boolean"
169336
+ }
169337
+ },
169338
+ "required": [
169339
+ "inputType",
169340
+ "fileName",
169341
+ "filePath"
169342
+ ],
169343
+ "additionalProperties": false
167949
169344
  }
167950
169345
  ]
167951
169346
  }
@@ -174528,7 +175923,6 @@ SAML Response body for login
174528
175923
  "devices.delete",
174529
175924
  "devices.restore",
174530
175925
  "devices.removeData",
174531
- "devices.detailedSummary",
174532
175926
  "devices.deviceNames",
174533
175927
  "devices.export",
174534
175928
  "devices.get",
@@ -176927,6 +178321,9 @@ Schema for the body of a time series query request
176927
178321
  "oneOf": [
176928
178322
  {
176929
178323
  "oneOf": [
178324
+ {
178325
+ "type": "null"
178326
+ },
176930
178327
  {
176931
178328
  "type": "object",
176932
178329
  "properties": {
@@ -176936,6 +178333,9 @@ Schema for the body of a time series query request
176936
178333
  "type": "string",
176937
178334
  "maxLength": 255
176938
178335
  },
178336
+ {
178337
+ "type": "null"
178338
+ },
176939
178339
  {
176940
178340
  "type": "object",
176941
178341
  "properties": {
@@ -176978,6 +178378,9 @@ Schema for the body of a time series query request
176978
178378
  "type": "string",
176979
178379
  "maxLength": 255
176980
178380
  },
178381
+ {
178382
+ "type": "null"
178383
+ },
176981
178384
  {
176982
178385
  "type": "object",
176983
178386
  "properties": {
@@ -177027,6 +178430,9 @@ Schema for the body of a time series query request
177027
178430
  "type": "string",
177028
178431
  "maxLength": 255
177029
178432
  },
178433
+ {
178434
+ "type": "null"
178435
+ },
177030
178436
  {
177031
178437
  "type": "object",
177032
178438
  "properties": {
@@ -177073,6 +178479,9 @@ Schema for the body of a time series query request
177073
178479
  "properties": {
177074
178480
  "$eq": {
177075
178481
  "oneOf": [
178482
+ {
178483
+ "type": "null"
178484
+ },
177076
178485
  {
177077
178486
  "type": "object",
177078
178487
  "properties": {
@@ -177082,6 +178491,9 @@ Schema for the body of a time series query request
177082
178491
  "type": "string",
177083
178492
  "maxLength": 255
177084
178493
  },
178494
+ {
178495
+ "type": "null"
178496
+ },
177085
178497
  {
177086
178498
  "type": "object",
177087
178499
  "properties": {
@@ -177124,6 +178536,9 @@ Schema for the body of a time series query request
177124
178536
  "type": "string",
177125
178537
  "maxLength": 255
177126
178538
  },
178539
+ {
178540
+ "type": "null"
178541
+ },
177127
178542
  {
177128
178543
  "type": "object",
177129
178544
  "properties": {
@@ -177173,6 +178588,9 @@ Schema for the body of a time series query request
177173
178588
  "type": "string",
177174
178589
  "maxLength": 255
177175
178590
  },
178591
+ {
178592
+ "type": "null"
178593
+ },
177176
178594
  {
177177
178595
  "type": "object",
177178
178596
  "properties": {
@@ -177225,6 +178643,9 @@ Schema for the body of a time series query request
177225
178643
  "properties": {
177226
178644
  "$ne": {
177227
178645
  "oneOf": [
178646
+ {
178647
+ "type": "null"
178648
+ },
177228
178649
  {
177229
178650
  "type": "object",
177230
178651
  "properties": {
@@ -177234,6 +178655,9 @@ Schema for the body of a time series query request
177234
178655
  "type": "string",
177235
178656
  "maxLength": 255
177236
178657
  },
178658
+ {
178659
+ "type": "null"
178660
+ },
177237
178661
  {
177238
178662
  "type": "object",
177239
178663
  "properties": {
@@ -177276,6 +178700,9 @@ Schema for the body of a time series query request
177276
178700
  "type": "string",
177277
178701
  "maxLength": 255
177278
178702
  },
178703
+ {
178704
+ "type": "null"
178705
+ },
177279
178706
  {
177280
178707
  "type": "object",
177281
178708
  "properties": {
@@ -177325,6 +178752,9 @@ Schema for the body of a time series query request
177325
178752
  "type": "string",
177326
178753
  "maxLength": 255
177327
178754
  },
178755
+ {
178756
+ "type": "null"
178757
+ },
177328
178758
  {
177329
178759
  "type": "object",
177330
178760
  "properties": {
@@ -177928,7 +179358,6 @@ Schema for the body of a User authentication request
177928
179358
  "devices.delete",
177929
179359
  "devices.restore",
177930
179360
  "devices.removeData",
177931
- "devices.detailedSummary",
177932
179361
  "devices.deviceNames",
177933
179362
  "devices.export",
177934
179363
  "devices.get",
@@ -178549,7 +179978,6 @@ Schema for the body of a User creation request
178549
179978
  "devices.delete",
178550
179979
  "devices.restore",
178551
179980
  "devices.removeData",
178552
- "devices.detailedSummary",
178553
179981
  "devices.deviceNames",
178554
179982
  "devices.export",
178555
179983
  "devices.get",