@azure/arm-servicemap 3.0.0-beta.1 → 3.0.0-beta.2
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.
- package/CHANGELOG.md +5 -3
- package/LICENSE +4 -4
- package/README.md +37 -17
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -3
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +148 -163
- package/dist/browser/models/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.js +26 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.d.ts +9 -9
- package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/models/mappers.js +278 -140
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/clientGroups.d.ts +3 -3
- package/dist/browser/operations/clientGroups.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/clientGroups.js +30 -39
- package/dist/browser/operations/clientGroups.js.map +1 -0
- package/dist/browser/operations/index.d.ts +8 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +15 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/machineGroups.d.ts +3 -3
- package/dist/browser/operations/machineGroups.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/machineGroups.js +30 -38
- package/dist/browser/operations/machineGroups.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/machines.d.ts +3 -3
- package/dist/browser/operations/machines.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/machines.js +134 -183
- package/dist/browser/operations/machines.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/maps.d.ts +3 -3
- package/dist/browser/operations/maps.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/maps.js +3 -2
- package/dist/browser/operations/maps.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/ports.d.ts +3 -3
- package/dist/browser/operations/ports.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/ports.js +56 -73
- package/dist/browser/operations/ports.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/processes.d.ts +3 -3
- package/dist/browser/operations/processes.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/processes.js +56 -73
- package/dist/browser/operations/processes.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/summaries.d.ts +3 -3
- package/dist/browser/operations/summaries.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/summaries.js +3 -2
- package/dist/browser/operations/summaries.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/clientGroups.d.ts +1 -1
- package/dist/browser/operationsInterfaces/clientGroups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/clientGroups.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +8 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +15 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/machineGroups.d.ts +1 -1
- package/dist/browser/operationsInterfaces/machineGroups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/machineGroups.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/machines.d.ts +1 -1
- package/dist/browser/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/machines.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/maps.d.ts +1 -1
- package/dist/browser/operationsInterfaces/maps.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/maps.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/ports.d.ts +1 -1
- package/dist/browser/operationsInterfaces/ports.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/ports.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/processes.d.ts +1 -1
- package/dist/browser/operationsInterfaces/processes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/processes.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/summaries.d.ts +1 -1
- package/dist/browser/operationsInterfaces/summaries.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/summaries.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts +13 -0
- package/dist/browser/pagingHelper.d.ts.map +1 -0
- package/dist/browser/pagingHelper.js +30 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/serviceMap.d.ts +4 -2
- package/dist/browser/serviceMap.d.ts.map +1 -0
- package/dist/browser/serviceMap.js +118 -0
- package/dist/browser/serviceMap.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/{types/arm-servicemap.d.ts → dist/commonjs/models/index.d.ts} +1111 -1556
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +87 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +91 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2121 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +22 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +235 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/clientGroups.d.ts +57 -0
- package/dist/commonjs/operations/clientGroups.d.ts.map +1 -0
- package/dist/commonjs/operations/clientGroups.js +220 -0
- package/dist/commonjs/operations/clientGroups.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +8 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +18 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/machineGroups.d.ts +71 -0
- package/dist/commonjs/operations/machineGroups.d.ts.map +1 -0
- package/dist/commonjs/operations/machineGroups.js +282 -0
- package/dist/commonjs/operations/machineGroups.js.map +1 -0
- package/dist/commonjs/operations/machines.d.ts +177 -0
- package/dist/commonjs/operations/machines.d.ts.map +1 -0
- package/dist/commonjs/operations/machines.js +694 -0
- package/dist/commonjs/operations/machines.js.map +1 -0
- package/dist/commonjs/operations/maps.d.ts +21 -0
- package/dist/commonjs/operations/maps.d.ts.map +1 -0
- package/dist/commonjs/operations/maps.js +62 -0
- package/dist/commonjs/operations/maps.js.map +1 -0
- package/dist/commonjs/operations/ports.d.ts +93 -0
- package/dist/commonjs/operations/ports.d.ts.map +1 -0
- package/dist/commonjs/operations/ports.js +364 -0
- package/dist/commonjs/operations/ports.js.map +1 -0
- package/dist/commonjs/operations/processes.d.ts +92 -0
- package/dist/commonjs/operations/processes.d.ts.map +1 -0
- package/dist/commonjs/operations/processes.js +359 -0
- package/dist/commonjs/operations/processes.js.map +1 -0
- package/dist/commonjs/operations/summaries.d.ts +20 -0
- package/dist/commonjs/operations/summaries.d.ts.map +1 -0
- package/dist/commonjs/operations/summaries.js +63 -0
- package/dist/commonjs/operations/summaries.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/clientGroups.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/clientGroups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/clientGroups.js +10 -0
- package/dist/commonjs/operationsInterfaces/clientGroups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +8 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +18 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/machineGroups.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/machineGroups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/machineGroups.js +10 -0
- package/dist/commonjs/operationsInterfaces/machineGroups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/machines.d.ts +68 -0
- package/dist/commonjs/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/machines.js +10 -0
- package/dist/commonjs/operationsInterfaces/machines.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/maps.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/maps.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/maps.js +10 -0
- package/dist/commonjs/operationsInterfaces/maps.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/ports.d.ts +43 -0
- package/dist/commonjs/operationsInterfaces/ports.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/ports.js +10 -0
- package/dist/commonjs/operationsInterfaces/ports.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/processes.d.ts +42 -0
- package/dist/commonjs/operationsInterfaces/processes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/processes.js +10 -0
- package/dist/commonjs/operationsInterfaces/processes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/summaries.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/summaries.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/summaries.js +10 -0
- package/dist/commonjs/operationsInterfaces/summaries.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/serviceMap.d.ts +26 -0
- package/dist/commonjs/serviceMap.d.ts.map +1 -0
- package/dist/commonjs/serviceMap.js +123 -0
- package/dist/commonjs/serviceMap.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -4
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/models/index.d.ts +1111 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +84 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +91 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2117 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +22 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +232 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/clientGroups.d.ts +57 -0
- package/dist/esm/operations/clientGroups.d.ts.map +1 -0
- package/dist/esm/operations/clientGroups.js +215 -0
- package/dist/esm/operations/clientGroups.js.map +1 -0
- package/dist/esm/operations/index.d.ts +8 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +15 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/machineGroups.d.ts +71 -0
- package/dist/esm/operations/machineGroups.d.ts.map +1 -0
- package/dist/esm/operations/machineGroups.js +277 -0
- package/dist/esm/operations/machineGroups.js.map +1 -0
- package/dist/esm/operations/machines.d.ts +177 -0
- package/dist/esm/operations/machines.d.ts.map +1 -0
- package/dist/esm/operations/machines.js +689 -0
- package/dist/esm/operations/machines.js.map +1 -0
- package/dist/esm/operations/maps.d.ts +21 -0
- package/dist/esm/operations/maps.d.ts.map +1 -0
- package/dist/esm/operations/maps.js +57 -0
- package/dist/esm/operations/maps.js.map +1 -0
- package/dist/esm/operations/ports.d.ts +93 -0
- package/dist/esm/operations/ports.d.ts.map +1 -0
- package/dist/esm/operations/ports.js +359 -0
- package/dist/esm/operations/ports.js.map +1 -0
- package/dist/esm/operations/processes.d.ts +92 -0
- package/dist/esm/operations/processes.d.ts.map +1 -0
- package/dist/esm/operations/processes.js +354 -0
- package/dist/esm/operations/processes.js.map +1 -0
- package/dist/esm/operations/summaries.d.ts +20 -0
- package/dist/esm/operations/summaries.d.ts.map +1 -0
- package/dist/esm/operations/summaries.js +58 -0
- package/dist/esm/operations/summaries.js.map +1 -0
- package/dist/esm/operationsInterfaces/clientGroups.d.ts +30 -0
- package/dist/esm/operationsInterfaces/clientGroups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/clientGroups.js +9 -0
- package/dist/esm/operationsInterfaces/clientGroups.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +8 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +15 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/machineGroups.d.ts +46 -0
- package/dist/esm/operationsInterfaces/machineGroups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/machineGroups.js +9 -0
- package/dist/esm/operationsInterfaces/machineGroups.js.map +1 -0
- package/dist/esm/operationsInterfaces/machines.d.ts +68 -0
- package/dist/esm/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/machines.js +9 -0
- package/dist/esm/operationsInterfaces/machines.js.map +1 -0
- package/dist/esm/operationsInterfaces/maps.d.ts +13 -0
- package/dist/esm/operationsInterfaces/maps.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/maps.js +9 -0
- package/dist/esm/operationsInterfaces/maps.js.map +1 -0
- package/dist/esm/operationsInterfaces/ports.d.ts +43 -0
- package/dist/esm/operationsInterfaces/ports.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/ports.js +9 -0
- package/dist/esm/operationsInterfaces/ports.js.map +1 -0
- package/dist/esm/operationsInterfaces/processes.d.ts +42 -0
- package/dist/esm/operationsInterfaces/processes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/processes.js +9 -0
- package/dist/esm/operationsInterfaces/processes.js.map +1 -0
- package/dist/esm/operationsInterfaces/summaries.d.ts +12 -0
- package/dist/esm/operationsInterfaces/summaries.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/summaries.js +9 -0
- package/dist/esm/operationsInterfaces/summaries.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/serviceMap.d.ts +26 -0
- package/dist/esm/serviceMap.d.ts.map +1 -0
- package/dist/esm/serviceMap.js +118 -0
- package/dist/esm/serviceMap.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1111 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +84 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +91 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2117 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +22 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +232 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/clientGroups.d.ts +57 -0
- package/dist/react-native/operations/clientGroups.d.ts.map +1 -0
- package/dist/react-native/operations/clientGroups.js +215 -0
- package/dist/react-native/operations/clientGroups.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +8 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +15 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/machineGroups.d.ts +71 -0
- package/dist/react-native/operations/machineGroups.d.ts.map +1 -0
- package/dist/react-native/operations/machineGroups.js +277 -0
- package/dist/react-native/operations/machineGroups.js.map +1 -0
- package/dist/react-native/operations/machines.d.ts +177 -0
- package/dist/react-native/operations/machines.d.ts.map +1 -0
- package/dist/react-native/operations/machines.js +689 -0
- package/dist/react-native/operations/machines.js.map +1 -0
- package/dist/react-native/operations/maps.d.ts +21 -0
- package/dist/react-native/operations/maps.d.ts.map +1 -0
- package/dist/react-native/operations/maps.js +57 -0
- package/dist/react-native/operations/maps.js.map +1 -0
- package/dist/react-native/operations/ports.d.ts +93 -0
- package/dist/react-native/operations/ports.d.ts.map +1 -0
- package/dist/react-native/operations/ports.js +359 -0
- package/dist/react-native/operations/ports.js.map +1 -0
- package/dist/react-native/operations/processes.d.ts +92 -0
- package/dist/react-native/operations/processes.d.ts.map +1 -0
- package/dist/react-native/operations/processes.js +354 -0
- package/dist/react-native/operations/processes.js.map +1 -0
- package/dist/react-native/operations/summaries.d.ts +20 -0
- package/dist/react-native/operations/summaries.d.ts.map +1 -0
- package/dist/react-native/operations/summaries.js +58 -0
- package/dist/react-native/operations/summaries.js.map +1 -0
- package/dist/react-native/operationsInterfaces/clientGroups.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/clientGroups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/clientGroups.js +9 -0
- package/dist/react-native/operationsInterfaces/clientGroups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +8 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +15 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/machineGroups.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/machineGroups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/machineGroups.js +9 -0
- package/dist/react-native/operationsInterfaces/machineGroups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/machines.d.ts +68 -0
- package/dist/react-native/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/machines.js +9 -0
- package/dist/react-native/operationsInterfaces/machines.js.map +1 -0
- package/dist/react-native/operationsInterfaces/maps.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/maps.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/maps.js +9 -0
- package/dist/react-native/operationsInterfaces/maps.js.map +1 -0
- package/dist/react-native/operationsInterfaces/ports.d.ts +43 -0
- package/dist/react-native/operationsInterfaces/ports.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/ports.js +9 -0
- package/dist/react-native/operationsInterfaces/ports.js.map +1 -0
- package/dist/react-native/operationsInterfaces/processes.d.ts +42 -0
- package/dist/react-native/operationsInterfaces/processes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/processes.js +9 -0
- package/dist/react-native/operationsInterfaces/processes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/summaries.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/summaries.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/summaries.js +9 -0
- package/dist/react-native/operationsInterfaces/summaries.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/serviceMap.d.ts +26 -0
- package/dist/react-native/serviceMap.d.ts.map +1 -0
- package/dist/react-native/serviceMap.js +118 -0
- package/dist/react-native/serviceMap.js.map +1 -0
- package/package.json +104 -73
- package/review/{arm-servicemap.api.md → arm-servicemap-node.api.md} +105 -148
- package/LICENSE.txt +0 -21
- package/dist/index.js +0 -4469
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/smClientGroupsGet.d.ts +0 -2
- package/dist-esm/samples-dev/smClientGroupsGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smClientGroupsGet.js +0 -35
- package/dist-esm/samples-dev/smClientGroupsGet.js.map +0 -1
- package/dist-esm/samples-dev/smClientGroupsGetMembersCountGet.d.ts +0 -2
- package/dist-esm/samples-dev/smClientGroupsGetMembersCountGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smClientGroupsGetMembersCountGet.js +0 -35
- package/dist-esm/samples-dev/smClientGroupsGetMembersCountGet.js.map +0 -1
- package/dist-esm/samples-dev/smClientGroupsListMembersGet.d.ts +0 -2
- package/dist-esm/samples-dev/smClientGroupsListMembersGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smClientGroupsListMembersGet.js +0 -49
- package/dist-esm/samples-dev/smClientGroupsListMembersGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsCreatePost.d.ts +0 -2
- package/dist-esm/samples-dev/smMachineGroupsCreatePost.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsCreatePost.js +0 -43
- package/dist-esm/samples-dev/smMachineGroupsCreatePost.js.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsDelete.d.ts +0 -2
- package/dist-esm/samples-dev/smMachineGroupsDelete.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsDelete.js +0 -32
- package/dist-esm/samples-dev/smMachineGroupsDelete.js.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachineGroupsGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsGet.js +0 -32
- package/dist-esm/samples-dev/smMachineGroupsGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsListByWorkspaceGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachineGroupsListByWorkspaceGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsListByWorkspaceGet.js +0 -48
- package/dist-esm/samples-dev/smMachineGroupsListByWorkspaceGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsUpdatePut.d.ts +0 -2
- package/dist-esm/samples-dev/smMachineGroupsUpdatePut.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsUpdatePut.js +0 -44
- package/dist-esm/samples-dev/smMachineGroupsUpdatePut.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesGet.js +0 -34
- package/dist-esm/samples-dev/smMachinesGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesGetLivenessGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesGetLivenessGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesGetLivenessGet.js +0 -35
- package/dist-esm/samples-dev/smMachinesGetLivenessGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesListByWorkspaceGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesListByWorkspaceGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesListByWorkspaceGet.js +0 -48
- package/dist-esm/samples-dev/smMachinesListByWorkspaceGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesListConnectionsGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesListConnectionsGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesListConnectionsGet.js +0 -49
- package/dist-esm/samples-dev/smMachinesListConnectionsGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesListMachineGroupMembershipGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesListMachineGroupMembershipGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesListMachineGroupMembershipGet.js +0 -49
- package/dist-esm/samples-dev/smMachinesListMachineGroupMembershipGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesListPortsGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesListPortsGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesListPortsGet.js +0 -49
- package/dist-esm/samples-dev/smMachinesListPortsGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesListProcessesGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesListProcessesGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesListProcessesGet.js +0 -49
- package/dist-esm/samples-dev/smMachinesListProcessesGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesPortsGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesPortsGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesPortsGet.js +0 -36
- package/dist-esm/samples-dev/smMachinesPortsGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesPortsGetLivenessGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesPortsGetLivenessGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesPortsGetLivenessGet.js +0 -36
- package/dist-esm/samples-dev/smMachinesPortsGetLivenessGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesPortsListAcceptingProcessesGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesPortsListAcceptingProcessesGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesPortsListAcceptingProcessesGet.js +0 -50
- package/dist-esm/samples-dev/smMachinesPortsListAcceptingProcessesGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesPortsListConnectionsGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesPortsListConnectionsGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesPortsListConnectionsGet.js +0 -50
- package/dist-esm/samples-dev/smMachinesPortsListConnectionsGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesProcessesGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesProcessesGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesProcessesGet.js +0 -35
- package/dist-esm/samples-dev/smMachinesProcessesGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesProcessesGetLivenessGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesProcessesGetLivenessGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesProcessesGetLivenessGet.js +0 -36
- package/dist-esm/samples-dev/smMachinesProcessesGetLivenessGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesProcessesListAcceptingPortsGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesProcessesListAcceptingPortsGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesProcessesListAcceptingPortsGet.js +0 -50
- package/dist-esm/samples-dev/smMachinesProcessesListAcceptingPortsGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesProcessesListConnectionsGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesProcessesListConnectionsGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesProcessesListConnectionsGet.js +0 -50
- package/dist-esm/samples-dev/smMachinesProcessesListConnectionsGet.js.map +0 -1
- package/dist-esm/samples-dev/smMapsGenerateMachineGroupDependencyPost.d.ts +0 -2
- package/dist-esm/samples-dev/smMapsGenerateMachineGroupDependencyPost.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMapsGenerateMachineGroupDependencyPost.js +0 -38
- package/dist-esm/samples-dev/smMapsGenerateMachineGroupDependencyPost.js.map +0 -1
- package/dist-esm/samples-dev/smMapsGenerateMachineListDependencyPost.d.ts +0 -2
- package/dist-esm/samples-dev/smMapsGenerateMachineListDependencyPost.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMapsGenerateMachineListDependencyPost.js +0 -41
- package/dist-esm/samples-dev/smMapsGenerateMachineListDependencyPost.js.map +0 -1
- package/dist-esm/samples-dev/smMapsGenerateSingleMachineDependencyPost.d.ts +0 -2
- package/dist-esm/samples-dev/smMapsGenerateSingleMachineDependencyPost.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMapsGenerateSingleMachineDependencyPost.js +0 -37
- package/dist-esm/samples-dev/smMapsGenerateSingleMachineDependencyPost.js.map +0 -1
- package/dist-esm/samples-dev/smSummariesGetMachinesGet.d.ts +0 -2
- package/dist-esm/samples-dev/smSummariesGetMachinesGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smSummariesGetMachinesGet.js +0 -34
- package/dist-esm/samples-dev/smSummariesGetMachinesGet.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/clientGroups.d.ts.map +0 -1
- package/dist-esm/src/operations/clientGroups.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -8
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -15
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/machineGroups.d.ts.map +0 -1
- package/dist-esm/src/operations/machineGroups.js.map +0 -1
- package/dist-esm/src/operations/machines.d.ts.map +0 -1
- package/dist-esm/src/operations/machines.js.map +0 -1
- package/dist-esm/src/operations/maps.d.ts.map +0 -1
- package/dist-esm/src/operations/maps.js.map +0 -1
- package/dist-esm/src/operations/ports.d.ts.map +0 -1
- package/dist-esm/src/operations/ports.js.map +0 -1
- package/dist-esm/src/operations/processes.d.ts.map +0 -1
- package/dist-esm/src/operations/processes.js.map +0 -1
- package/dist-esm/src/operations/summaries.d.ts.map +0 -1
- package/dist-esm/src/operations/summaries.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/clientGroups.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/clientGroups.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -8
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -15
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/machineGroups.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/machineGroups.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/machines.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/maps.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/maps.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/ports.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/ports.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/processes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/processes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/summaries.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/summaries.js.map +0 -1
- package/dist-esm/src/serviceMap.d.ts.map +0 -1
- package/dist-esm/src/serviceMap.js +0 -57
- package/dist-esm/src/serviceMap.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -40
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/rollup.config.js +0 -188
- package/src/models/index.ts +0 -1362
- package/src/models/mappers.ts +0 -2184
- package/src/models/parameters.ts +0 -260
- package/src/operations/clientGroups.ts +0 -310
- package/src/operations/index.ts +0 -15
- package/src/operations/machineGroups.ts +0 -385
- package/src/operations/machines.ts +0 -1030
- package/src/operations/maps.ts +0 -77
- package/src/operations/ports.ts +0 -538
- package/src/operations/processes.ts +0 -533
- package/src/operations/summaries.ts +0 -76
- package/src/operationsInterfaces/clientGroups.ts +0 -61
- package/src/operationsInterfaces/index.ts +0 -15
- package/src/operationsInterfaces/machineGroups.ts +0 -90
- package/src/operationsInterfaces/machines.ts +0 -126
- package/src/operationsInterfaces/maps.ts +0 -30
- package/src/operationsInterfaces/ports.ts +0 -85
- package/src/operationsInterfaces/processes.ts +0 -84
- package/src/operationsInterfaces/summaries.ts +0 -27
- package/src/serviceMap.ts +0 -103
- package/tsconfig.json +0 -20
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/clientGroups.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/machineGroups.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/machines.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/maps.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/ports.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/processes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/summaries.js +0 -0
|
@@ -1,1556 +1,1111 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
/** Describes
|
|
37
|
-
export
|
|
38
|
-
/**
|
|
39
|
-
|
|
40
|
-
/**
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
|
|
44
|
-
/**
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
/**
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
/**
|
|
86
|
-
|
|
87
|
-
/**
|
|
88
|
-
|
|
89
|
-
/**
|
|
90
|
-
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
/**
|
|
102
|
-
|
|
103
|
-
/**
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
/**
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
/**
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
/**
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
/**
|
|
141
|
-
|
|
142
|
-
/**
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
/**
|
|
155
|
-
|
|
156
|
-
/**
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
*
|
|
165
|
-
*
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
/**
|
|
200
|
-
|
|
201
|
-
/**
|
|
202
|
-
|
|
203
|
-
/**
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
/**
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
/**
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
/**
|
|
228
|
-
|
|
229
|
-
/**
|
|
230
|
-
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
/**
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
/**
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
/**
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
/**
|
|
276
|
-
kind:
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
/**
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
export
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
/**
|
|
303
|
-
|
|
304
|
-
/**
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
/**
|
|
319
|
-
|
|
320
|
-
/**
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
/** Describes an
|
|
342
|
-
export
|
|
343
|
-
/**
|
|
344
|
-
|
|
345
|
-
/**
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
/**
|
|
350
|
-
|
|
351
|
-
/**
|
|
352
|
-
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
/**
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
/**
|
|
406
|
-
|
|
407
|
-
/**
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
/**
|
|
416
|
-
export
|
|
417
|
-
/**
|
|
418
|
-
|
|
419
|
-
/**
|
|
420
|
-
|
|
421
|
-
/**
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
/**
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
/**
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
/**
|
|
450
|
-
export
|
|
451
|
-
/**
|
|
452
|
-
|
|
453
|
-
/**
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
/**
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
/**
|
|
494
|
-
export
|
|
495
|
-
/**
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
/**
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
/**
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
/**
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
/**
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
/**
|
|
560
|
-
|
|
561
|
-
/**
|
|
562
|
-
|
|
563
|
-
/**
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
/**
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
/**
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
/**
|
|
602
|
-
|
|
603
|
-
/**
|
|
604
|
-
|
|
605
|
-
/**
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
/**
|
|
613
|
-
|
|
614
|
-
/**
|
|
615
|
-
|
|
616
|
-
}
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
/**
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
/**
|
|
635
|
-
export
|
|
636
|
-
/**
|
|
637
|
-
|
|
638
|
-
/**
|
|
639
|
-
|
|
640
|
-
/**
|
|
641
|
-
|
|
642
|
-
/**
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
/**
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
}
|
|
728
|
-
|
|
729
|
-
/**
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
/**
|
|
750
|
-
|
|
751
|
-
/**
|
|
752
|
-
|
|
753
|
-
/**
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
export
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
/**
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
/**
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
}
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
/**
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
export
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
/**
|
|
819
|
-
export
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
/** Optional parameters. */
|
|
833
|
-
export
|
|
834
|
-
/** Specifies whether to return live resources (true) or inventory resources (false). Defaults to **true**. When retrieving live resources, the start time (`startTime`) and end time (`endTime`) of the desired interval should be included. When retrieving inventory resources, an optional timestamp (`timestamp`) parameter can be specified to return the version of each resource closest (not-after) that timestamp. */
|
|
835
|
-
live?: boolean;
|
|
836
|
-
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
837
|
-
startTime?: Date;
|
|
838
|
-
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
839
|
-
endTime?: Date;
|
|
840
|
-
/** UTC date and time specifying a time instance relative to which to evaluate
|
|
841
|
-
timestamp?: Date;
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
/** Optional parameters. */
|
|
848
|
-
export
|
|
849
|
-
/**
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
/**
|
|
877
|
-
|
|
878
|
-
/**
|
|
879
|
-
|
|
880
|
-
/**
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
export
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
/**
|
|
904
|
-
export
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
*/
|
|
934
|
-
export
|
|
935
|
-
|
|
936
|
-
export
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
/**
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
/**
|
|
961
|
-
export
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
/**
|
|
968
|
-
export
|
|
969
|
-
|
|
970
|
-
/**
|
|
971
|
-
export
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
/**
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
/**
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
/**
|
|
1030
|
-
|
|
1031
|
-
/**
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
/**
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
/**
|
|
1048
|
-
export
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
}
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
1113
|
-
startTime?: Date;
|
|
1114
|
-
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
1115
|
-
endTime?: Date;
|
|
1116
|
-
}
|
|
1117
|
-
|
|
1118
|
-
/** Contains response data for the listAcceptingProcessesNext operation. */
|
|
1119
|
-
export declare type PortsListAcceptingProcessesNextResponse = ProcessCollection;
|
|
1120
|
-
|
|
1121
|
-
/** Optional parameters. */
|
|
1122
|
-
export declare interface PortsListAcceptingProcessesOptionalParams extends coreClient.OperationOptions {
|
|
1123
|
-
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
1124
|
-
startTime?: Date;
|
|
1125
|
-
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
1126
|
-
endTime?: Date;
|
|
1127
|
-
}
|
|
1128
|
-
|
|
1129
|
-
/** Contains response data for the listAcceptingProcesses operation. */
|
|
1130
|
-
export declare type PortsListAcceptingProcessesResponse = ProcessCollection;
|
|
1131
|
-
|
|
1132
|
-
/** Optional parameters. */
|
|
1133
|
-
export declare interface PortsListConnectionsNextOptionalParams extends coreClient.OperationOptions {
|
|
1134
|
-
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
1135
|
-
startTime?: Date;
|
|
1136
|
-
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
1137
|
-
endTime?: Date;
|
|
1138
|
-
}
|
|
1139
|
-
|
|
1140
|
-
/** Contains response data for the listConnectionsNext operation. */
|
|
1141
|
-
export declare type PortsListConnectionsNextResponse = ConnectionCollection;
|
|
1142
|
-
|
|
1143
|
-
/** Optional parameters. */
|
|
1144
|
-
export declare interface PortsListConnectionsOptionalParams extends coreClient.OperationOptions {
|
|
1145
|
-
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
1146
|
-
startTime?: Date;
|
|
1147
|
-
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
1148
|
-
endTime?: Date;
|
|
1149
|
-
}
|
|
1150
|
-
|
|
1151
|
-
/** Contains response data for the listConnections operation. */
|
|
1152
|
-
export declare type PortsListConnectionsResponse = ConnectionCollection;
|
|
1153
|
-
|
|
1154
|
-
/** A process resource represents a process running on a machine. The process may be actively *monitored*, i.e., a Dependency Agent is running on its machine, or *discovered*, i.e., its existence was inferred by observing the data stream from monitored machines. A process resource represents a pool of actual operating system resources that share command lines and metadata. As the process pool evolves over time, prior versions of the process resource are preserved and available for access. A process is live during an interval of time, if that process is executing during (parts) of that interval */
|
|
1155
|
-
export declare type Process = CoreResource & {
|
|
1156
|
-
/** UTC date and time when this process resource was updated in the system */
|
|
1157
|
-
timestamp?: Date;
|
|
1158
|
-
/** Specifies whether the process is actively monitored or discovered. */
|
|
1159
|
-
monitoringState?: MonitoringState;
|
|
1160
|
-
/** Machine hosting this process. */
|
|
1161
|
-
machine?: ResourceReferenceUnion;
|
|
1162
|
-
/** The name of the process executable */
|
|
1163
|
-
executableName?: string;
|
|
1164
|
-
/** Name to use for display purposes */
|
|
1165
|
-
displayName?: string;
|
|
1166
|
-
/** UTC date and time when the process started */
|
|
1167
|
-
startTime?: Date;
|
|
1168
|
-
/** The inferred role of this process based on its name, command line, etc. */
|
|
1169
|
-
role?: ProcessRole;
|
|
1170
|
-
/** The name of the product or suite of the process. The group is determined by its executable name, command line, etc. */
|
|
1171
|
-
group?: string;
|
|
1172
|
-
/** Process metadata (command line, product name, etc.). */
|
|
1173
|
-
details?: ProcessDetails;
|
|
1174
|
-
/** Information about the account under which the process is executing. */
|
|
1175
|
-
user?: ProcessUser;
|
|
1176
|
-
/** Present only for a discovered process acting as a client of a monitored process/machine/port. References the monitored process/machine/port that this process is a client of. */
|
|
1177
|
-
clientOf?: ResourceReferenceUnion;
|
|
1178
|
-
/** Present only for a discovered process acting as a server. References the port on which the discovered process is accepting. */
|
|
1179
|
-
acceptorOf?: ResourceReferenceUnion;
|
|
1180
|
-
/** Information about the hosting environment */
|
|
1181
|
-
hosting?: ProcessHostingConfigurationUnion;
|
|
1182
|
-
};
|
|
1183
|
-
|
|
1184
|
-
/** Collection of Process resources. */
|
|
1185
|
-
export declare interface ProcessCollection {
|
|
1186
|
-
/** Collection of Process resources. */
|
|
1187
|
-
value?: Process[];
|
|
1188
|
-
/** The URL to the next set of resources. */
|
|
1189
|
-
nextLink?: string;
|
|
1190
|
-
}
|
|
1191
|
-
|
|
1192
|
-
/** Describes process metadata. */
|
|
1193
|
-
export declare interface ProcessDetails {
|
|
1194
|
-
/** A unique identifier for a process, generally resilient to process restart, computed by Service Map. */
|
|
1195
|
-
persistentKey?: string;
|
|
1196
|
-
/** Represents the identity of the process pool assigned to the process by Dependency Agent. */
|
|
1197
|
-
poolId?: number;
|
|
1198
|
-
/** The Operating System Process Identifier (PID) of the first process in this process pool. */
|
|
1199
|
-
firstPid?: number;
|
|
1200
|
-
/** Process description. */
|
|
1201
|
-
description?: string;
|
|
1202
|
-
/** Name of company that created the process executable. */
|
|
1203
|
-
companyName?: string;
|
|
1204
|
-
/** Internal process name. */
|
|
1205
|
-
internalName?: string;
|
|
1206
|
-
/** Product name. */
|
|
1207
|
-
productName?: string;
|
|
1208
|
-
/** Product version. */
|
|
1209
|
-
productVersion?: string;
|
|
1210
|
-
/** File version. */
|
|
1211
|
-
fileVersion?: string;
|
|
1212
|
-
/** Process command line. */
|
|
1213
|
-
commandLine?: string;
|
|
1214
|
-
/** Process executable path. */
|
|
1215
|
-
executablePath?: string;
|
|
1216
|
-
/** Process workingDirectory. */
|
|
1217
|
-
workingDirectory?: string;
|
|
1218
|
-
/** Collection of services hosted by this Process (Windows only). */
|
|
1219
|
-
services?: ProcessHostedService[];
|
|
1220
|
-
/** Process zone name (Linux only). */
|
|
1221
|
-
zoneName?: string;
|
|
1222
|
-
}
|
|
1223
|
-
|
|
1224
|
-
/** Interface representing a Processes. */
|
|
1225
|
-
export declare interface Processes {
|
|
1226
|
-
/**
|
|
1227
|
-
* Returns a collection of ports on which this process is accepting
|
|
1228
|
-
* @param resourceGroupName Resource group name within the specified subscriptionId.
|
|
1229
|
-
* @param workspaceName OMS workspace containing the resources of interest.
|
|
1230
|
-
* @param machineName Machine resource name.
|
|
1231
|
-
* @param processName Process resource name.
|
|
1232
|
-
* @param options The options parameters.
|
|
1233
|
-
*/
|
|
1234
|
-
listAcceptingPorts(resourceGroupName: string, workspaceName: string, machineName: string, processName: string, options?: ProcessesListAcceptingPortsOptionalParams): PagedAsyncIterableIterator<Port>;
|
|
1235
|
-
/**
|
|
1236
|
-
* Returns a collection of connections terminating or originating at the specified process
|
|
1237
|
-
* @param resourceGroupName Resource group name within the specified subscriptionId.
|
|
1238
|
-
* @param workspaceName OMS workspace containing the resources of interest.
|
|
1239
|
-
* @param machineName Machine resource name.
|
|
1240
|
-
* @param processName Process resource name.
|
|
1241
|
-
* @param options The options parameters.
|
|
1242
|
-
*/
|
|
1243
|
-
listConnections(resourceGroupName: string, workspaceName: string, machineName: string, processName: string, options?: ProcessesListConnectionsOptionalParams): PagedAsyncIterableIterator<Connection>;
|
|
1244
|
-
/**
|
|
1245
|
-
* Returns the specified process.
|
|
1246
|
-
* @param resourceGroupName Resource group name within the specified subscriptionId.
|
|
1247
|
-
* @param workspaceName OMS workspace containing the resources of interest.
|
|
1248
|
-
* @param machineName Machine resource name.
|
|
1249
|
-
* @param processName Process resource name.
|
|
1250
|
-
* @param options The options parameters.
|
|
1251
|
-
*/
|
|
1252
|
-
get(resourceGroupName: string, workspaceName: string, machineName: string, processName: string, options?: ProcessesGetOptionalParams): Promise<ProcessesGetResponse>;
|
|
1253
|
-
/**
|
|
1254
|
-
* Obtains the liveness status of the process during the specified time interval.
|
|
1255
|
-
* @param resourceGroupName Resource group name within the specified subscriptionId.
|
|
1256
|
-
* @param workspaceName OMS workspace containing the resources of interest.
|
|
1257
|
-
* @param machineName Machine resource name.
|
|
1258
|
-
* @param processName Process resource name.
|
|
1259
|
-
* @param options The options parameters.
|
|
1260
|
-
*/
|
|
1261
|
-
getLiveness(resourceGroupName: string, workspaceName: string, machineName: string, processName: string, options?: ProcessesGetLivenessOptionalParams): Promise<ProcessesGetLivenessResponse>;
|
|
1262
|
-
}
|
|
1263
|
-
|
|
1264
|
-
/** Optional parameters. */
|
|
1265
|
-
export declare interface ProcessesGetLivenessOptionalParams extends coreClient.OperationOptions {
|
|
1266
|
-
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
1267
|
-
startTime?: Date;
|
|
1268
|
-
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
1269
|
-
endTime?: Date;
|
|
1270
|
-
}
|
|
1271
|
-
|
|
1272
|
-
/** Contains response data for the getLiveness operation. */
|
|
1273
|
-
export declare type ProcessesGetLivenessResponse = Liveness;
|
|
1274
|
-
|
|
1275
|
-
/** Optional parameters. */
|
|
1276
|
-
export declare interface ProcessesGetOptionalParams extends coreClient.OperationOptions {
|
|
1277
|
-
/** UTC date and time specifying a time instance relative to which to evaluate a resource. When not specified, the service uses DateTime.UtcNow. */
|
|
1278
|
-
timestamp?: Date;
|
|
1279
|
-
}
|
|
1280
|
-
|
|
1281
|
-
/** Contains response data for the get operation. */
|
|
1282
|
-
export declare type ProcessesGetResponse = Process;
|
|
1283
|
-
|
|
1284
|
-
/** Optional parameters. */
|
|
1285
|
-
export declare interface ProcessesListAcceptingPortsNextOptionalParams extends coreClient.OperationOptions {
|
|
1286
|
-
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
1287
|
-
startTime?: Date;
|
|
1288
|
-
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
1289
|
-
endTime?: Date;
|
|
1290
|
-
}
|
|
1291
|
-
|
|
1292
|
-
/** Contains response data for the listAcceptingPortsNext operation. */
|
|
1293
|
-
export declare type ProcessesListAcceptingPortsNextResponse = PortCollection;
|
|
1294
|
-
|
|
1295
|
-
/** Optional parameters. */
|
|
1296
|
-
export declare interface ProcessesListAcceptingPortsOptionalParams extends coreClient.OperationOptions {
|
|
1297
|
-
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
1298
|
-
startTime?: Date;
|
|
1299
|
-
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
1300
|
-
endTime?: Date;
|
|
1301
|
-
}
|
|
1302
|
-
|
|
1303
|
-
/** Contains response data for the listAcceptingPorts operation. */
|
|
1304
|
-
export declare type ProcessesListAcceptingPortsResponse = PortCollection;
|
|
1305
|
-
|
|
1306
|
-
/** Optional parameters. */
|
|
1307
|
-
export declare interface ProcessesListConnectionsNextOptionalParams extends coreClient.OperationOptions {
|
|
1308
|
-
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
1309
|
-
startTime?: Date;
|
|
1310
|
-
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
1311
|
-
endTime?: Date;
|
|
1312
|
-
}
|
|
1313
|
-
|
|
1314
|
-
/** Contains response data for the listConnectionsNext operation. */
|
|
1315
|
-
export declare type ProcessesListConnectionsNextResponse = ConnectionCollection;
|
|
1316
|
-
|
|
1317
|
-
/** Optional parameters. */
|
|
1318
|
-
export declare interface ProcessesListConnectionsOptionalParams extends coreClient.OperationOptions {
|
|
1319
|
-
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
1320
|
-
startTime?: Date;
|
|
1321
|
-
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
1322
|
-
endTime?: Date;
|
|
1323
|
-
}
|
|
1324
|
-
|
|
1325
|
-
/** Contains response data for the listConnections operation. */
|
|
1326
|
-
export declare type ProcessesListConnectionsResponse = ConnectionCollection;
|
|
1327
|
-
|
|
1328
|
-
/** A service hosted by a process. */
|
|
1329
|
-
export declare interface ProcessHostedService {
|
|
1330
|
-
/** The name of the service. */
|
|
1331
|
-
name?: string;
|
|
1332
|
-
/** The service's display name. */
|
|
1333
|
-
displayName?: string;
|
|
1334
|
-
}
|
|
1335
|
-
|
|
1336
|
-
/** Describes the hosting configuration of a process. */
|
|
1337
|
-
export declare interface ProcessHostingConfiguration {
|
|
1338
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1339
|
-
kind: "provider:azure";
|
|
1340
|
-
/** The hosting provider of the VM. */
|
|
1341
|
-
provider?: "azure";
|
|
1342
|
-
}
|
|
1343
|
-
|
|
1344
|
-
export declare type ProcessHostingConfigurationUnion = ProcessHostingConfiguration | AzureProcessHostingConfiguration;
|
|
1345
|
-
|
|
1346
|
-
/** Reference to a process. */
|
|
1347
|
-
export declare type ProcessReference = ResourceReference & {
|
|
1348
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1349
|
-
kind: "ref:process";
|
|
1350
|
-
/**
|
|
1351
|
-
* Machine hosting the process.
|
|
1352
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1353
|
-
*/
|
|
1354
|
-
readonly machine?: MachineReference;
|
|
1355
|
-
};
|
|
1356
|
-
|
|
1357
|
-
/**
|
|
1358
|
-
* Defines values for ProcessRole. \
|
|
1359
|
-
* {@link KnownProcessRole} can be used interchangeably with ProcessRole,
|
|
1360
|
-
* this enum contains the known values that the service supports.
|
|
1361
|
-
* ### Known values supported by the service
|
|
1362
|
-
* **webServer** \
|
|
1363
|
-
* **appServer** \
|
|
1364
|
-
* **databaseServer** \
|
|
1365
|
-
* **ldapServer** \
|
|
1366
|
-
* **smbServer**
|
|
1367
|
-
*/
|
|
1368
|
-
export declare type ProcessRole = string;
|
|
1369
|
-
|
|
1370
|
-
/** Describes the user under which a process is running. */
|
|
1371
|
-
export declare interface ProcessUser {
|
|
1372
|
-
/** User name under which the process is running. */
|
|
1373
|
-
userName?: string;
|
|
1374
|
-
/** Domain name for the user. */
|
|
1375
|
-
userDomain?: string;
|
|
1376
|
-
}
|
|
1377
|
-
|
|
1378
|
-
/** A typed relationship between two entities. */
|
|
1379
|
-
export declare type Relationship = Resource & {
|
|
1380
|
-
/** Additional resource type qualifier. */
|
|
1381
|
-
kind: RelationshipKind;
|
|
1382
|
-
};
|
|
1383
|
-
|
|
1384
|
-
/**
|
|
1385
|
-
* Defines values for RelationshipKind. \
|
|
1386
|
-
* {@link KnownRelationshipKind} can be used interchangeably with RelationshipKind,
|
|
1387
|
-
* this enum contains the known values that the service supports.
|
|
1388
|
-
* ### Known values supported by the service
|
|
1389
|
-
* **rel:connection** \
|
|
1390
|
-
* **rel:acceptor**
|
|
1391
|
-
*/
|
|
1392
|
-
export declare type RelationshipKind = string;
|
|
1393
|
-
|
|
1394
|
-
/** Relationship properties. */
|
|
1395
|
-
export declare interface RelationshipProperties {
|
|
1396
|
-
/** Source resource of the relationship. */
|
|
1397
|
-
source: ResourceReferenceUnion;
|
|
1398
|
-
/** Destination resource of the relationship. */
|
|
1399
|
-
destination: ResourceReferenceUnion;
|
|
1400
|
-
/** Relationship start time. */
|
|
1401
|
-
startTime?: Date;
|
|
1402
|
-
/** Relationship end time. */
|
|
1403
|
-
endTime?: Date;
|
|
1404
|
-
}
|
|
1405
|
-
|
|
1406
|
-
export declare type RelationshipUnion = Relationship | Connection | Acceptor;
|
|
1407
|
-
|
|
1408
|
-
/** Resource model definition. */
|
|
1409
|
-
export declare interface Resource {
|
|
1410
|
-
/**
|
|
1411
|
-
* Resource identifier.
|
|
1412
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1413
|
-
*/
|
|
1414
|
-
readonly id?: string;
|
|
1415
|
-
/**
|
|
1416
|
-
* Resource type.
|
|
1417
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1418
|
-
*/
|
|
1419
|
-
readonly type?: string;
|
|
1420
|
-
/**
|
|
1421
|
-
* Resource name.
|
|
1422
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1423
|
-
*/
|
|
1424
|
-
readonly name?: string;
|
|
1425
|
-
}
|
|
1426
|
-
|
|
1427
|
-
/** Represents a reference to another resource. */
|
|
1428
|
-
export declare interface ResourceReference {
|
|
1429
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1430
|
-
kind: "ref:machine" | "ref:port" | "ref:machinewithhints" | "ref:process" | "ref:clientgroup";
|
|
1431
|
-
/** Resource URI. */
|
|
1432
|
-
id: string;
|
|
1433
|
-
/**
|
|
1434
|
-
* Resource type qualifier.
|
|
1435
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1436
|
-
*/
|
|
1437
|
-
readonly type?: string;
|
|
1438
|
-
/**
|
|
1439
|
-
* Resource name.
|
|
1440
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1441
|
-
*/
|
|
1442
|
-
readonly name?: string;
|
|
1443
|
-
}
|
|
1444
|
-
|
|
1445
|
-
/**
|
|
1446
|
-
* Defines values for ResourceReferenceKind. \
|
|
1447
|
-
* {@link KnownResourceReferenceKind} can be used interchangeably with ResourceReferenceKind,
|
|
1448
|
-
* this enum contains the known values that the service supports.
|
|
1449
|
-
* ### Known values supported by the service
|
|
1450
|
-
* **ref:machine** \
|
|
1451
|
-
* **ref:machinewithhints** \
|
|
1452
|
-
* **ref:process** \
|
|
1453
|
-
* **ref:port** \
|
|
1454
|
-
* **ref:onmachine** \
|
|
1455
|
-
* **ref:clientgroup**
|
|
1456
|
-
*/
|
|
1457
|
-
export declare type ResourceReferenceKind = string;
|
|
1458
|
-
|
|
1459
|
-
export declare type ResourceReferenceUnion = ResourceReference | MachineReference | PortReference | MachineReferenceWithHints | ProcessReference | ClientGroupReference;
|
|
1460
|
-
|
|
1461
|
-
export declare class ServiceMap extends coreClient.ServiceClient {
|
|
1462
|
-
$host: string;
|
|
1463
|
-
subscriptionId: string;
|
|
1464
|
-
apiVersion: string;
|
|
1465
|
-
/**
|
|
1466
|
-
* Initializes a new instance of the ServiceMap class.
|
|
1467
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
1468
|
-
* @param subscriptionId Azure subscription identifier.
|
|
1469
|
-
* @param options The parameter options
|
|
1470
|
-
*/
|
|
1471
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ServiceMapOptionalParams);
|
|
1472
|
-
machines: Machines;
|
|
1473
|
-
processes: Processes;
|
|
1474
|
-
ports: Ports;
|
|
1475
|
-
clientGroups: ClientGroups;
|
|
1476
|
-
maps: Maps;
|
|
1477
|
-
summaries: Summaries;
|
|
1478
|
-
machineGroups: MachineGroups;
|
|
1479
|
-
}
|
|
1480
|
-
|
|
1481
|
-
/** Optional parameters. */
|
|
1482
|
-
export declare interface ServiceMapOptionalParams extends coreClient.ServiceClientOptions {
|
|
1483
|
-
/** server parameter */
|
|
1484
|
-
$host?: string;
|
|
1485
|
-
/** Api Version */
|
|
1486
|
-
apiVersion?: string;
|
|
1487
|
-
/** Overrides client endpoint. */
|
|
1488
|
-
endpoint?: string;
|
|
1489
|
-
}
|
|
1490
|
-
|
|
1491
|
-
/** Specifies the computation of a single server dependency map. A single server dependency map includes all direct dependencies of a given machine. */
|
|
1492
|
-
export declare type SingleMachineDependencyMapRequest = MapRequest & {
|
|
1493
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1494
|
-
kind: "map:single-machine-dependency";
|
|
1495
|
-
/** URI of machine resource for which to generate the map. */
|
|
1496
|
-
machineId: string;
|
|
1497
|
-
};
|
|
1498
|
-
|
|
1499
|
-
/** Interface representing a Summaries. */
|
|
1500
|
-
export declare interface Summaries {
|
|
1501
|
-
/**
|
|
1502
|
-
* Returns summary information about the machines in the workspace.
|
|
1503
|
-
* @param resourceGroupName Resource group name within the specified subscriptionId.
|
|
1504
|
-
* @param workspaceName OMS workspace containing the resources of interest.
|
|
1505
|
-
* @param options The options parameters.
|
|
1506
|
-
*/
|
|
1507
|
-
getMachines(resourceGroupName: string, workspaceName: string, options?: SummariesGetMachinesOptionalParams): Promise<SummariesGetMachinesResponse>;
|
|
1508
|
-
}
|
|
1509
|
-
|
|
1510
|
-
/** Optional parameters. */
|
|
1511
|
-
export declare interface SummariesGetMachinesOptionalParams extends coreClient.OperationOptions {
|
|
1512
|
-
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
1513
|
-
startTime?: Date;
|
|
1514
|
-
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
1515
|
-
endTime?: Date;
|
|
1516
|
-
}
|
|
1517
|
-
|
|
1518
|
-
/** Contains response data for the getMachines operation. */
|
|
1519
|
-
export declare type SummariesGetMachinesResponse = MachinesSummary;
|
|
1520
|
-
|
|
1521
|
-
/** Base for all resource summaries. */
|
|
1522
|
-
export declare type Summary = Resource & {};
|
|
1523
|
-
|
|
1524
|
-
/** Base for all summaries. */
|
|
1525
|
-
export declare interface SummaryProperties {
|
|
1526
|
-
/** Summary interval start time. */
|
|
1527
|
-
startTime: Date;
|
|
1528
|
-
/** Summary interval end time. */
|
|
1529
|
-
endTime: Date;
|
|
1530
|
-
}
|
|
1531
|
-
|
|
1532
|
-
/** Describes a timezone. */
|
|
1533
|
-
export declare interface Timezone {
|
|
1534
|
-
/** Timezone full name. */
|
|
1535
|
-
fullName?: string;
|
|
1536
|
-
}
|
|
1537
|
-
|
|
1538
|
-
/** Defines values for VirtualizationState. */
|
|
1539
|
-
export declare type VirtualizationState = "unknown" | "physical" | "virtual" | "hypervisor";
|
|
1540
|
-
|
|
1541
|
-
/** Describes the virtualization-related configuration of a machine. */
|
|
1542
|
-
export declare interface VirtualMachineConfiguration {
|
|
1543
|
-
/** Specifies the virtualization technology used by the machine (hyperv, vmware, etc.) */
|
|
1544
|
-
virtualMachineType?: VirtualMachineType;
|
|
1545
|
-
/** The unique identifier of the virtual machine as reported by the underlying virtualization system. */
|
|
1546
|
-
nativeMachineId?: string;
|
|
1547
|
-
/** The Name of the virtual machine. */
|
|
1548
|
-
virtualMachineName?: string;
|
|
1549
|
-
/** The unique identifier of the host of this virtual machine as reported by the underlying virtualization system. */
|
|
1550
|
-
nativeHostMachineId?: string;
|
|
1551
|
-
}
|
|
1552
|
-
|
|
1553
|
-
/** Defines values for VirtualMachineType. */
|
|
1554
|
-
export declare type VirtualMachineType = "unknown" | "hyperv" | "ldom" | "lpar" | "vmware" | "virtualPc" | "xen";
|
|
1555
|
-
|
|
1556
|
-
export { }
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export type HostingConfigurationUnion = HostingConfiguration | AzureHostingConfiguration;
|
|
3
|
+
export type ResourceReferenceUnion = ResourceReference | MachineReference | PortReference | MachineReferenceWithHints | ProcessReference | ClientGroupReference;
|
|
4
|
+
export type ProcessHostingConfigurationUnion = ProcessHostingConfiguration | AzureProcessHostingConfiguration;
|
|
5
|
+
export type MapRequestUnion = MapRequest | SingleMachineDependencyMapRequest | MultipleMachinesMapRequestUnion;
|
|
6
|
+
export type CoreResourceUnion = CoreResource | Machine | Process | Port | MachineGroup | ClientGroup;
|
|
7
|
+
export type RelationshipUnion = Relationship | Connection | Acceptor;
|
|
8
|
+
export type MultipleMachinesMapRequestUnion = MultipleMachinesMapRequest | MachineListMapRequest | MachineGroupMapRequest;
|
|
9
|
+
/** Collection of Machine resources. */
|
|
10
|
+
export interface MachineCollection {
|
|
11
|
+
/** Collection of Machine resources. */
|
|
12
|
+
value?: Machine[];
|
|
13
|
+
/** The URL to the next set of resources. */
|
|
14
|
+
nextLink?: string;
|
|
15
|
+
}
|
|
16
|
+
/** Describes a timezone. */
|
|
17
|
+
export interface Timezone {
|
|
18
|
+
/** Timezone full name. */
|
|
19
|
+
fullName?: string;
|
|
20
|
+
}
|
|
21
|
+
/** Describes the configuration of the Dependency Agent installed on a machine. */
|
|
22
|
+
export interface AgentConfiguration {
|
|
23
|
+
/** Health Service Agent unique identifier. */
|
|
24
|
+
agentId: string;
|
|
25
|
+
/** Dependency Agent unique identifier. */
|
|
26
|
+
dependencyAgentId?: string;
|
|
27
|
+
/** Dependency Agent version number. */
|
|
28
|
+
dependencyAgentVersion?: string;
|
|
29
|
+
/** Dependency Agent revision number. */
|
|
30
|
+
dependencyAgentRevision?: string;
|
|
31
|
+
/** Specifies whether the machine has been rebooted since the Dependency Agent installation. */
|
|
32
|
+
rebootStatus?: MachineRebootStatus;
|
|
33
|
+
/** Machine clock granularity in milliseconds. */
|
|
34
|
+
clockGranularity?: number;
|
|
35
|
+
}
|
|
36
|
+
/** Describes the resources of a machine. */
|
|
37
|
+
export interface MachineResourcesConfiguration {
|
|
38
|
+
/** Physical memory in megabytes (MB). */
|
|
39
|
+
physicalMemory?: number;
|
|
40
|
+
/** Number of CPUs. */
|
|
41
|
+
cpus?: number;
|
|
42
|
+
/** CPU speed in megahertz (Mhz). */
|
|
43
|
+
cpuSpeed?: number;
|
|
44
|
+
/** Describes the accuracy of the cpuSpeed field. */
|
|
45
|
+
cpuSpeedAccuracy?: Accuracy;
|
|
46
|
+
}
|
|
47
|
+
/** Describes the network configuration of a machine. */
|
|
48
|
+
export interface NetworkConfiguration {
|
|
49
|
+
/** IPv4 interfaces. */
|
|
50
|
+
ipv4Interfaces?: Ipv4NetworkInterface[];
|
|
51
|
+
/** IPv6 interfaces. */
|
|
52
|
+
ipv6Interfaces?: Ipv6NetworkInterface[];
|
|
53
|
+
/** Default IPv4 gateways. */
|
|
54
|
+
defaultIpv4Gateways?: string[];
|
|
55
|
+
/** MAC addresses of all active network interfaces. */
|
|
56
|
+
macAddresses?: string[];
|
|
57
|
+
/** DNS names associated with the machine. */
|
|
58
|
+
dnsNames?: string[];
|
|
59
|
+
}
|
|
60
|
+
/** Describes an IPv4 network interface. */
|
|
61
|
+
export interface Ipv4NetworkInterface {
|
|
62
|
+
/** IPv4 address. */
|
|
63
|
+
ipAddress: string;
|
|
64
|
+
/** IPv4 subnet mask. */
|
|
65
|
+
subnetMask?: string;
|
|
66
|
+
}
|
|
67
|
+
/** Describes an IPv6 network interface. */
|
|
68
|
+
export interface Ipv6NetworkInterface {
|
|
69
|
+
/** IPv6 address. */
|
|
70
|
+
ipAddress: string;
|
|
71
|
+
}
|
|
72
|
+
/** Describes the configuration of the operating system of a machine. */
|
|
73
|
+
export interface OperatingSystemConfiguration {
|
|
74
|
+
/** Windows, Linux, etc. */
|
|
75
|
+
family: OperatingSystemFamily;
|
|
76
|
+
/** Operating system full name. */
|
|
77
|
+
fullName: string;
|
|
78
|
+
/** Operating system bitness (32-bit or 64-bit). */
|
|
79
|
+
bitness: Bitness;
|
|
80
|
+
}
|
|
81
|
+
/** Describes the virtualization-related configuration of a machine. */
|
|
82
|
+
export interface VirtualMachineConfiguration {
|
|
83
|
+
/** Specifies the virtualization technology used by the machine (hyperv, vmware, etc.) */
|
|
84
|
+
virtualMachineType?: VirtualMachineType;
|
|
85
|
+
/** The unique identifier of the virtual machine as reported by the underlying virtualization system. */
|
|
86
|
+
nativeMachineId?: string;
|
|
87
|
+
/** The Name of the virtual machine. */
|
|
88
|
+
virtualMachineName?: string;
|
|
89
|
+
/** The unique identifier of the host of this virtual machine as reported by the underlying virtualization system. */
|
|
90
|
+
nativeHostMachineId?: string;
|
|
91
|
+
}
|
|
92
|
+
/** Describes the hypervisor configuration of a machine. */
|
|
93
|
+
export interface HypervisorConfiguration {
|
|
94
|
+
/** Specifies the virtualization technology used by the hypervisor (hyperv, vmware, etc.) */
|
|
95
|
+
hypervisorType?: HypervisorType;
|
|
96
|
+
/** The unique identifier of the hypervisor machine as reported by the underlying virtualization system. */
|
|
97
|
+
nativeHostMachineId?: string;
|
|
98
|
+
}
|
|
99
|
+
/** Describes the hosting configuration of a machine. */
|
|
100
|
+
export interface HostingConfiguration {
|
|
101
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
102
|
+
kind: "provider:azure";
|
|
103
|
+
/** The hosting provider of the VM. */
|
|
104
|
+
provider?: "azure";
|
|
105
|
+
}
|
|
106
|
+
/** Resource model definition. */
|
|
107
|
+
export interface Resource {
|
|
108
|
+
/**
|
|
109
|
+
* Resource identifier.
|
|
110
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
111
|
+
*/
|
|
112
|
+
readonly id?: string;
|
|
113
|
+
/**
|
|
114
|
+
* Resource type.
|
|
115
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
116
|
+
*/
|
|
117
|
+
readonly type?: string;
|
|
118
|
+
/**
|
|
119
|
+
* Resource name.
|
|
120
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
121
|
+
*/
|
|
122
|
+
readonly name?: string;
|
|
123
|
+
}
|
|
124
|
+
/** An error response from the API. */
|
|
125
|
+
export interface ErrorResponse {
|
|
126
|
+
/** Error information. */
|
|
127
|
+
error: ErrorModel;
|
|
128
|
+
}
|
|
129
|
+
/** Error details. */
|
|
130
|
+
export interface ErrorModel {
|
|
131
|
+
/** Error code identifying the specific error. */
|
|
132
|
+
code: string;
|
|
133
|
+
/** Error message in the caller's locale. */
|
|
134
|
+
message?: string;
|
|
135
|
+
}
|
|
136
|
+
/** Specifies the contents of a check liveness response. */
|
|
137
|
+
export interface Liveness {
|
|
138
|
+
/** Liveness interval start time. */
|
|
139
|
+
startTime: Date;
|
|
140
|
+
/** Liveness interval end time. */
|
|
141
|
+
endTime: Date;
|
|
142
|
+
/** `true` if the resource is live during [startTime, endTime], `false` otherwise */
|
|
143
|
+
live: boolean;
|
|
144
|
+
}
|
|
145
|
+
/** Collection of Connection resources. */
|
|
146
|
+
export interface ConnectionCollection {
|
|
147
|
+
/** Collection of Connection resources. */
|
|
148
|
+
value?: Connection[];
|
|
149
|
+
/** The URL to the next set of resources. */
|
|
150
|
+
nextLink?: string;
|
|
151
|
+
}
|
|
152
|
+
/** Represents a reference to another resource. */
|
|
153
|
+
export interface ResourceReference {
|
|
154
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
155
|
+
kind: "ref:machine" | "ref:port" | "ref:machinewithhints" | "ref:process" | "ref:clientgroup";
|
|
156
|
+
/** Resource URI. */
|
|
157
|
+
id: string;
|
|
158
|
+
/**
|
|
159
|
+
* Resource type qualifier.
|
|
160
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
161
|
+
*/
|
|
162
|
+
readonly type?: string;
|
|
163
|
+
/**
|
|
164
|
+
* Resource name.
|
|
165
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
166
|
+
*/
|
|
167
|
+
readonly name?: string;
|
|
168
|
+
}
|
|
169
|
+
/** Relationship properties. */
|
|
170
|
+
export interface RelationshipProperties {
|
|
171
|
+
/** Source resource of the relationship. */
|
|
172
|
+
source: ResourceReferenceUnion;
|
|
173
|
+
/** Destination resource of the relationship. */
|
|
174
|
+
destination: ResourceReferenceUnion;
|
|
175
|
+
/** Relationship start time. */
|
|
176
|
+
startTime?: Date;
|
|
177
|
+
/** Relationship end time. */
|
|
178
|
+
endTime?: Date;
|
|
179
|
+
}
|
|
180
|
+
/** Collection of Process resources. */
|
|
181
|
+
export interface ProcessCollection {
|
|
182
|
+
/** Collection of Process resources. */
|
|
183
|
+
value?: Process[];
|
|
184
|
+
/** The URL to the next set of resources. */
|
|
185
|
+
nextLink?: string;
|
|
186
|
+
}
|
|
187
|
+
/** Describes process metadata. */
|
|
188
|
+
export interface ProcessDetails {
|
|
189
|
+
/** A unique identifier for a process, generally resilient to process restart, computed by Service Map. */
|
|
190
|
+
persistentKey?: string;
|
|
191
|
+
/** Represents the identity of the process pool assigned to the process by Dependency Agent. */
|
|
192
|
+
poolId?: number;
|
|
193
|
+
/** The Operating System Process Identifier (PID) of the first process in this process pool. */
|
|
194
|
+
firstPid?: number;
|
|
195
|
+
/** Process description. */
|
|
196
|
+
description?: string;
|
|
197
|
+
/** Name of company that created the process executable. */
|
|
198
|
+
companyName?: string;
|
|
199
|
+
/** Internal process name. */
|
|
200
|
+
internalName?: string;
|
|
201
|
+
/** Product name. */
|
|
202
|
+
productName?: string;
|
|
203
|
+
/** Product version. */
|
|
204
|
+
productVersion?: string;
|
|
205
|
+
/** File version. */
|
|
206
|
+
fileVersion?: string;
|
|
207
|
+
/** Process command line. */
|
|
208
|
+
commandLine?: string;
|
|
209
|
+
/** Process executable path. */
|
|
210
|
+
executablePath?: string;
|
|
211
|
+
/** Process workingDirectory. */
|
|
212
|
+
workingDirectory?: string;
|
|
213
|
+
/** Collection of services hosted by this Process (Windows only). */
|
|
214
|
+
services?: ProcessHostedService[];
|
|
215
|
+
/** Process zone name (Linux only). */
|
|
216
|
+
zoneName?: string;
|
|
217
|
+
}
|
|
218
|
+
/** A service hosted by a process. */
|
|
219
|
+
export interface ProcessHostedService {
|
|
220
|
+
/** The name of the service. */
|
|
221
|
+
name?: string;
|
|
222
|
+
/** The service's display name. */
|
|
223
|
+
displayName?: string;
|
|
224
|
+
}
|
|
225
|
+
/** Describes the user under which a process is running. */
|
|
226
|
+
export interface ProcessUser {
|
|
227
|
+
/** User name under which the process is running. */
|
|
228
|
+
userName?: string;
|
|
229
|
+
/** Domain name for the user. */
|
|
230
|
+
userDomain?: string;
|
|
231
|
+
}
|
|
232
|
+
/** Describes the hosting configuration of a process. */
|
|
233
|
+
export interface ProcessHostingConfiguration {
|
|
234
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
235
|
+
kind: "provider:azure";
|
|
236
|
+
/** The hosting provider of the VM. */
|
|
237
|
+
provider?: "azure";
|
|
238
|
+
}
|
|
239
|
+
/** Collection of Port resources. */
|
|
240
|
+
export interface PortCollection {
|
|
241
|
+
/** Collection of Port resources. */
|
|
242
|
+
value?: Port[];
|
|
243
|
+
/** The URL to the next set of resources. */
|
|
244
|
+
nextLink?: string;
|
|
245
|
+
}
|
|
246
|
+
/** Collection of Machine Group resources. */
|
|
247
|
+
export interface MachineGroupCollection {
|
|
248
|
+
/** Collection of Machine Group resources. */
|
|
249
|
+
value?: MachineGroup[];
|
|
250
|
+
/** The URL to the next set of resources. */
|
|
251
|
+
nextLink?: string;
|
|
252
|
+
}
|
|
253
|
+
/** Specifies the number of members in a client group. */
|
|
254
|
+
export interface ClientGroupMembersCount {
|
|
255
|
+
/** Membership interval start time. */
|
|
256
|
+
startTime: Date;
|
|
257
|
+
/** Membership interval start time. */
|
|
258
|
+
endTime: Date;
|
|
259
|
+
/** Client Group URI. */
|
|
260
|
+
groupId: string;
|
|
261
|
+
/** Number of members in the client group. Use this value together with the value of ```accuracy```. If accuracy is `exact` then the value represents the actual number of members in the cloud. When accuracy is `estimated`, the actual number of members is larger than the value of ```count```. */
|
|
262
|
+
count: number;
|
|
263
|
+
/** Accuracy of the reported count. */
|
|
264
|
+
accuracy: Accuracy;
|
|
265
|
+
}
|
|
266
|
+
/** Collection of ClientGroupMember resources. */
|
|
267
|
+
export interface ClientGroupMembersCollection {
|
|
268
|
+
/** Collection of ClientGroupMember resources. */
|
|
269
|
+
value?: ClientGroupMember[];
|
|
270
|
+
/** The URL to the next set of resources. */
|
|
271
|
+
nextLink?: string;
|
|
272
|
+
}
|
|
273
|
+
/** Specifies the contents of request to generate a map. */
|
|
274
|
+
export interface MapRequest {
|
|
275
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
276
|
+
kind: "map:single-machine-dependency" | "MultipleMachinesMapRequest" | "map:machine-list-dependency" | "map:machine-group-dependency";
|
|
277
|
+
/** Map interval start time. */
|
|
278
|
+
startTime?: Date;
|
|
279
|
+
/** Map interval end time. */
|
|
280
|
+
endTime?: Date;
|
|
281
|
+
}
|
|
282
|
+
/** Specified the contents of a map response. */
|
|
283
|
+
export interface MapResponse {
|
|
284
|
+
/** Map interval start time. */
|
|
285
|
+
startTime: Date;
|
|
286
|
+
/** Map interval end time. */
|
|
287
|
+
endTime: Date;
|
|
288
|
+
/** The generated map. */
|
|
289
|
+
map: Map;
|
|
290
|
+
}
|
|
291
|
+
/** A map of resources and relationships between them. */
|
|
292
|
+
export interface Map {
|
|
293
|
+
/** The nodes (entities) of a map. */
|
|
294
|
+
nodes: MapNodes;
|
|
295
|
+
/** The edges (relationships) of a map. */
|
|
296
|
+
edges: MapEdges;
|
|
297
|
+
}
|
|
298
|
+
/** The nodes (entities) of a map. */
|
|
299
|
+
export interface MapNodes {
|
|
300
|
+
/** Machine resources. */
|
|
301
|
+
machines?: Machine[];
|
|
302
|
+
/** Process resources. */
|
|
303
|
+
processes?: Process[];
|
|
304
|
+
/** Port resources. */
|
|
305
|
+
ports?: Port[];
|
|
306
|
+
/** Client Group resources. */
|
|
307
|
+
clientGroups?: ClientGroup[];
|
|
308
|
+
}
|
|
309
|
+
/** The edges (relationships) of a map. */
|
|
310
|
+
export interface MapEdges {
|
|
311
|
+
/** Network connections. */
|
|
312
|
+
connections?: Connection[];
|
|
313
|
+
/** Processes accepting on a port. */
|
|
314
|
+
acceptors?: Acceptor[];
|
|
315
|
+
}
|
|
316
|
+
/** Machines by operating system. */
|
|
317
|
+
export interface MachineCountsByOperatingSystem {
|
|
318
|
+
/** Number of live Windows machines. */
|
|
319
|
+
windows: number;
|
|
320
|
+
/** Number of live Linux machines. */
|
|
321
|
+
linux: number;
|
|
322
|
+
}
|
|
323
|
+
/** Base for all summaries. */
|
|
324
|
+
export interface SummaryProperties {
|
|
325
|
+
/** Summary interval start time. */
|
|
326
|
+
startTime: Date;
|
|
327
|
+
/** Summary interval end time. */
|
|
328
|
+
endTime: Date;
|
|
329
|
+
}
|
|
330
|
+
/** Describes the VM image of a machine. */
|
|
331
|
+
export interface ImageConfiguration {
|
|
332
|
+
/** Publisher of the VM image. */
|
|
333
|
+
publisher?: string;
|
|
334
|
+
/** Offering of the VM image. */
|
|
335
|
+
offering?: string;
|
|
336
|
+
/** SKU of the VM image. */
|
|
337
|
+
sku?: string;
|
|
338
|
+
/** Version of the VM image. */
|
|
339
|
+
version?: string;
|
|
340
|
+
}
|
|
341
|
+
/** Describes an Azure Cloud Service */
|
|
342
|
+
export interface AzureCloudServiceConfiguration {
|
|
343
|
+
/** Cloud Service name */
|
|
344
|
+
name?: string;
|
|
345
|
+
/** Cloud Service instance identifier */
|
|
346
|
+
instanceId?: string;
|
|
347
|
+
/** Cloud Service deployment identifier */
|
|
348
|
+
deployment?: string;
|
|
349
|
+
/** Cloud Service role name */
|
|
350
|
+
roleName?: string;
|
|
351
|
+
/** Used to specify type of an Azure Cloud Service role */
|
|
352
|
+
roleType?: AzureCloudServiceRoleType;
|
|
353
|
+
}
|
|
354
|
+
/** Describes an Azure Virtual Machine Scale Set */
|
|
355
|
+
export interface AzureVmScaleSetConfiguration {
|
|
356
|
+
/** Virtual Machine Scale Set name */
|
|
357
|
+
name?: string;
|
|
358
|
+
/** Virtual Machine Scale Set instance identifier */
|
|
359
|
+
instanceId?: string;
|
|
360
|
+
/** Virtual Machine Scale Set deployment identifier */
|
|
361
|
+
deployment?: string;
|
|
362
|
+
/** Unique identifier of the resource. */
|
|
363
|
+
resourceId?: string;
|
|
364
|
+
}
|
|
365
|
+
/** Describes an Azure Service Fabric Cluster */
|
|
366
|
+
export interface AzureServiceFabricClusterConfiguration {
|
|
367
|
+
/** Service Fabric cluster name. */
|
|
368
|
+
name?: string;
|
|
369
|
+
/** Service Fabric cluster identifier. */
|
|
370
|
+
clusterId?: string;
|
|
371
|
+
}
|
|
372
|
+
/** Provides information about how a machine is hosted in Azure */
|
|
373
|
+
export interface AzureHostingConfiguration extends HostingConfiguration {
|
|
374
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
375
|
+
kind: "provider:azure";
|
|
376
|
+
/** Virtual Machine ID (unique identifier). */
|
|
377
|
+
vmId?: string;
|
|
378
|
+
/** Geographical location of the VM. */
|
|
379
|
+
location?: string;
|
|
380
|
+
/** Machine name according to the hosting provider. */
|
|
381
|
+
name?: string;
|
|
382
|
+
/** Size of the VM. */
|
|
383
|
+
size?: string;
|
|
384
|
+
/** Update domain of the VM. */
|
|
385
|
+
updateDomain?: string;
|
|
386
|
+
/** Fault domain of the VM. */
|
|
387
|
+
faultDomain?: string;
|
|
388
|
+
/** Subscription ID. */
|
|
389
|
+
subscriptionId?: string;
|
|
390
|
+
/** Resource group name within the specified subscription. */
|
|
391
|
+
resourceGroup?: string;
|
|
392
|
+
/** Unique identifier of the resource. */
|
|
393
|
+
resourceId?: string;
|
|
394
|
+
/** Image of the machine. */
|
|
395
|
+
image?: ImageConfiguration;
|
|
396
|
+
/** Contains information about machines hosted as an Azure Cloud Service */
|
|
397
|
+
cloudService?: AzureCloudServiceConfiguration;
|
|
398
|
+
/** Contains information about machines hosted as an Azure Virtual Machine Scale Set */
|
|
399
|
+
vmScaleSet?: AzureVmScaleSetConfiguration;
|
|
400
|
+
/** Contains information about machines that belong an Azure Service Fabric Cluster */
|
|
401
|
+
serviceFabricCluster?: AzureServiceFabricClusterConfiguration;
|
|
402
|
+
}
|
|
403
|
+
/** Marker resource for the core Service Map resources */
|
|
404
|
+
export interface CoreResource extends Resource {
|
|
405
|
+
/** Resource ETAG. */
|
|
406
|
+
etag?: string;
|
|
407
|
+
/** Additional resource type qualifier. */
|
|
408
|
+
kind: CoreResourceKind;
|
|
409
|
+
}
|
|
410
|
+
/** A typed relationship between two entities. */
|
|
411
|
+
export interface Relationship extends Resource {
|
|
412
|
+
/** Additional resource type qualifier. */
|
|
413
|
+
kind: RelationshipKind;
|
|
414
|
+
}
|
|
415
|
+
/** Represents a member of a client group */
|
|
416
|
+
export interface ClientGroupMember extends Resource {
|
|
417
|
+
/** IP address. */
|
|
418
|
+
ipAddress?: string;
|
|
419
|
+
/** Port into which this client connected */
|
|
420
|
+
port?: PortReference;
|
|
421
|
+
/** Processes accepting on the above port that received connections from this client. */
|
|
422
|
+
processes?: ProcessReference[];
|
|
423
|
+
}
|
|
424
|
+
/** Base for all resource summaries. */
|
|
425
|
+
export interface Summary extends Resource {
|
|
426
|
+
}
|
|
427
|
+
/** Reference to a machine. */
|
|
428
|
+
export interface MachineReference extends ResourceReference {
|
|
429
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
430
|
+
kind: "ref:machine";
|
|
431
|
+
}
|
|
432
|
+
/** Reference to a port. */
|
|
433
|
+
export interface PortReference extends ResourceReference {
|
|
434
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
435
|
+
kind: "ref:port";
|
|
436
|
+
/**
|
|
437
|
+
* Machine hosting the port.
|
|
438
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
439
|
+
*/
|
|
440
|
+
readonly machine?: MachineReference;
|
|
441
|
+
/**
|
|
442
|
+
* IP address of the port.
|
|
443
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
444
|
+
*/
|
|
445
|
+
readonly ipAddress?: string;
|
|
446
|
+
/** Port number. */
|
|
447
|
+
portNumber?: number;
|
|
448
|
+
}
|
|
449
|
+
/** A machine reference with a hint of the machine's name and operating system. */
|
|
450
|
+
export interface MachineReferenceWithHints extends ResourceReference {
|
|
451
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
452
|
+
kind: "ref:machinewithhints";
|
|
453
|
+
/**
|
|
454
|
+
* Last known display name.
|
|
455
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
456
|
+
*/
|
|
457
|
+
readonly displayNameHint?: string;
|
|
458
|
+
/**
|
|
459
|
+
* Last known operating system family.
|
|
460
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
461
|
+
*/
|
|
462
|
+
readonly osFamilyHint?: OperatingSystemFamily;
|
|
463
|
+
}
|
|
464
|
+
/** Reference to a process. */
|
|
465
|
+
export interface ProcessReference extends ResourceReference {
|
|
466
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
467
|
+
kind: "ref:process";
|
|
468
|
+
/**
|
|
469
|
+
* Machine hosting the process.
|
|
470
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
471
|
+
*/
|
|
472
|
+
readonly machine?: MachineReference;
|
|
473
|
+
}
|
|
474
|
+
/** Reference to a client group. */
|
|
475
|
+
export interface ClientGroupReference extends ResourceReference {
|
|
476
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
477
|
+
kind: "ref:clientgroup";
|
|
478
|
+
}
|
|
479
|
+
/** Properties for a connection resource. */
|
|
480
|
+
export interface ConnectionProperties extends RelationshipProperties {
|
|
481
|
+
/** Reference to the server port via which this connection has been established. */
|
|
482
|
+
serverPort?: PortReference;
|
|
483
|
+
/** Specifies whether there are only successful, failed or a mixture of both connections represented by this resource. */
|
|
484
|
+
failureState?: ConnectionFailureState;
|
|
485
|
+
}
|
|
486
|
+
/** Describes the hosting configuration of a process when hosted on azure */
|
|
487
|
+
export interface AzureProcessHostingConfiguration extends ProcessHostingConfiguration {
|
|
488
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
489
|
+
kind: "provider:azure";
|
|
490
|
+
/** Contains information about the cloud service the process belongs to */
|
|
491
|
+
cloudService?: AzureCloudServiceConfiguration;
|
|
492
|
+
}
|
|
493
|
+
/** Specifies the computation of a single server dependency map. A single server dependency map includes all direct dependencies of a given machine. */
|
|
494
|
+
export interface SingleMachineDependencyMapRequest extends MapRequest {
|
|
495
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
496
|
+
kind: "map:single-machine-dependency";
|
|
497
|
+
/** URI of machine resource for which to generate the map. */
|
|
498
|
+
machineId: string;
|
|
499
|
+
}
|
|
500
|
+
/** Provides a base class for describing map requests for a collection of machines */
|
|
501
|
+
export interface MultipleMachinesMapRequest extends MapRequest {
|
|
502
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
503
|
+
kind: "MultipleMachinesMapRequest" | "map:machine-list-dependency" | "map:machine-group-dependency";
|
|
504
|
+
/** If true, only processes between specified machines will be included. Any connections in or out of those processes will be included. */
|
|
505
|
+
filterProcesses?: boolean;
|
|
506
|
+
}
|
|
507
|
+
/** Summarizes machines in the workspace. */
|
|
508
|
+
export interface MachinesSummaryProperties extends SummaryProperties {
|
|
509
|
+
/** Total number of machines. */
|
|
510
|
+
total: number;
|
|
511
|
+
/** Number of live machines. */
|
|
512
|
+
live: number;
|
|
513
|
+
/** Machine counts by operating system. */
|
|
514
|
+
os: MachineCountsByOperatingSystem;
|
|
515
|
+
}
|
|
516
|
+
/** A machine resource represents a discovered computer system. It can be *monitored*, i.e., a Dependency Agent is running on it, or *discovered*, i.e., its existence was inferred by observing the data stream from monitored machines. As machines change, prior versions of the machine resource are preserved and available for access. A machine is live during an interval of time, if either its Dependency Agent has reported data during (parts) of that interval, or a Dependency agent running on other machines has reported activity associated with the machine. */
|
|
517
|
+
export interface Machine extends CoreResource {
|
|
518
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
519
|
+
kind: "machine";
|
|
520
|
+
/** UTC date and time when this resource was updated in the system. */
|
|
521
|
+
timestamp?: Date;
|
|
522
|
+
/** Specifies whether the machine is actively monitored or discovered. */
|
|
523
|
+
monitoringState?: MonitoringState;
|
|
524
|
+
/** Specifies whether the machine is virtualized. */
|
|
525
|
+
virtualizationState?: VirtualizationState;
|
|
526
|
+
/** Name to use for display purposes */
|
|
527
|
+
displayName?: string;
|
|
528
|
+
/** Name of the machine, e.g., server */
|
|
529
|
+
computerName?: string;
|
|
530
|
+
/** Fully-qualified name of the machine, e.g., server.company.com */
|
|
531
|
+
fullyQualifiedDomainName?: string;
|
|
532
|
+
/** UTC date and time when the machine last booted */
|
|
533
|
+
bootTime?: Date;
|
|
534
|
+
/** Timezone of the machine. */
|
|
535
|
+
timezone?: Timezone;
|
|
536
|
+
/** Dependency Agent configuration. */
|
|
537
|
+
agent?: AgentConfiguration;
|
|
538
|
+
/** Machine resources (memory, cpu, etc.). */
|
|
539
|
+
resources?: MachineResourcesConfiguration;
|
|
540
|
+
/** Network configuration (ips, gateways, dns, etc.) */
|
|
541
|
+
networking?: NetworkConfiguration;
|
|
542
|
+
/** Operating system information. */
|
|
543
|
+
operatingSystem?: OperatingSystemConfiguration;
|
|
544
|
+
/** Virtualization-related configuration. Present only when `virtualizationState` is `virtual`. */
|
|
545
|
+
virtualMachine?: VirtualMachineConfiguration;
|
|
546
|
+
/** Hypervisor-related configuration. Present only when 'virtualizationState' is `hypervisor`. */
|
|
547
|
+
hypervisor?: HypervisorConfiguration;
|
|
548
|
+
/** Hosting-related configuration. Present if hosting information is discovered for the VM. */
|
|
549
|
+
hosting?: HostingConfigurationUnion;
|
|
550
|
+
}
|
|
551
|
+
/** A process resource represents a process running on a machine. The process may be actively *monitored*, i.e., a Dependency Agent is running on its machine, or *discovered*, i.e., its existence was inferred by observing the data stream from monitored machines. A process resource represents a pool of actual operating system resources that share command lines and metadata. As the process pool evolves over time, prior versions of the process resource are preserved and available for access. A process is live during an interval of time, if that process is executing during (parts) of that interval */
|
|
552
|
+
export interface Process extends CoreResource {
|
|
553
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
554
|
+
kind: "process";
|
|
555
|
+
/** UTC date and time when this process resource was updated in the system */
|
|
556
|
+
timestamp?: Date;
|
|
557
|
+
/** Specifies whether the process is actively monitored or discovered. */
|
|
558
|
+
monitoringState?: MonitoringState;
|
|
559
|
+
/** Machine hosting this process. */
|
|
560
|
+
machine?: ResourceReferenceUnion;
|
|
561
|
+
/** The name of the process executable */
|
|
562
|
+
executableName?: string;
|
|
563
|
+
/** Name to use for display purposes */
|
|
564
|
+
displayName?: string;
|
|
565
|
+
/** UTC date and time when the process started */
|
|
566
|
+
startTime?: Date;
|
|
567
|
+
/** The inferred role of this process based on its name, command line, etc. */
|
|
568
|
+
role?: ProcessRole;
|
|
569
|
+
/** The name of the product or suite of the process. The group is determined by its executable name, command line, etc. */
|
|
570
|
+
group?: string;
|
|
571
|
+
/** Process metadata (command line, product name, etc.). */
|
|
572
|
+
details?: ProcessDetails;
|
|
573
|
+
/** Information about the account under which the process is executing. */
|
|
574
|
+
user?: ProcessUser;
|
|
575
|
+
/** Present only for a discovered process acting as a client of a monitored process/machine/port. References the monitored process/machine/port that this process is a client of. */
|
|
576
|
+
clientOf?: ResourceReferenceUnion;
|
|
577
|
+
/** Present only for a discovered process acting as a server. References the port on which the discovered process is accepting. */
|
|
578
|
+
acceptorOf?: ResourceReferenceUnion;
|
|
579
|
+
/** Information about the hosting environment */
|
|
580
|
+
hosting?: ProcessHostingConfigurationUnion;
|
|
581
|
+
}
|
|
582
|
+
/** A port resource represents a server port on a machine. The port may be actively *monitored*, i.e., a Dependency Agent is running on its machine, or *discovered*, i.e., its existence was inferred by observing the data stream from monitored machines. A port is live during an interval of time, if that port had associated activity during (parts) of that interval. */
|
|
583
|
+
export interface Port extends CoreResource {
|
|
584
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
585
|
+
kind: "port";
|
|
586
|
+
/** Specifies whether the port is actively monitored or discovered. */
|
|
587
|
+
monitoringState?: MonitoringState;
|
|
588
|
+
/** Machine hosting this port. */
|
|
589
|
+
machine?: ResourceReferenceUnion;
|
|
590
|
+
/** Name to use for display purposes. */
|
|
591
|
+
displayName?: string;
|
|
592
|
+
/** IP address associated with the port. At present only IPv4 addresses are supported. */
|
|
593
|
+
ipAddress?: string;
|
|
594
|
+
/** Port number. */
|
|
595
|
+
portNumber?: number;
|
|
596
|
+
}
|
|
597
|
+
/** A user-defined logical grouping of machines. */
|
|
598
|
+
export interface MachineGroup extends CoreResource {
|
|
599
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
600
|
+
kind: "machineGroup";
|
|
601
|
+
/** Type of the machine group */
|
|
602
|
+
groupType?: MachineGroupType;
|
|
603
|
+
/** User defined name for the group */
|
|
604
|
+
displayName?: string;
|
|
605
|
+
/** Count of machines in this group. The value of count may be bigger than the number of machines in case of the group has been truncated due to exceeding the max number of machines a group can handle. */
|
|
606
|
+
count?: number;
|
|
607
|
+
/** References of the machines in this group. The hints within each reference do not represent the current value of the corresponding fields. They are a snapshot created during the last time the machine group was updated. */
|
|
608
|
+
machines?: MachineReferenceWithHints[];
|
|
609
|
+
}
|
|
610
|
+
/** Represents a collection of clients of a resource. A client group can represent the clients of a port, process, or a machine. */
|
|
611
|
+
export interface ClientGroup extends CoreResource {
|
|
612
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
613
|
+
kind: "clientGroup";
|
|
614
|
+
/** Reference to the resource whose clients are represented by this group. */
|
|
615
|
+
clientsOf?: ResourceReferenceUnion;
|
|
616
|
+
}
|
|
617
|
+
/** A network connection. */
|
|
618
|
+
export interface Connection extends Relationship {
|
|
619
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
620
|
+
kind: "rel:connection";
|
|
621
|
+
/** Source resource of the relationship. */
|
|
622
|
+
source?: ResourceReferenceUnion;
|
|
623
|
+
/** Destination resource of the relationship. */
|
|
624
|
+
destination?: ResourceReferenceUnion;
|
|
625
|
+
/** Relationship start time. */
|
|
626
|
+
startTime?: Date;
|
|
627
|
+
/** Relationship end time. */
|
|
628
|
+
endTime?: Date;
|
|
629
|
+
/** Reference to the server port via which this connection has been established. */
|
|
630
|
+
serverPort?: PortReference;
|
|
631
|
+
/** Specifies whether there are only successful, failed or a mixture of both connections represented by this resource. */
|
|
632
|
+
failureState?: ConnectionFailureState;
|
|
633
|
+
}
|
|
634
|
+
/** A process accepting on a port. */
|
|
635
|
+
export interface Acceptor extends Relationship {
|
|
636
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
637
|
+
kind: "rel:acceptor";
|
|
638
|
+
/** Port being accepted. */
|
|
639
|
+
source?: PortReference;
|
|
640
|
+
/** Accepting process. */
|
|
641
|
+
destination?: ProcessReference;
|
|
642
|
+
/** Relationship start time. */
|
|
643
|
+
startTime?: Date;
|
|
644
|
+
/** Relationship end time. */
|
|
645
|
+
endTime?: Date;
|
|
646
|
+
}
|
|
647
|
+
/** A summary of the machines in the workspace. */
|
|
648
|
+
export interface MachinesSummary extends Summary {
|
|
649
|
+
/** Summary interval start time. */
|
|
650
|
+
startTime?: Date;
|
|
651
|
+
/** Summary interval end time. */
|
|
652
|
+
endTime?: Date;
|
|
653
|
+
/** Total number of machines. */
|
|
654
|
+
total?: number;
|
|
655
|
+
/** Number of live machines. */
|
|
656
|
+
live?: number;
|
|
657
|
+
/** Machine counts by operating system. */
|
|
658
|
+
os?: MachineCountsByOperatingSystem;
|
|
659
|
+
}
|
|
660
|
+
/** Specifies the computation of a one hope dependency map for a list of machines. The resulting map includes all direct dependencies for the specified machines. */
|
|
661
|
+
export interface MachineListMapRequest extends MultipleMachinesMapRequest {
|
|
662
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
663
|
+
kind: "map:machine-list-dependency";
|
|
664
|
+
/** a list of URIs of machine resources for which to generate the map. */
|
|
665
|
+
machineIds: string[];
|
|
666
|
+
}
|
|
667
|
+
/** Specifies the computation of a machine group dependency map. A machine group dependency map includes all direct dependencies the machines in the group. */
|
|
668
|
+
export interface MachineGroupMapRequest extends MultipleMachinesMapRequest {
|
|
669
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
670
|
+
kind: "map:machine-group-dependency";
|
|
671
|
+
/** URI of machine group resource for which to generate the map. */
|
|
672
|
+
machineGroupId: string;
|
|
673
|
+
}
|
|
674
|
+
/** Known values of {@link CoreResourceKind} that the service accepts. */
|
|
675
|
+
export declare enum KnownCoreResourceKind {
|
|
676
|
+
/** Machine */
|
|
677
|
+
Machine = "machine",
|
|
678
|
+
/** Process */
|
|
679
|
+
Process = "process",
|
|
680
|
+
/** Port */
|
|
681
|
+
Port = "port",
|
|
682
|
+
/** ClientGroup */
|
|
683
|
+
ClientGroup = "clientGroup",
|
|
684
|
+
/** MachineGroup */
|
|
685
|
+
MachineGroup = "machineGroup"
|
|
686
|
+
}
|
|
687
|
+
/**
|
|
688
|
+
* Defines values for CoreResourceKind. \
|
|
689
|
+
* {@link KnownCoreResourceKind} can be used interchangeably with CoreResourceKind,
|
|
690
|
+
* this enum contains the known values that the service supports.
|
|
691
|
+
* ### Known values supported by the service
|
|
692
|
+
* **machine** \
|
|
693
|
+
* **process** \
|
|
694
|
+
* **port** \
|
|
695
|
+
* **clientGroup** \
|
|
696
|
+
* **machineGroup**
|
|
697
|
+
*/
|
|
698
|
+
export type CoreResourceKind = string;
|
|
699
|
+
/** Known values of {@link ResourceReferenceKind} that the service accepts. */
|
|
700
|
+
export declare enum KnownResourceReferenceKind {
|
|
701
|
+
/** RefMachine */
|
|
702
|
+
RefMachine = "ref:machine",
|
|
703
|
+
/** RefMachinewithhints */
|
|
704
|
+
RefMachinewithhints = "ref:machinewithhints",
|
|
705
|
+
/** RefProcess */
|
|
706
|
+
RefProcess = "ref:process",
|
|
707
|
+
/** RefPort */
|
|
708
|
+
RefPort = "ref:port",
|
|
709
|
+
/** RefOnmachine */
|
|
710
|
+
RefOnmachine = "ref:onmachine",
|
|
711
|
+
/** RefClientgroup */
|
|
712
|
+
RefClientgroup = "ref:clientgroup"
|
|
713
|
+
}
|
|
714
|
+
/**
|
|
715
|
+
* Defines values for ResourceReferenceKind. \
|
|
716
|
+
* {@link KnownResourceReferenceKind} can be used interchangeably with ResourceReferenceKind,
|
|
717
|
+
* this enum contains the known values that the service supports.
|
|
718
|
+
* ### Known values supported by the service
|
|
719
|
+
* **ref:machine** \
|
|
720
|
+
* **ref:machinewithhints** \
|
|
721
|
+
* **ref:process** \
|
|
722
|
+
* **ref:port** \
|
|
723
|
+
* **ref:onmachine** \
|
|
724
|
+
* **ref:clientgroup**
|
|
725
|
+
*/
|
|
726
|
+
export type ResourceReferenceKind = string;
|
|
727
|
+
/** Known values of {@link RelationshipKind} that the service accepts. */
|
|
728
|
+
export declare enum KnownRelationshipKind {
|
|
729
|
+
/** RelConnection */
|
|
730
|
+
RelConnection = "rel:connection",
|
|
731
|
+
/** RelAcceptor */
|
|
732
|
+
RelAcceptor = "rel:acceptor"
|
|
733
|
+
}
|
|
734
|
+
/**
|
|
735
|
+
* Defines values for RelationshipKind. \
|
|
736
|
+
* {@link KnownRelationshipKind} can be used interchangeably with RelationshipKind,
|
|
737
|
+
* this enum contains the known values that the service supports.
|
|
738
|
+
* ### Known values supported by the service
|
|
739
|
+
* **rel:connection** \
|
|
740
|
+
* **rel:acceptor**
|
|
741
|
+
*/
|
|
742
|
+
export type RelationshipKind = string;
|
|
743
|
+
/** Known values of {@link ProcessRole} that the service accepts. */
|
|
744
|
+
export declare enum KnownProcessRole {
|
|
745
|
+
/** WebServer */
|
|
746
|
+
WebServer = "webServer",
|
|
747
|
+
/** AppServer */
|
|
748
|
+
AppServer = "appServer",
|
|
749
|
+
/** DatabaseServer */
|
|
750
|
+
DatabaseServer = "databaseServer",
|
|
751
|
+
/** LdapServer */
|
|
752
|
+
LdapServer = "ldapServer",
|
|
753
|
+
/** SmbServer */
|
|
754
|
+
SmbServer = "smbServer"
|
|
755
|
+
}
|
|
756
|
+
/**
|
|
757
|
+
* Defines values for ProcessRole. \
|
|
758
|
+
* {@link KnownProcessRole} can be used interchangeably with ProcessRole,
|
|
759
|
+
* this enum contains the known values that the service supports.
|
|
760
|
+
* ### Known values supported by the service
|
|
761
|
+
* **webServer** \
|
|
762
|
+
* **appServer** \
|
|
763
|
+
* **databaseServer** \
|
|
764
|
+
* **ldapServer** \
|
|
765
|
+
* **smbServer**
|
|
766
|
+
*/
|
|
767
|
+
export type ProcessRole = string;
|
|
768
|
+
/** Known values of {@link MachineGroupType} that the service accepts. */
|
|
769
|
+
export declare enum KnownMachineGroupType {
|
|
770
|
+
/** Unknown */
|
|
771
|
+
Unknown = "unknown",
|
|
772
|
+
/** AzureCs */
|
|
773
|
+
AzureCs = "azure-cs",
|
|
774
|
+
/** AzureSf */
|
|
775
|
+
AzureSf = "azure-sf",
|
|
776
|
+
/** AzureVmss */
|
|
777
|
+
AzureVmss = "azure-vmss",
|
|
778
|
+
/** UserStatic */
|
|
779
|
+
UserStatic = "user-static"
|
|
780
|
+
}
|
|
781
|
+
/**
|
|
782
|
+
* Defines values for MachineGroupType. \
|
|
783
|
+
* {@link KnownMachineGroupType} can be used interchangeably with MachineGroupType,
|
|
784
|
+
* this enum contains the known values that the service supports.
|
|
785
|
+
* ### Known values supported by the service
|
|
786
|
+
* **unknown** \
|
|
787
|
+
* **azure-cs** \
|
|
788
|
+
* **azure-sf** \
|
|
789
|
+
* **azure-vmss** \
|
|
790
|
+
* **user-static**
|
|
791
|
+
*/
|
|
792
|
+
export type MachineGroupType = string;
|
|
793
|
+
/** Known values of {@link MapRequestKind} that the service accepts. */
|
|
794
|
+
export declare enum KnownMapRequestKind {
|
|
795
|
+
/** MapSingleMachineDependency */
|
|
796
|
+
MapSingleMachineDependency = "map:single-machine-dependency",
|
|
797
|
+
/** MapMachineGroupDependency */
|
|
798
|
+
MapMachineGroupDependency = "map:machine-group-dependency",
|
|
799
|
+
/** MapMachineListDependency */
|
|
800
|
+
MapMachineListDependency = "map:machine-list-dependency"
|
|
801
|
+
}
|
|
802
|
+
/**
|
|
803
|
+
* Defines values for MapRequestKind. \
|
|
804
|
+
* {@link KnownMapRequestKind} can be used interchangeably with MapRequestKind,
|
|
805
|
+
* this enum contains the known values that the service supports.
|
|
806
|
+
* ### Known values supported by the service
|
|
807
|
+
* **map:single-machine-dependency** \
|
|
808
|
+
* **map:machine-group-dependency** \
|
|
809
|
+
* **map:machine-list-dependency**
|
|
810
|
+
*/
|
|
811
|
+
export type MapRequestKind = string;
|
|
812
|
+
/** Defines values for MonitoringState. */
|
|
813
|
+
export type MonitoringState = "monitored" | "discovered";
|
|
814
|
+
/** Defines values for VirtualizationState. */
|
|
815
|
+
export type VirtualizationState = "unknown" | "physical" | "virtual" | "hypervisor";
|
|
816
|
+
/** Defines values for MachineRebootStatus. */
|
|
817
|
+
export type MachineRebootStatus = "unknown" | "rebooted" | "notRebooted";
|
|
818
|
+
/** Defines values for Accuracy. */
|
|
819
|
+
export type Accuracy = "actual" | "estimated";
|
|
820
|
+
/** Defines values for OperatingSystemFamily. */
|
|
821
|
+
export type OperatingSystemFamily = "unknown" | "windows" | "linux" | "solaris" | "aix";
|
|
822
|
+
/** Defines values for Bitness. */
|
|
823
|
+
export type Bitness = "32bit" | "64bit";
|
|
824
|
+
/** Defines values for VirtualMachineType. */
|
|
825
|
+
export type VirtualMachineType = "unknown" | "hyperv" | "ldom" | "lpar" | "vmware" | "virtualPc" | "xen";
|
|
826
|
+
/** Defines values for HypervisorType. */
|
|
827
|
+
export type HypervisorType = "unknown" | "hyperv";
|
|
828
|
+
/** Defines values for ConnectionFailureState. */
|
|
829
|
+
export type ConnectionFailureState = "ok" | "failed" | "mixed";
|
|
830
|
+
/** Defines values for AzureCloudServiceRoleType. */
|
|
831
|
+
export type AzureCloudServiceRoleType = "unknown" | "worker" | "web";
|
|
832
|
+
/** Optional parameters. */
|
|
833
|
+
export interface MachinesListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
834
|
+
/** Specifies whether to return live resources (true) or inventory resources (false). Defaults to **true**. When retrieving live resources, the start time (`startTime`) and end time (`endTime`) of the desired interval should be included. When retrieving inventory resources, an optional timestamp (`timestamp`) parameter can be specified to return the version of each resource closest (not-after) that timestamp. */
|
|
835
|
+
live?: boolean;
|
|
836
|
+
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
837
|
+
startTime?: Date;
|
|
838
|
+
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
839
|
+
endTime?: Date;
|
|
840
|
+
/** UTC date and time specifying a time instance relative to which to evaluate each machine resource. Only applies when `live=false`. When not specified, the service uses DateTime.UtcNow. */
|
|
841
|
+
timestamp?: Date;
|
|
842
|
+
/** Page size to use. When not specified, the default page size is 100 records. */
|
|
843
|
+
top?: number;
|
|
844
|
+
}
|
|
845
|
+
/** Contains response data for the listByWorkspace operation. */
|
|
846
|
+
export type MachinesListByWorkspaceResponse = MachineCollection;
|
|
847
|
+
/** Optional parameters. */
|
|
848
|
+
export interface MachinesGetOptionalParams extends coreClient.OperationOptions {
|
|
849
|
+
/** UTC date and time specifying a time instance relative to which to evaluate the machine resource. When not specified, the service uses DateTime.UtcNow. */
|
|
850
|
+
timestamp?: Date;
|
|
851
|
+
}
|
|
852
|
+
/** Contains response data for the get operation. */
|
|
853
|
+
export type MachinesGetResponse = Machine;
|
|
854
|
+
/** Optional parameters. */
|
|
855
|
+
export interface MachinesGetLivenessOptionalParams extends coreClient.OperationOptions {
|
|
856
|
+
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
857
|
+
startTime?: Date;
|
|
858
|
+
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
859
|
+
endTime?: Date;
|
|
860
|
+
}
|
|
861
|
+
/** Contains response data for the getLiveness operation. */
|
|
862
|
+
export type MachinesGetLivenessResponse = Liveness;
|
|
863
|
+
/** Optional parameters. */
|
|
864
|
+
export interface MachinesListConnectionsOptionalParams extends coreClient.OperationOptions {
|
|
865
|
+
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
866
|
+
startTime?: Date;
|
|
867
|
+
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
868
|
+
endTime?: Date;
|
|
869
|
+
}
|
|
870
|
+
/** Contains response data for the listConnections operation. */
|
|
871
|
+
export type MachinesListConnectionsResponse = ConnectionCollection;
|
|
872
|
+
/** Optional parameters. */
|
|
873
|
+
export interface MachinesListProcessesOptionalParams extends coreClient.OperationOptions {
|
|
874
|
+
/** Specifies whether to return live resources (true) or inventory resources (false). Defaults to **true**. When retrieving live resources, the start time (`startTime`) and end time (`endTime`) of the desired interval should be included. When retrieving inventory resources, an optional timestamp (`timestamp`) parameter can be specified to return the version of each resource closest (not-after) that timestamp. */
|
|
875
|
+
live?: boolean;
|
|
876
|
+
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
877
|
+
startTime?: Date;
|
|
878
|
+
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
879
|
+
endTime?: Date;
|
|
880
|
+
/** UTC date and time specifying a time instance relative to which to evaluate all process resource. Only applies when `live=false`. When not specified, the service uses DateTime.UtcNow. */
|
|
881
|
+
timestamp?: Date;
|
|
882
|
+
}
|
|
883
|
+
/** Contains response data for the listProcesses operation. */
|
|
884
|
+
export type MachinesListProcessesResponse = ProcessCollection;
|
|
885
|
+
/** Optional parameters. */
|
|
886
|
+
export interface MachinesListPortsOptionalParams extends coreClient.OperationOptions {
|
|
887
|
+
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
888
|
+
startTime?: Date;
|
|
889
|
+
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
890
|
+
endTime?: Date;
|
|
891
|
+
}
|
|
892
|
+
/** Contains response data for the listPorts operation. */
|
|
893
|
+
export type MachinesListPortsResponse = PortCollection;
|
|
894
|
+
/** Optional parameters. */
|
|
895
|
+
export interface MachinesListMachineGroupMembershipOptionalParams extends coreClient.OperationOptions {
|
|
896
|
+
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
897
|
+
startTime?: Date;
|
|
898
|
+
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
899
|
+
endTime?: Date;
|
|
900
|
+
}
|
|
901
|
+
/** Contains response data for the listMachineGroupMembership operation. */
|
|
902
|
+
export type MachinesListMachineGroupMembershipResponse = MachineGroupCollection;
|
|
903
|
+
/** Optional parameters. */
|
|
904
|
+
export interface MachinesListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
|
|
905
|
+
}
|
|
906
|
+
/** Contains response data for the listByWorkspaceNext operation. */
|
|
907
|
+
export type MachinesListByWorkspaceNextResponse = MachineCollection;
|
|
908
|
+
/** Optional parameters. */
|
|
909
|
+
export interface MachinesListConnectionsNextOptionalParams extends coreClient.OperationOptions {
|
|
910
|
+
}
|
|
911
|
+
/** Contains response data for the listConnectionsNext operation. */
|
|
912
|
+
export type MachinesListConnectionsNextResponse = ConnectionCollection;
|
|
913
|
+
/** Optional parameters. */
|
|
914
|
+
export interface MachinesListProcessesNextOptionalParams extends coreClient.OperationOptions {
|
|
915
|
+
}
|
|
916
|
+
/** Contains response data for the listProcessesNext operation. */
|
|
917
|
+
export type MachinesListProcessesNextResponse = ProcessCollection;
|
|
918
|
+
/** Optional parameters. */
|
|
919
|
+
export interface MachinesListPortsNextOptionalParams extends coreClient.OperationOptions {
|
|
920
|
+
}
|
|
921
|
+
/** Contains response data for the listPortsNext operation. */
|
|
922
|
+
export type MachinesListPortsNextResponse = PortCollection;
|
|
923
|
+
/** Optional parameters. */
|
|
924
|
+
export interface MachinesListMachineGroupMembershipNextOptionalParams extends coreClient.OperationOptions {
|
|
925
|
+
}
|
|
926
|
+
/** Contains response data for the listMachineGroupMembershipNext operation. */
|
|
927
|
+
export type MachinesListMachineGroupMembershipNextResponse = MachineGroupCollection;
|
|
928
|
+
/** Optional parameters. */
|
|
929
|
+
export interface ProcessesGetOptionalParams extends coreClient.OperationOptions {
|
|
930
|
+
/** UTC date and time specifying a time instance relative to which to evaluate a resource. When not specified, the service uses DateTime.UtcNow. */
|
|
931
|
+
timestamp?: Date;
|
|
932
|
+
}
|
|
933
|
+
/** Contains response data for the get operation. */
|
|
934
|
+
export type ProcessesGetResponse = Process;
|
|
935
|
+
/** Optional parameters. */
|
|
936
|
+
export interface ProcessesGetLivenessOptionalParams extends coreClient.OperationOptions {
|
|
937
|
+
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
938
|
+
startTime?: Date;
|
|
939
|
+
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
940
|
+
endTime?: Date;
|
|
941
|
+
}
|
|
942
|
+
/** Contains response data for the getLiveness operation. */
|
|
943
|
+
export type ProcessesGetLivenessResponse = Liveness;
|
|
944
|
+
/** Optional parameters. */
|
|
945
|
+
export interface ProcessesListAcceptingPortsOptionalParams extends coreClient.OperationOptions {
|
|
946
|
+
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
947
|
+
startTime?: Date;
|
|
948
|
+
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
949
|
+
endTime?: Date;
|
|
950
|
+
}
|
|
951
|
+
/** Contains response data for the listAcceptingPorts operation. */
|
|
952
|
+
export type ProcessesListAcceptingPortsResponse = PortCollection;
|
|
953
|
+
/** Optional parameters. */
|
|
954
|
+
export interface ProcessesListConnectionsOptionalParams extends coreClient.OperationOptions {
|
|
955
|
+
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
956
|
+
startTime?: Date;
|
|
957
|
+
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
958
|
+
endTime?: Date;
|
|
959
|
+
}
|
|
960
|
+
/** Contains response data for the listConnections operation. */
|
|
961
|
+
export type ProcessesListConnectionsResponse = ConnectionCollection;
|
|
962
|
+
/** Optional parameters. */
|
|
963
|
+
export interface ProcessesListAcceptingPortsNextOptionalParams extends coreClient.OperationOptions {
|
|
964
|
+
}
|
|
965
|
+
/** Contains response data for the listAcceptingPortsNext operation. */
|
|
966
|
+
export type ProcessesListAcceptingPortsNextResponse = PortCollection;
|
|
967
|
+
/** Optional parameters. */
|
|
968
|
+
export interface ProcessesListConnectionsNextOptionalParams extends coreClient.OperationOptions {
|
|
969
|
+
}
|
|
970
|
+
/** Contains response data for the listConnectionsNext operation. */
|
|
971
|
+
export type ProcessesListConnectionsNextResponse = ConnectionCollection;
|
|
972
|
+
/** Optional parameters. */
|
|
973
|
+
export interface PortsGetOptionalParams extends coreClient.OperationOptions {
|
|
974
|
+
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
975
|
+
startTime?: Date;
|
|
976
|
+
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
977
|
+
endTime?: Date;
|
|
978
|
+
}
|
|
979
|
+
/** Contains response data for the get operation. */
|
|
980
|
+
export type PortsGetResponse = Port;
|
|
981
|
+
/** Optional parameters. */
|
|
982
|
+
export interface PortsGetLivenessOptionalParams extends coreClient.OperationOptions {
|
|
983
|
+
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
984
|
+
startTime?: Date;
|
|
985
|
+
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
986
|
+
endTime?: Date;
|
|
987
|
+
}
|
|
988
|
+
/** Contains response data for the getLiveness operation. */
|
|
989
|
+
export type PortsGetLivenessResponse = Liveness;
|
|
990
|
+
/** Optional parameters. */
|
|
991
|
+
export interface PortsListAcceptingProcessesOptionalParams extends coreClient.OperationOptions {
|
|
992
|
+
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
993
|
+
startTime?: Date;
|
|
994
|
+
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
995
|
+
endTime?: Date;
|
|
996
|
+
}
|
|
997
|
+
/** Contains response data for the listAcceptingProcesses operation. */
|
|
998
|
+
export type PortsListAcceptingProcessesResponse = ProcessCollection;
|
|
999
|
+
/** Optional parameters. */
|
|
1000
|
+
export interface PortsListConnectionsOptionalParams extends coreClient.OperationOptions {
|
|
1001
|
+
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
1002
|
+
startTime?: Date;
|
|
1003
|
+
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
1004
|
+
endTime?: Date;
|
|
1005
|
+
}
|
|
1006
|
+
/** Contains response data for the listConnections operation. */
|
|
1007
|
+
export type PortsListConnectionsResponse = ConnectionCollection;
|
|
1008
|
+
/** Optional parameters. */
|
|
1009
|
+
export interface PortsListAcceptingProcessesNextOptionalParams extends coreClient.OperationOptions {
|
|
1010
|
+
}
|
|
1011
|
+
/** Contains response data for the listAcceptingProcessesNext operation. */
|
|
1012
|
+
export type PortsListAcceptingProcessesNextResponse = ProcessCollection;
|
|
1013
|
+
/** Optional parameters. */
|
|
1014
|
+
export interface PortsListConnectionsNextOptionalParams extends coreClient.OperationOptions {
|
|
1015
|
+
}
|
|
1016
|
+
/** Contains response data for the listConnectionsNext operation. */
|
|
1017
|
+
export type PortsListConnectionsNextResponse = ConnectionCollection;
|
|
1018
|
+
/** Optional parameters. */
|
|
1019
|
+
export interface ClientGroupsGetOptionalParams extends coreClient.OperationOptions {
|
|
1020
|
+
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
1021
|
+
startTime?: Date;
|
|
1022
|
+
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
1023
|
+
endTime?: Date;
|
|
1024
|
+
}
|
|
1025
|
+
/** Contains response data for the get operation. */
|
|
1026
|
+
export type ClientGroupsGetResponse = ClientGroup;
|
|
1027
|
+
/** Optional parameters. */
|
|
1028
|
+
export interface ClientGroupsGetMembersCountOptionalParams extends coreClient.OperationOptions {
|
|
1029
|
+
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
1030
|
+
startTime?: Date;
|
|
1031
|
+
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
1032
|
+
endTime?: Date;
|
|
1033
|
+
}
|
|
1034
|
+
/** Contains response data for the getMembersCount operation. */
|
|
1035
|
+
export type ClientGroupsGetMembersCountResponse = ClientGroupMembersCount;
|
|
1036
|
+
/** Optional parameters. */
|
|
1037
|
+
export interface ClientGroupsListMembersOptionalParams extends coreClient.OperationOptions {
|
|
1038
|
+
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
1039
|
+
startTime?: Date;
|
|
1040
|
+
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
1041
|
+
endTime?: Date;
|
|
1042
|
+
/** Page size to use. When not specified, the default page size is 100 records. */
|
|
1043
|
+
top?: number;
|
|
1044
|
+
}
|
|
1045
|
+
/** Contains response data for the listMembers operation. */
|
|
1046
|
+
export type ClientGroupsListMembersResponse = ClientGroupMembersCollection;
|
|
1047
|
+
/** Optional parameters. */
|
|
1048
|
+
export interface ClientGroupsListMembersNextOptionalParams extends coreClient.OperationOptions {
|
|
1049
|
+
}
|
|
1050
|
+
/** Contains response data for the listMembersNext operation. */
|
|
1051
|
+
export type ClientGroupsListMembersNextResponse = ClientGroupMembersCollection;
|
|
1052
|
+
/** Optional parameters. */
|
|
1053
|
+
export interface MapsGenerateOptionalParams extends coreClient.OperationOptions {
|
|
1054
|
+
}
|
|
1055
|
+
/** Contains response data for the generate operation. */
|
|
1056
|
+
export type MapsGenerateResponse = MapResponse;
|
|
1057
|
+
/** Optional parameters. */
|
|
1058
|
+
export interface SummariesGetMachinesOptionalParams extends coreClient.OperationOptions {
|
|
1059
|
+
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
1060
|
+
startTime?: Date;
|
|
1061
|
+
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
1062
|
+
endTime?: Date;
|
|
1063
|
+
}
|
|
1064
|
+
/** Contains response data for the getMachines operation. */
|
|
1065
|
+
export type SummariesGetMachinesResponse = MachinesSummary;
|
|
1066
|
+
/** Optional parameters. */
|
|
1067
|
+
export interface MachineGroupsListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
1068
|
+
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
1069
|
+
startTime?: Date;
|
|
1070
|
+
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
1071
|
+
endTime?: Date;
|
|
1072
|
+
}
|
|
1073
|
+
/** Contains response data for the listByWorkspace operation. */
|
|
1074
|
+
export type MachineGroupsListByWorkspaceResponse = MachineGroupCollection;
|
|
1075
|
+
/** Optional parameters. */
|
|
1076
|
+
export interface MachineGroupsCreateOptionalParams extends coreClient.OperationOptions {
|
|
1077
|
+
}
|
|
1078
|
+
/** Contains response data for the create operation. */
|
|
1079
|
+
export type MachineGroupsCreateResponse = MachineGroup;
|
|
1080
|
+
/** Optional parameters. */
|
|
1081
|
+
export interface MachineGroupsGetOptionalParams extends coreClient.OperationOptions {
|
|
1082
|
+
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
1083
|
+
startTime?: Date;
|
|
1084
|
+
/** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
|
|
1085
|
+
endTime?: Date;
|
|
1086
|
+
}
|
|
1087
|
+
/** Contains response data for the get operation. */
|
|
1088
|
+
export type MachineGroupsGetResponse = MachineGroup;
|
|
1089
|
+
/** Optional parameters. */
|
|
1090
|
+
export interface MachineGroupsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1091
|
+
}
|
|
1092
|
+
/** Contains response data for the update operation. */
|
|
1093
|
+
export type MachineGroupsUpdateResponse = MachineGroup;
|
|
1094
|
+
/** Optional parameters. */
|
|
1095
|
+
export interface MachineGroupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1096
|
+
}
|
|
1097
|
+
/** Optional parameters. */
|
|
1098
|
+
export interface MachineGroupsListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
|
|
1099
|
+
}
|
|
1100
|
+
/** Contains response data for the listByWorkspaceNext operation. */
|
|
1101
|
+
export type MachineGroupsListByWorkspaceNextResponse = MachineGroupCollection;
|
|
1102
|
+
/** Optional parameters. */
|
|
1103
|
+
export interface ServiceMapOptionalParams extends coreClient.ServiceClientOptions {
|
|
1104
|
+
/** server parameter */
|
|
1105
|
+
$host?: string;
|
|
1106
|
+
/** Api Version */
|
|
1107
|
+
apiVersion?: string;
|
|
1108
|
+
/** Overrides client endpoint. */
|
|
1109
|
+
endpoint?: string;
|
|
1110
|
+
}
|
|
1111
|
+
//# sourceMappingURL=index.d.ts.map
|