Globus SDK for JavaScript
Preparing search index...
@globus/sdk
transfer
tunnel
getAll
Function getAll
getAll
(
options
?:
{
payload
?:
undefined
;
query
?:
undefined
}
&
BaseServiceMethodOptions
,
sdkOptions
?:
SDKOptions
,
)
:
Promise
<
JSONFetchResponse
<
{
data
:
{
attributes
:
{
created_time
?:
string
|
null
;
initiator_ip_address
?:
string
|
null
;
initiator_port
?:
number
|
null
;
label
?:
string
|
null
;
lifetime_mins
:
number
;
listener_ip_address
?:
string
|
null
;
listener_port
?:
number
|
null
;
restartable
:
boolean
;
state
:
string
;
status
:
string
;
submission_id
:
string
;
}
;
id
?:
string
;
relationships
?:
{
initiator
:
{
data
?:
{
id
?:
(...)
|
(...)
;
type
:
"StreamAccessPoint"
}
|
null
;
}
;
listener
:
{
data
?:
{
id
?:
(...)
|
(...)
;
type
:
"StreamAccessPoint"
}
|
null
;
}
;
owner
?:
{
data
?:
{
id
?:
...
;
type
:
...
}
|
null
}
|
null
;
}
;
type
:
"Tunnel"
;
}
[]
;
links
?:
{
next
:
string
}
|
null
;
meta
:
{
request_id
:
string
}
;
}
,
>
,
>
Get a list of tunnels.
Parameters
Optional
options
:
{
payload
?:
undefined
;
query
?:
undefined
}
&
BaseServiceMethodOptions
Optional
sdkOptions
:
SDKOptions
Returns
Promise
<
JSONFetchResponse
<
{
data
:
{
attributes
:
{
created_time
?:
string
|
null
;
initiator_ip_address
?:
string
|
null
;
initiator_port
?:
number
|
null
;
label
?:
string
|
null
;
lifetime_mins
:
number
;
listener_ip_address
?:
string
|
null
;
listener_port
?:
number
|
null
;
restartable
:
boolean
;
state
:
string
;
status
:
string
;
submission_id
:
string
;
}
;
id
?:
string
;
relationships
?:
{
initiator
:
{
data
?:
{
id
?:
(...)
|
(...)
;
type
:
"StreamAccessPoint"
}
|
null
;
}
;
listener
:
{
data
?:
{
id
?:
(...)
|
(...)
;
type
:
"StreamAccessPoint"
}
|
null
;
}
;
owner
?:
{
data
?:
{
id
?:
...
;
type
:
...
}
|
null
}
|
null
;
}
;
type
:
"Tunnel"
;
}
[]
;
links
?:
{
next
:
string
}
|
null
;
meta
:
{
request_id
:
string
}
;
}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Globus SDK for JavaScript
Loading...
Get a list of tunnels.