@shieldiot/pulse-lib 1.0.354 → 1.0.355
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/cjs/lib/common/DeviceScoreConfig.d.ts +2 -2
- package/dist/cjs/lib/common/Node.d.ts +1 -1
- package/dist/cjs/lib/common/TimeSeriesOf2D.d.ts +1 -1
- package/dist/cjs/lib/entities/Account.d.ts +1 -1
- package/dist/cjs/lib/entities/Account.js.map +1 -1
- package/dist/cjs/lib/entities/AccountDTO.d.ts +3 -3
- package/dist/cjs/lib/entities/AccountDTO.js.map +1 -1
- package/dist/cjs/lib/entities/AccountReportDTO.d.ts +1 -1
- package/dist/cjs/lib/entities/AccountReportDTO.js.map +1 -1
- package/dist/cjs/lib/entities/Alert.d.ts +4 -4
- package/dist/cjs/lib/entities/Alert.js.map +1 -1
- package/dist/cjs/lib/entities/AlertWithDevice.d.ts +4 -4
- package/dist/cjs/lib/entities/AlertWithDevice.js.map +1 -1
- package/dist/cjs/lib/entities/DataIngestion.d.ts +1 -1
- package/dist/cjs/lib/entities/Device.d.ts +1 -1
- package/dist/cjs/lib/entities/Device.js.map +1 -1
- package/dist/cjs/lib/entities/DeviceWithEvents.d.ts +1 -1
- package/dist/cjs/lib/entities/DeviceWithEvents.js.map +1 -1
- package/dist/cjs/lib/entities/Event.d.ts +4 -4
- package/dist/cjs/lib/entities/Event.js.map +1 -1
- package/dist/cjs/lib/entities/EventWithDevice.d.ts +7 -7
- package/dist/cjs/lib/entities/EventWithDevice.js.map +1 -1
- package/dist/cjs/lib/entities/FlowRecord.d.ts +20 -0
- package/dist/cjs/lib/entities/FlowRecord.js +10 -0
- package/dist/cjs/lib/entities/FlowRecord.js.map +1 -0
- package/dist/cjs/lib/entities/Insight.d.ts +1 -1
- package/dist/cjs/lib/entities/Insight.js.map +1 -1
- package/dist/cjs/lib/entities/Report.d.ts +1 -1
- package/dist/cjs/lib/entities/Report.js.map +1 -1
- package/dist/cjs/lib/entities/Rule.d.ts +3 -3
- package/dist/cjs/lib/entities/Rule.js.map +1 -1
- package/dist/cjs/lib/entities/Stream.d.ts +1 -1
- package/dist/cjs/lib/entities/Stream.js.map +1 -1
- package/dist/cjs/lib/entities/StreamConfig.d.ts +3 -3
- package/dist/cjs/lib/entities/UserMembership.d.ts +1 -1
- package/dist/cjs/lib/entities/UserMembership.js.map +1 -1
- package/dist/cjs/lib/entities/index.d.ts +1 -0
- package/dist/cjs/lib/entities/index.js +1 -0
- package/dist/cjs/lib/entities/index.js.map +1 -1
- package/dist/cjs/lib/pulse-client.d.ts +14 -14
- package/dist/cjs/lib/pulse-client.js +26 -26
- package/dist/cjs/lib/pulse-client.js.map +1 -1
- package/dist/cjs/lib/services/sysAccountsService.d.ts +3 -3
- package/dist/cjs/lib/services/sysFeaturesService.d.ts +1 -1
- package/dist/cjs/lib/services/sysInsightsService.d.ts +1 -1
- package/dist/cjs/lib/services/sysKeysService.d.ts +1 -1
- package/dist/cjs/lib/services/sysMembersService.d.ts +1 -1
- package/dist/cjs/lib/services/usrAlertsService.d.ts +7 -7
- package/dist/cjs/lib/services/usrDevicesService.d.ts +8 -8
- package/dist/cjs/lib/services/usrEventsService.d.ts +8 -8
- package/dist/cjs/lib/services/usrNetworkService.d.ts +12 -2
- package/dist/cjs/lib/services/usrNetworkService.js +47 -6
- package/dist/cjs/lib/services/usrNetworkService.js.map +1 -1
- package/dist/cjs/lib/services/usrReportsInstanceService.d.ts +1 -1
- package/dist/cjs/lib/services/usrReportsService.d.ts +1 -1
- package/dist/cjs/lib/services/usrRulesService.d.ts +2 -2
- package/dist/cjs/lib/services/usrUserService.d.ts +4 -4
- package/dist/esm/lib/common/DeviceScoreConfig.d.ts +2 -2
- package/dist/esm/lib/common/Node.d.ts +1 -1
- package/dist/esm/lib/common/TimeSeriesOf2D.d.ts +1 -1
- package/dist/esm/lib/entities/Account.d.ts +1 -1
- package/dist/esm/lib/entities/Account.js.map +1 -1
- package/dist/esm/lib/entities/AccountDTO.d.ts +3 -3
- package/dist/esm/lib/entities/AccountDTO.js.map +1 -1
- package/dist/esm/lib/entities/AccountReportDTO.d.ts +1 -1
- package/dist/esm/lib/entities/AccountReportDTO.js.map +1 -1
- package/dist/esm/lib/entities/Alert.d.ts +4 -4
- package/dist/esm/lib/entities/Alert.js.map +1 -1
- package/dist/esm/lib/entities/AlertWithDevice.d.ts +4 -4
- package/dist/esm/lib/entities/AlertWithDevice.js.map +1 -1
- package/dist/esm/lib/entities/DataIngestion.d.ts +1 -1
- package/dist/esm/lib/entities/Device.d.ts +1 -1
- package/dist/esm/lib/entities/Device.js.map +1 -1
- package/dist/esm/lib/entities/DeviceWithEvents.d.ts +1 -1
- package/dist/esm/lib/entities/DeviceWithEvents.js.map +1 -1
- package/dist/esm/lib/entities/Event.d.ts +4 -4
- package/dist/esm/lib/entities/Event.js.map +1 -1
- package/dist/esm/lib/entities/EventWithDevice.d.ts +7 -7
- package/dist/esm/lib/entities/EventWithDevice.js.map +1 -1
- package/dist/esm/lib/entities/FlowRecord.d.ts +20 -0
- package/dist/esm/lib/entities/FlowRecord.js +6 -0
- package/dist/esm/lib/entities/FlowRecord.js.map +1 -0
- package/dist/esm/lib/entities/Insight.d.ts +1 -1
- package/dist/esm/lib/entities/Insight.js.map +1 -1
- package/dist/esm/lib/entities/Report.d.ts +1 -1
- package/dist/esm/lib/entities/Report.js.map +1 -1
- package/dist/esm/lib/entities/Rule.d.ts +3 -3
- package/dist/esm/lib/entities/Rule.js.map +1 -1
- package/dist/esm/lib/entities/Stream.d.ts +1 -1
- package/dist/esm/lib/entities/Stream.js.map +1 -1
- package/dist/esm/lib/entities/StreamConfig.d.ts +3 -3
- package/dist/esm/lib/entities/UserMembership.d.ts +1 -1
- package/dist/esm/lib/entities/UserMembership.js.map +1 -1
- package/dist/esm/lib/entities/index.d.ts +1 -0
- package/dist/esm/lib/entities/index.js +1 -0
- package/dist/esm/lib/entities/index.js.map +1 -1
- package/dist/esm/lib/pulse-client.d.ts +14 -14
- package/dist/esm/lib/pulse-client.js +14 -14
- package/dist/esm/lib/pulse-client.js.map +1 -1
- package/dist/esm/lib/services/sysAccountsService.d.ts +3 -3
- package/dist/esm/lib/services/sysFeaturesService.d.ts +1 -1
- package/dist/esm/lib/services/sysInsightsService.d.ts +1 -1
- package/dist/esm/lib/services/sysKeysService.d.ts +1 -1
- package/dist/esm/lib/services/sysMembersService.d.ts +1 -1
- package/dist/esm/lib/services/usrAlertsService.d.ts +7 -7
- package/dist/esm/lib/services/usrDevicesService.d.ts +8 -8
- package/dist/esm/lib/services/usrEventsService.d.ts +8 -8
- package/dist/esm/lib/services/usrNetworkService.d.ts +12 -2
- package/dist/esm/lib/services/usrNetworkService.js +47 -6
- package/dist/esm/lib/services/usrNetworkService.js.map +1 -1
- package/dist/esm/lib/services/usrReportsInstanceService.d.ts +1 -1
- package/dist/esm/lib/services/usrReportsService.d.ts +1 -1
- package/dist/esm/lib/services/usrRulesService.d.ts +2 -2
- package/dist/esm/lib/services/usrUserService.d.ts +4 -4
- package/dist/types/lib/common/DeviceScoreConfig.d.ts +2 -2
- package/dist/types/lib/common/Node.d.ts +1 -1
- package/dist/types/lib/common/TimeSeriesOf2D.d.ts +1 -1
- package/dist/types/lib/entities/Account.d.ts +1 -1
- package/dist/types/lib/entities/AccountDTO.d.ts +3 -3
- package/dist/types/lib/entities/AccountReportDTO.d.ts +1 -1
- package/dist/types/lib/entities/Alert.d.ts +4 -4
- package/dist/types/lib/entities/AlertWithDevice.d.ts +4 -4
- package/dist/types/lib/entities/DataIngestion.d.ts +1 -1
- package/dist/types/lib/entities/Device.d.ts +1 -1
- package/dist/types/lib/entities/DeviceWithEvents.d.ts +1 -1
- package/dist/types/lib/entities/Event.d.ts +4 -4
- package/dist/types/lib/entities/EventWithDevice.d.ts +7 -7
- package/dist/types/lib/entities/FlowRecord.d.ts +20 -0
- package/dist/types/lib/entities/Insight.d.ts +1 -1
- package/dist/types/lib/entities/Report.d.ts +1 -1
- package/dist/types/lib/entities/Rule.d.ts +3 -3
- package/dist/types/lib/entities/Stream.d.ts +1 -1
- package/dist/types/lib/entities/StreamConfig.d.ts +3 -3
- package/dist/types/lib/entities/UserMembership.d.ts +1 -1
- package/dist/types/lib/entities/index.d.ts +1 -0
- package/dist/types/lib/pulse-client.d.ts +14 -14
- package/dist/types/lib/services/sysAccountsService.d.ts +3 -3
- package/dist/types/lib/services/sysFeaturesService.d.ts +1 -1
- package/dist/types/lib/services/sysInsightsService.d.ts +1 -1
- package/dist/types/lib/services/sysKeysService.d.ts +1 -1
- package/dist/types/lib/services/sysMembersService.d.ts +1 -1
- package/dist/types/lib/services/usrAlertsService.d.ts +7 -7
- package/dist/types/lib/services/usrDevicesService.d.ts +8 -8
- package/dist/types/lib/services/usrEventsService.d.ts +8 -8
- package/dist/types/lib/services/usrNetworkService.d.ts +12 -2
- package/dist/types/lib/services/usrReportsInstanceService.d.ts +1 -1
- package/dist/types/lib/services/usrReportsService.d.ts +1 -1
- package/dist/types/lib/services/usrRulesService.d.ts +2 -2
- package/dist/types/lib/services/usrUserService.d.ts +4 -4
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { EventStatusCode } from '../enums';
|
|
2
|
-
import { Indicator } from '../common';
|
|
3
|
-
import { RuleTypeCode } from '../enums';
|
|
4
|
-
import { Device } from '../entities';
|
|
5
|
-
import { EventTypeCode } from '../enums';
|
|
6
1
|
import { SeverityTypeCode } from '../enums';
|
|
2
|
+
import { GeoData } from '../common';
|
|
3
|
+
import { StringKeyValue } from '../common';
|
|
7
4
|
import { EventCategoryCode } from '../enums';
|
|
8
5
|
import { EventOccurrence } from '../entities';
|
|
9
6
|
import { TrafficDirectionCode } from '../enums';
|
|
7
|
+
import { Device } from '../entities';
|
|
10
8
|
import { BaseEntity } from '../base';
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
9
|
+
import { EventTypeCode } from '../enums';
|
|
10
|
+
import { EventStatusCode } from '../enums';
|
|
11
|
+
import { Indicator } from '../common';
|
|
12
|
+
import { RuleTypeCode } from '../enums';
|
|
13
13
|
export declare class EventWithDevice extends BaseEntity {
|
|
14
14
|
accountId: string;
|
|
15
15
|
streamId: string;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { BaseEntity } from '../base';
|
|
2
|
+
export declare class FlowRecord extends BaseEntity {
|
|
3
|
+
recordId: string;
|
|
4
|
+
flowId: number;
|
|
5
|
+
streamId: string;
|
|
6
|
+
deviceId: string;
|
|
7
|
+
startTime: number;
|
|
8
|
+
endTime: number;
|
|
9
|
+
srcIP: string;
|
|
10
|
+
srcPort: number;
|
|
11
|
+
dstIP: string;
|
|
12
|
+
dstPort: number;
|
|
13
|
+
pcktToSrv: number;
|
|
14
|
+
pcktToClient: number;
|
|
15
|
+
bytesToSrv: number;
|
|
16
|
+
bytesToClient: number;
|
|
17
|
+
proto: string;
|
|
18
|
+
pcap: string;
|
|
19
|
+
alerted: boolean;
|
|
20
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { InsightTypeCode } from '../enums';
|
|
1
2
|
import { InsightStatusCode } from '../enums';
|
|
2
3
|
import { SeverityTypeCode } from '../enums';
|
|
3
4
|
import { DirectionContextCode } from '../enums';
|
|
4
5
|
import { BaseEntity } from '../base';
|
|
5
|
-
import { InsightTypeCode } from '../enums';
|
|
6
6
|
export declare class Insight extends BaseEntity {
|
|
7
7
|
accountId: string;
|
|
8
8
|
streamId: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { BaseEntity } from '../base';
|
|
2
|
-
import { RuleTypeCode } from '../enums';
|
|
3
|
-
import { DataSourceCode } from '../enums';
|
|
4
1
|
import { Condition } from '../entities';
|
|
5
2
|
import { DeviceTypeCode } from '../enums';
|
|
6
3
|
import { EventTypeCode } from '../enums';
|
|
7
4
|
import { SeverityTypeCode } from '../enums';
|
|
5
|
+
import { BaseEntity } from '../base';
|
|
6
|
+
import { RuleTypeCode } from '../enums';
|
|
7
|
+
import { DataSourceCode } from '../enums';
|
|
8
8
|
export declare class Rule extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { DataIngestion } from '../entities';
|
|
2
|
-
import { SessionTransform } from '../common';
|
|
3
|
-
import { UsageTransform } from '../common';
|
|
4
1
|
import { Thresholds } from '../common';
|
|
5
2
|
import { ShieldexConfig } from '../common';
|
|
6
3
|
import { EventSeverityConfig } from '../common';
|
|
7
4
|
import { DeviceActionCode } from '../enums';
|
|
8
5
|
import { DeviceConfig } from '../common';
|
|
6
|
+
import { DataIngestion } from '../entities';
|
|
7
|
+
import { SessionTransform } from '../common';
|
|
8
|
+
import { UsageTransform } from '../common';
|
|
9
9
|
export declare class StreamConfig {
|
|
10
10
|
ingest: DataIngestion;
|
|
11
11
|
sessionTransform: SessionTransform;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { BaseEntity } from '../base';
|
|
1
2
|
import { UserTypeCode } from '../enums';
|
|
2
3
|
import { UserStatusCode } from '../enums';
|
|
3
4
|
import { AccountRole } from '../common';
|
|
4
|
-
import { BaseEntity } from '../base';
|
|
5
5
|
export declare class UserMembership extends BaseEntity {
|
|
6
6
|
name: string;
|
|
7
7
|
email: string;
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
import { UsrAlertsService } from "./services";
|
|
2
|
-
import { UsrDevicesService } from "./services";
|
|
3
|
-
import { UsrEventsService } from "./services";
|
|
4
|
-
import { UsrNetworkService } from "./services";
|
|
5
|
-
import { UsrReportsInstanceService } from "./services";
|
|
6
|
-
import { UsrReportsService } from "./services";
|
|
7
|
-
import { UsrRulesService } from "./services";
|
|
8
1
|
import { SupportStreamAnalyticsConfig } from "./services";
|
|
9
2
|
import { SysAccountsService } from "./services";
|
|
10
3
|
import { SysAuditLogService } from "./services";
|
|
@@ -24,17 +17,17 @@ import { UsrInsightsService } from "./services";
|
|
|
24
17
|
import { UsrIntegrationsService } from "./services";
|
|
25
18
|
import { UsrMembersService } from "./services";
|
|
26
19
|
import { UsrUserService } from "./services";
|
|
20
|
+
import { UsrAlertsService } from "./services";
|
|
21
|
+
import { UsrDevicesService } from "./services";
|
|
22
|
+
import { UsrEventsService } from "./services";
|
|
23
|
+
import { UsrNetworkService } from "./services";
|
|
24
|
+
import { UsrReportsInstanceService } from "./services";
|
|
25
|
+
import { UsrReportsService } from "./services";
|
|
26
|
+
import { UsrRulesService } from "./services";
|
|
27
27
|
export declare class PulseClient {
|
|
28
28
|
private restSvc;
|
|
29
29
|
private axiosInst;
|
|
30
30
|
constructor(apiUrl: string, apiKey?: string, accessToken?: string);
|
|
31
|
-
readonly UsrAlertsService: UsrAlertsService;
|
|
32
|
-
readonly UsrDevicesService: UsrDevicesService;
|
|
33
|
-
readonly UsrEventsService: UsrEventsService;
|
|
34
|
-
readonly UsrNetworkService: UsrNetworkService;
|
|
35
|
-
readonly UsrReportsInstanceService: UsrReportsInstanceService;
|
|
36
|
-
readonly UsrReportsService: UsrReportsService;
|
|
37
|
-
readonly UsrRulesService: UsrRulesService;
|
|
38
31
|
readonly SupportStreamAnalyticsConfig: SupportStreamAnalyticsConfig;
|
|
39
32
|
readonly SysAccountsService: SysAccountsService;
|
|
40
33
|
readonly SysAuditLogService: SysAuditLogService;
|
|
@@ -54,4 +47,11 @@ export declare class PulseClient {
|
|
|
54
47
|
readonly UsrIntegrationsService: UsrIntegrationsService;
|
|
55
48
|
readonly UsrMembersService: UsrMembersService;
|
|
56
49
|
readonly UsrUserService: UsrUserService;
|
|
50
|
+
readonly UsrAlertsService: UsrAlertsService;
|
|
51
|
+
readonly UsrDevicesService: UsrDevicesService;
|
|
52
|
+
readonly UsrEventsService: UsrEventsService;
|
|
53
|
+
readonly UsrNetworkService: UsrNetworkService;
|
|
54
|
+
readonly UsrReportsInstanceService: UsrReportsInstanceService;
|
|
55
|
+
readonly UsrReportsService: UsrReportsService;
|
|
56
|
+
readonly UsrRulesService: UsrRulesService;
|
|
57
57
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { AccountStatusCode } from '../enums';
|
|
3
|
-
import { Image } from '../entities';
|
|
4
|
-
import { AccountReportDTO } from '../entities';
|
|
5
2
|
import { Account } from '../entities';
|
|
6
3
|
import { AccountSettings } from '../entities';
|
|
7
4
|
import { AccountTypeCode } from '../enums';
|
|
5
|
+
import { AccountStatusCode } from '../enums';
|
|
6
|
+
import { Image } from '../entities';
|
|
7
|
+
import { AccountReportDTO } from '../entities';
|
|
8
8
|
export declare class SysAccountsService {
|
|
9
9
|
private apiUrl;
|
|
10
10
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Feature } from '../entities';
|
|
3
2
|
import { FeaturesGroup } from '../entities';
|
|
3
|
+
import { Feature } from '../entities';
|
|
4
4
|
export declare class SysFeaturesService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { InsightQuery } from '../entities';
|
|
3
2
|
import { InsightSpec } from '../entities';
|
|
3
|
+
import { InsightQuery } from '../entities';
|
|
4
4
|
export declare class SysInsightsService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { StringIntValue } from '../common';
|
|
3
2
|
import { ApiKey } from '../entities';
|
|
3
|
+
import { StringIntValue } from '../common';
|
|
4
4
|
export declare class SysKeysService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { MemberRoleCode } from '../enums';
|
|
3
2
|
import { Member } from '../entities';
|
|
3
|
+
import { MemberRoleCode } from '../enums';
|
|
4
4
|
export declare class SysMembersService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { MaliciousIPCard } from '../common';
|
|
3
|
+
import { EventCategoryCode } from '../enums';
|
|
2
4
|
import { AlertWithDevice } from '../entities';
|
|
3
|
-
import {
|
|
5
|
+
import { EventStatusCode } from '../enums';
|
|
6
|
+
import { EventTypeCode } from '../enums';
|
|
7
|
+
import { SeverityTypeCode } from '../enums';
|
|
4
8
|
import { MaliciousIPData } from '../common';
|
|
5
9
|
import { IntDistribution } from '../entities';
|
|
10
|
+
import { DeviceActionCode } from '../enums';
|
|
6
11
|
import { TimeSeriesOf2D } from '../common';
|
|
7
12
|
import { Alert } from '../entities';
|
|
8
|
-
import {
|
|
9
|
-
import { EventStatusCode } from '../enums';
|
|
13
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
10
14
|
import { StringKeyValue } from '../common';
|
|
11
|
-
import { SeverityTypeCode } from '../enums';
|
|
12
|
-
import { EventCategoryCode } from '../enums';
|
|
13
15
|
import { RuleTypeCode } from '../enums';
|
|
14
|
-
import { TimeSeriesOfFloat } from '../common';
|
|
15
|
-
import { MaliciousIPCard } from '../common';
|
|
16
16
|
export declare class UsrAlertsService {
|
|
17
17
|
private apiUrl;
|
|
18
18
|
private rest;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
2
|
import { IntDistribution } from '../entities';
|
|
3
|
+
import { TimeSeriesOfDeviceReport } from '../entities';
|
|
4
|
+
import { DeviceReport } from '../entities';
|
|
3
5
|
import { Device } from '../entities';
|
|
6
|
+
import { SeverityTypeCode } from '../enums';
|
|
7
|
+
import { TimeSeriesOfDataConsumption } from '../common';
|
|
8
|
+
import { DeviceTypeCode } from '../enums';
|
|
4
9
|
import { DeviceStatusCode } from '../enums';
|
|
5
|
-
import {
|
|
10
|
+
import { NetworkMap } from '../common';
|
|
11
|
+
import { DevicesMap } from '../common';
|
|
6
12
|
import { BulkDevices } from '../entities';
|
|
7
|
-
import { SeverityTypeCode } from '../enums';
|
|
8
13
|
import { DeviceActionCode } from '../enums';
|
|
9
|
-
import {
|
|
10
|
-
import { TimeSeriesOfDeviceReport } from '../entities';
|
|
14
|
+
import { NetworkMapTypeCode } from '../enums';
|
|
11
15
|
import { MapBounds } from '../common';
|
|
12
|
-
import { DeviceTypeCode } from '../enums';
|
|
13
16
|
import { DeviceWithEvents } from '../entities';
|
|
14
|
-
import { DeviceReport } from '../entities';
|
|
15
|
-
import { TimeSeriesOfDataConsumption } from '../common';
|
|
16
|
-
import { DevicesMap } from '../common';
|
|
17
17
|
export declare class UsrDevicesService {
|
|
18
18
|
private apiUrl;
|
|
19
19
|
private rest;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import {
|
|
2
|
+
import { EventCategoryCode } from '../enums';
|
|
3
|
+
import { EventStatusCode } from '../enums';
|
|
4
|
+
import { RuleTypeCode } from '../enums';
|
|
3
5
|
import { EventWithDevice } from '../entities';
|
|
4
|
-
import {
|
|
6
|
+
import { TimeSeriesOf2D } from '../common';
|
|
5
7
|
import { TimeSeriesOfFloat } from '../common';
|
|
8
|
+
import { Event } from '../entities';
|
|
9
|
+
import { SeverityTypeCode } from '../enums';
|
|
10
|
+
import { MaliciousIPCard } from '../common';
|
|
6
11
|
import { StringKeyValue } from '../common';
|
|
7
12
|
import { IntDistribution } from '../entities';
|
|
8
|
-
import { TimeSeriesOf2D } from '../common';
|
|
9
|
-
import { MaliciousIPCard } from '../common';
|
|
10
13
|
import { EventTypeCode } from '../enums';
|
|
11
|
-
import {
|
|
12
|
-
import { EventCategoryCode } from '../enums';
|
|
13
|
-
import { EventStatusCode } from '../enums';
|
|
14
|
-
import { RuleTypeCode } from '../enums';
|
|
14
|
+
import { MaliciousIPData } from '../common';
|
|
15
15
|
export declare class UsrEventsService {
|
|
16
16
|
private apiUrl;
|
|
17
17
|
private rest;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import { RestUtil, EntitiesResponse } from '../../utils';
|
|
1
|
+
import { RestUtil, EntityResponse, EntitiesResponse } from '../../utils';
|
|
2
|
+
import { Distribution } from '../entities';
|
|
3
|
+
import { FlowRecord } from '../entities';
|
|
2
4
|
import { UsageRecord } from '../entities';
|
|
3
5
|
import { SessionRecord } from '../entities';
|
|
4
6
|
import { IntDistribution } from '../entities';
|
|
@@ -18,5 +20,13 @@ export declare class UsrNetworkService {
|
|
|
18
20
|
/**
|
|
19
21
|
* Find most common ports by query
|
|
20
22
|
*/
|
|
21
|
-
mostCommonPorts(streamId?: string, deviceId?: string,
|
|
23
|
+
mostCommonPorts(streamId?: string, deviceId?: string, from?: number, to?: number, limit?: number): import("rxjs").Observable<EntitiesResponse<IntDistribution>>;
|
|
24
|
+
/**
|
|
25
|
+
* List most common IPs
|
|
26
|
+
*/
|
|
27
|
+
mostCommonIps(streamId?: string, deviceId?: string, from?: number, to?: number, limit?: number): import("rxjs").Observable<EntityResponse<Distribution>>;
|
|
28
|
+
/**
|
|
29
|
+
* Find list of traffic by query
|
|
30
|
+
*/
|
|
31
|
+
findTraffic(streamId?: string, deviceId?: string, from?: number, to?: number, search?: string, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<FlowRecord>>;
|
|
22
32
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { ReportInstance } from '../entities';
|
|
3
2
|
import { ReportSourceCode } from '../enums';
|
|
3
|
+
import { ReportInstance } from '../entities';
|
|
4
4
|
export declare class UsrReportsInstanceService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { ReportSourceCode } from '../enums';
|
|
3
2
|
import { TimeSeries } from '../common';
|
|
4
3
|
import { GraphSeries } from '../common';
|
|
5
4
|
import { Report } from '../entities';
|
|
5
|
+
import { ReportSourceCode } from '../enums';
|
|
6
6
|
export declare class UsrReportsService {
|
|
7
7
|
private apiUrl;
|
|
8
8
|
private rest;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
3
|
+
import { IntDistribution } from '../entities';
|
|
2
4
|
import { Distribution } from '../entities';
|
|
3
5
|
import { Rule } from '../entities';
|
|
4
6
|
import { SeverityTypeCode } from '../enums';
|
|
5
7
|
import { RuleActivityStatusCode } from '../enums';
|
|
6
8
|
import { EventTypeCode } from '../enums';
|
|
7
|
-
import { TimeSeriesOfFloat } from '../common';
|
|
8
|
-
import { IntDistribution } from '../entities';
|
|
9
9
|
export declare class UsrRulesService {
|
|
10
10
|
private apiUrl;
|
|
11
11
|
private rest;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { User } from '../entities';
|
|
3
|
+
import { Image } from '../entities';
|
|
2
4
|
import { Feature } from '../entities';
|
|
3
5
|
import { Stream } from '../entities';
|
|
4
|
-
import {
|
|
6
|
+
import { UserMemberships } from '../entities';
|
|
5
7
|
import { ConfigParam } from '../entities';
|
|
6
8
|
import { LoginParams } from '../common';
|
|
7
|
-
import {
|
|
9
|
+
import { FeatureCode } from '../enums';
|
|
8
10
|
import { AccountDTO } from '../entities';
|
|
9
|
-
import { Image } from '../entities';
|
|
10
|
-
import { UserMemberships } from '../entities';
|
|
11
11
|
export declare class UsrUserService {
|
|
12
12
|
private apiUrl;
|
|
13
13
|
private rest;
|