namirasoft-infra 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/NamirasoftInfraServer.d.ts +16 -0
- package/dist/NamirasoftInfraServer.js +17 -1
- package/dist/NamirasoftInfraServer.js.map +1 -1
- package/dist/NamirasoftInfraServerMetric.d.ts +19 -0
- package/dist/NamirasoftInfraServerMetric.js +72 -0
- package/dist/NamirasoftInfraServerMetric.js.map +1 -0
- package/dist/NamirasoftInfraServerMetricCategory.d.ts +17 -0
- package/dist/NamirasoftInfraServerMetricCategory.js +56 -0
- package/dist/NamirasoftInfraServerMetricCategory.js.map +1 -0
- package/dist/NamirasoftInfraServerMetricField.d.ts +18 -0
- package/dist/NamirasoftInfraServerMetricField.js +64 -0
- package/dist/NamirasoftInfraServerMetricField.js.map +1 -0
- package/dist/NamirasoftInfraServerMetricTag.d.ts +18 -0
- package/dist/NamirasoftInfraServerMetricTag.js +64 -0
- package/dist/NamirasoftInfraServerMetricTag.js.map +1 -0
- package/dist/NamirasoftInfraServerMonitor.d.ts +20 -0
- package/dist/NamirasoftInfraServerMonitor.js +72 -0
- package/dist/NamirasoftInfraServerMonitor.js.map +1 -0
- package/dist/NamirasoftInfraServerMonitorCategory.d.ts +17 -0
- package/dist/NamirasoftInfraServerMonitorCategory.js +56 -0
- package/dist/NamirasoftInfraServerMonitorCategory.js.map +1 -0
- package/dist/NamirasoftInfraServerMonitorField.d.ts +18 -0
- package/dist/NamirasoftInfraServerMonitorField.js +64 -0
- package/dist/NamirasoftInfraServerMonitorField.js.map +1 -0
- package/dist/NamirasoftInfraServerMonitorTag.d.ts +18 -0
- package/dist/NamirasoftInfraServerMonitorTag.js +64 -0
- package/dist/NamirasoftInfraServerMonitorTag.js.map +1 -0
- package/dist/command/MetricCategoryCommand.d.ts +4 -0
- package/dist/command/MetricCategoryCommand.js +21 -0
- package/dist/command/MetricCategoryCommand.js.map +1 -0
- package/dist/command/MetricCategoryCreateCommand.d.ts +5 -0
- package/dist/command/MetricCategoryCreateCommand.js +58 -0
- package/dist/command/MetricCategoryCreateCommand.js.map +1 -0
- package/dist/command/MetricCategoryDeleteCommand.d.ts +5 -0
- package/dist/command/MetricCategoryDeleteCommand.js +38 -0
- package/dist/command/MetricCategoryDeleteCommand.js.map +1 -0
- package/dist/command/MetricCategoryGetCommand.d.ts +5 -0
- package/dist/command/MetricCategoryGetCommand.js +38 -0
- package/dist/command/MetricCategoryGetCommand.js.map +1 -0
- package/dist/command/MetricCategoryListCommand.d.ts +5 -0
- package/dist/command/MetricCategoryListCommand.js +38 -0
- package/dist/command/MetricCategoryListCommand.js.map +1 -0
- package/dist/command/MetricCommand.d.ts +4 -0
- package/dist/command/MetricCommand.js +25 -0
- package/dist/command/MetricCommand.js.map +1 -0
- package/dist/command/MetricCreateCommand.d.ts +5 -0
- package/dist/command/MetricCreateCommand.js +139 -0
- package/dist/command/MetricCreateCommand.js.map +1 -0
- package/dist/command/MetricDeleteCommand.d.ts +5 -0
- package/dist/command/MetricDeleteCommand.js +38 -0
- package/dist/command/MetricDeleteCommand.js.map +1 -0
- package/dist/command/MetricFieldCommand.d.ts +4 -0
- package/dist/command/MetricFieldCommand.js +23 -0
- package/dist/command/MetricFieldCommand.js.map +1 -0
- package/dist/command/MetricFieldCreateCommand.d.ts +5 -0
- package/dist/command/MetricFieldCreateCommand.js +67 -0
- package/dist/command/MetricFieldCreateCommand.js.map +1 -0
- package/dist/command/MetricFieldDeleteCommand.d.ts +5 -0
- package/dist/command/MetricFieldDeleteCommand.js +38 -0
- package/dist/command/MetricFieldDeleteCommand.js.map +1 -0
- package/dist/command/MetricFieldGetCommand.d.ts +5 -0
- package/dist/command/MetricFieldGetCommand.js +38 -0
- package/dist/command/MetricFieldGetCommand.js.map +1 -0
- package/dist/command/MetricFieldListCommand.d.ts +5 -0
- package/dist/command/MetricFieldListCommand.js +38 -0
- package/dist/command/MetricFieldListCommand.js.map +1 -0
- package/dist/command/MetricFieldUpdateCommand.d.ts +5 -0
- package/dist/command/MetricFieldUpdateCommand.js +67 -0
- package/dist/command/MetricFieldUpdateCommand.js.map +1 -0
- package/dist/command/MetricGetCommand.d.ts +5 -0
- package/dist/command/MetricGetCommand.js +38 -0
- package/dist/command/MetricGetCommand.js.map +1 -0
- package/dist/command/MetricListCommand.d.ts +5 -0
- package/dist/command/MetricListCommand.js +38 -0
- package/dist/command/MetricListCommand.js.map +1 -0
- package/dist/command/MetricResultCommand.d.ts +5 -0
- package/dist/command/MetricResultCommand.js +38 -0
- package/dist/command/MetricResultCommand.js.map +1 -0
- package/dist/command/MetricTagCommand.d.ts +4 -0
- package/dist/command/MetricTagCommand.js +23 -0
- package/dist/command/MetricTagCommand.js.map +1 -0
- package/dist/command/MetricTagCreateCommand.d.ts +5 -0
- package/dist/command/MetricTagCreateCommand.js +67 -0
- package/dist/command/MetricTagCreateCommand.js.map +1 -0
- package/dist/command/MetricTagDeleteCommand.d.ts +5 -0
- package/dist/command/MetricTagDeleteCommand.js +38 -0
- package/dist/command/MetricTagDeleteCommand.js.map +1 -0
- package/dist/command/MetricTagGetCommand.d.ts +5 -0
- package/dist/command/MetricTagGetCommand.js +38 -0
- package/dist/command/MetricTagGetCommand.js.map +1 -0
- package/dist/command/MetricTagListCommand.d.ts +5 -0
- package/dist/command/MetricTagListCommand.js +38 -0
- package/dist/command/MetricTagListCommand.js.map +1 -0
- package/dist/command/MetricTagUpdateCommand.d.ts +5 -0
- package/dist/command/MetricTagUpdateCommand.js +67 -0
- package/dist/command/MetricTagUpdateCommand.js.map +1 -0
- package/dist/command/MetricUpdateCommand.d.ts +5 -0
- package/dist/command/MetricUpdateCommand.js +139 -0
- package/dist/command/MetricUpdateCommand.js.map +1 -0
- package/dist/command/MonitorCategoryCommand.d.ts +4 -0
- package/dist/command/MonitorCategoryCommand.js +21 -0
- package/dist/command/MonitorCategoryCommand.js.map +1 -0
- package/dist/command/MonitorCategoryCreateCommand.d.ts +5 -0
- package/dist/command/MonitorCategoryCreateCommand.js +58 -0
- package/dist/command/MonitorCategoryCreateCommand.js.map +1 -0
- package/dist/command/MonitorCategoryDeleteCommand.d.ts +5 -0
- package/dist/command/MonitorCategoryDeleteCommand.js +38 -0
- package/dist/command/MonitorCategoryDeleteCommand.js.map +1 -0
- package/dist/command/MonitorCategoryGetCommand.d.ts +5 -0
- package/dist/command/MonitorCategoryGetCommand.js +38 -0
- package/dist/command/MonitorCategoryGetCommand.js.map +1 -0
- package/dist/command/MonitorCategoryListCommand.d.ts +5 -0
- package/dist/command/MonitorCategoryListCommand.js +38 -0
- package/dist/command/MonitorCategoryListCommand.js.map +1 -0
- package/dist/command/MonitorCommand.d.ts +4 -0
- package/dist/command/MonitorCommand.js +25 -0
- package/dist/command/MonitorCommand.js.map +1 -0
- package/dist/command/MonitorCreateCommand.d.ts +5 -0
- package/dist/command/MonitorCreateCommand.js +382 -0
- package/dist/command/MonitorCreateCommand.js.map +1 -0
- package/dist/command/MonitorDeleteCommand.d.ts +5 -0
- package/dist/command/MonitorDeleteCommand.js +38 -0
- package/dist/command/MonitorDeleteCommand.js.map +1 -0
- package/dist/command/MonitorFieldCommand.d.ts +4 -0
- package/dist/command/MonitorFieldCommand.js +23 -0
- package/dist/command/MonitorFieldCommand.js.map +1 -0
- package/dist/command/MonitorFieldCreateCommand.d.ts +5 -0
- package/dist/command/MonitorFieldCreateCommand.js +67 -0
- package/dist/command/MonitorFieldCreateCommand.js.map +1 -0
- package/dist/command/MonitorFieldDeleteCommand.d.ts +5 -0
- package/dist/command/MonitorFieldDeleteCommand.js +38 -0
- package/dist/command/MonitorFieldDeleteCommand.js.map +1 -0
- package/dist/command/MonitorFieldGetCommand.d.ts +5 -0
- package/dist/command/MonitorFieldGetCommand.js +38 -0
- package/dist/command/MonitorFieldGetCommand.js.map +1 -0
- package/dist/command/MonitorFieldListCommand.d.ts +5 -0
- package/dist/command/MonitorFieldListCommand.js +38 -0
- package/dist/command/MonitorFieldListCommand.js.map +1 -0
- package/dist/command/MonitorFieldUpdateCommand.d.ts +5 -0
- package/dist/command/MonitorFieldUpdateCommand.js +67 -0
- package/dist/command/MonitorFieldUpdateCommand.js.map +1 -0
- package/dist/command/MonitorGetCommand.d.ts +5 -0
- package/dist/command/MonitorGetCommand.js +38 -0
- package/dist/command/MonitorGetCommand.js.map +1 -0
- package/dist/command/MonitorListCommand.d.ts +5 -0
- package/dist/command/MonitorListCommand.js +38 -0
- package/dist/command/MonitorListCommand.js.map +1 -0
- package/dist/command/MonitorResultCommand.d.ts +5 -0
- package/dist/command/MonitorResultCommand.js +38 -0
- package/dist/command/MonitorResultCommand.js.map +1 -0
- package/dist/command/MonitorTagCommand.d.ts +4 -0
- package/dist/command/MonitorTagCommand.js +23 -0
- package/dist/command/MonitorTagCommand.js.map +1 -0
- package/dist/command/MonitorTagCreateCommand.d.ts +5 -0
- package/dist/command/MonitorTagCreateCommand.js +67 -0
- package/dist/command/MonitorTagCreateCommand.js.map +1 -0
- package/dist/command/MonitorTagDeleteCommand.d.ts +5 -0
- package/dist/command/MonitorTagDeleteCommand.js +38 -0
- package/dist/command/MonitorTagDeleteCommand.js.map +1 -0
- package/dist/command/MonitorTagGetCommand.d.ts +5 -0
- package/dist/command/MonitorTagGetCommand.js +38 -0
- package/dist/command/MonitorTagGetCommand.js.map +1 -0
- package/dist/command/MonitorTagListCommand.d.ts +5 -0
- package/dist/command/MonitorTagListCommand.js +38 -0
- package/dist/command/MonitorTagListCommand.js.map +1 -0
- package/dist/command/MonitorTagUpdateCommand.d.ts +5 -0
- package/dist/command/MonitorTagUpdateCommand.js +67 -0
- package/dist/command/MonitorTagUpdateCommand.js.map +1 -0
- package/dist/command/MonitorUpdateCommand.d.ts +5 -0
- package/dist/command/MonitorUpdateCommand.js +382 -0
- package/dist/command/MonitorUpdateCommand.js.map +1 -0
- package/dist/command/cli.js +16 -0
- package/dist/command/cli.js.map +1 -1
- package/dist/enum/MetricCallerType.d.ts +5 -0
- package/dist/enum/MetricCallerType.js +10 -0
- package/dist/enum/MetricCallerType.js.map +1 -0
- package/dist/enum/MetricIntervalUnit.d.ts +5 -0
- package/dist/enum/MetricIntervalUnit.js +10 -0
- package/dist/enum/MetricIntervalUnit.js.map +1 -0
- package/dist/enum/MonitorCallerType.d.ts +5 -0
- package/dist/enum/MonitorCallerType.js +10 -0
- package/dist/enum/MonitorCallerType.js.map +1 -0
- package/dist/enum/MonitorDockerContainerConnectionType.d.ts +4 -0
- package/dist/enum/MonitorDockerContainerConnectionType.js +9 -0
- package/dist/enum/MonitorDockerContainerConnectionType.js.map +1 -0
- package/dist/enum/MonitorHTTPBodyEncoding.d.ts +5 -0
- package/dist/enum/MonitorHTTPBodyEncoding.js +10 -0
- package/dist/enum/MonitorHTTPBodyEncoding.js.map +1 -0
- package/dist/enum/MonitorHeartbeatIntervalUnit.d.ts +5 -0
- package/dist/enum/MonitorHeartbeatIntervalUnit.js +10 -0
- package/dist/enum/MonitorHeartbeatIntervalUnit.js.map +1 -0
- package/dist/enum/MonitorHeartbeatRetryIntervalUnit.d.ts +5 -0
- package/dist/enum/MonitorHeartbeatRetryIntervalUnit.js +10 -0
- package/dist/enum/MonitorHeartbeatRetryIntervalUnit.js.map +1 -0
- package/dist/enum/MonitorKubernetesPodControllerType.d.ts +5 -0
- package/dist/enum/MonitorKubernetesPodControllerType.js +10 -0
- package/dist/enum/MonitorKubernetesPodControllerType.js.map +1 -0
- package/dist/enum/MonitorRequestTimeoutUnit.d.ts +4 -0
- package/dist/enum/MonitorRequestTimeoutUnit.js +9 -0
- package/dist/enum/MonitorRequestTimeoutUnit.js.map +1 -0
- package/dist/enum/MonitorType.d.ts +10 -0
- package/dist/enum/MonitorType.js +15 -0
- package/dist/enum/MonitorType.js.map +1 -0
- package/dist/index.d.ts +84 -0
- package/dist/index.js +84 -0
- package/dist/index.js.map +1 -1
- package/dist/meta/MetricCategoryMetaTable.d.ts +15 -0
- package/dist/meta/MetricCategoryMetaTable.js +39 -0
- package/dist/meta/MetricCategoryMetaTable.js.map +1 -0
- package/dist/meta/MetricFieldMetaTable.d.ts +16 -0
- package/dist/meta/MetricFieldMetaTable.js +39 -0
- package/dist/meta/MetricFieldMetaTable.js.map +1 -0
- package/dist/meta/MetricMetaTable.d.ts +24 -0
- package/dist/meta/MetricMetaTable.js +47 -0
- package/dist/meta/MetricMetaTable.js.map +1 -0
- package/dist/meta/MetricTagMetaTable.d.ts +16 -0
- package/dist/meta/MetricTagMetaTable.js +39 -0
- package/dist/meta/MetricTagMetaTable.js.map +1 -0
- package/dist/meta/MonitorCategoryMetaTable.d.ts +15 -0
- package/dist/meta/MonitorCategoryMetaTable.js +39 -0
- package/dist/meta/MonitorCategoryMetaTable.js.map +1 -0
- package/dist/meta/MonitorFieldMetaTable.d.ts +16 -0
- package/dist/meta/MonitorFieldMetaTable.js +39 -0
- package/dist/meta/MonitorFieldMetaTable.js.map +1 -0
- package/dist/meta/MonitorMetaTable.d.ts +51 -0
- package/dist/meta/MonitorMetaTable.js +74 -0
- package/dist/meta/MonitorMetaTable.js.map +1 -0
- package/dist/meta/MonitorTagMetaTable.d.ts +16 -0
- package/dist/meta/MonitorTagMetaTable.js +39 -0
- package/dist/meta/MonitorTagMetaTable.js.map +1 -0
- package/dist/meta/NamirasoftInfraMetaDatabase.d.ts +16 -0
- package/dist/meta/NamirasoftInfraMetaDatabase.js +16 -0
- package/dist/meta/NamirasoftInfraMetaDatabase.js.map +1 -1
- package/dist/row/MetricCategoryRow.d.ts +8 -0
- package/dist/row/MetricCategoryRow.js +3 -0
- package/dist/row/MetricCategoryRow.js.map +1 -0
- package/dist/row/MetricFieldRow.d.ts +9 -0
- package/dist/row/MetricFieldRow.js +3 -0
- package/dist/row/MetricFieldRow.js.map +1 -0
- package/dist/row/MetricInputRow.d.ts +15 -0
- package/dist/row/MetricInputRow.js +3 -0
- package/dist/row/MetricInputRow.js.map +1 -0
- package/dist/row/MetricRow.d.ts +19 -0
- package/dist/row/MetricRow.js +3 -0
- package/dist/row/MetricRow.js.map +1 -0
- package/dist/row/MetricTagRow.d.ts +9 -0
- package/dist/row/MetricTagRow.js +3 -0
- package/dist/row/MetricTagRow.js.map +1 -0
- package/dist/row/MonitorCategoryRow.d.ts +8 -0
- package/dist/row/MonitorCategoryRow.js +3 -0
- package/dist/row/MonitorCategoryRow.js.map +1 -0
- package/dist/row/MonitorFieldRow.d.ts +9 -0
- package/dist/row/MonitorFieldRow.js +3 -0
- package/dist/row/MonitorFieldRow.js.map +1 -0
- package/dist/row/MonitorInputRow.d.ts +48 -0
- package/dist/row/MonitorInputRow.js +3 -0
- package/dist/row/MonitorInputRow.js.map +1 -0
- package/dist/row/MonitorRow.d.ts +52 -0
- package/dist/row/MonitorRow.js +3 -0
- package/dist/row/MonitorRow.js.map +1 -0
- package/dist/row/MonitorTagRow.d.ts +9 -0
- package/dist/row/MonitorTagRow.js +3 -0
- package/dist/row/MonitorTagRow.js.map +1 -0
- package/package.json +1 -1
- package/src/NamirasoftInfraServer.ts +25 -1
- package/src/NamirasoftInfraServerMetric.ts +78 -0
- package/src/NamirasoftInfraServerMetricCategory.ts +64 -0
- package/src/NamirasoftInfraServerMetricField.ts +71 -0
- package/src/NamirasoftInfraServerMetricTag.ts +71 -0
- package/src/NamirasoftInfraServerMonitor.ts +79 -0
- package/src/NamirasoftInfraServerMonitorCategory.ts +64 -0
- package/src/NamirasoftInfraServerMonitorField.ts +71 -0
- package/src/NamirasoftInfraServerMonitorTag.ts +71 -0
- package/src/command/MetricCategoryCommand.ts +38 -0
- package/src/command/MetricCategoryCreateCommand.ts +65 -0
- package/src/command/MetricCategoryDeleteCommand.ts +45 -0
- package/src/command/MetricCategoryGetCommand.ts +45 -0
- package/src/command/MetricCategoryListCommand.ts +45 -0
- package/src/command/MetricCommand.ts +42 -0
- package/src/command/MetricCreateCommand.ts +146 -0
- package/src/command/MetricDeleteCommand.ts +45 -0
- package/src/command/MetricFieldCommand.ts +40 -0
- package/src/command/MetricFieldCreateCommand.ts +74 -0
- package/src/command/MetricFieldDeleteCommand.ts +45 -0
- package/src/command/MetricFieldGetCommand.ts +45 -0
- package/src/command/MetricFieldListCommand.ts +45 -0
- package/src/command/MetricFieldUpdateCommand.ts +74 -0
- package/src/command/MetricGetCommand.ts +45 -0
- package/src/command/MetricListCommand.ts +45 -0
- package/src/command/MetricResultCommand.ts +45 -0
- package/src/command/MetricTagCommand.ts +40 -0
- package/src/command/MetricTagCreateCommand.ts +74 -0
- package/src/command/MetricTagDeleteCommand.ts +45 -0
- package/src/command/MetricTagGetCommand.ts +45 -0
- package/src/command/MetricTagListCommand.ts +45 -0
- package/src/command/MetricTagUpdateCommand.ts +74 -0
- package/src/command/MetricUpdateCommand.ts +146 -0
- package/src/command/MonitorCategoryCommand.ts +38 -0
- package/src/command/MonitorCategoryCreateCommand.ts +65 -0
- package/src/command/MonitorCategoryDeleteCommand.ts +45 -0
- package/src/command/MonitorCategoryGetCommand.ts +45 -0
- package/src/command/MonitorCategoryListCommand.ts +45 -0
- package/src/command/MonitorCommand.ts +42 -0
- package/src/command/MonitorCreateCommand.ts +389 -0
- package/src/command/MonitorDeleteCommand.ts +45 -0
- package/src/command/MonitorFieldCommand.ts +40 -0
- package/src/command/MonitorFieldCreateCommand.ts +74 -0
- package/src/command/MonitorFieldDeleteCommand.ts +45 -0
- package/src/command/MonitorFieldGetCommand.ts +45 -0
- package/src/command/MonitorFieldListCommand.ts +45 -0
- package/src/command/MonitorFieldUpdateCommand.ts +74 -0
- package/src/command/MonitorGetCommand.ts +45 -0
- package/src/command/MonitorListCommand.ts +45 -0
- package/src/command/MonitorResultCommand.ts +45 -0
- package/src/command/MonitorTagCommand.ts +40 -0
- package/src/command/MonitorTagCreateCommand.ts +74 -0
- package/src/command/MonitorTagDeleteCommand.ts +45 -0
- package/src/command/MonitorTagGetCommand.ts +45 -0
- package/src/command/MonitorTagListCommand.ts +45 -0
- package/src/command/MonitorTagUpdateCommand.ts +74 -0
- package/src/command/MonitorUpdateCommand.ts +389 -0
- package/src/command/cli.ts +16 -0
- package/src/enum/MetricCallerType.ts +26 -0
- package/src/enum/MetricIntervalUnit.ts +26 -0
- package/src/enum/MonitorCallerType.ts +26 -0
- package/src/enum/MonitorDockerContainerConnectionType.ts +25 -0
- package/src/enum/MonitorHTTPBodyEncoding.ts +26 -0
- package/src/enum/MonitorHeartbeatIntervalUnit.ts +26 -0
- package/src/enum/MonitorHeartbeatRetryIntervalUnit.ts +26 -0
- package/src/enum/MonitorKubernetesPodControllerType.ts +26 -0
- package/src/enum/MonitorRequestTimeoutUnit.ts +25 -0
- package/src/enum/MonitorType.ts +31 -0
- package/src/index.ts +84 -0
- package/src/meta/MetricCategoryMetaTable.ts +60 -0
- package/src/meta/MetricFieldMetaTable.ts +61 -0
- package/src/meta/MetricMetaTable.ts +77 -0
- package/src/meta/MetricTagMetaTable.ts +61 -0
- package/src/meta/MonitorCategoryMetaTable.ts +60 -0
- package/src/meta/MonitorFieldMetaTable.ts +61 -0
- package/src/meta/MonitorMetaTable.ts +131 -0
- package/src/meta/MonitorTagMetaTable.ts +61 -0
- package/src/meta/NamirasoftInfraMetaDatabase.ts +24 -0
- package/src/row/MetricCategoryRow.ts +29 -0
- package/src/row/MetricFieldRow.ts +30 -0
- package/src/row/MetricInputRow.ts +37 -0
- package/src/row/MetricRow.ts +41 -0
- package/src/row/MetricTagRow.ts +30 -0
- package/src/row/MonitorCategoryRow.ts +29 -0
- package/src/row/MonitorFieldRow.ts +30 -0
- package/src/row/MonitorInputRow.ts +70 -0
- package/src/row/MonitorRow.ts +74 -0
- package/src/row/MonitorTagRow.ts +30 -0
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { BaseUUID, BaseMetaColumn } from "namirasoft-core";
|
|
22
|
+
import { FilterItem, SortItem } from "namirasoft-core";
|
|
23
|
+
import { MonitorRow } from "../row/MonitorRow";
|
|
24
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
25
|
+
import { NamirasoftInfraServer } from "../NamirasoftInfraServer";
|
|
26
|
+
|
|
27
|
+
export class MonitorMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, MonitorRow>
|
|
28
|
+
{
|
|
29
|
+
public override columns: {
|
|
30
|
+
id: BaseMetaColumn;
|
|
31
|
+
user_id: BaseMetaColumn;
|
|
32
|
+
workspace_id: BaseMetaColumn;
|
|
33
|
+
project_id: BaseMetaColumn;
|
|
34
|
+
environment_id: BaseMetaColumn;
|
|
35
|
+
topic_id: BaseMetaColumn;
|
|
36
|
+
name: BaseMetaColumn;
|
|
37
|
+
caller_type: BaseMetaColumn;
|
|
38
|
+
caller_server_id: BaseMetaColumn;
|
|
39
|
+
caller_kubernetes_id: BaseMetaColumn;
|
|
40
|
+
up_side_down: BaseMetaColumn;
|
|
41
|
+
heartbeat_interval_value: BaseMetaColumn;
|
|
42
|
+
heartbeat_interval_unit: BaseMetaColumn;
|
|
43
|
+
retries: BaseMetaColumn;
|
|
44
|
+
heartbeat_retry_interval_value: BaseMetaColumn;
|
|
45
|
+
heartbeat_retry_interval_unit: BaseMetaColumn;
|
|
46
|
+
request_timeout_value: BaseMetaColumn;
|
|
47
|
+
request_timeout_unit: BaseMetaColumn;
|
|
48
|
+
type: BaseMetaColumn;
|
|
49
|
+
http_url: BaseMetaColumn;
|
|
50
|
+
http_method: BaseMetaColumn;
|
|
51
|
+
http_header: BaseMetaColumn;
|
|
52
|
+
http_body_encoding: BaseMetaColumn;
|
|
53
|
+
http_body: BaseMetaColumn;
|
|
54
|
+
http_ignore_ssl_tls: BaseMetaColumn;
|
|
55
|
+
ping_host: BaseMetaColumn;
|
|
56
|
+
ping_max_packets: BaseMetaColumn;
|
|
57
|
+
ping_packdet_size: BaseMetaColumn;
|
|
58
|
+
port_host: BaseMetaColumn;
|
|
59
|
+
port_port: BaseMetaColumn;
|
|
60
|
+
database_credentail_id: BaseMetaColumn;
|
|
61
|
+
database_query: BaseMetaColumn;
|
|
62
|
+
in_memory_store_credentail_id: BaseMetaColumn;
|
|
63
|
+
message_broker_credentail_id: BaseMetaColumn;
|
|
64
|
+
docker_container_connection_type: BaseMetaColumn;
|
|
65
|
+
docker_container_deamon: BaseMetaColumn;
|
|
66
|
+
docker_container_id_or_name: BaseMetaColumn;
|
|
67
|
+
kubernetes_pod_controller_type: BaseMetaColumn;
|
|
68
|
+
kubernetes_pod_controller_name: BaseMetaColumn;
|
|
69
|
+
description: BaseMetaColumn;
|
|
70
|
+
created_at: BaseMetaColumn;
|
|
71
|
+
updated_at: BaseMetaColumn;
|
|
72
|
+
}
|
|
73
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftInfraServer>)
|
|
74
|
+
{
|
|
75
|
+
super(database, "monitor", "Monitor", new BaseUUID("ifr-mon"));
|
|
76
|
+
this.columns = {
|
|
77
|
+
id: new BaseMetaColumn(this, "id", "ID", "String", true),
|
|
78
|
+
user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
79
|
+
workspace_id: new BaseMetaColumn(this, "workspace_id", "Workspace ID", "String", true),
|
|
80
|
+
project_id: new BaseMetaColumn(this, "project_id", "Project ID", "String", true),
|
|
81
|
+
environment_id: new BaseMetaColumn(this, "environment_id", "Environment ID", "String", true),
|
|
82
|
+
topic_id: new BaseMetaColumn(this, "topic_id", "Topic ID", "String", true),
|
|
83
|
+
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
84
|
+
caller_type: new BaseMetaColumn(this, "caller_type", "Caller Type", "Enum", true),
|
|
85
|
+
caller_server_id: new BaseMetaColumn(this, "caller_server_id", "Caller Server ID", "String", false),
|
|
86
|
+
caller_kubernetes_id: new BaseMetaColumn(this, "caller_kubernetes_id", "Caller Kubernetes ID", "String", false),
|
|
87
|
+
up_side_down: new BaseMetaColumn(this, "up_side_down", "Up Side Down", "Boolean", true),
|
|
88
|
+
heartbeat_interval_value: new BaseMetaColumn(this, "heartbeat_interval_value", "Heartbeat Interval Value", "Integer", true),
|
|
89
|
+
heartbeat_interval_unit: new BaseMetaColumn(this, "heartbeat_interval_unit", "Heartbeat Interval Unit", "Enum", true),
|
|
90
|
+
retries: new BaseMetaColumn(this, "retries", "Retries", "Integer", true),
|
|
91
|
+
heartbeat_retry_interval_value: new BaseMetaColumn(this, "heartbeat_retry_interval_value", "Heartbeat Retry Interval Value", "Integer", true),
|
|
92
|
+
heartbeat_retry_interval_unit: new BaseMetaColumn(this, "heartbeat_retry_interval_unit", "Heartbeat Retry Interval Unit", "Enum", true),
|
|
93
|
+
request_timeout_value: new BaseMetaColumn(this, "request_timeout_value", "Request Timeout Value", "Integer", true),
|
|
94
|
+
request_timeout_unit: new BaseMetaColumn(this, "request_timeout_unit", "Request Timeout Unit", "Enum", true),
|
|
95
|
+
type: new BaseMetaColumn(this, "type", "Type", "Enum", true),
|
|
96
|
+
http_url: new BaseMetaColumn(this, "http_url", "HTTP URL", "String", false),
|
|
97
|
+
http_method: new BaseMetaColumn(this, "http_method", "HTTP Method", "String", false),
|
|
98
|
+
http_header: new BaseMetaColumn(this, "http_header", "HTTP Header", "String", false),
|
|
99
|
+
http_body_encoding: new BaseMetaColumn(this, "http_body_encoding", "HTTP Body Encoding", "Enum", false),
|
|
100
|
+
http_body: new BaseMetaColumn(this, "http_body", "HTTP Body", "String", false),
|
|
101
|
+
http_ignore_ssl_tls: new BaseMetaColumn(this, "http_ignore_ssl_tls", "HTTP Ignore SSL TLS", "String", false),
|
|
102
|
+
ping_host: new BaseMetaColumn(this, "ping_host", "Ping Host", "String", false),
|
|
103
|
+
ping_max_packets: new BaseMetaColumn(this, "ping_max_packets", "Ping Max Packets", "String", false),
|
|
104
|
+
ping_packdet_size: new BaseMetaColumn(this, "ping_packdet_size", "Ping Packdet Size", "String", false),
|
|
105
|
+
port_host: new BaseMetaColumn(this, "port_host", "Port Host", "String", false),
|
|
106
|
+
port_port: new BaseMetaColumn(this, "port_port", "Port Port", "Integer", false),
|
|
107
|
+
database_credentail_id: new BaseMetaColumn(this, "database_credentail_id", "Database Credentail ID", "String", false),
|
|
108
|
+
database_query: new BaseMetaColumn(this, "database_query", "Database Query", "String", false),
|
|
109
|
+
in_memory_store_credentail_id: new BaseMetaColumn(this, "in_memory_store_credentail_id", "In Memory Store Credentail ID", "String", false),
|
|
110
|
+
message_broker_credentail_id: new BaseMetaColumn(this, "message_broker_credentail_id", "Message Broker Credentail ID", "String", false),
|
|
111
|
+
docker_container_connection_type: new BaseMetaColumn(this, "docker_container_connection_type", "Docker Container Connection Type", "Enum", false),
|
|
112
|
+
docker_container_deamon: new BaseMetaColumn(this, "docker_container_deamon", "Docker Container Deamon", "String", false),
|
|
113
|
+
docker_container_id_or_name: new BaseMetaColumn(this, "docker_container_id_or_name", "Docker Container ID Or Name", "String", false),
|
|
114
|
+
kubernetes_pod_controller_type: new BaseMetaColumn(this, "kubernetes_pod_controller_type", "Kubernetes Pod Controller Type", "Enum", false),
|
|
115
|
+
kubernetes_pod_controller_name: new BaseMetaColumn(this, "kubernetes_pod_controller_name", "Kubernetes Pod Controller Name", "String", false),
|
|
116
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", true),
|
|
117
|
+
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
118
|
+
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
119
|
+
};
|
|
120
|
+
this.back_end.get = async (id: string) =>
|
|
121
|
+
{
|
|
122
|
+
let server = this.database.getServer();
|
|
123
|
+
return await server.monitor.Get(id);
|
|
124
|
+
};
|
|
125
|
+
this.back_end.list = async (filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]) =>
|
|
126
|
+
{
|
|
127
|
+
let server = this.database.getServer();
|
|
128
|
+
return await server.monitor.List(filters, page, size, sorts);
|
|
129
|
+
};
|
|
130
|
+
}
|
|
131
|
+
};
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { BaseUUID, BaseMetaColumn } from "namirasoft-core";
|
|
22
|
+
import { FilterItem, SortItem } from "namirasoft-core";
|
|
23
|
+
import { MonitorTagRow } from "../row/MonitorTagRow";
|
|
24
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
25
|
+
import { NamirasoftInfraServer } from "../NamirasoftInfraServer";
|
|
26
|
+
|
|
27
|
+
export class MonitorTagMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, MonitorTagRow>
|
|
28
|
+
{
|
|
29
|
+
public override columns: {
|
|
30
|
+
id: BaseMetaColumn;
|
|
31
|
+
user_id: BaseMetaColumn;
|
|
32
|
+
entity_id: BaseMetaColumn;
|
|
33
|
+
name: BaseMetaColumn;
|
|
34
|
+
value: BaseMetaColumn;
|
|
35
|
+
created_at: BaseMetaColumn;
|
|
36
|
+
updated_at: BaseMetaColumn;
|
|
37
|
+
}
|
|
38
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftInfraServer>)
|
|
39
|
+
{
|
|
40
|
+
super(database, "monitor_tag", "Monitor Tag", new BaseUUID(""));
|
|
41
|
+
this.columns = {
|
|
42
|
+
id: new BaseMetaColumn(this, "id", "ID", "Integer", true),
|
|
43
|
+
user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
44
|
+
entity_id: new BaseMetaColumn(this, "entity_id", "Entity ID", "String", true),
|
|
45
|
+
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
46
|
+
value: new BaseMetaColumn(this, "value", "Value", "String", false),
|
|
47
|
+
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
48
|
+
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
49
|
+
};
|
|
50
|
+
this.back_end.get = async (id: string) =>
|
|
51
|
+
{
|
|
52
|
+
let server = this.database.getServer();
|
|
53
|
+
return await server.monitor_tag.Get(id);
|
|
54
|
+
};
|
|
55
|
+
this.back_end.list = async (filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]) =>
|
|
56
|
+
{
|
|
57
|
+
let server = this.database.getServer();
|
|
58
|
+
return await server.monitor_tag.List(filters, page, size, sorts);
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
};
|
|
@@ -51,6 +51,14 @@ import { MessageBrokerCategoryMetaTable } from "./MessageBrokerCategoryMetaTable
|
|
|
51
51
|
import { MessageBrokerFieldMetaTable } from "./MessageBrokerFieldMetaTable";
|
|
52
52
|
import { MessageBrokerMetaTable } from "./MessageBrokerMetaTable";
|
|
53
53
|
import { MessageBrokerTagMetaTable } from "./MessageBrokerTagMetaTable";
|
|
54
|
+
import { MetricCategoryMetaTable } from "./MetricCategoryMetaTable";
|
|
55
|
+
import { MetricFieldMetaTable } from "./MetricFieldMetaTable";
|
|
56
|
+
import { MetricMetaTable } from "./MetricMetaTable";
|
|
57
|
+
import { MetricTagMetaTable } from "./MetricTagMetaTable";
|
|
58
|
+
import { MonitorCategoryMetaTable } from "./MonitorCategoryMetaTable";
|
|
59
|
+
import { MonitorFieldMetaTable } from "./MonitorFieldMetaTable";
|
|
60
|
+
import { MonitorMetaTable } from "./MonitorMetaTable";
|
|
61
|
+
import { MonitorTagMetaTable } from "./MonitorTagMetaTable";
|
|
54
62
|
import { NSBaseMetaDatabase } from "namirasoft-site";
|
|
55
63
|
import { NamirasoftInfraServer } from "../NamirasoftInfraServer";
|
|
56
64
|
import { ProjectCategoryMetaTable } from "./ProjectCategoryMetaTable";
|
|
@@ -108,6 +116,14 @@ export class NamirasoftInfraMetaDatabase extends NSBaseMetaDatabase<NamirasoftIn
|
|
|
108
116
|
message_broker_field: MessageBrokerFieldMetaTable,
|
|
109
117
|
message_broker_tag: MessageBrokerTagMetaTable,
|
|
110
118
|
message_broker: MessageBrokerMetaTable,
|
|
119
|
+
metric_category: MetricCategoryMetaTable,
|
|
120
|
+
metric_field: MetricFieldMetaTable,
|
|
121
|
+
metric_tag: MetricTagMetaTable,
|
|
122
|
+
metric: MetricMetaTable,
|
|
123
|
+
monitor_category: MonitorCategoryMetaTable,
|
|
124
|
+
monitor_field: MonitorFieldMetaTable,
|
|
125
|
+
monitor_tag: MonitorTagMetaTable,
|
|
126
|
+
monitor: MonitorMetaTable,
|
|
111
127
|
};
|
|
112
128
|
constructor(token_manager?: TokenManager, onError?: (error: Error) => void)
|
|
113
129
|
{
|
|
@@ -155,6 +171,14 @@ export class NamirasoftInfraMetaDatabase extends NSBaseMetaDatabase<NamirasoftIn
|
|
|
155
171
|
message_broker_field: new MessageBrokerFieldMetaTable(this),
|
|
156
172
|
message_broker_tag: new MessageBrokerTagMetaTable(this),
|
|
157
173
|
message_broker: new MessageBrokerMetaTable(this),
|
|
174
|
+
metric_category: new MetricCategoryMetaTable(this),
|
|
175
|
+
metric_field: new MetricFieldMetaTable(this),
|
|
176
|
+
metric_tag: new MetricTagMetaTable(this),
|
|
177
|
+
metric: new MetricMetaTable(this),
|
|
178
|
+
monitor_category: new MonitorCategoryMetaTable(this),
|
|
179
|
+
monitor_field: new MonitorFieldMetaTable(this),
|
|
180
|
+
monitor_tag: new MonitorTagMetaTable(this),
|
|
181
|
+
monitor: new MonitorMetaTable(this),
|
|
158
182
|
};
|
|
159
183
|
}
|
|
160
184
|
override getServer(): NamirasoftInfraServer
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
export type MetricCategoryRow =
|
|
22
|
+
{
|
|
23
|
+
id: number;
|
|
24
|
+
user_id: string;
|
|
25
|
+
entity_id: string;
|
|
26
|
+
category_id: string;
|
|
27
|
+
created_at: Date;
|
|
28
|
+
updated_at: Date;
|
|
29
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
export type MetricFieldRow =
|
|
22
|
+
{
|
|
23
|
+
id: number;
|
|
24
|
+
user_id: string;
|
|
25
|
+
entity_id: string;
|
|
26
|
+
field_id: string;
|
|
27
|
+
value: (string | null);
|
|
28
|
+
created_at: Date;
|
|
29
|
+
updated_at: Date;
|
|
30
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { MetricCallerType } from "../enum/MetricCallerType";
|
|
22
|
+
import { MetricIntervalUnit } from "../enum/MetricIntervalUnit";
|
|
23
|
+
|
|
24
|
+
export type MetricInputRow =
|
|
25
|
+
{
|
|
26
|
+
workspace_id: string;
|
|
27
|
+
project_id: string;
|
|
28
|
+
environment_id: string;
|
|
29
|
+
name: string;
|
|
30
|
+
caller_type: MetricCallerType;
|
|
31
|
+
caller_server_id: (string | null);
|
|
32
|
+
caller_kubernetes_id: (string | null);
|
|
33
|
+
url: string;
|
|
34
|
+
interval_value: number;
|
|
35
|
+
interval_unit: MetricIntervalUnit;
|
|
36
|
+
description: string;
|
|
37
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { MetricCallerType } from "../enum/MetricCallerType";
|
|
22
|
+
import { MetricIntervalUnit } from "../enum/MetricIntervalUnit";
|
|
23
|
+
|
|
24
|
+
export type MetricRow =
|
|
25
|
+
{
|
|
26
|
+
id: string;
|
|
27
|
+
user_id: string;
|
|
28
|
+
workspace_id: string;
|
|
29
|
+
project_id: string;
|
|
30
|
+
environment_id: string;
|
|
31
|
+
name: string;
|
|
32
|
+
caller_type: MetricCallerType;
|
|
33
|
+
caller_server_id: (string | null);
|
|
34
|
+
caller_kubernetes_id: (string | null);
|
|
35
|
+
url: string;
|
|
36
|
+
interval_value: number;
|
|
37
|
+
interval_unit: MetricIntervalUnit;
|
|
38
|
+
description: string;
|
|
39
|
+
created_at: Date;
|
|
40
|
+
updated_at: Date;
|
|
41
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
export type MetricTagRow =
|
|
22
|
+
{
|
|
23
|
+
id: number;
|
|
24
|
+
user_id: string;
|
|
25
|
+
entity_id: string;
|
|
26
|
+
name: string;
|
|
27
|
+
value: (string | null);
|
|
28
|
+
created_at: Date;
|
|
29
|
+
updated_at: Date;
|
|
30
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
export type MonitorCategoryRow =
|
|
22
|
+
{
|
|
23
|
+
id: number;
|
|
24
|
+
user_id: string;
|
|
25
|
+
entity_id: string;
|
|
26
|
+
category_id: string;
|
|
27
|
+
created_at: Date;
|
|
28
|
+
updated_at: Date;
|
|
29
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
export type MonitorFieldRow =
|
|
22
|
+
{
|
|
23
|
+
id: number;
|
|
24
|
+
user_id: string;
|
|
25
|
+
entity_id: string;
|
|
26
|
+
field_id: string;
|
|
27
|
+
value: (string | null);
|
|
28
|
+
created_at: Date;
|
|
29
|
+
updated_at: Date;
|
|
30
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { MonitorCallerType } from "../enum/MonitorCallerType";
|
|
22
|
+
import { MonitorDockerContainerConnectionType } from "../enum/MonitorDockerContainerConnectionType";
|
|
23
|
+
import { MonitorHTTPBodyEncoding } from "../enum/MonitorHTTPBodyEncoding";
|
|
24
|
+
import { MonitorHeartbeatIntervalUnit } from "../enum/MonitorHeartbeatIntervalUnit";
|
|
25
|
+
import { MonitorHeartbeatRetryIntervalUnit } from "../enum/MonitorHeartbeatRetryIntervalUnit";
|
|
26
|
+
import { MonitorKubernetesPodControllerType } from "../enum/MonitorKubernetesPodControllerType";
|
|
27
|
+
import { MonitorRequestTimeoutUnit } from "../enum/MonitorRequestTimeoutUnit";
|
|
28
|
+
import { MonitorType } from "../enum/MonitorType";
|
|
29
|
+
|
|
30
|
+
export type MonitorInputRow =
|
|
31
|
+
{
|
|
32
|
+
workspace_id: string;
|
|
33
|
+
project_id: string;
|
|
34
|
+
environment_id: string;
|
|
35
|
+
topic_id: string;
|
|
36
|
+
name: string;
|
|
37
|
+
caller_type: MonitorCallerType;
|
|
38
|
+
caller_server_id: (string | null);
|
|
39
|
+
caller_kubernetes_id: (string | null);
|
|
40
|
+
up_side_down: boolean;
|
|
41
|
+
heartbeat_interval_value: number;
|
|
42
|
+
heartbeat_interval_unit: MonitorHeartbeatIntervalUnit;
|
|
43
|
+
retries: number;
|
|
44
|
+
heartbeat_retry_interval_value: number;
|
|
45
|
+
heartbeat_retry_interval_unit: MonitorHeartbeatRetryIntervalUnit;
|
|
46
|
+
request_timeout_value: number;
|
|
47
|
+
request_timeout_unit: MonitorRequestTimeoutUnit;
|
|
48
|
+
type: MonitorType;
|
|
49
|
+
http_url: (string | null);
|
|
50
|
+
http_method: (string | null);
|
|
51
|
+
http_header: (string | null);
|
|
52
|
+
http_body_encoding: (MonitorHTTPBodyEncoding | null);
|
|
53
|
+
http_body: (string | null);
|
|
54
|
+
http_ignore_ssl_tls: (string | null);
|
|
55
|
+
ping_host: (string | null);
|
|
56
|
+
ping_max_packets: (string | null);
|
|
57
|
+
ping_packdet_size: (string | null);
|
|
58
|
+
port_host: (string | null);
|
|
59
|
+
port_port: (number | null);
|
|
60
|
+
database_credentail_id: (string | null);
|
|
61
|
+
database_query: (string | null);
|
|
62
|
+
in_memory_store_credentail_id: (string | null);
|
|
63
|
+
message_broker_credentail_id: (string | null);
|
|
64
|
+
docker_container_connection_type: (MonitorDockerContainerConnectionType | null);
|
|
65
|
+
docker_container_deamon: (string | null);
|
|
66
|
+
docker_container_id_or_name: (string | null);
|
|
67
|
+
kubernetes_pod_controller_type: (MonitorKubernetesPodControllerType | null);
|
|
68
|
+
kubernetes_pod_controller_name: (string | null);
|
|
69
|
+
description: string;
|
|
70
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { MonitorCallerType } from "../enum/MonitorCallerType";
|
|
22
|
+
import { MonitorDockerContainerConnectionType } from "../enum/MonitorDockerContainerConnectionType";
|
|
23
|
+
import { MonitorHTTPBodyEncoding } from "../enum/MonitorHTTPBodyEncoding";
|
|
24
|
+
import { MonitorHeartbeatIntervalUnit } from "../enum/MonitorHeartbeatIntervalUnit";
|
|
25
|
+
import { MonitorHeartbeatRetryIntervalUnit } from "../enum/MonitorHeartbeatRetryIntervalUnit";
|
|
26
|
+
import { MonitorKubernetesPodControllerType } from "../enum/MonitorKubernetesPodControllerType";
|
|
27
|
+
import { MonitorRequestTimeoutUnit } from "../enum/MonitorRequestTimeoutUnit";
|
|
28
|
+
import { MonitorType } from "../enum/MonitorType";
|
|
29
|
+
|
|
30
|
+
export type MonitorRow =
|
|
31
|
+
{
|
|
32
|
+
id: string;
|
|
33
|
+
user_id: string;
|
|
34
|
+
workspace_id: string;
|
|
35
|
+
project_id: string;
|
|
36
|
+
environment_id: string;
|
|
37
|
+
topic_id: string;
|
|
38
|
+
name: string;
|
|
39
|
+
caller_type: MonitorCallerType;
|
|
40
|
+
caller_server_id: (string | null);
|
|
41
|
+
caller_kubernetes_id: (string | null);
|
|
42
|
+
up_side_down: boolean;
|
|
43
|
+
heartbeat_interval_value: number;
|
|
44
|
+
heartbeat_interval_unit: MonitorHeartbeatIntervalUnit;
|
|
45
|
+
retries: number;
|
|
46
|
+
heartbeat_retry_interval_value: number;
|
|
47
|
+
heartbeat_retry_interval_unit: MonitorHeartbeatRetryIntervalUnit;
|
|
48
|
+
request_timeout_value: number;
|
|
49
|
+
request_timeout_unit: MonitorRequestTimeoutUnit;
|
|
50
|
+
type: MonitorType;
|
|
51
|
+
http_url: (string | null);
|
|
52
|
+
http_method: (string | null);
|
|
53
|
+
http_header: (string | null);
|
|
54
|
+
http_body_encoding: (MonitorHTTPBodyEncoding | null);
|
|
55
|
+
http_body: (string | null);
|
|
56
|
+
http_ignore_ssl_tls: (string | null);
|
|
57
|
+
ping_host: (string | null);
|
|
58
|
+
ping_max_packets: (string | null);
|
|
59
|
+
ping_packdet_size: (string | null);
|
|
60
|
+
port_host: (string | null);
|
|
61
|
+
port_port: (number | null);
|
|
62
|
+
database_credentail_id: (string | null);
|
|
63
|
+
database_query: (string | null);
|
|
64
|
+
in_memory_store_credentail_id: (string | null);
|
|
65
|
+
message_broker_credentail_id: (string | null);
|
|
66
|
+
docker_container_connection_type: (MonitorDockerContainerConnectionType | null);
|
|
67
|
+
docker_container_deamon: (string | null);
|
|
68
|
+
docker_container_id_or_name: (string | null);
|
|
69
|
+
kubernetes_pod_controller_type: (MonitorKubernetesPodControllerType | null);
|
|
70
|
+
kubernetes_pod_controller_name: (string | null);
|
|
71
|
+
description: string;
|
|
72
|
+
created_at: Date;
|
|
73
|
+
updated_at: Date;
|
|
74
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
export type MonitorTagRow =
|
|
22
|
+
{
|
|
23
|
+
id: number;
|
|
24
|
+
user_id: string;
|
|
25
|
+
entity_id: string;
|
|
26
|
+
name: string;
|
|
27
|
+
value: (string | null);
|
|
28
|
+
created_at: Date;
|
|
29
|
+
updated_at: Date;
|
|
30
|
+
}
|