@azure/arm-dynatrace 2.0.0 → 3.0.0-beta.1

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 (535) hide show
  1. package/LICENSE +3 -3
  2. package/README.md +30 -24
  3. package/dist/browser/api/creationSupported/index.d.ts +3 -0
  4. package/dist/browser/api/creationSupported/index.js +4 -0
  5. package/dist/browser/api/creationSupported/index.js.map +1 -0
  6. package/dist/browser/api/creationSupported/operations.d.ts +13 -0
  7. package/dist/browser/api/creationSupported/operations.js +64 -0
  8. package/dist/browser/api/creationSupported/operations.js.map +1 -0
  9. package/dist/browser/api/creationSupported/options.d.ts +8 -0
  10. package/dist/browser/api/creationSupported/options.js +4 -0
  11. package/dist/browser/api/creationSupported/options.js.map +1 -0
  12. package/dist/browser/api/dynatraceObservabilityContext.d.ts +20 -0
  13. package/dist/browser/api/dynatraceObservabilityContext.js +25 -0
  14. package/dist/browser/api/dynatraceObservabilityContext.js.map +1 -0
  15. package/dist/browser/api/index.d.ts +3 -0
  16. package/dist/browser/api/index.js +4 -0
  17. package/dist/browser/api/index.js.map +1 -0
  18. package/dist/browser/api/monitoredSubscriptions/index.d.ts +3 -0
  19. package/dist/browser/api/monitoredSubscriptions/index.js +4 -0
  20. package/dist/browser/api/monitoredSubscriptions/index.js.map +1 -0
  21. package/dist/browser/api/monitoredSubscriptions/operations.d.ts +27 -0
  22. package/dist/browser/api/monitoredSubscriptions/operations.js +173 -0
  23. package/dist/browser/api/monitoredSubscriptions/operations.js.map +1 -0
  24. package/dist/browser/api/monitoredSubscriptions/options.d.ts +26 -0
  25. package/dist/browser/api/monitoredSubscriptions/options.js +4 -0
  26. package/dist/browser/api/monitoredSubscriptions/options.js.map +1 -0
  27. package/dist/browser/api/monitors/index.d.ts +3 -0
  28. package/dist/browser/api/monitors/index.js +4 -0
  29. package/dist/browser/api/monitors/index.js.map +1 -0
  30. package/dist/browser/api/monitors/operations.d.ts +75 -0
  31. package/dist/browser/api/monitors/operations.js +535 -0
  32. package/dist/browser/api/monitors/operations.js.map +1 -0
  33. package/dist/browser/api/monitors/options.d.ts +66 -0
  34. package/dist/browser/api/monitors/options.js +4 -0
  35. package/dist/browser/api/monitors/options.js.map +1 -0
  36. package/dist/browser/api/operations/index.d.ts +3 -0
  37. package/dist/browser/api/operations/index.js +4 -0
  38. package/dist/browser/api/operations/index.js.map +1 -0
  39. package/dist/browser/api/operations/operations.d.ts +10 -0
  40. package/dist/browser/api/operations/operations.js +33 -0
  41. package/dist/browser/api/operations/operations.js.map +1 -0
  42. package/dist/browser/api/operations/options.d.ts +5 -0
  43. package/dist/browser/api/operations/options.js +4 -0
  44. package/dist/browser/api/operations/options.js.map +1 -0
  45. package/dist/browser/api/singleSignOn/index.d.ts +3 -0
  46. package/dist/browser/api/singleSignOn/index.js +4 -0
  47. package/dist/browser/api/singleSignOn/index.js.map +1 -0
  48. package/dist/browser/api/singleSignOn/operations.d.ts +19 -0
  49. package/dist/browser/api/singleSignOn/operations.js +106 -0
  50. package/dist/browser/api/singleSignOn/operations.js.map +1 -0
  51. package/dist/browser/api/singleSignOn/options.d.ts +13 -0
  52. package/dist/browser/api/singleSignOn/options.js +4 -0
  53. package/dist/browser/api/singleSignOn/options.js.map +1 -0
  54. package/dist/browser/api/tagRules/index.d.ts +3 -0
  55. package/dist/browser/api/tagRules/index.js +4 -0
  56. package/dist/browser/api/tagRules/index.js.map +1 -0
  57. package/dist/browser/api/tagRules/operations.d.ts +23 -0
  58. package/dist/browser/api/tagRules/operations.js +139 -0
  59. package/dist/browser/api/tagRules/operations.js.map +1 -0
  60. package/dist/browser/api/tagRules/options.d.ts +18 -0
  61. package/dist/browser/api/tagRules/options.js +4 -0
  62. package/dist/browser/api/tagRules/options.js.map +1 -0
  63. package/dist/browser/classic/creationSupported/index.d.ts +12 -0
  64. package/dist/browser/classic/creationSupported/index.js +15 -0
  65. package/dist/browser/classic/creationSupported/index.js.map +1 -0
  66. package/dist/browser/classic/index.d.ts +7 -0
  67. package/dist/browser/classic/index.js +4 -0
  68. package/dist/browser/classic/index.js.map +1 -0
  69. package/dist/browser/classic/monitoredSubscriptions/index.d.ts +33 -0
  70. package/dist/browser/classic/monitoredSubscriptions/index.js +43 -0
  71. package/dist/browser/classic/monitoredSubscriptions/index.js.map +1 -0
  72. package/dist/browser/classic/monitors/index.d.ts +57 -0
  73. package/dist/browser/classic/monitors/index.js +55 -0
  74. package/dist/browser/classic/monitors/index.js.map +1 -0
  75. package/dist/browser/classic/operations/index.d.ts +11 -0
  76. package/dist/browser/classic/operations/index.js +14 -0
  77. package/dist/browser/classic/operations/index.js.map +1 -0
  78. package/dist/browser/classic/singleSignOn/index.d.ts +21 -0
  79. package/dist/browser/classic/singleSignOn/index.js +25 -0
  80. package/dist/browser/classic/singleSignOn/index.js.map +1 -0
  81. package/dist/browser/classic/tagRules/index.d.ts +27 -0
  82. package/dist/browser/classic/tagRules/index.js +34 -0
  83. package/dist/browser/classic/tagRules/index.js.map +1 -0
  84. package/dist/browser/dynatraceObservability.d.ts +29 -0
  85. package/dist/browser/dynatraceObservability.js +44 -0
  86. package/dist/browser/dynatraceObservability.js.map +1 -0
  87. package/dist/browser/index.d.ts +22 -0
  88. package/dist/browser/index.js +9 -0
  89. package/dist/browser/index.js.map +1 -0
  90. package/dist/browser/logger.d.ts +2 -0
  91. package/dist/browser/logger.js +5 -0
  92. package/dist/browser/logger.js.map +1 -0
  93. package/dist/browser/models/index.d.ts +3 -0
  94. package/dist/browser/models/index.js +4 -0
  95. package/dist/browser/models/index.js.map +1 -0
  96. package/dist/browser/models/models.d.ts +1218 -0
  97. package/dist/browser/models/models.js +1132 -0
  98. package/dist/browser/models/models.js.map +1 -0
  99. package/dist/browser/package.json +3 -0
  100. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  101. package/dist/browser/restorePollerHelpers.js +111 -0
  102. package/dist/browser/restorePollerHelpers.js.map +1 -0
  103. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  104. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  105. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  106. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  107. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  108. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  109. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  110. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  111. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  112. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  113. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  114. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  115. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  116. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  117. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  118. package/dist/commonjs/api/creationSupported/index.d.ts +3 -0
  119. package/dist/commonjs/api/creationSupported/index.js +30 -0
  120. package/dist/commonjs/api/creationSupported/index.js.map +7 -0
  121. package/dist/commonjs/api/creationSupported/operations.d.ts +13 -0
  122. package/dist/commonjs/api/creationSupported/operations.js +104 -0
  123. package/dist/commonjs/api/creationSupported/operations.js.map +7 -0
  124. package/dist/commonjs/api/creationSupported/options.d.ts +8 -0
  125. package/dist/commonjs/api/creationSupported/options.js +16 -0
  126. package/dist/commonjs/api/creationSupported/options.js.map +7 -0
  127. package/dist/commonjs/api/dynatraceObservabilityContext.d.ts +20 -0
  128. package/dist/commonjs/api/dynatraceObservabilityContext.js +47 -0
  129. package/dist/commonjs/api/dynatraceObservabilityContext.js.map +7 -0
  130. package/dist/commonjs/api/index.d.ts +3 -0
  131. package/dist/commonjs/api/index.js +28 -0
  132. package/dist/commonjs/api/index.js.map +7 -0
  133. package/dist/commonjs/api/monitoredSubscriptions/index.d.ts +3 -0
  134. package/dist/commonjs/api/monitoredSubscriptions/index.js +36 -0
  135. package/dist/commonjs/api/monitoredSubscriptions/index.js.map +7 -0
  136. package/dist/commonjs/api/monitoredSubscriptions/operations.d.ts +27 -0
  137. package/dist/commonjs/api/monitoredSubscriptions/operations.js +246 -0
  138. package/dist/commonjs/api/monitoredSubscriptions/operations.js.map +7 -0
  139. package/dist/commonjs/api/monitoredSubscriptions/options.d.ts +26 -0
  140. package/dist/commonjs/api/monitoredSubscriptions/options.js +16 -0
  141. package/dist/commonjs/api/monitoredSubscriptions/options.js.map +7 -0
  142. package/dist/commonjs/api/monitors/index.d.ts +3 -0
  143. package/dist/commonjs/api/monitors/index.js +60 -0
  144. package/dist/commonjs/api/monitors/index.js.map +7 -0
  145. package/dist/commonjs/api/monitors/operations.d.ts +75 -0
  146. package/dist/commonjs/api/monitors/operations.js +752 -0
  147. package/dist/commonjs/api/monitors/operations.js.map +7 -0
  148. package/dist/commonjs/api/monitors/options.d.ts +66 -0
  149. package/dist/commonjs/api/monitors/options.js +16 -0
  150. package/dist/commonjs/api/monitors/options.js.map +7 -0
  151. package/dist/commonjs/api/operations/index.d.ts +3 -0
  152. package/dist/commonjs/api/operations/index.js +28 -0
  153. package/dist/commonjs/api/operations/index.js.map +7 -0
  154. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  155. package/dist/commonjs/api/operations/operations.js +70 -0
  156. package/dist/commonjs/api/operations/operations.js.map +7 -0
  157. package/dist/commonjs/api/operations/options.d.ts +5 -0
  158. package/dist/commonjs/api/operations/options.js +16 -0
  159. package/dist/commonjs/api/operations/options.js.map +7 -0
  160. package/dist/commonjs/api/singleSignOn/index.d.ts +3 -0
  161. package/dist/commonjs/api/singleSignOn/index.js +32 -0
  162. package/dist/commonjs/api/singleSignOn/index.js.map +7 -0
  163. package/dist/commonjs/api/singleSignOn/operations.d.ts +19 -0
  164. package/dist/commonjs/api/singleSignOn/operations.js +174 -0
  165. package/dist/commonjs/api/singleSignOn/operations.js.map +7 -0
  166. package/dist/commonjs/api/singleSignOn/options.d.ts +13 -0
  167. package/dist/commonjs/api/singleSignOn/options.js +16 -0
  168. package/dist/commonjs/api/singleSignOn/options.js.map +7 -0
  169. package/dist/commonjs/api/tagRules/index.d.ts +3 -0
  170. package/dist/commonjs/api/tagRules/index.js +34 -0
  171. package/dist/commonjs/api/tagRules/index.js.map +7 -0
  172. package/dist/commonjs/api/tagRules/operations.d.ts +23 -0
  173. package/dist/commonjs/api/tagRules/operations.js +203 -0
  174. package/dist/commonjs/api/tagRules/operations.js.map +7 -0
  175. package/dist/commonjs/api/tagRules/options.d.ts +18 -0
  176. package/dist/commonjs/api/tagRules/options.js +16 -0
  177. package/dist/commonjs/api/tagRules/options.js.map +7 -0
  178. package/dist/commonjs/classic/creationSupported/index.d.ts +12 -0
  179. package/dist/commonjs/classic/creationSupported/index.js +39 -0
  180. package/dist/commonjs/classic/creationSupported/index.js.map +7 -0
  181. package/dist/commonjs/classic/index.d.ts +7 -0
  182. package/dist/commonjs/classic/index.js +16 -0
  183. package/dist/commonjs/classic/index.js.map +7 -0
  184. package/dist/commonjs/classic/monitoredSubscriptions/index.d.ts +33 -0
  185. package/dist/commonjs/classic/monitoredSubscriptions/index.js +67 -0
  186. package/dist/commonjs/classic/monitoredSubscriptions/index.js.map +7 -0
  187. package/dist/commonjs/classic/monitors/index.d.ts +57 -0
  188. package/dist/commonjs/classic/monitors/index.js +79 -0
  189. package/dist/commonjs/classic/monitors/index.js.map +7 -0
  190. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  191. package/dist/commonjs/classic/operations/index.js +38 -0
  192. package/dist/commonjs/classic/operations/index.js.map +7 -0
  193. package/dist/commonjs/classic/singleSignOn/index.d.ts +21 -0
  194. package/dist/commonjs/classic/singleSignOn/index.js +63 -0
  195. package/dist/commonjs/classic/singleSignOn/index.js.map +7 -0
  196. package/dist/commonjs/classic/tagRules/index.d.ts +27 -0
  197. package/dist/commonjs/classic/tagRules/index.js +72 -0
  198. package/dist/commonjs/classic/tagRules/index.js.map +7 -0
  199. package/dist/commonjs/dynatraceObservability.d.ts +29 -0
  200. package/dist/commonjs/dynatraceObservability.js +66 -0
  201. package/dist/commonjs/dynatraceObservability.js.map +7 -0
  202. package/dist/commonjs/index.d.ts +22 -0
  203. package/dist/commonjs/index.js +94 -0
  204. package/dist/commonjs/index.js.map +7 -0
  205. package/dist/commonjs/logger.d.ts +2 -0
  206. package/dist/commonjs/logger.js +29 -0
  207. package/dist/commonjs/logger.js.map +7 -0
  208. package/dist/commonjs/models/index.d.ts +3 -0
  209. package/dist/commonjs/models/index.js +80 -0
  210. package/dist/commonjs/models/index.js.map +7 -0
  211. package/dist/commonjs/models/models.d.ts +1218 -0
  212. package/dist/commonjs/models/models.js +1216 -0
  213. package/dist/commonjs/models/models.js.map +7 -0
  214. package/dist/commonjs/package.json +3 -0
  215. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  216. package/dist/commonjs/restorePollerHelpers.js +124 -0
  217. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  218. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  219. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  220. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  221. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  222. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  223. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  224. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  225. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  226. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  227. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  228. package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
  229. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  230. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  231. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  232. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  233. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  234. package/dist/esm/api/creationSupported/index.d.ts +3 -0
  235. package/dist/esm/api/creationSupported/index.js +4 -0
  236. package/dist/esm/api/creationSupported/index.js.map +1 -0
  237. package/dist/esm/api/creationSupported/operations.d.ts +13 -0
  238. package/dist/esm/api/creationSupported/operations.js +64 -0
  239. package/dist/esm/api/creationSupported/operations.js.map +1 -0
  240. package/dist/esm/api/creationSupported/options.d.ts +8 -0
  241. package/dist/esm/api/creationSupported/options.js +4 -0
  242. package/dist/esm/api/creationSupported/options.js.map +1 -0
  243. package/dist/esm/api/dynatraceObservabilityContext.d.ts +20 -0
  244. package/dist/esm/api/dynatraceObservabilityContext.js +25 -0
  245. package/dist/esm/api/dynatraceObservabilityContext.js.map +1 -0
  246. package/dist/esm/api/index.d.ts +3 -0
  247. package/dist/esm/api/index.js +4 -0
  248. package/dist/esm/api/index.js.map +1 -0
  249. package/dist/esm/api/monitoredSubscriptions/index.d.ts +3 -0
  250. package/dist/esm/api/monitoredSubscriptions/index.js +4 -0
  251. package/dist/esm/api/monitoredSubscriptions/index.js.map +1 -0
  252. package/dist/esm/api/monitoredSubscriptions/operations.d.ts +27 -0
  253. package/dist/esm/api/monitoredSubscriptions/operations.js +173 -0
  254. package/dist/esm/api/monitoredSubscriptions/operations.js.map +1 -0
  255. package/dist/esm/api/monitoredSubscriptions/options.d.ts +26 -0
  256. package/dist/esm/api/monitoredSubscriptions/options.js +4 -0
  257. package/dist/esm/api/monitoredSubscriptions/options.js.map +1 -0
  258. package/dist/esm/api/monitors/index.d.ts +3 -0
  259. package/dist/esm/api/monitors/index.js +4 -0
  260. package/dist/esm/api/monitors/index.js.map +1 -0
  261. package/dist/esm/api/monitors/operations.d.ts +75 -0
  262. package/dist/esm/api/monitors/operations.js +535 -0
  263. package/dist/esm/api/monitors/operations.js.map +1 -0
  264. package/dist/esm/api/monitors/options.d.ts +66 -0
  265. package/dist/esm/api/monitors/options.js +4 -0
  266. package/dist/esm/api/monitors/options.js.map +1 -0
  267. package/dist/esm/api/operations/index.d.ts +3 -0
  268. package/dist/esm/api/operations/index.js +4 -0
  269. package/dist/esm/api/operations/index.js.map +1 -0
  270. package/dist/esm/api/operations/operations.d.ts +10 -0
  271. package/dist/esm/api/operations/operations.js +33 -0
  272. package/dist/esm/api/operations/operations.js.map +1 -0
  273. package/dist/esm/api/operations/options.d.ts +5 -0
  274. package/dist/esm/api/operations/options.js +4 -0
  275. package/dist/esm/api/operations/options.js.map +1 -0
  276. package/dist/esm/api/singleSignOn/index.d.ts +3 -0
  277. package/dist/esm/api/singleSignOn/index.js +4 -0
  278. package/dist/esm/api/singleSignOn/index.js.map +1 -0
  279. package/dist/esm/api/singleSignOn/operations.d.ts +19 -0
  280. package/dist/esm/api/singleSignOn/operations.js +106 -0
  281. package/dist/esm/api/singleSignOn/operations.js.map +1 -0
  282. package/dist/esm/api/singleSignOn/options.d.ts +13 -0
  283. package/dist/esm/api/singleSignOn/options.js +4 -0
  284. package/dist/esm/api/singleSignOn/options.js.map +1 -0
  285. package/dist/esm/api/tagRules/index.d.ts +3 -0
  286. package/dist/esm/api/tagRules/index.js +4 -0
  287. package/dist/esm/api/tagRules/index.js.map +1 -0
  288. package/dist/esm/api/tagRules/operations.d.ts +23 -0
  289. package/dist/esm/api/tagRules/operations.js +139 -0
  290. package/dist/esm/api/tagRules/operations.js.map +1 -0
  291. package/dist/esm/api/tagRules/options.d.ts +18 -0
  292. package/dist/esm/api/tagRules/options.js +4 -0
  293. package/dist/esm/api/tagRules/options.js.map +1 -0
  294. package/dist/esm/classic/creationSupported/index.d.ts +12 -0
  295. package/dist/esm/classic/creationSupported/index.js +15 -0
  296. package/dist/esm/classic/creationSupported/index.js.map +1 -0
  297. package/dist/esm/classic/index.d.ts +7 -0
  298. package/dist/esm/classic/index.js +4 -0
  299. package/dist/esm/classic/index.js.map +1 -0
  300. package/dist/esm/classic/monitoredSubscriptions/index.d.ts +33 -0
  301. package/dist/esm/classic/monitoredSubscriptions/index.js +43 -0
  302. package/dist/esm/classic/monitoredSubscriptions/index.js.map +1 -0
  303. package/dist/esm/classic/monitors/index.d.ts +57 -0
  304. package/dist/esm/classic/monitors/index.js +55 -0
  305. package/dist/esm/classic/monitors/index.js.map +1 -0
  306. package/dist/esm/classic/operations/index.d.ts +11 -0
  307. package/dist/esm/classic/operations/index.js +14 -0
  308. package/dist/esm/classic/operations/index.js.map +1 -0
  309. package/dist/esm/classic/singleSignOn/index.d.ts +21 -0
  310. package/dist/esm/classic/singleSignOn/index.js +25 -0
  311. package/dist/esm/classic/singleSignOn/index.js.map +1 -0
  312. package/dist/esm/classic/tagRules/index.d.ts +27 -0
  313. package/dist/esm/classic/tagRules/index.js +34 -0
  314. package/dist/esm/classic/tagRules/index.js.map +1 -0
  315. package/dist/esm/dynatraceObservability.d.ts +29 -0
  316. package/dist/esm/dynatraceObservability.js +44 -0
  317. package/dist/esm/dynatraceObservability.js.map +1 -0
  318. package/dist/esm/index.d.ts +22 -0
  319. package/dist/esm/index.js +9 -0
  320. package/dist/esm/index.js.map +1 -0
  321. package/dist/esm/logger.d.ts +2 -0
  322. package/dist/esm/logger.js +5 -0
  323. package/dist/esm/logger.js.map +1 -0
  324. package/dist/esm/models/index.d.ts +3 -0
  325. package/dist/esm/models/index.js +4 -0
  326. package/dist/esm/models/index.js.map +1 -0
  327. package/dist/esm/models/models.d.ts +1218 -0
  328. package/dist/esm/models/models.js +1132 -0
  329. package/dist/esm/models/models.js.map +1 -0
  330. package/dist/esm/package.json +3 -0
  331. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  332. package/dist/esm/restorePollerHelpers.js +111 -0
  333. package/dist/esm/restorePollerHelpers.js.map +1 -0
  334. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  335. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  336. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  337. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  338. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  339. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  340. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  341. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  342. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  343. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  344. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  345. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  346. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  347. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  348. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  349. package/package.json +207 -92
  350. package/CHANGELOG.md +0 -44
  351. package/dist/index.js +0 -3880
  352. package/dist/index.js.map +0 -1
  353. package/dist/index.min.js +0 -1
  354. package/dist/index.min.js.map +0 -1
  355. package/dist-esm/samples-dev/monitorsCreateOrUpdateSample.d.ts +0 -2
  356. package/dist-esm/samples-dev/monitorsCreateOrUpdateSample.d.ts.map +0 -1
  357. package/dist-esm/samples-dev/monitorsCreateOrUpdateSample.js +0 -86
  358. package/dist-esm/samples-dev/monitorsCreateOrUpdateSample.js.map +0 -1
  359. package/dist-esm/samples-dev/monitorsDeleteSample.d.ts +0 -2
  360. package/dist-esm/samples-dev/monitorsDeleteSample.d.ts.map +0 -1
  361. package/dist-esm/samples-dev/monitorsDeleteSample.js +0 -58
  362. package/dist-esm/samples-dev/monitorsDeleteSample.js.map +0 -1
  363. package/dist-esm/samples-dev/monitorsGetMarketplaceSaaSResourceDetailsSample.d.ts +0 -2
  364. package/dist-esm/samples-dev/monitorsGetMarketplaceSaaSResourceDetailsSample.d.ts.map +0 -1
  365. package/dist-esm/samples-dev/monitorsGetMarketplaceSaaSResourceDetailsSample.js +0 -58
  366. package/dist-esm/samples-dev/monitorsGetMarketplaceSaaSResourceDetailsSample.js.map +0 -1
  367. package/dist-esm/samples-dev/monitorsGetMetricStatusSample.d.ts +0 -2
  368. package/dist-esm/samples-dev/monitorsGetMetricStatusSample.d.ts.map +0 -1
  369. package/dist-esm/samples-dev/monitorsGetMetricStatusSample.js +0 -56
  370. package/dist-esm/samples-dev/monitorsGetMetricStatusSample.js.map +0 -1
  371. package/dist-esm/samples-dev/monitorsGetSample.d.ts +0 -2
  372. package/dist-esm/samples-dev/monitorsGetSample.d.ts.map +0 -1
  373. package/dist-esm/samples-dev/monitorsGetSample.js +0 -58
  374. package/dist-esm/samples-dev/monitorsGetSample.js.map +0 -1
  375. package/dist-esm/samples-dev/monitorsGetSsoDetailsSample.d.ts +0 -2
  376. package/dist-esm/samples-dev/monitorsGetSsoDetailsSample.d.ts.map +0 -1
  377. package/dist-esm/samples-dev/monitorsGetSsoDetailsSample.js +0 -62
  378. package/dist-esm/samples-dev/monitorsGetSsoDetailsSample.js.map +0 -1
  379. package/dist-esm/samples-dev/monitorsGetVMHostPayloadSample.d.ts +0 -2
  380. package/dist-esm/samples-dev/monitorsGetVMHostPayloadSample.d.ts.map +0 -1
  381. package/dist-esm/samples-dev/monitorsGetVMHostPayloadSample.js +0 -58
  382. package/dist-esm/samples-dev/monitorsGetVMHostPayloadSample.js.map +0 -1
  383. package/dist-esm/samples-dev/monitorsListAppServicesSample.d.ts +0 -2
  384. package/dist-esm/samples-dev/monitorsListAppServicesSample.d.ts.map +0 -1
  385. package/dist-esm/samples-dev/monitorsListAppServicesSample.js +0 -100
  386. package/dist-esm/samples-dev/monitorsListAppServicesSample.js.map +0 -1
  387. package/dist-esm/samples-dev/monitorsListByResourceGroupSample.d.ts +0 -2
  388. package/dist-esm/samples-dev/monitorsListByResourceGroupSample.d.ts.map +0 -1
  389. package/dist-esm/samples-dev/monitorsListByResourceGroupSample.js +0 -98
  390. package/dist-esm/samples-dev/monitorsListByResourceGroupSample.js.map +0 -1
  391. package/dist-esm/samples-dev/monitorsListBySubscriptionIdSample.d.ts +0 -2
  392. package/dist-esm/samples-dev/monitorsListBySubscriptionIdSample.d.ts.map +0 -1
  393. package/dist-esm/samples-dev/monitorsListBySubscriptionIdSample.js +0 -96
  394. package/dist-esm/samples-dev/monitorsListBySubscriptionIdSample.js.map +0 -1
  395. package/dist-esm/samples-dev/monitorsListHostsSample.d.ts +0 -2
  396. package/dist-esm/samples-dev/monitorsListHostsSample.d.ts.map +0 -1
  397. package/dist-esm/samples-dev/monitorsListHostsSample.js +0 -100
  398. package/dist-esm/samples-dev/monitorsListHostsSample.js.map +0 -1
  399. package/dist-esm/samples-dev/monitorsListLinkableEnvironmentsSample.d.ts +0 -2
  400. package/dist-esm/samples-dev/monitorsListLinkableEnvironmentsSample.d.ts.map +0 -1
  401. package/dist-esm/samples-dev/monitorsListLinkableEnvironmentsSample.js +0 -110
  402. package/dist-esm/samples-dev/monitorsListLinkableEnvironmentsSample.js.map +0 -1
  403. package/dist-esm/samples-dev/monitorsListMonitoredResourcesSample.d.ts +0 -2
  404. package/dist-esm/samples-dev/monitorsListMonitoredResourcesSample.d.ts.map +0 -1
  405. package/dist-esm/samples-dev/monitorsListMonitoredResourcesSample.js +0 -100
  406. package/dist-esm/samples-dev/monitorsListMonitoredResourcesSample.js.map +0 -1
  407. package/dist-esm/samples-dev/monitorsUpdateSample.d.ts +0 -2
  408. package/dist-esm/samples-dev/monitorsUpdateSample.d.ts.map +0 -1
  409. package/dist-esm/samples-dev/monitorsUpdateSample.js +0 -60
  410. package/dist-esm/samples-dev/monitorsUpdateSample.js.map +0 -1
  411. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  412. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  413. package/dist-esm/samples-dev/operationsListSample.js +0 -96
  414. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  415. package/dist-esm/samples-dev/singleSignOnCreateOrUpdateSample.d.ts +0 -2
  416. package/dist-esm/samples-dev/singleSignOnCreateOrUpdateSample.d.ts.map +0 -1
  417. package/dist-esm/samples-dev/singleSignOnCreateOrUpdateSample.js +0 -71
  418. package/dist-esm/samples-dev/singleSignOnCreateOrUpdateSample.js.map +0 -1
  419. package/dist-esm/samples-dev/singleSignOnGetSample.d.ts +0 -2
  420. package/dist-esm/samples-dev/singleSignOnGetSample.d.ts.map +0 -1
  421. package/dist-esm/samples-dev/singleSignOnGetSample.js +0 -60
  422. package/dist-esm/samples-dev/singleSignOnGetSample.js.map +0 -1
  423. package/dist-esm/samples-dev/singleSignOnListSample.d.ts +0 -2
  424. package/dist-esm/samples-dev/singleSignOnListSample.d.ts.map +0 -1
  425. package/dist-esm/samples-dev/singleSignOnListSample.js +0 -100
  426. package/dist-esm/samples-dev/singleSignOnListSample.js.map +0 -1
  427. package/dist-esm/samples-dev/tagRulesCreateOrUpdateSample.d.ts +0 -2
  428. package/dist-esm/samples-dev/tagRulesCreateOrUpdateSample.d.ts.map +0 -1
  429. package/dist-esm/samples-dev/tagRulesCreateOrUpdateSample.js +0 -79
  430. package/dist-esm/samples-dev/tagRulesCreateOrUpdateSample.js.map +0 -1
  431. package/dist-esm/samples-dev/tagRulesDeleteSample.d.ts +0 -2
  432. package/dist-esm/samples-dev/tagRulesDeleteSample.d.ts.map +0 -1
  433. package/dist-esm/samples-dev/tagRulesDeleteSample.js +0 -60
  434. package/dist-esm/samples-dev/tagRulesDeleteSample.js.map +0 -1
  435. package/dist-esm/samples-dev/tagRulesGetSample.d.ts +0 -2
  436. package/dist-esm/samples-dev/tagRulesGetSample.d.ts.map +0 -1
  437. package/dist-esm/samples-dev/tagRulesGetSample.js +0 -60
  438. package/dist-esm/samples-dev/tagRulesGetSample.js.map +0 -1
  439. package/dist-esm/samples-dev/tagRulesListSample.d.ts +0 -2
  440. package/dist-esm/samples-dev/tagRulesListSample.d.ts.map +0 -1
  441. package/dist-esm/samples-dev/tagRulesListSample.js +0 -100
  442. package/dist-esm/samples-dev/tagRulesListSample.js.map +0 -1
  443. package/dist-esm/src/dynatraceObservability.d.ts +0 -23
  444. package/dist-esm/src/dynatraceObservability.d.ts.map +0 -1
  445. package/dist-esm/src/dynatraceObservability.js +0 -103
  446. package/dist-esm/src/dynatraceObservability.js.map +0 -1
  447. package/dist-esm/src/index.d.ts +0 -6
  448. package/dist-esm/src/index.d.ts.map +0 -1
  449. package/dist-esm/src/index.js +0 -13
  450. package/dist-esm/src/index.js.map +0 -1
  451. package/dist-esm/src/lroImpl.d.ts +0 -11
  452. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  453. package/dist-esm/src/lroImpl.js +0 -21
  454. package/dist-esm/src/lroImpl.js.map +0 -1
  455. package/dist-esm/src/models/index.d.ts +0 -1118
  456. package/dist-esm/src/models/index.d.ts.map +0 -1
  457. package/dist-esm/src/models/index.js +0 -226
  458. package/dist-esm/src/models/index.js.map +0 -1
  459. package/dist-esm/src/models/mappers.d.ts +0 -45
  460. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  461. package/dist-esm/src/models/mappers.js +0 -1365
  462. package/dist-esm/src/models/mappers.js.map +0 -1
  463. package/dist-esm/src/models/parameters.d.ts +0 -19
  464. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  465. package/dist-esm/src/models/parameters.js +0 -149
  466. package/dist-esm/src/models/parameters.js.map +0 -1
  467. package/dist-esm/src/operations/index.d.ts +0 -5
  468. package/dist-esm/src/operations/index.d.ts.map +0 -1
  469. package/dist-esm/src/operations/index.js +0 -12
  470. package/dist-esm/src/operations/index.js.map +0 -1
  471. package/dist-esm/src/operations/monitors.d.ts +0 -227
  472. package/dist-esm/src/operations/monitors.d.ts.map +0 -1
  473. package/dist-esm/src/operations/monitors.js +0 -1147
  474. package/dist-esm/src/operations/monitors.js.map +0 -1
  475. package/dist-esm/src/operations/operations.d.ts +0 -32
  476. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  477. package/dist-esm/src/operations/operations.js +0 -138
  478. package/dist-esm/src/operations/operations.js.map +0 -1
  479. package/dist-esm/src/operations/singleSignOn.d.ts +0 -65
  480. package/dist-esm/src/operations/singleSignOn.d.ts.map +0 -1
  481. package/dist-esm/src/operations/singleSignOn.js +0 -288
  482. package/dist-esm/src/operations/singleSignOn.js.map +0 -1
  483. package/dist-esm/src/operations/tagRules.d.ts +0 -81
  484. package/dist-esm/src/operations/tagRules.d.ts.map +0 -1
  485. package/dist-esm/src/operations/tagRules.js +0 -363
  486. package/dist-esm/src/operations/tagRules.js.map +0 -1
  487. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
  488. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  489. package/dist-esm/src/operationsInterfaces/index.js +0 -12
  490. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  491. package/dist-esm/src/operationsInterfaces/monitors.d.ts +0 -120
  492. package/dist-esm/src/operationsInterfaces/monitors.d.ts.map +0 -1
  493. package/dist-esm/src/operationsInterfaces/monitors.js +0 -9
  494. package/dist-esm/src/operationsInterfaces/monitors.js.map +0 -1
  495. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  496. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  497. package/dist-esm/src/operationsInterfaces/operations.js +0 -9
  498. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  499. package/dist-esm/src/operationsInterfaces/singleSignOn.d.ts +0 -40
  500. package/dist-esm/src/operationsInterfaces/singleSignOn.d.ts.map +0 -1
  501. package/dist-esm/src/operationsInterfaces/singleSignOn.js +0 -9
  502. package/dist-esm/src/operationsInterfaces/singleSignOn.js.map +0 -1
  503. package/dist-esm/src/operationsInterfaces/tagRules.d.ts +0 -56
  504. package/dist-esm/src/operationsInterfaces/tagRules.d.ts.map +0 -1
  505. package/dist-esm/src/operationsInterfaces/tagRules.js +0 -9
  506. package/dist-esm/src/operationsInterfaces/tagRules.js.map +0 -1
  507. package/dist-esm/src/pagingHelper.d.ts +0 -13
  508. package/dist-esm/src/pagingHelper.d.ts.map +0 -1
  509. package/dist-esm/src/pagingHelper.js +0 -32
  510. package/dist-esm/src/pagingHelper.js.map +0 -1
  511. package/dist-esm/test/dynatrace_examples.spec.d.ts +0 -4
  512. package/dist-esm/test/dynatrace_examples.spec.d.ts.map +0 -1
  513. package/dist-esm/test/dynatrace_examples.spec.js +0 -172
  514. package/dist-esm/test/dynatrace_examples.spec.js.map +0 -1
  515. package/review/arm-dynatrace.api.md +0 -847
  516. package/rollup.config.js +0 -122
  517. package/src/dynatraceObservability.ts +0 -156
  518. package/src/index.ts +0 -13
  519. package/src/lroImpl.ts +0 -42
  520. package/src/models/index.ts +0 -1271
  521. package/src/models/mappers.ts +0 -1443
  522. package/src/models/parameters.ts +0 -179
  523. package/src/operations/index.ts +0 -12
  524. package/src/operations/monitors.ts +0 -1489
  525. package/src/operations/operations.ts +0 -149
  526. package/src/operations/singleSignOn.ts +0 -387
  527. package/src/operations/tagRules.ts +0 -494
  528. package/src/operationsInterfaces/index.ts +0 -12
  529. package/src/operationsInterfaces/monitors.ts +0 -228
  530. package/src/operationsInterfaces/operations.ts +0 -22
  531. package/src/operationsInterfaces/singleSignOn.ts +0 -82
  532. package/src/operationsInterfaces/tagRules.ts +0 -109
  533. package/src/pagingHelper.ts +0 -39
  534. package/tsconfig.json +0 -33
  535. package/types/arm-dynatrace.d.ts +0 -1513
@@ -1,1271 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import * as coreClient from "@azure/core-client";
10
-
11
- /** List of all the resources being monitored by Dynatrace monitor resource */
12
- export interface MonitoredResourceListResponse {
13
- /** The items on this page */
14
- value?: MonitoredResource[];
15
- /** The link to the next page of items */
16
- nextLink?: string;
17
- }
18
-
19
- /** Details of resource being monitored by Dynatrace monitor resource */
20
- export interface MonitoredResource {
21
- /** The ARM id of the resource. */
22
- id?: string;
23
- /** Flag indicating if resource is sending metrics to Dynatrace. */
24
- sendingMetrics?: SendingMetricsStatus;
25
- /** Reason for why the resource is sending metrics (or why it is not sending). */
26
- reasonForMetricsStatus?: string;
27
- /** Flag indicating if resource is sending logs to Dynatrace. */
28
- sendingLogs?: SendingLogsStatus;
29
- /** Reason for why the resource is sending logs (or why it is not sending). */
30
- reasonForLogsStatus?: string;
31
- }
32
-
33
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
34
- export interface ErrorResponse {
35
- /** The error object. */
36
- error?: ErrorDetail;
37
- }
38
-
39
- /** The error detail. */
40
- export interface ErrorDetail {
41
- /**
42
- * The error code.
43
- * NOTE: This property will not be serialized. It can only be populated by the server.
44
- */
45
- readonly code?: string;
46
- /**
47
- * The error message.
48
- * NOTE: This property will not be serialized. It can only be populated by the server.
49
- */
50
- readonly message?: string;
51
- /**
52
- * The error target.
53
- * NOTE: This property will not be serialized. It can only be populated by the server.
54
- */
55
- readonly target?: string;
56
- /**
57
- * The error details.
58
- * NOTE: This property will not be serialized. It can only be populated by the server.
59
- */
60
- readonly details?: ErrorDetail[];
61
- /**
62
- * The error additional info.
63
- * NOTE: This property will not be serialized. It can only be populated by the server.
64
- */
65
- readonly additionalInfo?: ErrorAdditionalInfo[];
66
- }
67
-
68
- /** The resource management error additional info. */
69
- export interface ErrorAdditionalInfo {
70
- /**
71
- * The additional info type.
72
- * NOTE: This property will not be serialized. It can only be populated by the server.
73
- */
74
- readonly type?: string;
75
- /**
76
- * The additional info.
77
- * NOTE: This property will not be serialized. It can only be populated by the server.
78
- */
79
- readonly info?: Record<string, unknown>;
80
- }
81
-
82
- /** Response of payload to be passed while installing VM agent. */
83
- export interface VMExtensionPayload {
84
- /** Ingestion key of the environment */
85
- ingestionKey?: string;
86
- /** Id of the environment created */
87
- environmentId?: string;
88
- }
89
-
90
- /** Properties of the Dynatrace environment. */
91
- export interface DynatraceEnvironmentProperties {
92
- /** User id */
93
- userId?: string;
94
- /** Dynatrace Account Information */
95
- accountInfo?: AccountInfo;
96
- /** Dynatrace Environment Information */
97
- environmentInfo?: EnvironmentInfo;
98
- /** The details of a Dynatrace single sign-on. */
99
- singleSignOnProperties?: DynatraceSingleSignOnProperties;
100
- }
101
-
102
- /** Dynatrace Account Information */
103
- export interface AccountInfo {
104
- /** Account Id of the account this environment is linked to */
105
- accountId?: string;
106
- /** Region in which the account is created */
107
- regionId?: string;
108
- }
109
-
110
- /** Dynatrace Environment Information */
111
- export interface EnvironmentInfo {
112
- /** Id of the environment created */
113
- environmentId?: string;
114
- /** Ingestion key of the environment */
115
- ingestionKey?: string;
116
- /** Ingestion endpoint used for sending logs */
117
- logsIngestionEndpoint?: string;
118
- /** Landing URL for Dynatrace environment */
119
- landingURL?: string;
120
- }
121
-
122
- /** The details of a Dynatrace single sign-on. */
123
- export interface DynatraceSingleSignOnProperties {
124
- /** State of Single Sign On */
125
- singleSignOnState?: SingleSignOnStates;
126
- /** Version of the Dynatrace agent installed on the VM. */
127
- enterpriseAppId?: string;
128
- /** The login URL specific to this Dynatrace Environment */
129
- singleSignOnUrl?: string;
130
- /** array of Aad(azure active directory) domains */
131
- aadDomains?: string[];
132
- /**
133
- * Provisioning state of the resource.
134
- * NOTE: This property will not be serialized. It can only be populated by the server.
135
- */
136
- readonly provisioningState?: ProvisioningState;
137
- }
138
-
139
- /** User info. */
140
- export interface UserInfo {
141
- /** First Name of the user */
142
- firstName?: string;
143
- /** Last Name of the user */
144
- lastName?: string;
145
- /** Email of the user used by Dynatrace for contacting them if needed */
146
- emailAddress?: string;
147
- /** Phone number of the user used by Dynatrace for contacting them if needed */
148
- phoneNumber?: string;
149
- /** Country of the user */
150
- country?: string;
151
- }
152
-
153
- /** Billing plan information. */
154
- export interface PlanData {
155
- /** different usage type like PAYG/COMMITTED. this could be enum */
156
- usageType?: string;
157
- /** different billing cycles like MONTHLY/WEEKLY. this could be enum */
158
- billingCycle?: string;
159
- /** plan id as published by Dynatrace */
160
- planDetails?: string;
161
- /** date when plan was applied */
162
- effectiveDate?: Date;
163
- }
164
-
165
- /** Metadata pertaining to creation and last modification of the resource. */
166
- export interface SystemData {
167
- /** The identity that created the resource. */
168
- createdBy?: string;
169
- /** The type of identity that created the resource. */
170
- createdByType?: CreatedByType;
171
- /** The timestamp of resource creation (UTC). */
172
- createdAt?: Date;
173
- /** The identity that last modified the resource. */
174
- lastModifiedBy?: string;
175
- /** The type of identity that last modified the resource. */
176
- lastModifiedByType?: CreatedByType;
177
- /** The timestamp of resource last modification (UTC) */
178
- lastModifiedAt?: Date;
179
- }
180
-
181
- /** The properties of the managed service identities assigned to this resource. */
182
- export interface IdentityProperties {
183
- /**
184
- * The Active Directory tenant id of the principal.
185
- * NOTE: This property will not be serialized. It can only be populated by the server.
186
- */
187
- readonly tenantId?: string;
188
- /**
189
- * The active directory identifier of this principal.
190
- * NOTE: This property will not be serialized. It can only be populated by the server.
191
- */
192
- readonly principalId?: string;
193
- /** The type of managed identity assigned to this resource. */
194
- type: ManagedIdentityType;
195
- /** The identities assigned to this resource by the user. */
196
- userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };
197
- }
198
-
199
- /** A managed identity assigned by the user. */
200
- export interface UserAssignedIdentity {
201
- /** The active directory client identifier for this principal. */
202
- clientId: string;
203
- /** The active directory identifier for this principal. */
204
- principalId: string;
205
- }
206
-
207
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
208
- export interface Resource {
209
- /**
210
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
211
- * NOTE: This property will not be serialized. It can only be populated by the server.
212
- */
213
- readonly id?: string;
214
- /**
215
- * The name of the resource
216
- * NOTE: This property will not be serialized. It can only be populated by the server.
217
- */
218
- readonly name?: string;
219
- /**
220
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
221
- * NOTE: This property will not be serialized. It can only be populated by the server.
222
- */
223
- readonly type?: string;
224
- }
225
-
226
- /** The updatable properties of the MonitorResource. */
227
- export interface MonitorResourceUpdate {
228
- /** Resource tags. */
229
- tags?: { [propertyName: string]: string };
230
- }
231
-
232
- /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
233
- export interface OperationListResult {
234
- /**
235
- * List of operations supported by the resource provider
236
- * NOTE: This property will not be serialized. It can only be populated by the server.
237
- */
238
- readonly value?: Operation[];
239
- /**
240
- * URL to get the next set of operation list results (if there are any).
241
- * NOTE: This property will not be serialized. It can only be populated by the server.
242
- */
243
- readonly nextLink?: string;
244
- }
245
-
246
- /** Details of a REST API operation, returned from the Resource Provider Operations API */
247
- export interface Operation {
248
- /**
249
- * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
250
- * NOTE: This property will not be serialized. It can only be populated by the server.
251
- */
252
- readonly name?: string;
253
- /**
254
- * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
255
- * NOTE: This property will not be serialized. It can only be populated by the server.
256
- */
257
- readonly isDataAction?: boolean;
258
- /** Localized display information for this particular operation. */
259
- display?: OperationDisplay;
260
- /**
261
- * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
262
- * NOTE: This property will not be serialized. It can only be populated by the server.
263
- */
264
- readonly origin?: Origin;
265
- /**
266
- * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
267
- * NOTE: This property will not be serialized. It can only be populated by the server.
268
- */
269
- readonly actionType?: ActionType;
270
- }
271
-
272
- /** Localized display information for this particular operation. */
273
- export interface OperationDisplay {
274
- /**
275
- * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
276
- * NOTE: This property will not be serialized. It can only be populated by the server.
277
- */
278
- readonly provider?: string;
279
- /**
280
- * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
281
- * NOTE: This property will not be serialized. It can only be populated by the server.
282
- */
283
- readonly resource?: string;
284
- /**
285
- * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
286
- * NOTE: This property will not be serialized. It can only be populated by the server.
287
- */
288
- readonly operation?: string;
289
- /**
290
- * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
291
- * NOTE: This property will not be serialized. It can only be populated by the server.
292
- */
293
- readonly description?: string;
294
- }
295
-
296
- /** The response of a MonitorResource list operation. */
297
- export interface MonitorResourceListResult {
298
- /** The items on this page */
299
- value: MonitorResource[];
300
- /** The link to the next page of items */
301
- nextLink?: string;
302
- }
303
-
304
- /** Set of rules for sending logs for the Monitor resource. */
305
- export interface LogRules {
306
- /** Flag specifying if AAD logs should be sent for the Monitor resource. */
307
- sendAadLogs?: SendAadLogsStatus;
308
- /** Flag specifying if subscription logs should be sent for the Monitor resource. */
309
- sendSubscriptionLogs?: SendSubscriptionLogsStatus;
310
- /** Flag specifying if activity logs from Azure resources should be sent for the Monitor resource. */
311
- sendActivityLogs?: SendActivityLogsStatus;
312
- /**
313
- * List of filtering tags to be used for capturing logs. This only takes effect if SendActivityLogs flag is enabled. If empty, all resources will be captured.
314
- * If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
315
- */
316
- filteringTags?: FilteringTag[];
317
- }
318
-
319
- /** The definition of a filtering tag. Filtering tags are used for capturing resources and include/exclude them from being monitored. */
320
- export interface FilteringTag {
321
- /** The name (also known as the key) of the tag. */
322
- name?: string;
323
- /** The value of the tag. */
324
- value?: string;
325
- /** Valid actions for a filtering tag. Exclusion takes priority over inclusion. */
326
- action?: TagAction;
327
- }
328
-
329
- /** Set of rules for sending metrics for the Monitor resource. */
330
- export interface MetricRules {
331
- /** Flag specifying if metrics from Azure resources should be sent for the Monitor resource. */
332
- sendingMetrics?: SendingMetricsStatus;
333
- /** List of filtering tags to be used for capturing metrics. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags. */
334
- filteringTags?: FilteringTag[];
335
- }
336
-
337
- /** The response of a TagRule list operation. */
338
- export interface TagRuleListResult {
339
- /** The items on this page */
340
- value: TagRule[];
341
- /** The link to the next page of items */
342
- nextLink?: string;
343
- }
344
-
345
- /** Request for getting Marketplace SaaS resource details for a tenant Id */
346
- export interface MarketplaceSaaSResourceDetailsRequest {
347
- /** Tenant Id */
348
- tenantId: string;
349
- }
350
-
351
- /** Marketplace SaaS resource details linked to the given tenant Id */
352
- export interface MarketplaceSaaSResourceDetailsResponse {
353
- /** Id of the Marketplace SaaS Resource */
354
- marketplaceSaaSResourceId?: string;
355
- /** Id of the plan */
356
- planId?: string;
357
- /** Marketplace subscription status */
358
- marketplaceSubscriptionStatus?: MarketplaceSubscriptionStatus;
359
- }
360
-
361
- /** The response of a DynatraceSingleSignOnResource list operation. */
362
- export interface DynatraceSingleSignOnResourceListResult {
363
- /** The items on this page */
364
- value: DynatraceSingleSignOnResource[];
365
- /** The link to the next page of items */
366
- nextLink?: string;
367
- }
368
-
369
- /** Response of a list VM Host Operation. */
370
- export interface VMHostsListResponse {
371
- /** The items on this page */
372
- value?: VMInfo[];
373
- /** The link to the next page of items */
374
- nextLink?: string;
375
- }
376
-
377
- /** Details of VM Resource having Dynatrace OneAgent installed */
378
- export interface VMInfo {
379
- /** Azure VM resource ID */
380
- resourceId?: string;
381
- /** Version of the Dynatrace agent installed on the VM. */
382
- version?: string;
383
- /** The monitoring mode of OneAgent */
384
- monitoringType?: MonitoringType;
385
- /** Update settings of OneAgent. */
386
- autoUpdateSetting?: AutoUpdateSetting;
387
- /** The current update status of OneAgent. */
388
- updateStatus?: UpdateStatus;
389
- /** The availability state of OneAgent. */
390
- availabilityState?: AvailabilityState;
391
- /** Tells whether log modules are enabled or not */
392
- logModule?: LogModule;
393
- /** The name of the host group */
394
- hostGroup?: string;
395
- /** The name of the host */
396
- hostName?: string;
397
- }
398
-
399
- /** Response of get metrics status operation */
400
- export interface MetricsStatusResponse {
401
- /** Azure resource IDs */
402
- azureResourceIds?: string[];
403
- }
404
-
405
- /** Response of a list App Services Operation. */
406
- export interface AppServiceListResponse {
407
- /** The items on this page */
408
- value?: AppServiceInfo[];
409
- /** The link to the next page of items */
410
- nextLink?: string;
411
- }
412
-
413
- /** Details of App Services having Dynatrace OneAgent installed */
414
- export interface AppServiceInfo {
415
- /** App service resource ID */
416
- resourceId?: string;
417
- /** Version of the Dynatrace agent installed on the App Service. */
418
- version?: string;
419
- /** The monitoring mode of OneAgent */
420
- monitoringType?: MonitoringType;
421
- /** Update settings of OneAgent. */
422
- autoUpdateSetting?: AutoUpdateSetting;
423
- /** The current update status of OneAgent. */
424
- updateStatus?: UpdateStatus;
425
- /** The availability state of OneAgent. */
426
- availabilityState?: AvailabilityState;
427
- /** Tells whether log modules are enabled or not */
428
- logModule?: LogModule;
429
- /** The name of the host group */
430
- hostGroup?: string;
431
- /** The name of the host */
432
- hostName?: string;
433
- }
434
-
435
- /** Request for getting sso details for a user */
436
- export interface SSODetailsRequest {
437
- /** user principal id of the user */
438
- userPrincipal: string;
439
- }
440
-
441
- /** SSO details from the Dynatrace partner */
442
- export interface SSODetailsResponse {
443
- /** Whether the SSO is enabled for this resource or not. */
444
- isSsoEnabled?: SSOStatus;
445
- /** URL for Azure AD metadata */
446
- metadataUrl?: string;
447
- /** The login URL specific to this Dynatrace Environment */
448
- singleSignOnUrl?: string;
449
- /** array of Aad(azure active directory) domains */
450
- aadDomains?: string[];
451
- /** Array of admin user emails. */
452
- adminUsers?: string[];
453
- }
454
-
455
- /** Request for getting all the linkable environments for a user */
456
- export interface LinkableEnvironmentRequest {
457
- /** Tenant Id of the user in which they want to link the environment */
458
- tenantId: string;
459
- /** user principal id of the user */
460
- userPrincipal: string;
461
- /** Azure region in which we want to link the environment */
462
- region: string;
463
- }
464
-
465
- /** Response for getting all the linkable environments */
466
- export interface LinkableEnvironmentListResponse {
467
- /** List of environments for which user is an admin */
468
- value?: LinkableEnvironmentResponse[];
469
- /** Link to the next set of results, if any. */
470
- nextLink?: string;
471
- }
472
-
473
- /** Response for getting all the linkable environments */
474
- export interface LinkableEnvironmentResponse {
475
- /** environment id for which user is an admin */
476
- environmentId?: string;
477
- /** Name of the environment */
478
- environmentName?: string;
479
- /** Billing plan information. */
480
- planData?: PlanData;
481
- }
482
-
483
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
484
- export interface TrackedResource extends Resource {
485
- /** Resource tags. */
486
- tags?: { [propertyName: string]: string };
487
- /** The geo-location where the resource lives */
488
- location: string;
489
- }
490
-
491
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
492
- export interface ProxyResource extends Resource {}
493
-
494
- /** Dynatrace Monitor Resource */
495
- export interface MonitorResource extends TrackedResource {
496
- /**
497
- * System metadata for this resource.
498
- * NOTE: This property will not be serialized. It can only be populated by the server.
499
- */
500
- readonly systemData?: SystemData;
501
- /** The managed service identities assigned to this resource. */
502
- identity?: IdentityProperties;
503
- /** Status of the monitor. */
504
- monitoringStatus?: MonitoringStatus;
505
- /** Marketplace subscription status. */
506
- marketplaceSubscriptionStatus?: MarketplaceSubscriptionStatus;
507
- /** Properties of the Dynatrace environment. */
508
- dynatraceEnvironmentProperties?: DynatraceEnvironmentProperties;
509
- /** User info. */
510
- userInfo?: UserInfo;
511
- /** Billing plan information. */
512
- planData?: PlanData;
513
- /**
514
- * Liftr Resource category.
515
- * NOTE: This property will not be serialized. It can only be populated by the server.
516
- */
517
- readonly liftrResourceCategory?: LiftrResourceCategories;
518
- /**
519
- * The priority of the resource.
520
- * NOTE: This property will not be serialized. It can only be populated by the server.
521
- */
522
- readonly liftrResourcePreference?: number;
523
- /**
524
- * Provisioning state of the resource.
525
- * NOTE: This property will not be serialized. It can only be populated by the server.
526
- */
527
- readonly provisioningState?: ProvisioningState;
528
- }
529
-
530
- /** Tag rules for a monitor resource */
531
- export interface TagRule extends ProxyResource {
532
- /**
533
- * System metadata for this resource.
534
- * NOTE: This property will not be serialized. It can only be populated by the server.
535
- */
536
- readonly systemData?: SystemData;
537
- /** Set of rules for sending logs for the Monitor resource. */
538
- logRules?: LogRules;
539
- /** Set of rules for sending metrics for the Monitor resource. */
540
- metricRules?: MetricRules;
541
- /**
542
- * Provisioning state of the resource.
543
- * NOTE: This property will not be serialized. It can only be populated by the server.
544
- */
545
- readonly provisioningState?: ProvisioningState;
546
- }
547
-
548
- /** Single sign-on configurations for a given monitor resource. */
549
- export interface DynatraceSingleSignOnResource extends ProxyResource {
550
- /**
551
- * System metadata for this resource.
552
- * NOTE: This property will not be serialized. It can only be populated by the server.
553
- */
554
- readonly systemData?: SystemData;
555
- /** State of Single Sign On */
556
- singleSignOnState?: SingleSignOnStates;
557
- /** Version of the Dynatrace agent installed on the VM. */
558
- enterpriseAppId?: string;
559
- /** The login URL specific to this Dynatrace Environment */
560
- singleSignOnUrl?: string;
561
- /** array of Aad(azure active directory) domains */
562
- aadDomains?: string[];
563
- /**
564
- * Provisioning state of the resource.
565
- * NOTE: This property will not be serialized. It can only be populated by the server.
566
- */
567
- readonly provisioningState?: ProvisioningState;
568
- }
569
-
570
- /** Known values of {@link SendingMetricsStatus} that the service accepts. */
571
- export enum KnownSendingMetricsStatus {
572
- /** Enabled */
573
- Enabled = "Enabled",
574
- /** Disabled */
575
- Disabled = "Disabled"
576
- }
577
-
578
- /**
579
- * Defines values for SendingMetricsStatus. \
580
- * {@link KnownSendingMetricsStatus} can be used interchangeably with SendingMetricsStatus,
581
- * this enum contains the known values that the service supports.
582
- * ### Known values supported by the service
583
- * **Enabled** \
584
- * **Disabled**
585
- */
586
- export type SendingMetricsStatus = string;
587
-
588
- /** Known values of {@link SendingLogsStatus} that the service accepts. */
589
- export enum KnownSendingLogsStatus {
590
- /** Enabled */
591
- Enabled = "Enabled",
592
- /** Disabled */
593
- Disabled = "Disabled"
594
- }
595
-
596
- /**
597
- * Defines values for SendingLogsStatus. \
598
- * {@link KnownSendingLogsStatus} can be used interchangeably with SendingLogsStatus,
599
- * this enum contains the known values that the service supports.
600
- * ### Known values supported by the service
601
- * **Enabled** \
602
- * **Disabled**
603
- */
604
- export type SendingLogsStatus = string;
605
-
606
- /** Known values of {@link MonitoringStatus} that the service accepts. */
607
- export enum KnownMonitoringStatus {
608
- /** Enabled */
609
- Enabled = "Enabled",
610
- /** Disabled */
611
- Disabled = "Disabled"
612
- }
613
-
614
- /**
615
- * Defines values for MonitoringStatus. \
616
- * {@link KnownMonitoringStatus} can be used interchangeably with MonitoringStatus,
617
- * this enum contains the known values that the service supports.
618
- * ### Known values supported by the service
619
- * **Enabled** \
620
- * **Disabled**
621
- */
622
- export type MonitoringStatus = string;
623
-
624
- /** Known values of {@link MarketplaceSubscriptionStatus} that the service accepts. */
625
- export enum KnownMarketplaceSubscriptionStatus {
626
- /** Active */
627
- Active = "Active",
628
- /** Suspended */
629
- Suspended = "Suspended"
630
- }
631
-
632
- /**
633
- * Defines values for MarketplaceSubscriptionStatus. \
634
- * {@link KnownMarketplaceSubscriptionStatus} can be used interchangeably with MarketplaceSubscriptionStatus,
635
- * this enum contains the known values that the service supports.
636
- * ### Known values supported by the service
637
- * **Active** \
638
- * **Suspended**
639
- */
640
- export type MarketplaceSubscriptionStatus = string;
641
-
642
- /** Known values of {@link SingleSignOnStates} that the service accepts. */
643
- export enum KnownSingleSignOnStates {
644
- /** Initial */
645
- Initial = "Initial",
646
- /** Enable */
647
- Enable = "Enable",
648
- /** Disable */
649
- Disable = "Disable",
650
- /** Existing */
651
- Existing = "Existing"
652
- }
653
-
654
- /**
655
- * Defines values for SingleSignOnStates. \
656
- * {@link KnownSingleSignOnStates} can be used interchangeably with SingleSignOnStates,
657
- * this enum contains the known values that the service supports.
658
- * ### Known values supported by the service
659
- * **Initial** \
660
- * **Enable** \
661
- * **Disable** \
662
- * **Existing**
663
- */
664
- export type SingleSignOnStates = string;
665
-
666
- /** Known values of {@link ProvisioningState} that the service accepts. */
667
- export enum KnownProvisioningState {
668
- /** Accepted */
669
- Accepted = "Accepted",
670
- /** Creating */
671
- Creating = "Creating",
672
- /** Updating */
673
- Updating = "Updating",
674
- /** Deleting */
675
- Deleting = "Deleting",
676
- /** Succeeded */
677
- Succeeded = "Succeeded",
678
- /** Failed */
679
- Failed = "Failed",
680
- /** Canceled */
681
- Canceled = "Canceled",
682
- /** Deleted */
683
- Deleted = "Deleted",
684
- /** NotSpecified */
685
- NotSpecified = "NotSpecified"
686
- }
687
-
688
- /**
689
- * Defines values for ProvisioningState. \
690
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
691
- * this enum contains the known values that the service supports.
692
- * ### Known values supported by the service
693
- * **Accepted** \
694
- * **Creating** \
695
- * **Updating** \
696
- * **Deleting** \
697
- * **Succeeded** \
698
- * **Failed** \
699
- * **Canceled** \
700
- * **Deleted** \
701
- * **NotSpecified**
702
- */
703
- export type ProvisioningState = string;
704
-
705
- /** Known values of {@link LiftrResourceCategories} that the service accepts. */
706
- export enum KnownLiftrResourceCategories {
707
- /** Unknown */
708
- Unknown = "Unknown",
709
- /** MonitorLogs */
710
- MonitorLogs = "MonitorLogs"
711
- }
712
-
713
- /**
714
- * Defines values for LiftrResourceCategories. \
715
- * {@link KnownLiftrResourceCategories} can be used interchangeably with LiftrResourceCategories,
716
- * this enum contains the known values that the service supports.
717
- * ### Known values supported by the service
718
- * **Unknown** \
719
- * **MonitorLogs**
720
- */
721
- export type LiftrResourceCategories = string;
722
-
723
- /** Known values of {@link CreatedByType} that the service accepts. */
724
- export enum KnownCreatedByType {
725
- /** User */
726
- User = "User",
727
- /** Application */
728
- Application = "Application",
729
- /** ManagedIdentity */
730
- ManagedIdentity = "ManagedIdentity",
731
- /** Key */
732
- Key = "Key"
733
- }
734
-
735
- /**
736
- * Defines values for CreatedByType. \
737
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
738
- * this enum contains the known values that the service supports.
739
- * ### Known values supported by the service
740
- * **User** \
741
- * **Application** \
742
- * **ManagedIdentity** \
743
- * **Key**
744
- */
745
- export type CreatedByType = string;
746
-
747
- /** Known values of {@link ManagedIdentityType} that the service accepts. */
748
- export enum KnownManagedIdentityType {
749
- /** SystemAssigned */
750
- SystemAssigned = "SystemAssigned",
751
- /** UserAssigned */
752
- UserAssigned = "UserAssigned",
753
- /** SystemAndUserAssigned */
754
- SystemAndUserAssigned = "SystemAndUserAssigned"
755
- }
756
-
757
- /**
758
- * Defines values for ManagedIdentityType. \
759
- * {@link KnownManagedIdentityType} can be used interchangeably with ManagedIdentityType,
760
- * this enum contains the known values that the service supports.
761
- * ### Known values supported by the service
762
- * **SystemAssigned** \
763
- * **UserAssigned** \
764
- * **SystemAndUserAssigned**
765
- */
766
- export type ManagedIdentityType = string;
767
-
768
- /** Known values of {@link Origin} that the service accepts. */
769
- export enum KnownOrigin {
770
- /** User */
771
- User = "user",
772
- /** System */
773
- System = "system",
774
- /** UserSystem */
775
- UserSystem = "user,system"
776
- }
777
-
778
- /**
779
- * Defines values for Origin. \
780
- * {@link KnownOrigin} can be used interchangeably with Origin,
781
- * this enum contains the known values that the service supports.
782
- * ### Known values supported by the service
783
- * **user** \
784
- * **system** \
785
- * **user,system**
786
- */
787
- export type Origin = string;
788
-
789
- /** Known values of {@link ActionType} that the service accepts. */
790
- export enum KnownActionType {
791
- /** Internal */
792
- Internal = "Internal"
793
- }
794
-
795
- /**
796
- * Defines values for ActionType. \
797
- * {@link KnownActionType} can be used interchangeably with ActionType,
798
- * this enum contains the known values that the service supports.
799
- * ### Known values supported by the service
800
- * **Internal**
801
- */
802
- export type ActionType = string;
803
-
804
- /** Known values of {@link SendAadLogsStatus} that the service accepts. */
805
- export enum KnownSendAadLogsStatus {
806
- /** Enabled */
807
- Enabled = "Enabled",
808
- /** Disabled */
809
- Disabled = "Disabled"
810
- }
811
-
812
- /**
813
- * Defines values for SendAadLogsStatus. \
814
- * {@link KnownSendAadLogsStatus} can be used interchangeably with SendAadLogsStatus,
815
- * this enum contains the known values that the service supports.
816
- * ### Known values supported by the service
817
- * **Enabled** \
818
- * **Disabled**
819
- */
820
- export type SendAadLogsStatus = string;
821
-
822
- /** Known values of {@link SendSubscriptionLogsStatus} that the service accepts. */
823
- export enum KnownSendSubscriptionLogsStatus {
824
- /** Enabled */
825
- Enabled = "Enabled",
826
- /** Disabled */
827
- Disabled = "Disabled"
828
- }
829
-
830
- /**
831
- * Defines values for SendSubscriptionLogsStatus. \
832
- * {@link KnownSendSubscriptionLogsStatus} can be used interchangeably with SendSubscriptionLogsStatus,
833
- * this enum contains the known values that the service supports.
834
- * ### Known values supported by the service
835
- * **Enabled** \
836
- * **Disabled**
837
- */
838
- export type SendSubscriptionLogsStatus = string;
839
-
840
- /** Known values of {@link SendActivityLogsStatus} that the service accepts. */
841
- export enum KnownSendActivityLogsStatus {
842
- /** Enabled */
843
- Enabled = "Enabled",
844
- /** Disabled */
845
- Disabled = "Disabled"
846
- }
847
-
848
- /**
849
- * Defines values for SendActivityLogsStatus. \
850
- * {@link KnownSendActivityLogsStatus} can be used interchangeably with SendActivityLogsStatus,
851
- * this enum contains the known values that the service supports.
852
- * ### Known values supported by the service
853
- * **Enabled** \
854
- * **Disabled**
855
- */
856
- export type SendActivityLogsStatus = string;
857
-
858
- /** Known values of {@link TagAction} that the service accepts. */
859
- export enum KnownTagAction {
860
- /** Include */
861
- Include = "Include",
862
- /** Exclude */
863
- Exclude = "Exclude"
864
- }
865
-
866
- /**
867
- * Defines values for TagAction. \
868
- * {@link KnownTagAction} can be used interchangeably with TagAction,
869
- * this enum contains the known values that the service supports.
870
- * ### Known values supported by the service
871
- * **Include** \
872
- * **Exclude**
873
- */
874
- export type TagAction = string;
875
-
876
- /** Known values of {@link MonitoringType} that the service accepts. */
877
- export enum KnownMonitoringType {
878
- /** CloudInfrastructure */
879
- CloudInfrastructure = "CLOUD_INFRASTRUCTURE",
880
- /** FullStack */
881
- FullStack = "FULL_STACK"
882
- }
883
-
884
- /**
885
- * Defines values for MonitoringType. \
886
- * {@link KnownMonitoringType} can be used interchangeably with MonitoringType,
887
- * this enum contains the known values that the service supports.
888
- * ### Known values supported by the service
889
- * **CLOUD_INFRASTRUCTURE** \
890
- * **FULL_STACK**
891
- */
892
- export type MonitoringType = string;
893
-
894
- /** Known values of {@link AutoUpdateSetting} that the service accepts. */
895
- export enum KnownAutoUpdateSetting {
896
- /** Enabled */
897
- Enabled = "ENABLED",
898
- /** Disabled */
899
- Disabled = "DISABLED"
900
- }
901
-
902
- /**
903
- * Defines values for AutoUpdateSetting. \
904
- * {@link KnownAutoUpdateSetting} can be used interchangeably with AutoUpdateSetting,
905
- * this enum contains the known values that the service supports.
906
- * ### Known values supported by the service
907
- * **ENABLED** \
908
- * **DISABLED**
909
- */
910
- export type AutoUpdateSetting = string;
911
-
912
- /** Known values of {@link UpdateStatus} that the service accepts. */
913
- export enum KnownUpdateStatus {
914
- /** Incompatible */
915
- Incompatible = "INCOMPATIBLE",
916
- /** Outdated */
917
- Outdated = "OUTDATED",
918
- /** Scheduled */
919
- Scheduled = "SCHEDULED",
920
- /** Suppressed */
921
- Suppressed = "SUPPRESSED",
922
- /** Unknown */
923
- Unknown = "UNKNOWN",
924
- /** UP2Date */
925
- UP2Date = "UP2DATE",
926
- /** UpdateINProgress */
927
- UpdateINProgress = "UPDATE_IN_PROGRESS",
928
- /** UpdatePending */
929
- UpdatePending = "UPDATE_PENDING",
930
- /** UpdateProblem */
931
- UpdateProblem = "UPDATE_PROBLEM"
932
- }
933
-
934
- /**
935
- * Defines values for UpdateStatus. \
936
- * {@link KnownUpdateStatus} can be used interchangeably with UpdateStatus,
937
- * this enum contains the known values that the service supports.
938
- * ### Known values supported by the service
939
- * **INCOMPATIBLE** \
940
- * **OUTDATED** \
941
- * **SCHEDULED** \
942
- * **SUPPRESSED** \
943
- * **UNKNOWN** \
944
- * **UP2DATE** \
945
- * **UPDATE_IN_PROGRESS** \
946
- * **UPDATE_PENDING** \
947
- * **UPDATE_PROBLEM**
948
- */
949
- export type UpdateStatus = string;
950
-
951
- /** Known values of {@link AvailabilityState} that the service accepts. */
952
- export enum KnownAvailabilityState {
953
- /** Crashed */
954
- Crashed = "CRASHED",
955
- /** Lost */
956
- Lost = "LOST",
957
- /** Monitored */
958
- Monitored = "MONITORED",
959
- /** PREMonitored */
960
- PREMonitored = "PRE_MONITORED",
961
- /** Shutdown */
962
- Shutdown = "SHUTDOWN",
963
- /** UnexpectedShutdown */
964
- UnexpectedShutdown = "UNEXPECTED_SHUTDOWN",
965
- /** Unknown */
966
- Unknown = "UNKNOWN",
967
- /** Unmonitored */
968
- Unmonitored = "UNMONITORED"
969
- }
970
-
971
- /**
972
- * Defines values for AvailabilityState. \
973
- * {@link KnownAvailabilityState} can be used interchangeably with AvailabilityState,
974
- * this enum contains the known values that the service supports.
975
- * ### Known values supported by the service
976
- * **CRASHED** \
977
- * **LOST** \
978
- * **MONITORED** \
979
- * **PRE_MONITORED** \
980
- * **SHUTDOWN** \
981
- * **UNEXPECTED_SHUTDOWN** \
982
- * **UNKNOWN** \
983
- * **UNMONITORED**
984
- */
985
- export type AvailabilityState = string;
986
-
987
- /** Known values of {@link LogModule} that the service accepts. */
988
- export enum KnownLogModule {
989
- /** Enabled */
990
- Enabled = "ENABLED",
991
- /** Disabled */
992
- Disabled = "DISABLED"
993
- }
994
-
995
- /**
996
- * Defines values for LogModule. \
997
- * {@link KnownLogModule} can be used interchangeably with LogModule,
998
- * this enum contains the known values that the service supports.
999
- * ### Known values supported by the service
1000
- * **ENABLED** \
1001
- * **DISABLED**
1002
- */
1003
- export type LogModule = string;
1004
-
1005
- /** Known values of {@link SSOStatus} that the service accepts. */
1006
- export enum KnownSSOStatus {
1007
- /** Enabled */
1008
- Enabled = "Enabled",
1009
- /** Disabled */
1010
- Disabled = "Disabled"
1011
- }
1012
-
1013
- /**
1014
- * Defines values for SSOStatus. \
1015
- * {@link KnownSSOStatus} can be used interchangeably with SSOStatus,
1016
- * this enum contains the known values that the service supports.
1017
- * ### Known values supported by the service
1018
- * **Enabled** \
1019
- * **Disabled**
1020
- */
1021
- export type SSOStatus = string;
1022
-
1023
- /** Optional parameters. */
1024
- export interface MonitorsListMonitoredResourcesOptionalParams
1025
- extends coreClient.OperationOptions {}
1026
-
1027
- /** Contains response data for the listMonitoredResources operation. */
1028
- export type MonitorsListMonitoredResourcesResponse = MonitoredResourceListResponse;
1029
-
1030
- /** Optional parameters. */
1031
- export interface MonitorsGetVMHostPayloadOptionalParams
1032
- extends coreClient.OperationOptions {}
1033
-
1034
- /** Contains response data for the getVMHostPayload operation. */
1035
- export type MonitorsGetVMHostPayloadResponse = VMExtensionPayload;
1036
-
1037
- /** Optional parameters. */
1038
- export interface MonitorsGetOptionalParams
1039
- extends coreClient.OperationOptions {}
1040
-
1041
- /** Contains response data for the get operation. */
1042
- export type MonitorsGetResponse = MonitorResource;
1043
-
1044
- /** Optional parameters. */
1045
- export interface MonitorsCreateOrUpdateOptionalParams
1046
- extends coreClient.OperationOptions {
1047
- /** Delay to wait until next poll, in milliseconds. */
1048
- updateIntervalInMs?: number;
1049
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1050
- resumeFrom?: string;
1051
- }
1052
-
1053
- /** Contains response data for the createOrUpdate operation. */
1054
- export type MonitorsCreateOrUpdateResponse = MonitorResource;
1055
-
1056
- /** Optional parameters. */
1057
- export interface MonitorsUpdateOptionalParams
1058
- extends coreClient.OperationOptions {}
1059
-
1060
- /** Contains response data for the update operation. */
1061
- export type MonitorsUpdateResponse = MonitorResource;
1062
-
1063
- /** Optional parameters. */
1064
- export interface MonitorsDeleteOptionalParams
1065
- extends coreClient.OperationOptions {
1066
- /** Delay to wait until next poll, in milliseconds. */
1067
- updateIntervalInMs?: number;
1068
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1069
- resumeFrom?: string;
1070
- }
1071
-
1072
- /** Optional parameters. */
1073
- export interface MonitorsListBySubscriptionIdOptionalParams
1074
- extends coreClient.OperationOptions {}
1075
-
1076
- /** Contains response data for the listBySubscriptionId operation. */
1077
- export type MonitorsListBySubscriptionIdResponse = MonitorResourceListResult;
1078
-
1079
- /** Optional parameters. */
1080
- export interface MonitorsListByResourceGroupOptionalParams
1081
- extends coreClient.OperationOptions {}
1082
-
1083
- /** Contains response data for the listByResourceGroup operation. */
1084
- export type MonitorsListByResourceGroupResponse = MonitorResourceListResult;
1085
-
1086
- /** Optional parameters. */
1087
- export interface MonitorsGetMarketplaceSaaSResourceDetailsOptionalParams
1088
- extends coreClient.OperationOptions {}
1089
-
1090
- /** Contains response data for the getMarketplaceSaaSResourceDetails operation. */
1091
- export type MonitorsGetMarketplaceSaaSResourceDetailsResponse = MarketplaceSaaSResourceDetailsResponse;
1092
-
1093
- /** Optional parameters. */
1094
- export interface MonitorsListHostsOptionalParams
1095
- extends coreClient.OperationOptions {}
1096
-
1097
- /** Contains response data for the listHosts operation. */
1098
- export type MonitorsListHostsResponse = VMHostsListResponse;
1099
-
1100
- /** Optional parameters. */
1101
- export interface MonitorsGetMetricStatusOptionalParams
1102
- extends coreClient.OperationOptions {}
1103
-
1104
- /** Contains response data for the getMetricStatus operation. */
1105
- export type MonitorsGetMetricStatusResponse = MetricsStatusResponse;
1106
-
1107
- /** Optional parameters. */
1108
- export interface MonitorsListAppServicesOptionalParams
1109
- extends coreClient.OperationOptions {}
1110
-
1111
- /** Contains response data for the listAppServices operation. */
1112
- export type MonitorsListAppServicesResponse = AppServiceListResponse;
1113
-
1114
- /** Optional parameters. */
1115
- export interface MonitorsGetSSODetailsOptionalParams
1116
- extends coreClient.OperationOptions {
1117
- /** The details of the get sso details request. */
1118
- request?: SSODetailsRequest;
1119
- }
1120
-
1121
- /** Contains response data for the getSSODetails operation. */
1122
- export type MonitorsGetSSODetailsResponse = SSODetailsResponse;
1123
-
1124
- /** Optional parameters. */
1125
- export interface MonitorsListLinkableEnvironmentsOptionalParams
1126
- extends coreClient.OperationOptions {}
1127
-
1128
- /** Contains response data for the listLinkableEnvironments operation. */
1129
- export type MonitorsListLinkableEnvironmentsResponse = LinkableEnvironmentListResponse;
1130
-
1131
- /** Optional parameters. */
1132
- export interface MonitorsListMonitoredResourcesNextOptionalParams
1133
- extends coreClient.OperationOptions {}
1134
-
1135
- /** Contains response data for the listMonitoredResourcesNext operation. */
1136
- export type MonitorsListMonitoredResourcesNextResponse = MonitoredResourceListResponse;
1137
-
1138
- /** Optional parameters. */
1139
- export interface MonitorsListBySubscriptionIdNextOptionalParams
1140
- extends coreClient.OperationOptions {}
1141
-
1142
- /** Contains response data for the listBySubscriptionIdNext operation. */
1143
- export type MonitorsListBySubscriptionIdNextResponse = MonitorResourceListResult;
1144
-
1145
- /** Optional parameters. */
1146
- export interface MonitorsListByResourceGroupNextOptionalParams
1147
- extends coreClient.OperationOptions {}
1148
-
1149
- /** Contains response data for the listByResourceGroupNext operation. */
1150
- export type MonitorsListByResourceGroupNextResponse = MonitorResourceListResult;
1151
-
1152
- /** Optional parameters. */
1153
- export interface MonitorsListHostsNextOptionalParams
1154
- extends coreClient.OperationOptions {}
1155
-
1156
- /** Contains response data for the listHostsNext operation. */
1157
- export type MonitorsListHostsNextResponse = VMHostsListResponse;
1158
-
1159
- /** Optional parameters. */
1160
- export interface MonitorsListAppServicesNextOptionalParams
1161
- extends coreClient.OperationOptions {}
1162
-
1163
- /** Contains response data for the listAppServicesNext operation. */
1164
- export type MonitorsListAppServicesNextResponse = AppServiceListResponse;
1165
-
1166
- /** Optional parameters. */
1167
- export interface MonitorsListLinkableEnvironmentsNextOptionalParams
1168
- extends coreClient.OperationOptions {}
1169
-
1170
- /** Contains response data for the listLinkableEnvironmentsNext operation. */
1171
- export type MonitorsListLinkableEnvironmentsNextResponse = LinkableEnvironmentListResponse;
1172
-
1173
- /** Optional parameters. */
1174
- export interface OperationsListOptionalParams
1175
- extends coreClient.OperationOptions {}
1176
-
1177
- /** Contains response data for the list operation. */
1178
- export type OperationsListResponse = OperationListResult;
1179
-
1180
- /** Optional parameters. */
1181
- export interface OperationsListNextOptionalParams
1182
- extends coreClient.OperationOptions {}
1183
-
1184
- /** Contains response data for the listNext operation. */
1185
- export type OperationsListNextResponse = OperationListResult;
1186
-
1187
- /** Optional parameters. */
1188
- export interface TagRulesGetOptionalParams
1189
- extends coreClient.OperationOptions {}
1190
-
1191
- /** Contains response data for the get operation. */
1192
- export type TagRulesGetResponse = TagRule;
1193
-
1194
- /** Optional parameters. */
1195
- export interface TagRulesCreateOrUpdateOptionalParams
1196
- extends coreClient.OperationOptions {
1197
- /** Delay to wait until next poll, in milliseconds. */
1198
- updateIntervalInMs?: number;
1199
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1200
- resumeFrom?: string;
1201
- }
1202
-
1203
- /** Contains response data for the createOrUpdate operation. */
1204
- export type TagRulesCreateOrUpdateResponse = TagRule;
1205
-
1206
- /** Optional parameters. */
1207
- export interface TagRulesDeleteOptionalParams
1208
- extends coreClient.OperationOptions {
1209
- /** Delay to wait until next poll, in milliseconds. */
1210
- updateIntervalInMs?: number;
1211
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1212
- resumeFrom?: string;
1213
- }
1214
-
1215
- /** Optional parameters. */
1216
- export interface TagRulesListOptionalParams
1217
- extends coreClient.OperationOptions {}
1218
-
1219
- /** Contains response data for the list operation. */
1220
- export type TagRulesListResponse = TagRuleListResult;
1221
-
1222
- /** Optional parameters. */
1223
- export interface TagRulesListNextOptionalParams
1224
- extends coreClient.OperationOptions {}
1225
-
1226
- /** Contains response data for the listNext operation. */
1227
- export type TagRulesListNextResponse = TagRuleListResult;
1228
-
1229
- /** Optional parameters. */
1230
- export interface SingleSignOnCreateOrUpdateOptionalParams
1231
- extends coreClient.OperationOptions {
1232
- /** Delay to wait until next poll, in milliseconds. */
1233
- updateIntervalInMs?: number;
1234
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1235
- resumeFrom?: string;
1236
- }
1237
-
1238
- /** Contains response data for the createOrUpdate operation. */
1239
- export type SingleSignOnCreateOrUpdateResponse = DynatraceSingleSignOnResource;
1240
-
1241
- /** Optional parameters. */
1242
- export interface SingleSignOnGetOptionalParams
1243
- extends coreClient.OperationOptions {}
1244
-
1245
- /** Contains response data for the get operation. */
1246
- export type SingleSignOnGetResponse = DynatraceSingleSignOnResource;
1247
-
1248
- /** Optional parameters. */
1249
- export interface SingleSignOnListOptionalParams
1250
- extends coreClient.OperationOptions {}
1251
-
1252
- /** Contains response data for the list operation. */
1253
- export type SingleSignOnListResponse = DynatraceSingleSignOnResourceListResult;
1254
-
1255
- /** Optional parameters. */
1256
- export interface SingleSignOnListNextOptionalParams
1257
- extends coreClient.OperationOptions {}
1258
-
1259
- /** Contains response data for the listNext operation. */
1260
- export type SingleSignOnListNextResponse = DynatraceSingleSignOnResourceListResult;
1261
-
1262
- /** Optional parameters. */
1263
- export interface DynatraceObservabilityOptionalParams
1264
- extends coreClient.ServiceClientOptions {
1265
- /** server parameter */
1266
- $host?: string;
1267
- /** Api Version */
1268
- apiVersion?: string;
1269
- /** Overrides client endpoint. */
1270
- endpoint?: string;
1271
- }