Search
Preparing search index...
The search index is not available
@sentinel-one/management-node-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
DeepVisibilityV2
Class DeepVisibilityV2
Hierarchy
EntityBaseClass
DeepVisibilityV2
Implements
BaseClass
Index
Constructors
constructor
Properties
api
Call
end
Points
entity
Name
query
Utils
Methods
Pulling
Status
cancel
Running
Query
count
ByType
create
Query
end
Pulling
error
Handler
get
get
All
Events
get
Available
Actions
get
Distinct
Fields
Data
get
Event
Types
get
Events
ByType
get
Query
Status
get
Recent
Queries
is
Time
Out
keep
Pulling
make
Api
Call
prepare
Api
Url
Queries
pull
Query
State
set
Pulling
Interval
Constructors
constructor
new
Deep
Visibility
V2
(
apiCall
:
ApiCall
)
:
DeepVisibilityV2
Parameters
apiCall:
ApiCall
Returns
DeepVisibilityV2
Properties
Private
api
Call
api
Call
:
ApiCall
end
Points
end
Points
:
any
entity
Name
entity
Name
:
string
query
Utils
query
Utils
:
BaseDV2Query
= new BaseDV2Query()
Methods
Private
Pulling
Status
Pulling
Status
(
responseState
:
Dv2RespondStateTypes
, queryId
:
string
, interval
:
any
, timePeriod
:
number
, callBack
:
any
)
:
Promise
<
any
>
Parameters
responseState:
Dv2RespondStateTypes
queryId:
string
interval:
any
timePeriod:
number
callBack:
any
Returns
Promise
<
any
>
cancel
Running
Query
cancel
Running
Query
(
queryId
:
string
, siteIds
:
string
[]
)
:
Promise
<
SDKRespond
>
Parameters
queryId:
string
Optional
siteIds:
string
[]
Returns
Promise
<
SDKRespond
>
count
ByType
count
ByType
(
queryId
:
string
)
:
Promise
<
SDKRespond
>
Parameters
queryId:
string
Returns
Promise
<
SDKRespond
>
create
Query
create
Query
(
data
:
DeepVisibilityV2CreateQuery
)
:
Promise
<
SDKRespond
>
Parameters
data:
DeepVisibilityV2CreateQuery
Returns
Promise
<
SDKRespond
>
Private
end
Pulling
end
Pulling
(
interval
:
any
, resultDueTo
:
string
)
:
Promise
<
string
|
any
[]
|
CustomErrorEntity
>
Parameters
interval:
any
resultDueTo:
string
Returns
Promise
<
string
|
any
[]
|
CustomErrorEntity
>
Protected
error
Handler
error
Handler
(
reqMethode
:
HttpMethod
, endpointName
:
any
, error
:
any
)
:
GetEntityError
|
CreateEntityError
|
UpdateEntityError
|
DeleteEntityError
Parameters
reqMethode:
HttpMethod
endpointName:
any
error:
any
Returns
GetEntityError
|
CreateEntityError
|
UpdateEntityError
|
DeleteEntityError
: GetEntityError | CreateEntityError | UpdateEntityError | DeleteEntityError
get
get
(
queryId
:
string
)
:
Promise
<
SDKRespond
>
Parameters
queryId:
string
Returns
Promise
<
SDKRespond
>
get
All
Events
get
All
Events
(
data
:
DeepVisibilityV2GetEventsRequest
, interval
:
number
)
:
Promise
<
SDKRespond
>
Parameters
data:
DeepVisibilityV2GetEventsRequest
interval:
number
Returns
Promise
<
SDKRespond
>
get
Available
Actions
get
Available
Actions
(
data
:
BaseDeepVisibilityV2Request
)
:
Promise
<
SDKRespond
>
Parameters
data:
BaseDeepVisibilityV2Request
Returns
Promise
<
SDKRespond
>
get
Distinct
Fields
Data
get
Distinct
Fields
Data
(
data
:
BaseDeepVisibilityV2Request
)
:
Promise
<
SDKRespond
>
Parameters
data:
BaseDeepVisibilityV2Request
Returns
Promise
<
SDKRespond
>
get
Event
Types
get
Event
Types
(
queryId
:
string
, siteIds
:
string
[]
)
:
Promise
<
SDKRespond
>
Parameters
queryId:
string
Optional
siteIds:
string
[]
Returns
Promise
<
SDKRespond
>
get
Events
ByType
get
Events
ByType
(
eventType
:
dv2EventType
, data
:
DeepVisibilityV2GetEventsRequest
)
:
Promise
<
SDKRespond
>
Parameters
eventType:
dv2EventType
data:
DeepVisibilityV2GetEventsRequest
Returns
Promise
<
SDKRespond
>
get
Query
Status
get
Query
Status
(
queryId
:
string
, siteIds
:
string
[]
)
:
Promise
<
SDKRespond
>
Parameters
queryId:
string
Optional
siteIds:
string
[]
Returns
Promise
<
SDKRespond
>
get
Recent
Queries
get
Recent
Queries
(
data
:
BaseDeepVisibilityV2Request
)
:
Promise
<
SDKRespond
>
Parameters
data:
BaseDeepVisibilityV2Request
Returns
Promise
<
SDKRespond
>
Private
is
Time
Out
is
Time
Out
(
passedTime
:
any
, startTime
:
any
, maxTime
:
any
, interval
:
any
)
:
boolean
Parameters
passedTime:
any
startTime:
any
maxTime:
any
interval:
any
Returns
boolean
Private
keep
Pulling
keep
Pulling
(
startTime
:
any
, eventCought
:
any
, MAX_TIME_OUT
:
any
, interval
:
any
)
:
any
Parameters
startTime:
any
eventCought:
any
MAX_TIME_OUT:
any
interval:
any
Returns
any
make
Api
Call
make
Api
Call
(
endpointName
:
string
, data
:
any
)
:
Promise
<
SDKRespond
>
Parameters
endpointName:
string
Optional
data:
any
Returns
Promise
<
SDKRespond
>
Protected
prepare
Api
Url
Queries
prepare
Api
Url
Queries
(
data
:
any
[]
)
:
ApiUrlQueries
Parameters
data:
any
[]
Returns
ApiUrlQueries
pull
Query
State
pull
Query
State
(
queryId
:
string
, timePeriod
:
number
, callBack
:
any
)
:
Promise
<
SDKRespond
>
Parameters
queryId:
string
timePeriod:
number
Optional
callBack:
any
Returns
Promise
<
SDKRespond
>
Private
set
Pulling
Interval
set
Pulling
Interval
(
queryId
:
string
, timePeriod
:
number
, callBack
:
any
, execGetAllEvents
?:
boolean
)
:
Promise
<
any
>
Parameters
queryId:
string
timePeriod:
number
callBack:
any
Default value
execGetAllEvents:
boolean
= true
Returns
Promise
<
any
>
Globals
Deep
Visibility
V2
constructor
api
Call
end
Points
entity
Name
query
Utils
Pulling
Status
cancel
Running
Query
count
ByType
create
Query
end
Pulling
error
Handler
get
get
All
Events
get
Available
Actions
get
Distinct
Fields
Data
get
Event
Types
get
Events
ByType
get
Query
Status
get
Recent
Queries
is
Time
Out
keep
Pulling
make
Api
Call
prepare
Api
Url
Queries
pull
Query
State
set
Pulling
Interval
Generated using
TypeDoc