namirasoft-infra 1.4.20 → 1.4.22
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.js +1 -1
- package/dist/NamirasoftInfraServerKubernetes.d.ts +2 -6
- package/dist/NamirasoftInfraServerKubernetes.js.map +1 -1
- package/dist/NamirasoftInfraServerServer.d.ts +2 -4
- package/dist/NamirasoftInfraServerServer.js.map +1 -1
- package/dist/command/KubernetesSetCollectiveCommand.js +4 -4
- package/dist/command/KubernetesSetCollectiveCommand.js.map +1 -1
- package/dist/command/ServerSetCollectiveCommand.js +11 -2
- package/dist/command/ServerSetCollectiveCommand.js.map +1 -1
- package/dist/command/ServerSetProfileCommand.js +11 -11
- package/dist/command/ServerSetProfileCommand.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/meta/ServerMetaTable.d.ts +1 -0
- package/dist/meta/ServerMetaTable.js +12 -11
- package/dist/meta/ServerMetaTable.js.map +1 -1
- package/dist/row/KubernetesInputMetaCollectiveRow.d.ts +6 -0
- package/dist/row/KubernetesInputMetaCollectiveRow.js +3 -0
- package/dist/row/KubernetesInputMetaCollectiveRow.js.map +1 -0
- package/dist/row/ServerInputMetaCollectiveRow.d.ts +5 -0
- package/dist/row/ServerInputMetaCollectiveRow.js +3 -0
- package/dist/row/ServerInputMetaCollectiveRow.js.map +1 -0
- package/dist/row/ServerInputMetaProfileRow.d.ts +11 -11
- package/dist/row/ServerRow.d.ts +12 -11
- package/package.json +1 -1
- package/src/NamirasoftInfraServer.ts +1 -1
- package/src/NamirasoftInfraServerKubernetes.ts +2 -1
- package/src/NamirasoftInfraServerServer.ts +2 -1
- package/src/command/KubernetesSetCollectiveCommand.ts +4 -4
- package/src/command/ServerSetCollectiveCommand.ts +11 -2
- package/src/command/ServerSetProfileCommand.ts +11 -11
- package/src/index.ts +2 -0
- package/src/meta/ServerMetaTable.ts +13 -11
- package/src/row/KubernetesInputMetaCollectiveRow.ts +27 -0
- package/src/row/ServerInputMetaCollectiveRow.ts +26 -0
- package/src/row/ServerInputMetaProfileRow.ts +11 -11
- package/src/row/ServerRow.ts +12 -11
|
@@ -61,7 +61,7 @@ const NamirasoftInfraServerStreamingTag_1 = require("./NamirasoftInfraServerStre
|
|
|
61
61
|
const NamirasoftInfraServerValue_1 = require("./NamirasoftInfraServerValue");
|
|
62
62
|
class NamirasoftInfraServer extends namirasoft_account_1.NSABaseServer {
|
|
63
63
|
constructor(base_url, token_manager, onError) {
|
|
64
|
-
super(base_url, `1.4.
|
|
64
|
+
super(base_url, `1.4.22`, token_manager, onError);
|
|
65
65
|
this.healthz = new NamirasoftInfraServerHealthz_1.NamirasoftInfraServerHealthz(this);
|
|
66
66
|
this.health = new NamirasoftInfraServerHealth_1.NamirasoftInfraServerHealth(this);
|
|
67
67
|
this.metrics = new NamirasoftInfraServerMetrics_1.NamirasoftInfraServerMetrics(this);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { BaseServerConfig } from "namirasoft-core";
|
|
2
2
|
import { FilterItem } from "namirasoft-core";
|
|
3
|
+
import { KubernetesInputMetaCollectiveRow } from "./row/KubernetesInputMetaCollectiveRow";
|
|
3
4
|
import { KubernetesInputMetaProfileRow } from "./row/KubernetesInputMetaProfileRow";
|
|
4
5
|
import { KubernetesInputRow } from "./row/KubernetesInputRow";
|
|
5
6
|
import { KubernetesRow } from "./row/KubernetesRow";
|
|
@@ -18,12 +19,7 @@ export declare class NamirasoftInfraServerKubernetes extends NamirasoftInfraServ
|
|
|
18
19
|
Create(body: KubernetesInputRow, config?: BaseServerConfig<any>): Promise<KubernetesRow>;
|
|
19
20
|
Update(id: (string | null), body: KubernetesInputRow, config?: BaseServerConfig<any>): Promise<KubernetesRow>;
|
|
20
21
|
Delete(id: string, config?: BaseServerConfig<any>): Promise<void>;
|
|
21
|
-
SetCollective(id: (string | null), body:
|
|
22
|
-
meta_collective_deployments: (string | null)[];
|
|
23
|
-
meta_collective_statefulsets: (string | null)[];
|
|
24
|
-
meta_collective_daemonsets: (string | null)[];
|
|
25
|
-
meta_collective_cronjobs: (string | null)[];
|
|
26
|
-
}, config?: BaseServerConfig<any>): Promise<KubernetesRow>;
|
|
22
|
+
SetCollective(id: (string | null), body: KubernetesInputMetaCollectiveRow, config?: BaseServerConfig<any>): Promise<KubernetesRow>;
|
|
27
23
|
SetProfile(id: (string | null), body: KubernetesInputMetaProfileRow, config?: BaseServerConfig<any>): Promise<KubernetesRow>;
|
|
28
24
|
DownloadAgentYaml(id: (string | null), file_path: (string | null), config?: BaseServerConfig<any>): Promise<void>;
|
|
29
25
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NamirasoftInfraServerKubernetes.js","sourceRoot":"","sources":["../src/NamirasoftInfraServerKubernetes.ts"],"names":[],"mappings":";;;;;;;;;;;;AAqBA,qDAA6C;
|
|
1
|
+
{"version":3,"file":"NamirasoftInfraServerKubernetes.js","sourceRoot":"","sources":["../src/NamirasoftInfraServerKubernetes.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,6 +2,7 @@ import { BaseServerConfig } from "namirasoft-core";
|
|
|
2
2
|
import { FilterItem } from "namirasoft-core";
|
|
3
3
|
import { NamirasoftInfraServer } from "./NamirasoftInfraServer";
|
|
4
4
|
import { NamirasoftInfraServerBase } from "./NamirasoftInfraServerBase";
|
|
5
|
+
import { ServerInputMetaCollectiveRow } from "./row/ServerInputMetaCollectiveRow";
|
|
5
6
|
import { ServerInputMetaProfileRow } from "./row/ServerInputMetaProfileRow";
|
|
6
7
|
import { ServerInputRow } from "./row/ServerInputRow";
|
|
7
8
|
import { ServerRow } from "./row/ServerRow";
|
|
@@ -18,9 +19,6 @@ export declare class NamirasoftInfraServerServer extends NamirasoftInfraServerBa
|
|
|
18
19
|
Create(body: ServerInputRow, config?: BaseServerConfig<any>): Promise<ServerRow>;
|
|
19
20
|
Update(id: (string | null), body: ServerInputRow, config?: BaseServerConfig<any>): Promise<ServerRow>;
|
|
20
21
|
Delete(id: string, config?: BaseServerConfig<any>): Promise<void>;
|
|
21
|
-
SetCollective(id: (string | null), body:
|
|
22
|
-
meta_collective_applications: (string | null)[];
|
|
23
|
-
meta_collective_dockers: (string | null)[];
|
|
24
|
-
}, config?: BaseServerConfig<any>): Promise<ServerRow>;
|
|
22
|
+
SetCollective(id: (string | null), body: ServerInputMetaCollectiveRow, config?: BaseServerConfig<any>): Promise<ServerRow>;
|
|
25
23
|
SetProfile(id: (string | null), body: ServerInputMetaProfileRow, config?: BaseServerConfig<any>): Promise<ServerRow>;
|
|
26
24
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NamirasoftInfraServerServer.js","sourceRoot":"","sources":["../src/NamirasoftInfraServerServer.ts"],"names":[],"mappings":";;;;;;;;;;;;AAqBA,qDAA6C;AAE7C,2EAAwE;
|
|
1
|
+
{"version":3,"file":"NamirasoftInfraServerServer.js","sourceRoot":"","sources":["../src/NamirasoftInfraServerServer.ts"],"names":[],"mappings":";;;;;;;;;;;;AAqBA,qDAA6C;AAE7C,2EAAwE;AAKxE,qDAA2C;AAE3C,MAAa,2BAA4B,SAAQ,qDAAyB;IAEtE,YAAY,MAA6B;QAErC,KAAK,CAAC,MAAM,CAAC,CAAC;QACd,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAC7C,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACjC,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACzC,IAAI,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAC/B,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACnD,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACjD,CAAC;IACK,UAAU,CAAC,OAA4B,EAAE,IAAqB,EAAE,IAAqB,EAAE,KAAiB,EAAE,MAA8B;;YAE1I,IAAI,oBAAoB,GAAW,4BAAU,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;YACjE,IAAI,kBAAkB,GAAW,0BAAQ,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;YAC3D,IAAI,IAAI,GAAG,qBAAqB,CAAC;YACjC,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAoB,IAAI,EAAE,EAAE,OAAO,EAAE,oBAAoB,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,kBAAkB,EAAE,EAAE,MAAM,CAAC,CAAC;YACjJ,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,IAAI,CAAC,OAA4B,EAAE,IAAqB,EAAE,IAAqB,EAAE,KAAiB,EAAE,MAA8B;;YAEpI,IAAI,oBAAoB,GAAW,4BAAU,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;YACjE,IAAI,kBAAkB,GAAW,0BAAQ,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;YAC3D,IAAI,IAAI,GAAG,cAAc,CAAC;YAC1B,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAuC,IAAI,EAAE,EAAE,OAAO,EAAE,oBAAoB,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,kBAAkB,EAAE,EAAE,MAAM,CAAC,CAAC;YACpK,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,QAAQ,CAAC,EAAmB,EAAE,MAA8B;;YAE9D,IAAI,IAAI,GAAG,WAAW,EAAE,QAAQ,CAAC;YACjC,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAS,IAAI,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;YAChE,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,GAAG,CAAC,EAAmB,EAAE,MAA8B;;YAEzD,IAAI,IAAI,GAAG,WAAW,EAAE,EAAE,CAAC;YAC3B,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAY,IAAI,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;YACnE,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,IAAoB,EAAE,MAA8B;;YAE7D,IAAI,IAAI,GAAG,SAAS,CAAC;YACrB,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAAY,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YAC1E,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,EAAmB,EAAE,IAAoB,EAAE,MAA8B;;YAElF,IAAI,IAAI,GAAG,WAAW,EAAE,EAAE,CAAC;YAC3B,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAY,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YACzE,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,EAAU,EAAE,MAA8B;;YAEnD,IAAI,IAAI,GAAG,WAAW,EAAE,EAAE,CAAC;YAC3B,MAAM,IAAI,CAAC,MAAM,CAAC,OAAO,CAAO,IAAI,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;QACtD,CAAC;KAAA;IACK,aAAa,CAAC,EAAmB,EAAE,IAAkC,EAAE,MAA8B;;YAEvG,IAAI,IAAI,GAAG,WAAW,EAAE,aAAa,CAAC;YACtC,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAY,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YACzE,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,UAAU,CAAC,EAAmB,EAAE,IAA+B,EAAE,MAA8B;;YAEjG,IAAI,IAAI,GAAG,WAAW,EAAE,UAAU,CAAC;YACnC,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAY,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YACzE,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;CACJ;AAxED,kEAwEC;AAAA,CAAC"}
|
|
@@ -21,7 +21,7 @@ class KubernetesSetCollectiveCommand extends namirasoft_node_cli_1.BaseFinalComm
|
|
|
21
21
|
name: "meta_collective_deployments",
|
|
22
22
|
short: "",
|
|
23
23
|
description: "Provides the value of 'meta_collective_deployments' in body",
|
|
24
|
-
optional:
|
|
24
|
+
optional: true,
|
|
25
25
|
args: ["meta_collective_deployments"],
|
|
26
26
|
defaults: [""]
|
|
27
27
|
},
|
|
@@ -29,7 +29,7 @@ class KubernetesSetCollectiveCommand extends namirasoft_node_cli_1.BaseFinalComm
|
|
|
29
29
|
name: "meta_collective_statefulsets",
|
|
30
30
|
short: "",
|
|
31
31
|
description: "Provides the value of 'meta_collective_statefulsets' in body",
|
|
32
|
-
optional:
|
|
32
|
+
optional: true,
|
|
33
33
|
args: ["meta_collective_statefulsets"],
|
|
34
34
|
defaults: [""]
|
|
35
35
|
},
|
|
@@ -37,7 +37,7 @@ class KubernetesSetCollectiveCommand extends namirasoft_node_cli_1.BaseFinalComm
|
|
|
37
37
|
name: "meta_collective_daemonsets",
|
|
38
38
|
short: "",
|
|
39
39
|
description: "Provides the value of 'meta_collective_daemonsets' in body",
|
|
40
|
-
optional:
|
|
40
|
+
optional: true,
|
|
41
41
|
args: ["meta_collective_daemonsets"],
|
|
42
42
|
defaults: [""]
|
|
43
43
|
},
|
|
@@ -45,7 +45,7 @@ class KubernetesSetCollectiveCommand extends namirasoft_node_cli_1.BaseFinalComm
|
|
|
45
45
|
name: "meta_collective_cronjobs",
|
|
46
46
|
short: "",
|
|
47
47
|
description: "Provides the value of 'meta_collective_cronjobs' in body",
|
|
48
|
-
optional:
|
|
48
|
+
optional: true,
|
|
49
49
|
args: ["meta_collective_cronjobs"],
|
|
50
50
|
defaults: [""]
|
|
51
51
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KubernetesSetCollectiveCommand.js","sourceRoot":"","sources":["../../src/command/KubernetesSetCollectiveCommand.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,6DAAuD;AACvD,qDAA0D;AAC1D,oEAAiE;AACjE,2DAAkD;AAElD,MAAa,8BAA+B,SAAQ,sCAAgB;IAEhE,YAAY,IAAc;QAEtB,KAAK,CAAC,IAAI,EAAE,CAAC,IAAI,CAAC,EAAE;YAChB;gBACI,IAAI,EAAE,6BAA6B;gBACnC,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,6DAA6D;gBAC1E,QAAQ,EAAE,
|
|
1
|
+
{"version":3,"file":"KubernetesSetCollectiveCommand.js","sourceRoot":"","sources":["../../src/command/KubernetesSetCollectiveCommand.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,6DAAuD;AACvD,qDAA0D;AAC1D,oEAAiE;AACjE,2DAAkD;AAElD,MAAa,8BAA+B,SAAQ,sCAAgB;IAEhE,YAAY,IAAc;QAEtB,KAAK,CAAC,IAAI,EAAE,CAAC,IAAI,CAAC,EAAE;YAChB;gBACI,IAAI,EAAE,6BAA6B;gBACnC,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,6DAA6D;gBAC1E,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE,CAAC,6BAA6B,CAAC;gBACrC,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,8BAA8B;gBACpC,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,8DAA8D;gBAC3E,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE,CAAC,8BAA8B,CAAC;gBACtC,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,4BAA4B;gBAClC,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,4DAA4D;gBACzE,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE,CAAC,4BAA4B,CAAC;gBACpC,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,0BAA0B;gBAChC,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,0DAA0D;gBACvE,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE,CAAC,0BAA0B,CAAC;gBAClC,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;SACA,CAAC,CAAC;IACX,CAAC;IACc,IAAI;;YAEf,IAAI,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,WAAW,EAAE,CAAC;YAC3C,IAAI,KAAK,IAAI,IAAI;gBACb,MAAM,IAAI,KAAK,CAAC,2GAA2G,CAAC,CAAC;YACjI,IAAI,OAAO,GAAG,IAAI,yCAAuB,EAAE,CAAC;YAC5C,IAAI,aAAa,GAAG,IAAI,iCAAY,CAAC,OAAO,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC;YACzD,aAAa,CAAC,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;YACrC,IAAI,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC;YAC1D,IAAI,MAAM,GAAG,IAAI,6CAAqB,CAAC,GAAG,EAAE,aAAa,EAAE,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;YAClG,IAAI,GAAG,GAAG,MAAM,MAAM,CAAC,UAAU,CAAC,aAAa,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE;gBAChE,2BAA2B,EAAE,IAAI,CAAC,aAAa,CAAC,2BAA2B;gBAC3E,4BAA4B,EAAE,IAAI,CAAC,aAAa,CAAC,4BAA4B;gBAC7E,0BAA0B,EAAE,IAAI,CAAC,aAAa,CAAC,0BAA0B;gBACzE,wBAAwB,EAAE,IAAI,CAAC,aAAa,CAAC,wBAAwB;aACxE,CAAC,CAAC;YACH,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC;QACjD,CAAC;KAAA;CACJ;AAzDD,wEAyDC;AAAA,CAAC"}
|
|
@@ -21,15 +21,23 @@ class ServerSetCollectiveCommand extends namirasoft_node_cli_1.BaseFinalCommand
|
|
|
21
21
|
name: "meta_collective_applications",
|
|
22
22
|
short: "",
|
|
23
23
|
description: "Provides the value of 'meta_collective_applications' in body",
|
|
24
|
-
optional:
|
|
24
|
+
optional: true,
|
|
25
25
|
args: ["meta_collective_applications"],
|
|
26
26
|
defaults: [""]
|
|
27
27
|
},
|
|
28
|
+
{
|
|
29
|
+
name: "meta_collective_services",
|
|
30
|
+
short: "",
|
|
31
|
+
description: "Provides the value of 'meta_collective_services' in body",
|
|
32
|
+
optional: true,
|
|
33
|
+
args: ["meta_collective_services"],
|
|
34
|
+
defaults: [""]
|
|
35
|
+
},
|
|
28
36
|
{
|
|
29
37
|
name: "meta_collective_dockers",
|
|
30
38
|
short: "",
|
|
31
39
|
description: "Provides the value of 'meta_collective_dockers' in body",
|
|
32
|
-
optional:
|
|
40
|
+
optional: true,
|
|
33
41
|
args: ["meta_collective_dockers"],
|
|
34
42
|
defaults: [""]
|
|
35
43
|
}
|
|
@@ -47,6 +55,7 @@ class ServerSetCollectiveCommand extends namirasoft_node_cli_1.BaseFinalCommand
|
|
|
47
55
|
let server = new NamirasoftInfraServer_1.NamirasoftInfraServer(url, token_manager, e => this.app.logger.error(e.message));
|
|
48
56
|
let ans = yield server.server.SetCollective(this.arg_values[0], {
|
|
49
57
|
meta_collective_applications: this.option_values.meta_collective_applications,
|
|
58
|
+
meta_collective_services: this.option_values.meta_collective_services,
|
|
50
59
|
meta_collective_dockers: this.option_values.meta_collective_dockers
|
|
51
60
|
});
|
|
52
61
|
this.app.logger.success(JSON.stringify(ans));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ServerSetCollectiveCommand.js","sourceRoot":"","sources":["../../src/command/ServerSetCollectiveCommand.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,6DAAuD;AACvD,qDAA0D;AAC1D,oEAAiE;AACjE,2DAAkD;AAElD,MAAa,0BAA2B,SAAQ,sCAAgB;IAE5D,YAAY,IAAc;QAEtB,KAAK,CAAC,IAAI,EAAE,CAAC,IAAI,CAAC,EAAE;YAChB;gBACI,IAAI,EAAE,8BAA8B;gBACpC,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,8DAA8D;gBAC3E,QAAQ,EAAE,
|
|
1
|
+
{"version":3,"file":"ServerSetCollectiveCommand.js","sourceRoot":"","sources":["../../src/command/ServerSetCollectiveCommand.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,6DAAuD;AACvD,qDAA0D;AAC1D,oEAAiE;AACjE,2DAAkD;AAElD,MAAa,0BAA2B,SAAQ,sCAAgB;IAE5D,YAAY,IAAc;QAEtB,KAAK,CAAC,IAAI,EAAE,CAAC,IAAI,CAAC,EAAE;YAChB;gBACI,IAAI,EAAE,8BAA8B;gBACpC,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,8DAA8D;gBAC3E,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE,CAAC,8BAA8B,CAAC;gBACtC,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,0BAA0B;gBAChC,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,0DAA0D;gBACvE,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE,CAAC,0BAA0B,CAAC;gBAClC,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;YACD;gBACI,IAAI,EAAE,yBAAyB;gBAC/B,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,yDAAyD;gBACtE,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE,CAAC,yBAAyB,CAAC;gBACjC,QAAQ,EAAE,CAAC,EAAE,CAAC;aACjB;SACA,CAAC,CAAC;IACX,CAAC;IACc,IAAI;;YAEf,IAAI,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,WAAW,EAAE,CAAC;YAC3C,IAAI,KAAK,IAAI,IAAI;gBACb,MAAM,IAAI,KAAK,CAAC,2GAA2G,CAAC,CAAC;YACjI,IAAI,OAAO,GAAG,IAAI,yCAAuB,EAAE,CAAC;YAC5C,IAAI,aAAa,GAAG,IAAI,iCAAY,CAAC,OAAO,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC;YACzD,aAAa,CAAC,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;YACrC,IAAI,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC;YAC1D,IAAI,MAAM,GAAG,IAAI,6CAAqB,CAAC,GAAG,EAAE,aAAa,EAAE,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;YAClG,IAAI,GAAG,GAAG,MAAM,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE;gBAC5D,4BAA4B,EAAE,IAAI,CAAC,aAAa,CAAC,4BAA4B;gBAC7E,wBAAwB,EAAE,IAAI,CAAC,aAAa,CAAC,wBAAwB;gBACrE,uBAAuB,EAAE,IAAI,CAAC,aAAa,CAAC,uBAAuB;aACtE,CAAC,CAAC;YACH,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC;QACjD,CAAC;KAAA;CACJ;AAhDD,gEAgDC;AAAA,CAAC"}
|
|
@@ -21,7 +21,7 @@ class ServerSetProfileCommand extends namirasoft_node_cli_1.BaseFinalCommand {
|
|
|
21
21
|
name: "meta_profile_ip_public",
|
|
22
22
|
short: "",
|
|
23
23
|
description: "Provides the value of 'meta_profile_ip_public' in body",
|
|
24
|
-
optional:
|
|
24
|
+
optional: true,
|
|
25
25
|
args: ["meta_profile_ip_public"],
|
|
26
26
|
defaults: [""]
|
|
27
27
|
},
|
|
@@ -29,7 +29,7 @@ class ServerSetProfileCommand extends namirasoft_node_cli_1.BaseFinalCommand {
|
|
|
29
29
|
name: "meta_profile_ip_private",
|
|
30
30
|
short: "",
|
|
31
31
|
description: "Provides the value of 'meta_profile_ip_private' in body",
|
|
32
|
-
optional:
|
|
32
|
+
optional: true,
|
|
33
33
|
args: ["meta_profile_ip_private"],
|
|
34
34
|
defaults: [""]
|
|
35
35
|
},
|
|
@@ -37,7 +37,7 @@ class ServerSetProfileCommand extends namirasoft_node_cli_1.BaseFinalCommand {
|
|
|
37
37
|
name: "meta_profile_architecture",
|
|
38
38
|
short: "",
|
|
39
39
|
description: "Provides the value of 'meta_profile_architecture' in body",
|
|
40
|
-
optional:
|
|
40
|
+
optional: true,
|
|
41
41
|
args: ["meta_profile_architecture"],
|
|
42
42
|
defaults: [""]
|
|
43
43
|
},
|
|
@@ -45,7 +45,7 @@ class ServerSetProfileCommand extends namirasoft_node_cli_1.BaseFinalCommand {
|
|
|
45
45
|
name: "meta_profile_os",
|
|
46
46
|
short: "",
|
|
47
47
|
description: "Provides the value of 'meta_profile_os' in body",
|
|
48
|
-
optional:
|
|
48
|
+
optional: true,
|
|
49
49
|
args: ["meta_profile_os"],
|
|
50
50
|
defaults: [""]
|
|
51
51
|
},
|
|
@@ -53,7 +53,7 @@ class ServerSetProfileCommand extends namirasoft_node_cli_1.BaseFinalCommand {
|
|
|
53
53
|
name: "meta_profile_cpu",
|
|
54
54
|
short: "",
|
|
55
55
|
description: "Provides the value of 'meta_profile_cpu' in body",
|
|
56
|
-
optional:
|
|
56
|
+
optional: true,
|
|
57
57
|
args: ["meta_profile_cpu"],
|
|
58
58
|
defaults: [""]
|
|
59
59
|
},
|
|
@@ -61,7 +61,7 @@ class ServerSetProfileCommand extends namirasoft_node_cli_1.BaseFinalCommand {
|
|
|
61
61
|
name: "meta_profile_gpu",
|
|
62
62
|
short: "",
|
|
63
63
|
description: "Provides the value of 'meta_profile_gpu' in body",
|
|
64
|
-
optional:
|
|
64
|
+
optional: true,
|
|
65
65
|
args: ["meta_profile_gpu"],
|
|
66
66
|
defaults: [""]
|
|
67
67
|
},
|
|
@@ -69,7 +69,7 @@ class ServerSetProfileCommand extends namirasoft_node_cli_1.BaseFinalCommand {
|
|
|
69
69
|
name: "meta_profile_memory",
|
|
70
70
|
short: "",
|
|
71
71
|
description: "Provides the value of 'meta_profile_memory' in body",
|
|
72
|
-
optional:
|
|
72
|
+
optional: true,
|
|
73
73
|
args: ["meta_profile_memory"],
|
|
74
74
|
defaults: [""]
|
|
75
75
|
},
|
|
@@ -77,7 +77,7 @@ class ServerSetProfileCommand extends namirasoft_node_cli_1.BaseFinalCommand {
|
|
|
77
77
|
name: "meta_profile_disk",
|
|
78
78
|
short: "",
|
|
79
79
|
description: "Provides the value of 'meta_profile_disk' in body",
|
|
80
|
-
optional:
|
|
80
|
+
optional: true,
|
|
81
81
|
args: ["meta_profile_disk"],
|
|
82
82
|
defaults: [""]
|
|
83
83
|
},
|
|
@@ -85,7 +85,7 @@ class ServerSetProfileCommand extends namirasoft_node_cli_1.BaseFinalCommand {
|
|
|
85
85
|
name: "meta_profile_cpu_usage",
|
|
86
86
|
short: "",
|
|
87
87
|
description: "Provides the value of 'meta_profile_cpu_usage' in body",
|
|
88
|
-
optional:
|
|
88
|
+
optional: true,
|
|
89
89
|
args: ["meta_profile_cpu_usage"],
|
|
90
90
|
defaults: [""]
|
|
91
91
|
},
|
|
@@ -93,7 +93,7 @@ class ServerSetProfileCommand extends namirasoft_node_cli_1.BaseFinalCommand {
|
|
|
93
93
|
name: "meta_profile_memory_usage",
|
|
94
94
|
short: "",
|
|
95
95
|
description: "Provides the value of 'meta_profile_memory_usage' in body",
|
|
96
|
-
optional:
|
|
96
|
+
optional: true,
|
|
97
97
|
args: ["meta_profile_memory_usage"],
|
|
98
98
|
defaults: [""]
|
|
99
99
|
},
|
|
@@ -101,7 +101,7 @@ class ServerSetProfileCommand extends namirasoft_node_cli_1.BaseFinalCommand {
|
|
|
101
101
|
name: "meta_profile_disk_usage",
|
|
102
102
|
short: "",
|
|
103
103
|
description: "Provides the value of 'meta_profile_disk_usage' in body",
|
|
104
|
-
optional:
|
|
104
|
+
optional: true,
|
|
105
105
|
args: ["meta_profile_disk_usage"],
|
|
106
106
|
defaults: [""]
|
|
107
107
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ServerSetProfileCommand.js","sourceRoot":"","sources":["../../src/command/ServerSetProfileCommand.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,6DAAuD;AACvD,qDAA0D;AAC1D,oEAAiE;AACjE,2DAAkD;AAElD,MAAa,uBAAwB,SAAQ,sCAAgB;IAEzD,YAAY,IAAc;QAEtB,KAAK,CAAC,IAAI,EAAE,CAAC,IAAI,CAAC,EAAE;YAChB;gBACI,IAAI,EAAE,wBAAwB;gBAC9B,KAAK,EAAE,EAAE;gBACT,WAAW,EAAE,wDAAwD;gBACrE,QAAQ,EAAE,
|
|
1
|
+
{"version":3,"file":"ServerSetProfileCommand.js","sourceRoot":"","sources":["../../src/command/ServerSetProfileCommand.ts"],"names":[],"mappings":"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"}
|
package/dist/index.d.ts
CHANGED
|
@@ -508,6 +508,7 @@ export * from "./row/EnvironmentTagRow";
|
|
|
508
508
|
export * from "./row/IncidentRow";
|
|
509
509
|
export * from "./row/KubernetesCategoryRow";
|
|
510
510
|
export * from "./row/KubernetesFieldRow";
|
|
511
|
+
export * from "./row/KubernetesInputMetaCollectiveRow";
|
|
511
512
|
export * from "./row/KubernetesInputMetaProfileRow";
|
|
512
513
|
export * from "./row/KubernetesInputRow";
|
|
513
514
|
export * from "./row/KubernetesRow";
|
|
@@ -535,6 +536,7 @@ export * from "./row/ProjectRow";
|
|
|
535
536
|
export * from "./row/ProjectTagRow";
|
|
536
537
|
export * from "./row/ServerCategoryRow";
|
|
537
538
|
export * from "./row/ServerFieldRow";
|
|
539
|
+
export * from "./row/ServerInputMetaCollectiveRow";
|
|
538
540
|
export * from "./row/ServerInputMetaProfileRow";
|
|
539
541
|
export * from "./row/ServerInputRow";
|
|
540
542
|
export * from "./row/ServerRow";
|
package/dist/index.js
CHANGED
|
@@ -524,6 +524,7 @@ __exportStar(require("./row/EnvironmentTagRow"), exports);
|
|
|
524
524
|
__exportStar(require("./row/IncidentRow"), exports);
|
|
525
525
|
__exportStar(require("./row/KubernetesCategoryRow"), exports);
|
|
526
526
|
__exportStar(require("./row/KubernetesFieldRow"), exports);
|
|
527
|
+
__exportStar(require("./row/KubernetesInputMetaCollectiveRow"), exports);
|
|
527
528
|
__exportStar(require("./row/KubernetesInputMetaProfileRow"), exports);
|
|
528
529
|
__exportStar(require("./row/KubernetesInputRow"), exports);
|
|
529
530
|
__exportStar(require("./row/KubernetesRow"), exports);
|
|
@@ -551,6 +552,7 @@ __exportStar(require("./row/ProjectRow"), exports);
|
|
|
551
552
|
__exportStar(require("./row/ProjectTagRow"), exports);
|
|
552
553
|
__exportStar(require("./row/ServerCategoryRow"), exports);
|
|
553
554
|
__exportStar(require("./row/ServerFieldRow"), exports);
|
|
555
|
+
__exportStar(require("./row/ServerInputMetaCollectiveRow"), exports);
|
|
554
556
|
__exportStar(require("./row/ServerInputMetaProfileRow"), exports);
|
|
555
557
|
__exportStar(require("./row/ServerInputRow"), exports);
|
|
556
558
|
__exportStar(require("./row/ServerRow"), exports);
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -27,6 +27,7 @@ export declare class ServerMetaTable extends NSBaseMetaTable<NamirasoftInfraServ
|
|
|
27
27
|
meta_profile_memory_usage: BaseMetaColumn;
|
|
28
28
|
meta_profile_disk_usage: BaseMetaColumn;
|
|
29
29
|
meta_collective_applications: BaseMetaColumn;
|
|
30
|
+
meta_collective_services: BaseMetaColumn;
|
|
30
31
|
meta_collective_dockers: BaseMetaColumn;
|
|
31
32
|
last_online_at: BaseMetaColumn;
|
|
32
33
|
last_offline_at: BaseMetaColumn;
|
|
@@ -27,18 +27,19 @@ class ServerMetaTable extends namirasoft_site_1.NSBaseMetaTable {
|
|
|
27
27
|
cloud: new namirasoft_core_1.BaseMetaColumn(this, "cloud", "Cloud", "Enum", true),
|
|
28
28
|
name: new namirasoft_core_1.BaseMetaColumn(this, "name", "Name", "String", true),
|
|
29
29
|
description: new namirasoft_core_1.BaseMetaColumn(this, "description", "Description", "String", true),
|
|
30
|
-
meta_profile_ip_public: new namirasoft_core_1.BaseMetaColumn(this, "meta_profile_ip_public", "Meta Profile IP Public", "String",
|
|
31
|
-
meta_profile_ip_private: new namirasoft_core_1.BaseMetaColumn(this, "meta_profile_ip_private", "Meta Profile IP Private", "String",
|
|
32
|
-
meta_profile_architecture: new namirasoft_core_1.BaseMetaColumn(this, "meta_profile_architecture", "Meta Profile Architecture", "String",
|
|
33
|
-
meta_profile_os: new namirasoft_core_1.BaseMetaColumn(this, "meta_profile_os", "Meta Profile OS", "String",
|
|
34
|
-
meta_profile_cpu: new namirasoft_core_1.BaseMetaColumn(this, "meta_profile_cpu", "Meta Profile CPU", "String",
|
|
35
|
-
meta_profile_gpu: new namirasoft_core_1.BaseMetaColumn(this, "meta_profile_gpu", "Meta Profile GPU", "String",
|
|
36
|
-
meta_profile_memory: new namirasoft_core_1.BaseMetaColumn(this, "meta_profile_memory", "Meta Profile Memory", "String",
|
|
37
|
-
meta_profile_disk: new namirasoft_core_1.BaseMetaColumn(this, "meta_profile_disk", "Meta Profile Disk", "String",
|
|
38
|
-
meta_profile_cpu_usage: new namirasoft_core_1.BaseMetaColumn(this, "meta_profile_cpu_usage", "Meta Profile CPU Usage", "String",
|
|
39
|
-
meta_profile_memory_usage: new namirasoft_core_1.BaseMetaColumn(this, "meta_profile_memory_usage", "Meta Profile Memory Usage", "String",
|
|
40
|
-
meta_profile_disk_usage: new namirasoft_core_1.BaseMetaColumn(this, "meta_profile_disk_usage", "Meta Profile Disk Usage", "String",
|
|
30
|
+
meta_profile_ip_public: new namirasoft_core_1.BaseMetaColumn(this, "meta_profile_ip_public", "Meta Profile IP Public", "String", false),
|
|
31
|
+
meta_profile_ip_private: new namirasoft_core_1.BaseMetaColumn(this, "meta_profile_ip_private", "Meta Profile IP Private", "String", false),
|
|
32
|
+
meta_profile_architecture: new namirasoft_core_1.BaseMetaColumn(this, "meta_profile_architecture", "Meta Profile Architecture", "String", false),
|
|
33
|
+
meta_profile_os: new namirasoft_core_1.BaseMetaColumn(this, "meta_profile_os", "Meta Profile OS", "String", false),
|
|
34
|
+
meta_profile_cpu: new namirasoft_core_1.BaseMetaColumn(this, "meta_profile_cpu", "Meta Profile CPU", "String", false),
|
|
35
|
+
meta_profile_gpu: new namirasoft_core_1.BaseMetaColumn(this, "meta_profile_gpu", "Meta Profile GPU", "String", false),
|
|
36
|
+
meta_profile_memory: new namirasoft_core_1.BaseMetaColumn(this, "meta_profile_memory", "Meta Profile Memory", "String", false),
|
|
37
|
+
meta_profile_disk: new namirasoft_core_1.BaseMetaColumn(this, "meta_profile_disk", "Meta Profile Disk", "String", false),
|
|
38
|
+
meta_profile_cpu_usage: new namirasoft_core_1.BaseMetaColumn(this, "meta_profile_cpu_usage", "Meta Profile CPU Usage", "String", false),
|
|
39
|
+
meta_profile_memory_usage: new namirasoft_core_1.BaseMetaColumn(this, "meta_profile_memory_usage", "Meta Profile Memory Usage", "String", false),
|
|
40
|
+
meta_profile_disk_usage: new namirasoft_core_1.BaseMetaColumn(this, "meta_profile_disk_usage", "Meta Profile Disk Usage", "String", false),
|
|
41
41
|
meta_collective_applications: new namirasoft_core_1.BaseMetaColumn(this, "meta_collective_applications", "Meta Collective Applications", "Any", false),
|
|
42
|
+
meta_collective_services: new namirasoft_core_1.BaseMetaColumn(this, "meta_collective_services", "Meta Collective Services", "Any", false),
|
|
42
43
|
meta_collective_dockers: new namirasoft_core_1.BaseMetaColumn(this, "meta_collective_dockers", "Meta Collective Dockers", "Any", false),
|
|
43
44
|
last_online_at: new namirasoft_core_1.BaseMetaColumn(this, "last_online_at", "Last Online At", "DateTime", false),
|
|
44
45
|
last_offline_at: new namirasoft_core_1.BaseMetaColumn(this, "last_offline_at", "Last Offline At", "DateTime", false),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ServerMetaTable.js","sourceRoot":"","sources":["../../src/meta/ServerMetaTable.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,qDAA2D;AAE3D,qDAAsE;AAItE,MAAa,eAAgB,SAAQ,iCAAiD;
|
|
1
|
+
{"version":3,"file":"ServerMetaTable.js","sourceRoot":"","sources":["../../src/meta/ServerMetaTable.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KubernetesInputMetaCollectiveRow.js","sourceRoot":"","sources":["../../src/row/KubernetesInputMetaCollectiveRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ServerInputMetaCollectiveRow.js","sourceRoot":"","sources":["../../src/row/ServerInputMetaCollectiveRow.ts"],"names":[],"mappings":""}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export type ServerInputMetaProfileRow = {
|
|
2
|
-
meta_profile_ip_public: string;
|
|
3
|
-
meta_profile_ip_private: string;
|
|
4
|
-
meta_profile_architecture: string;
|
|
5
|
-
meta_profile_os: string;
|
|
6
|
-
meta_profile_cpu: string;
|
|
7
|
-
meta_profile_gpu: string;
|
|
8
|
-
meta_profile_memory: string;
|
|
9
|
-
meta_profile_disk: string;
|
|
10
|
-
meta_profile_cpu_usage: string;
|
|
11
|
-
meta_profile_memory_usage: string;
|
|
12
|
-
meta_profile_disk_usage: string;
|
|
2
|
+
meta_profile_ip_public: (string | null);
|
|
3
|
+
meta_profile_ip_private: (string | null);
|
|
4
|
+
meta_profile_architecture: (string | null);
|
|
5
|
+
meta_profile_os: (string | null);
|
|
6
|
+
meta_profile_cpu: (string | null);
|
|
7
|
+
meta_profile_gpu: (string | null);
|
|
8
|
+
meta_profile_memory: (string | null);
|
|
9
|
+
meta_profile_disk: (string | null);
|
|
10
|
+
meta_profile_cpu_usage: (string | null);
|
|
11
|
+
meta_profile_memory_usage: (string | null);
|
|
12
|
+
meta_profile_disk_usage: (string | null);
|
|
13
13
|
};
|
package/dist/row/ServerRow.d.ts
CHANGED
|
@@ -11,18 +11,19 @@ export type ServerRow = {
|
|
|
11
11
|
cloud: ServerCloud;
|
|
12
12
|
name: string;
|
|
13
13
|
description: string;
|
|
14
|
-
meta_profile_ip_public: string;
|
|
15
|
-
meta_profile_ip_private: string;
|
|
16
|
-
meta_profile_architecture: string;
|
|
17
|
-
meta_profile_os: string;
|
|
18
|
-
meta_profile_cpu: string;
|
|
19
|
-
meta_profile_gpu: string;
|
|
20
|
-
meta_profile_memory: string;
|
|
21
|
-
meta_profile_disk: string;
|
|
22
|
-
meta_profile_cpu_usage: string;
|
|
23
|
-
meta_profile_memory_usage: string;
|
|
24
|
-
meta_profile_disk_usage: string;
|
|
14
|
+
meta_profile_ip_public: (string | null);
|
|
15
|
+
meta_profile_ip_private: (string | null);
|
|
16
|
+
meta_profile_architecture: (string | null);
|
|
17
|
+
meta_profile_os: (string | null);
|
|
18
|
+
meta_profile_cpu: (string | null);
|
|
19
|
+
meta_profile_gpu: (string | null);
|
|
20
|
+
meta_profile_memory: (string | null);
|
|
21
|
+
meta_profile_disk: (string | null);
|
|
22
|
+
meta_profile_cpu_usage: (string | null);
|
|
23
|
+
meta_profile_memory_usage: (string | null);
|
|
24
|
+
meta_profile_disk_usage: (string | null);
|
|
25
25
|
meta_collective_applications: (any | null);
|
|
26
|
+
meta_collective_services: (any | null);
|
|
26
27
|
meta_collective_dockers: (any | null);
|
|
27
28
|
last_online_at: (Date | null);
|
|
28
29
|
last_offline_at: (Date | null);
|
package/package.json
CHANGED
|
@@ -139,7 +139,7 @@ export class NamirasoftInfraServer extends NSABaseServer
|
|
|
139
139
|
incident: NamirasoftInfraServerIncident;
|
|
140
140
|
constructor(base_url: string, token_manager: TokenManager, onError: (error: Error) => void)
|
|
141
141
|
{
|
|
142
|
-
super(base_url, `1.4.
|
|
142
|
+
super(base_url, `1.4.22`, token_manager, onError);
|
|
143
143
|
this.healthz = new NamirasoftInfraServerHealthz(this);
|
|
144
144
|
this.health = new NamirasoftInfraServerHealth(this);
|
|
145
145
|
this.metrics = new NamirasoftInfraServerMetrics(this);
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
|
|
21
21
|
import { BaseServerConfig } from "namirasoft-core";
|
|
22
22
|
import { FilterItem } from "namirasoft-core";
|
|
23
|
+
import { KubernetesInputMetaCollectiveRow } from "./row/KubernetesInputMetaCollectiveRow";
|
|
23
24
|
import { KubernetesInputMetaProfileRow } from "./row/KubernetesInputMetaProfileRow";
|
|
24
25
|
import { KubernetesInputRow } from "./row/KubernetesInputRow";
|
|
25
26
|
import { KubernetesRow } from "./row/KubernetesRow";
|
|
@@ -88,7 +89,7 @@ export class NamirasoftInfraServerKubernetes extends NamirasoftInfraServerBase
|
|
|
88
89
|
let path = `/kubernetes/${id}`;
|
|
89
90
|
await this.server._delete<void>(path, {}, config);
|
|
90
91
|
}
|
|
91
|
-
async SetCollective(id: (string | null), body:
|
|
92
|
+
async SetCollective(id: (string | null), body: KubernetesInputMetaCollectiveRow, config?: BaseServerConfig<any>): Promise<KubernetesRow>
|
|
92
93
|
{
|
|
93
94
|
let path = `/kubernetes/${id}/collective`;
|
|
94
95
|
let { data } = await this.server._put<KubernetesRow>(path, {}, body, config);
|
|
@@ -22,6 +22,7 @@ import { BaseServerConfig } from "namirasoft-core";
|
|
|
22
22
|
import { FilterItem } from "namirasoft-core";
|
|
23
23
|
import { NamirasoftInfraServer } from "./NamirasoftInfraServer";
|
|
24
24
|
import { NamirasoftInfraServerBase } from "./NamirasoftInfraServerBase";
|
|
25
|
+
import { ServerInputMetaCollectiveRow } from "./row/ServerInputMetaCollectiveRow";
|
|
25
26
|
import { ServerInputMetaProfileRow } from "./row/ServerInputMetaProfileRow";
|
|
26
27
|
import { ServerInputRow } from "./row/ServerInputRow";
|
|
27
28
|
import { ServerRow } from "./row/ServerRow";
|
|
@@ -87,7 +88,7 @@ export class NamirasoftInfraServerServer extends NamirasoftInfraServerBase
|
|
|
87
88
|
let path = `/server/${id}`;
|
|
88
89
|
await this.server._delete<void>(path, {}, config);
|
|
89
90
|
}
|
|
90
|
-
async SetCollective(id: (string | null), body:
|
|
91
|
+
async SetCollective(id: (string | null), body: ServerInputMetaCollectiveRow, config?: BaseServerConfig<any>): Promise<ServerRow>
|
|
91
92
|
{
|
|
92
93
|
let path = `/server/${id}/collective`;
|
|
93
94
|
let { data } = await this.server._put<ServerRow>(path, {}, body, config);
|
|
@@ -32,7 +32,7 @@ export class KubernetesSetCollectiveCommand extends BaseFinalCommand
|
|
|
32
32
|
name: "meta_collective_deployments",
|
|
33
33
|
short: "",
|
|
34
34
|
description: "Provides the value of 'meta_collective_deployments' in body",
|
|
35
|
-
optional:
|
|
35
|
+
optional: true,
|
|
36
36
|
args: ["meta_collective_deployments"],
|
|
37
37
|
defaults: [""]
|
|
38
38
|
},
|
|
@@ -40,7 +40,7 @@ export class KubernetesSetCollectiveCommand extends BaseFinalCommand
|
|
|
40
40
|
name: "meta_collective_statefulsets",
|
|
41
41
|
short: "",
|
|
42
42
|
description: "Provides the value of 'meta_collective_statefulsets' in body",
|
|
43
|
-
optional:
|
|
43
|
+
optional: true,
|
|
44
44
|
args: ["meta_collective_statefulsets"],
|
|
45
45
|
defaults: [""]
|
|
46
46
|
},
|
|
@@ -48,7 +48,7 @@ export class KubernetesSetCollectiveCommand extends BaseFinalCommand
|
|
|
48
48
|
name: "meta_collective_daemonsets",
|
|
49
49
|
short: "",
|
|
50
50
|
description: "Provides the value of 'meta_collective_daemonsets' in body",
|
|
51
|
-
optional:
|
|
51
|
+
optional: true,
|
|
52
52
|
args: ["meta_collective_daemonsets"],
|
|
53
53
|
defaults: [""]
|
|
54
54
|
},
|
|
@@ -56,7 +56,7 @@ export class KubernetesSetCollectiveCommand extends BaseFinalCommand
|
|
|
56
56
|
name: "meta_collective_cronjobs",
|
|
57
57
|
short: "",
|
|
58
58
|
description: "Provides the value of 'meta_collective_cronjobs' in body",
|
|
59
|
-
optional:
|
|
59
|
+
optional: true,
|
|
60
60
|
args: ["meta_collective_cronjobs"],
|
|
61
61
|
defaults: [""]
|
|
62
62
|
}
|
|
@@ -32,15 +32,23 @@ export class ServerSetCollectiveCommand extends BaseFinalCommand
|
|
|
32
32
|
name: "meta_collective_applications",
|
|
33
33
|
short: "",
|
|
34
34
|
description: "Provides the value of 'meta_collective_applications' in body",
|
|
35
|
-
optional:
|
|
35
|
+
optional: true,
|
|
36
36
|
args: ["meta_collective_applications"],
|
|
37
37
|
defaults: [""]
|
|
38
38
|
},
|
|
39
|
+
{
|
|
40
|
+
name: "meta_collective_services",
|
|
41
|
+
short: "",
|
|
42
|
+
description: "Provides the value of 'meta_collective_services' in body",
|
|
43
|
+
optional: true,
|
|
44
|
+
args: ["meta_collective_services"],
|
|
45
|
+
defaults: [""]
|
|
46
|
+
},
|
|
39
47
|
{
|
|
40
48
|
name: "meta_collective_dockers",
|
|
41
49
|
short: "",
|
|
42
50
|
description: "Provides the value of 'meta_collective_dockers' in body",
|
|
43
|
-
optional:
|
|
51
|
+
optional: true,
|
|
44
52
|
args: ["meta_collective_dockers"],
|
|
45
53
|
defaults: [""]
|
|
46
54
|
}
|
|
@@ -58,6 +66,7 @@ export class ServerSetCollectiveCommand extends BaseFinalCommand
|
|
|
58
66
|
let server = new NamirasoftInfraServer(url, token_manager, e => this.app.logger.error(e.message));
|
|
59
67
|
let ans = await server.server.SetCollective(this.arg_values[0], {
|
|
60
68
|
meta_collective_applications: this.option_values.meta_collective_applications,
|
|
69
|
+
meta_collective_services: this.option_values.meta_collective_services,
|
|
61
70
|
meta_collective_dockers: this.option_values.meta_collective_dockers
|
|
62
71
|
});
|
|
63
72
|
this.app.logger.success(JSON.stringify(ans));
|
|
@@ -32,7 +32,7 @@ export class ServerSetProfileCommand extends BaseFinalCommand
|
|
|
32
32
|
name: "meta_profile_ip_public",
|
|
33
33
|
short: "",
|
|
34
34
|
description: "Provides the value of 'meta_profile_ip_public' in body",
|
|
35
|
-
optional:
|
|
35
|
+
optional: true,
|
|
36
36
|
args: ["meta_profile_ip_public"],
|
|
37
37
|
defaults: [""]
|
|
38
38
|
},
|
|
@@ -40,7 +40,7 @@ export class ServerSetProfileCommand extends BaseFinalCommand
|
|
|
40
40
|
name: "meta_profile_ip_private",
|
|
41
41
|
short: "",
|
|
42
42
|
description: "Provides the value of 'meta_profile_ip_private' in body",
|
|
43
|
-
optional:
|
|
43
|
+
optional: true,
|
|
44
44
|
args: ["meta_profile_ip_private"],
|
|
45
45
|
defaults: [""]
|
|
46
46
|
},
|
|
@@ -48,7 +48,7 @@ export class ServerSetProfileCommand extends BaseFinalCommand
|
|
|
48
48
|
name: "meta_profile_architecture",
|
|
49
49
|
short: "",
|
|
50
50
|
description: "Provides the value of 'meta_profile_architecture' in body",
|
|
51
|
-
optional:
|
|
51
|
+
optional: true,
|
|
52
52
|
args: ["meta_profile_architecture"],
|
|
53
53
|
defaults: [""]
|
|
54
54
|
},
|
|
@@ -56,7 +56,7 @@ export class ServerSetProfileCommand extends BaseFinalCommand
|
|
|
56
56
|
name: "meta_profile_os",
|
|
57
57
|
short: "",
|
|
58
58
|
description: "Provides the value of 'meta_profile_os' in body",
|
|
59
|
-
optional:
|
|
59
|
+
optional: true,
|
|
60
60
|
args: ["meta_profile_os"],
|
|
61
61
|
defaults: [""]
|
|
62
62
|
},
|
|
@@ -64,7 +64,7 @@ export class ServerSetProfileCommand extends BaseFinalCommand
|
|
|
64
64
|
name: "meta_profile_cpu",
|
|
65
65
|
short: "",
|
|
66
66
|
description: "Provides the value of 'meta_profile_cpu' in body",
|
|
67
|
-
optional:
|
|
67
|
+
optional: true,
|
|
68
68
|
args: ["meta_profile_cpu"],
|
|
69
69
|
defaults: [""]
|
|
70
70
|
},
|
|
@@ -72,7 +72,7 @@ export class ServerSetProfileCommand extends BaseFinalCommand
|
|
|
72
72
|
name: "meta_profile_gpu",
|
|
73
73
|
short: "",
|
|
74
74
|
description: "Provides the value of 'meta_profile_gpu' in body",
|
|
75
|
-
optional:
|
|
75
|
+
optional: true,
|
|
76
76
|
args: ["meta_profile_gpu"],
|
|
77
77
|
defaults: [""]
|
|
78
78
|
},
|
|
@@ -80,7 +80,7 @@ export class ServerSetProfileCommand extends BaseFinalCommand
|
|
|
80
80
|
name: "meta_profile_memory",
|
|
81
81
|
short: "",
|
|
82
82
|
description: "Provides the value of 'meta_profile_memory' in body",
|
|
83
|
-
optional:
|
|
83
|
+
optional: true,
|
|
84
84
|
args: ["meta_profile_memory"],
|
|
85
85
|
defaults: [""]
|
|
86
86
|
},
|
|
@@ -88,7 +88,7 @@ export class ServerSetProfileCommand extends BaseFinalCommand
|
|
|
88
88
|
name: "meta_profile_disk",
|
|
89
89
|
short: "",
|
|
90
90
|
description: "Provides the value of 'meta_profile_disk' in body",
|
|
91
|
-
optional:
|
|
91
|
+
optional: true,
|
|
92
92
|
args: ["meta_profile_disk"],
|
|
93
93
|
defaults: [""]
|
|
94
94
|
},
|
|
@@ -96,7 +96,7 @@ export class ServerSetProfileCommand extends BaseFinalCommand
|
|
|
96
96
|
name: "meta_profile_cpu_usage",
|
|
97
97
|
short: "",
|
|
98
98
|
description: "Provides the value of 'meta_profile_cpu_usage' in body",
|
|
99
|
-
optional:
|
|
99
|
+
optional: true,
|
|
100
100
|
args: ["meta_profile_cpu_usage"],
|
|
101
101
|
defaults: [""]
|
|
102
102
|
},
|
|
@@ -104,7 +104,7 @@ export class ServerSetProfileCommand extends BaseFinalCommand
|
|
|
104
104
|
name: "meta_profile_memory_usage",
|
|
105
105
|
short: "",
|
|
106
106
|
description: "Provides the value of 'meta_profile_memory_usage' in body",
|
|
107
|
-
optional:
|
|
107
|
+
optional: true,
|
|
108
108
|
args: ["meta_profile_memory_usage"],
|
|
109
109
|
defaults: [""]
|
|
110
110
|
},
|
|
@@ -112,7 +112,7 @@ export class ServerSetProfileCommand extends BaseFinalCommand
|
|
|
112
112
|
name: "meta_profile_disk_usage",
|
|
113
113
|
short: "",
|
|
114
114
|
description: "Provides the value of 'meta_profile_disk_usage' in body",
|
|
115
|
-
optional:
|
|
115
|
+
optional: true,
|
|
116
116
|
args: ["meta_profile_disk_usage"],
|
|
117
117
|
defaults: [""]
|
|
118
118
|
}
|
package/src/index.ts
CHANGED
|
@@ -528,6 +528,7 @@ export * from "./row/EnvironmentTagRow";
|
|
|
528
528
|
export * from "./row/IncidentRow";
|
|
529
529
|
export * from "./row/KubernetesCategoryRow";
|
|
530
530
|
export * from "./row/KubernetesFieldRow";
|
|
531
|
+
export * from "./row/KubernetesInputMetaCollectiveRow";
|
|
531
532
|
export * from "./row/KubernetesInputMetaProfileRow";
|
|
532
533
|
export * from "./row/KubernetesInputRow";
|
|
533
534
|
export * from "./row/KubernetesRow";
|
|
@@ -555,6 +556,7 @@ export * from "./row/ProjectRow";
|
|
|
555
556
|
export * from "./row/ProjectTagRow";
|
|
556
557
|
export * from "./row/ServerCategoryRow";
|
|
557
558
|
export * from "./row/ServerFieldRow";
|
|
559
|
+
export * from "./row/ServerInputMetaCollectiveRow";
|
|
558
560
|
export * from "./row/ServerInputMetaProfileRow";
|
|
559
561
|
export * from "./row/ServerInputRow";
|
|
560
562
|
export * from "./row/ServerRow";
|
|
@@ -50,6 +50,7 @@ export class ServerMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Serv
|
|
|
50
50
|
meta_profile_memory_usage: BaseMetaColumn;
|
|
51
51
|
meta_profile_disk_usage: BaseMetaColumn;
|
|
52
52
|
meta_collective_applications: BaseMetaColumn;
|
|
53
|
+
meta_collective_services: BaseMetaColumn;
|
|
53
54
|
meta_collective_dockers: BaseMetaColumn;
|
|
54
55
|
last_online_at: BaseMetaColumn;
|
|
55
56
|
last_offline_at: BaseMetaColumn;
|
|
@@ -72,18 +73,19 @@ export class ServerMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Serv
|
|
|
72
73
|
cloud: new BaseMetaColumn(this, "cloud", "Cloud", "Enum", true),
|
|
73
74
|
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
74
75
|
description: new BaseMetaColumn(this, "description", "Description", "String", true),
|
|
75
|
-
meta_profile_ip_public: new BaseMetaColumn(this, "meta_profile_ip_public", "Meta Profile IP Public", "String",
|
|
76
|
-
meta_profile_ip_private: new BaseMetaColumn(this, "meta_profile_ip_private", "Meta Profile IP Private", "String",
|
|
77
|
-
meta_profile_architecture: new BaseMetaColumn(this, "meta_profile_architecture", "Meta Profile Architecture", "String",
|
|
78
|
-
meta_profile_os: new BaseMetaColumn(this, "meta_profile_os", "Meta Profile OS", "String",
|
|
79
|
-
meta_profile_cpu: new BaseMetaColumn(this, "meta_profile_cpu", "Meta Profile CPU", "String",
|
|
80
|
-
meta_profile_gpu: new BaseMetaColumn(this, "meta_profile_gpu", "Meta Profile GPU", "String",
|
|
81
|
-
meta_profile_memory: new BaseMetaColumn(this, "meta_profile_memory", "Meta Profile Memory", "String",
|
|
82
|
-
meta_profile_disk: new BaseMetaColumn(this, "meta_profile_disk", "Meta Profile Disk", "String",
|
|
83
|
-
meta_profile_cpu_usage: new BaseMetaColumn(this, "meta_profile_cpu_usage", "Meta Profile CPU Usage", "String",
|
|
84
|
-
meta_profile_memory_usage: new BaseMetaColumn(this, "meta_profile_memory_usage", "Meta Profile Memory Usage", "String",
|
|
85
|
-
meta_profile_disk_usage: new BaseMetaColumn(this, "meta_profile_disk_usage", "Meta Profile Disk Usage", "String",
|
|
76
|
+
meta_profile_ip_public: new BaseMetaColumn(this, "meta_profile_ip_public", "Meta Profile IP Public", "String", false),
|
|
77
|
+
meta_profile_ip_private: new BaseMetaColumn(this, "meta_profile_ip_private", "Meta Profile IP Private", "String", false),
|
|
78
|
+
meta_profile_architecture: new BaseMetaColumn(this, "meta_profile_architecture", "Meta Profile Architecture", "String", false),
|
|
79
|
+
meta_profile_os: new BaseMetaColumn(this, "meta_profile_os", "Meta Profile OS", "String", false),
|
|
80
|
+
meta_profile_cpu: new BaseMetaColumn(this, "meta_profile_cpu", "Meta Profile CPU", "String", false),
|
|
81
|
+
meta_profile_gpu: new BaseMetaColumn(this, "meta_profile_gpu", "Meta Profile GPU", "String", false),
|
|
82
|
+
meta_profile_memory: new BaseMetaColumn(this, "meta_profile_memory", "Meta Profile Memory", "String", false),
|
|
83
|
+
meta_profile_disk: new BaseMetaColumn(this, "meta_profile_disk", "Meta Profile Disk", "String", false),
|
|
84
|
+
meta_profile_cpu_usage: new BaseMetaColumn(this, "meta_profile_cpu_usage", "Meta Profile CPU Usage", "String", false),
|
|
85
|
+
meta_profile_memory_usage: new BaseMetaColumn(this, "meta_profile_memory_usage", "Meta Profile Memory Usage", "String", false),
|
|
86
|
+
meta_profile_disk_usage: new BaseMetaColumn(this, "meta_profile_disk_usage", "Meta Profile Disk Usage", "String", false),
|
|
86
87
|
meta_collective_applications: new BaseMetaColumn(this, "meta_collective_applications", "Meta Collective Applications", "Any", false),
|
|
88
|
+
meta_collective_services: new BaseMetaColumn(this, "meta_collective_services", "Meta Collective Services", "Any", false),
|
|
87
89
|
meta_collective_dockers: new BaseMetaColumn(this, "meta_collective_dockers", "Meta Collective Dockers", "Any", false),
|
|
88
90
|
last_online_at: new BaseMetaColumn(this, "last_online_at", "Last Online At", "DateTime", false),
|
|
89
91
|
last_offline_at: new BaseMetaColumn(this, "last_offline_at", "Last Offline At", "DateTime", false),
|
|
@@ -0,0 +1,27 @@
|
|
|
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 KubernetesInputMetaCollectiveRow =
|
|
22
|
+
{
|
|
23
|
+
meta_collective_deployments: (any | null);
|
|
24
|
+
meta_collective_statefulsets: (any | null);
|
|
25
|
+
meta_collective_daemonsets: (any | null);
|
|
26
|
+
meta_collective_cronjobs: (any | null);
|
|
27
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 ServerInputMetaCollectiveRow =
|
|
22
|
+
{
|
|
23
|
+
meta_collective_applications: (any | null);
|
|
24
|
+
meta_collective_services: (any | null);
|
|
25
|
+
meta_collective_dockers: (any | null);
|
|
26
|
+
}
|
|
@@ -20,15 +20,15 @@
|
|
|
20
20
|
|
|
21
21
|
export type ServerInputMetaProfileRow =
|
|
22
22
|
{
|
|
23
|
-
meta_profile_ip_public: string;
|
|
24
|
-
meta_profile_ip_private: string;
|
|
25
|
-
meta_profile_architecture: string;
|
|
26
|
-
meta_profile_os: string;
|
|
27
|
-
meta_profile_cpu: string;
|
|
28
|
-
meta_profile_gpu: string;
|
|
29
|
-
meta_profile_memory: string;
|
|
30
|
-
meta_profile_disk: string;
|
|
31
|
-
meta_profile_cpu_usage: string;
|
|
32
|
-
meta_profile_memory_usage: string;
|
|
33
|
-
meta_profile_disk_usage: string;
|
|
23
|
+
meta_profile_ip_public: (string | null);
|
|
24
|
+
meta_profile_ip_private: (string | null);
|
|
25
|
+
meta_profile_architecture: (string | null);
|
|
26
|
+
meta_profile_os: (string | null);
|
|
27
|
+
meta_profile_cpu: (string | null);
|
|
28
|
+
meta_profile_gpu: (string | null);
|
|
29
|
+
meta_profile_memory: (string | null);
|
|
30
|
+
meta_profile_disk: (string | null);
|
|
31
|
+
meta_profile_cpu_usage: (string | null);
|
|
32
|
+
meta_profile_memory_usage: (string | null);
|
|
33
|
+
meta_profile_disk_usage: (string | null);
|
|
34
34
|
}
|
package/src/row/ServerRow.ts
CHANGED
|
@@ -33,18 +33,19 @@ export type ServerRow =
|
|
|
33
33
|
cloud: ServerCloud;
|
|
34
34
|
name: string;
|
|
35
35
|
description: string;
|
|
36
|
-
meta_profile_ip_public: string;
|
|
37
|
-
meta_profile_ip_private: string;
|
|
38
|
-
meta_profile_architecture: string;
|
|
39
|
-
meta_profile_os: string;
|
|
40
|
-
meta_profile_cpu: string;
|
|
41
|
-
meta_profile_gpu: string;
|
|
42
|
-
meta_profile_memory: string;
|
|
43
|
-
meta_profile_disk: string;
|
|
44
|
-
meta_profile_cpu_usage: string;
|
|
45
|
-
meta_profile_memory_usage: string;
|
|
46
|
-
meta_profile_disk_usage: string;
|
|
36
|
+
meta_profile_ip_public: (string | null);
|
|
37
|
+
meta_profile_ip_private: (string | null);
|
|
38
|
+
meta_profile_architecture: (string | null);
|
|
39
|
+
meta_profile_os: (string | null);
|
|
40
|
+
meta_profile_cpu: (string | null);
|
|
41
|
+
meta_profile_gpu: (string | null);
|
|
42
|
+
meta_profile_memory: (string | null);
|
|
43
|
+
meta_profile_disk: (string | null);
|
|
44
|
+
meta_profile_cpu_usage: (string | null);
|
|
45
|
+
meta_profile_memory_usage: (string | null);
|
|
46
|
+
meta_profile_disk_usage: (string | null);
|
|
47
47
|
meta_collective_applications: (any | null);
|
|
48
|
+
meta_collective_services: (any | null);
|
|
48
49
|
meta_collective_dockers: (any | null);
|
|
49
50
|
last_online_at: (Date | null);
|
|
50
51
|
last_offline_at: (Date | null);
|