Globus SDK for JavaScript
Preparing search index...
@globus/sdk
transfer
tunnel
getEventList
Function getEventList
getEventList
(
tunnel_uuid
:
string
,
options
?:
{
payload
?:
undefined
;
query
?:
{
code_name
?:
string
|
null
;
is_error
?:
boolean
|
null
}
;
}
&
{
headers
?:
Headers
;
query
?:
{
[
key
:
string
]:
|
string
|
number
|
boolean
|
(
string
|
number
|
null
|
undefined
)
[]
|
null
|
undefined
;
}
;
}
,
sdkOptions
?:
SDKOptions
,
)
:
Promise
<
JSONFetchResponse
<
{
data
:
{
attributes
:
|
{
code
:
string
;
description
:
string
;
details
:
string
;
is_error
:
boolean
;
time
:
string
;
}
|
null
;
id
?:
number
;
type
:
"TunnelEvent"
;
}
[]
;
links
?:
{
next
:
string
}
|
null
;
meta
:
{
request_id
:
string
}
;
}
,
>
,
>
Get all events for a given tunnel.
Parameters
tunnel_uuid
:
string
Optional
options
:
{
payload
?:
undefined
;
query
?:
{
code_name
?:
string
|
null
;
is_error
?:
boolean
|
null
}
;
}
&
{
headers
?:
Headers
;
query
?:
{
[
key
:
string
]:
|
string
|
number
|
boolean
|
(
string
|
number
|
null
|
undefined
)
[]
|
null
|
undefined
;
}
;
}
Optional
sdkOptions
:
SDKOptions
Returns
Promise
<
JSONFetchResponse
<
{
data
:
{
attributes
:
|
{
code
:
string
;
description
:
string
;
details
:
string
;
is_error
:
boolean
;
time
:
string
;
}
|
null
;
id
?:
number
;
type
:
"TunnelEvent"
;
}
[]
;
links
?:
{
next
:
string
}
|
null
;
meta
:
{
request_id
:
string
}
;
}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Globus SDK for JavaScript
Loading...
Get all events for a given tunnel.