Globus SDK for JavaScript
Preparing search index...
@globus/sdk
transfer
streamAccessPoint
get
Function get
get
(
stream_access_point_uuid
:
string
,
options
?:
{
payload
?:
undefined
;
query
?:
undefined
}
&
{
headers
?:
Headers
;
query
?:
{
[
key
:
string
]:
|
string
|
number
|
boolean
|
(
string
|
number
|
null
|
undefined
)
[]
|
null
|
undefined
;
}
;
}
,
sdkOptions
?:
SDKOptions
,
)
:
Promise
<
JSONFetchResponse
<
{
data
:
{
attributes
:
{
advertised_owner
?:
string
|
null
;
contact_email
?:
string
|
null
;
contact_info
?:
string
|
null
;
department
?:
string
|
null
;
description
?:
string
|
null
;
display_name
:
string
;
info_link
?:
string
|
null
;
keywords
?:
string
|
null
;
organization
?:
string
|
null
;
tlsftp_server
:
string
;
}
;
id
?:
string
;
relationships
:
{
host_endpoint
:
{
data
?:
{
id
?:
string
|
null
;
type
:
string
}
|
null
;
}
;
}
;
type
:
"StreamAccessPoint"
;
}
;
meta
:
{
request_id
:
string
}
;
}
,
>
,
>
Fetch a stream-access-point by its UUID.
Parameters
stream_access_point_uuid
:
string
Optional
options
:
{
payload
?:
undefined
;
query
?:
undefined
}
&
{
headers
?:
Headers
;
query
?:
{
[
key
:
string
]:
|
string
|
number
|
boolean
|
(
string
|
number
|
null
|
undefined
)
[]
|
null
|
undefined
;
}
;
}
Optional
sdkOptions
:
SDKOptions
Returns
Promise
<
JSONFetchResponse
<
{
data
:
{
attributes
:
{
advertised_owner
?:
string
|
null
;
contact_email
?:
string
|
null
;
contact_info
?:
string
|
null
;
department
?:
string
|
null
;
description
?:
string
|
null
;
display_name
:
string
;
info_link
?:
string
|
null
;
keywords
?:
string
|
null
;
organization
?:
string
|
null
;
tlsftp_server
:
string
;
}
;
id
?:
string
;
relationships
:
{
host_endpoint
:
{
data
?:
{
id
?:
string
|
null
;
type
:
string
}
|
null
;
}
;
}
;
type
:
"StreamAccessPoint"
;
}
;
meta
:
{
request_id
:
string
}
;
}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Globus SDK for JavaScript
Loading...
Fetch a stream-access-point by its UUID.