@globus/sdk 6.0.1 → 6.2.0
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/core/authorization/index.js +1 -1
- package/dist/cjs/core/authorization/index.js.map +1 -1
- package/dist/cjs/core/info/index.js +1 -1
- package/dist/cjs/core/info/index.js.map +1 -1
- package/dist/cjs/index.js +332 -143
- package/dist/cjs/index.js.map +4 -4
- package/dist/cjs/services/globus-connect-server/client.js +1 -1
- package/dist/cjs/services/globus-connect-server/client.js.map +1 -1
- package/dist/esm/core/info/version.d.ts +1 -1
- package/dist/esm/core/info/version.js +1 -1
- package/dist/esm/open-api/types/compute.d.ts +370 -90
- package/dist/esm/open-api/types/compute.d.ts.map +1 -1
- package/dist/esm/open-api/types/flows.d.ts +210 -262
- package/dist/esm/open-api/types/flows.d.ts.map +1 -1
- package/dist/esm/open-api/types/gcs/v5.4.d.ts +2536 -2276
- package/dist/esm/open-api/types/gcs/v5.4.d.ts.map +1 -1
- package/dist/esm/open-api/types/search.d.ts +104 -64
- package/dist/esm/open-api/types/search.d.ts.map +1 -1
- package/dist/esm/open-api/types/timers.d.ts +17 -7
- package/dist/esm/open-api/types/timers.d.ts.map +1 -1
- package/dist/esm/open-api/types/transfer.d.ts +796 -0
- package/dist/esm/open-api/types/transfer.d.ts.map +1 -0
- package/dist/esm/open-api/types/transfer.js +2 -0
- package/dist/esm/open-api/types/transfer.js.map +1 -0
- package/dist/esm/package.json +1 -1
- package/dist/esm/services/compute/index.d.ts +1 -1
- package/dist/esm/services/compute/index.js +1 -1
- package/dist/esm/services/globus-connect-server/client.d.ts +4 -4
- package/dist/esm/services/globus-connect-server/client.d.ts.map +1 -1
- package/dist/esm/services/groups/service/groups.d.ts +38 -0
- package/dist/esm/services/groups/service/groups.d.ts.map +1 -1
- package/dist/esm/services/groups/service/groups.js +53 -5
- package/dist/esm/services/groups/service/groups.js.map +1 -1
- package/dist/esm/services/groups/service/membership.d.ts +1 -0
- package/dist/esm/services/groups/service/membership.d.ts.map +1 -1
- package/dist/esm/services/groups/service/membership.js +3 -4
- package/dist/esm/services/groups/service/membership.js.map +1 -1
- package/dist/esm/services/groups/service/policies.d.ts +12 -0
- package/dist/esm/services/groups/service/policies.d.ts.map +1 -1
- package/dist/esm/services/groups/service/policies.js +17 -3
- package/dist/esm/services/groups/service/policies.js.map +1 -1
- package/dist/esm/services/search/service/query.d.ts +15 -22
- package/dist/esm/services/search/service/query.d.ts.map +1 -1
- package/dist/esm/services/search/service/query.js.map +1 -1
- package/dist/esm/services/transfer/index.d.ts +2 -0
- package/dist/esm/services/transfer/index.d.ts.map +1 -1
- package/dist/esm/services/transfer/index.js +2 -0
- package/dist/esm/services/transfer/index.js.map +1 -1
- package/dist/esm/services/transfer/service/endpoint-search.d.ts +5 -3
- package/dist/esm/services/transfer/service/endpoint-search.d.ts.map +1 -1
- package/dist/esm/services/transfer/service/endpoint-search.js.map +1 -1
- package/dist/esm/services/transfer/service/stream-access-point.d.ts +23 -0
- package/dist/esm/services/transfer/service/stream-access-point.d.ts.map +1 -0
- package/dist/esm/services/transfer/service/stream-access-point.js +26 -0
- package/dist/esm/services/transfer/service/stream-access-point.js.map +1 -0
- package/dist/esm/services/transfer/service/tunnel.d.ts +75 -0
- package/dist/esm/services/transfer/service/tunnel.d.ts.map +1 -0
- package/dist/esm/services/transfer/service/tunnel.js +80 -0
- package/dist/esm/services/transfer/service/tunnel.js.map +1 -0
- package/dist/umd/globus.production.js +2 -2
- package/dist/umd/globus.production.js.map +4 -4
- package/package.json +2 -2
|
@@ -0,0 +1,796 @@
|
|
|
1
|
+
export interface paths {
|
|
2
|
+
"/stream_access_points": {
|
|
3
|
+
parameters: {
|
|
4
|
+
query?: never;
|
|
5
|
+
header?: never;
|
|
6
|
+
path?: never;
|
|
7
|
+
cookie?: never;
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* Stream Access Points List
|
|
11
|
+
* @description Get a list of all stream access points
|
|
12
|
+
*/
|
|
13
|
+
get: operations["stream_access_points_list_stream_access_points_get"];
|
|
14
|
+
put?: never;
|
|
15
|
+
post?: never;
|
|
16
|
+
delete?: never;
|
|
17
|
+
options?: never;
|
|
18
|
+
head?: never;
|
|
19
|
+
patch?: never;
|
|
20
|
+
trace?: never;
|
|
21
|
+
};
|
|
22
|
+
"/stream_access_points/{stream_access_point_uuid}": {
|
|
23
|
+
parameters: {
|
|
24
|
+
query?: never;
|
|
25
|
+
header?: never;
|
|
26
|
+
path?: never;
|
|
27
|
+
cookie?: never;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Stream Access Points Get
|
|
31
|
+
* @description Get a stream access point by UUID
|
|
32
|
+
*/
|
|
33
|
+
get: operations["stream_access_points_get_stream_access_points__stream_access_point_uuid__get"];
|
|
34
|
+
put?: never;
|
|
35
|
+
post?: never;
|
|
36
|
+
delete?: never;
|
|
37
|
+
options?: never;
|
|
38
|
+
head?: never;
|
|
39
|
+
patch?: never;
|
|
40
|
+
trace?: never;
|
|
41
|
+
};
|
|
42
|
+
"/tunnels": {
|
|
43
|
+
parameters: {
|
|
44
|
+
query?: never;
|
|
45
|
+
header?: never;
|
|
46
|
+
path?: never;
|
|
47
|
+
cookie?: never;
|
|
48
|
+
};
|
|
49
|
+
/** Tunnels List */
|
|
50
|
+
get: operations["tunnels_list_tunnels_get"];
|
|
51
|
+
put?: never;
|
|
52
|
+
/** Tunnels Post */
|
|
53
|
+
post: operations["tunnels_post_tunnels_post"];
|
|
54
|
+
delete?: never;
|
|
55
|
+
options?: never;
|
|
56
|
+
head?: never;
|
|
57
|
+
patch?: never;
|
|
58
|
+
trace?: never;
|
|
59
|
+
};
|
|
60
|
+
"/tunnels/{tunnel_uuid}": {
|
|
61
|
+
parameters: {
|
|
62
|
+
query?: never;
|
|
63
|
+
header?: never;
|
|
64
|
+
path?: never;
|
|
65
|
+
cookie?: never;
|
|
66
|
+
};
|
|
67
|
+
/** Tunnels Get */
|
|
68
|
+
get: operations["tunnels_get_tunnels__tunnel_uuid__get"];
|
|
69
|
+
put?: never;
|
|
70
|
+
post?: never;
|
|
71
|
+
/** Tunnels Delete */
|
|
72
|
+
delete: operations["tunnels_delete_tunnels__tunnel_uuid__delete"];
|
|
73
|
+
options?: never;
|
|
74
|
+
head?: never;
|
|
75
|
+
/** Tunnels Patch */
|
|
76
|
+
patch: operations["tunnels_patch_tunnels__tunnel_uuid__patch"];
|
|
77
|
+
trace?: never;
|
|
78
|
+
};
|
|
79
|
+
"/tunnels/{tunnel_uuid}/events": {
|
|
80
|
+
parameters: {
|
|
81
|
+
query?: never;
|
|
82
|
+
header?: never;
|
|
83
|
+
path?: never;
|
|
84
|
+
cookie?: never;
|
|
85
|
+
};
|
|
86
|
+
/**
|
|
87
|
+
* Get Tunnel Events By Tunnel Uuid
|
|
88
|
+
* @description Return events associated with a particular tunnel.
|
|
89
|
+
* Filter events with the code or is_error query params.
|
|
90
|
+
*/
|
|
91
|
+
get: operations["get_tunnel_events_by_tunnel_uuid_tunnels__tunnel_uuid__events_get"];
|
|
92
|
+
put?: never;
|
|
93
|
+
post?: never;
|
|
94
|
+
delete?: never;
|
|
95
|
+
options?: never;
|
|
96
|
+
head?: never;
|
|
97
|
+
patch?: never;
|
|
98
|
+
trace?: never;
|
|
99
|
+
};
|
|
100
|
+
}
|
|
101
|
+
export type webhooks = Record<string, never>;
|
|
102
|
+
export interface components {
|
|
103
|
+
schemas: {
|
|
104
|
+
/** EndpointDataRelationship */
|
|
105
|
+
EndpointDataRelationship: {
|
|
106
|
+
data?: components["schemas"]["EndpointResourceIdentifier"] | null;
|
|
107
|
+
};
|
|
108
|
+
/** EndpointResourceIdentifier */
|
|
109
|
+
EndpointResourceIdentifier: {
|
|
110
|
+
/**
|
|
111
|
+
* Type
|
|
112
|
+
* @default Endpoint
|
|
113
|
+
*/
|
|
114
|
+
type: string;
|
|
115
|
+
/**
|
|
116
|
+
* Id
|
|
117
|
+
* @description Unique identifier for Globus Connect Server endpoint
|
|
118
|
+
*/
|
|
119
|
+
id?: string | null;
|
|
120
|
+
};
|
|
121
|
+
/** HTTPValidationError */
|
|
122
|
+
HTTPValidationError: {
|
|
123
|
+
/** Detail */
|
|
124
|
+
detail?: components["schemas"]["ValidationError"][];
|
|
125
|
+
};
|
|
126
|
+
/** IdentityDataRelationship */
|
|
127
|
+
IdentityDataRelationship: {
|
|
128
|
+
data?: components["schemas"]["IdentityResourceIdentifier"] | null;
|
|
129
|
+
};
|
|
130
|
+
/** IdentityResourceIdentifier */
|
|
131
|
+
IdentityResourceIdentifier: {
|
|
132
|
+
/**
|
|
133
|
+
* Type
|
|
134
|
+
* @default Identity
|
|
135
|
+
*/
|
|
136
|
+
type: string;
|
|
137
|
+
/**
|
|
138
|
+
* Id
|
|
139
|
+
* @description Unique identifier for a Globus Auth identity
|
|
140
|
+
*/
|
|
141
|
+
id?: string | null;
|
|
142
|
+
};
|
|
143
|
+
/** JsonAPIPaginationLinks */
|
|
144
|
+
JsonAPIPaginationLinks: {
|
|
145
|
+
/** Next */
|
|
146
|
+
next: string;
|
|
147
|
+
};
|
|
148
|
+
/** JsonApiAbstractResourceIdentifier */
|
|
149
|
+
JsonApiAbstractResourceIdentifier: {
|
|
150
|
+
/** Type */
|
|
151
|
+
type: string;
|
|
152
|
+
/** Id */
|
|
153
|
+
id?: string | null;
|
|
154
|
+
};
|
|
155
|
+
/** JsonApiAbstractResourceResponseTopLevel */
|
|
156
|
+
JsonApiAbstractResourceResponseTopLevel: {
|
|
157
|
+
data?: components["schemas"]["JsonApiAbstractResourceIdentifier"] | null;
|
|
158
|
+
meta: components["schemas"]["JsonApiTopLevelMetaInformation"];
|
|
159
|
+
};
|
|
160
|
+
/** JsonApiTopLevelMetaInformation */
|
|
161
|
+
JsonApiTopLevelMetaInformation: {
|
|
162
|
+
/** Request Id */
|
|
163
|
+
request_id: string;
|
|
164
|
+
};
|
|
165
|
+
/** StreamAccessPointAttributes */
|
|
166
|
+
StreamAccessPointAttributes: {
|
|
167
|
+
/**
|
|
168
|
+
* Display Name
|
|
169
|
+
* @description Friendly name to show in stream access point listings
|
|
170
|
+
*/
|
|
171
|
+
display_name: string;
|
|
172
|
+
/**
|
|
173
|
+
* Tlsftp Server
|
|
174
|
+
* @description URL for the tlsftp server used for tunnel access; must begin with tlsftp and end with a port number
|
|
175
|
+
*/
|
|
176
|
+
tlsftp_server: string;
|
|
177
|
+
/**
|
|
178
|
+
* Advertised Owner
|
|
179
|
+
* @description Globus Auth username for the advertised owner identity
|
|
180
|
+
*/
|
|
181
|
+
advertised_owner?: string | null;
|
|
182
|
+
/**
|
|
183
|
+
* Contact Email
|
|
184
|
+
* @description Stream access point support contact email address
|
|
185
|
+
*/
|
|
186
|
+
contact_email?: string | null;
|
|
187
|
+
/**
|
|
188
|
+
* Contact Info
|
|
189
|
+
* @description Other non-email contact information for the stream access point, e.g. phone and mailing address
|
|
190
|
+
*/
|
|
191
|
+
contact_info?: string | null;
|
|
192
|
+
/**
|
|
193
|
+
* Department
|
|
194
|
+
* @description Department which operates the stream access point
|
|
195
|
+
*/
|
|
196
|
+
department?: string | null;
|
|
197
|
+
/**
|
|
198
|
+
* Description
|
|
199
|
+
* @description Description of the stream access point
|
|
200
|
+
*/
|
|
201
|
+
description?: string | null;
|
|
202
|
+
/**
|
|
203
|
+
* Info Link
|
|
204
|
+
* @description Link to a web page about the stream access point
|
|
205
|
+
*/
|
|
206
|
+
info_link?: string | null;
|
|
207
|
+
/**
|
|
208
|
+
* Keywords
|
|
209
|
+
* @description Comma-separated list of keywords for searching
|
|
210
|
+
*/
|
|
211
|
+
keywords?: string | null;
|
|
212
|
+
/**
|
|
213
|
+
* Organization
|
|
214
|
+
* @description Organization which operates the stream access point
|
|
215
|
+
*/
|
|
216
|
+
organization?: string | null;
|
|
217
|
+
};
|
|
218
|
+
/** StreamAccessPointDataRelationship */
|
|
219
|
+
StreamAccessPointDataRelationship: {
|
|
220
|
+
data?: components["schemas"]["StreamAccessPointResourceIdentifier"] | null;
|
|
221
|
+
};
|
|
222
|
+
/** StreamAccessPointListingTopLevel */
|
|
223
|
+
StreamAccessPointListingTopLevel: {
|
|
224
|
+
/** Data */
|
|
225
|
+
data: components["schemas"]["StreamAccessPointResponseResource"][];
|
|
226
|
+
links?: components["schemas"]["JsonAPIPaginationLinks"] | null;
|
|
227
|
+
meta: components["schemas"]["JsonApiTopLevelMetaInformation"];
|
|
228
|
+
};
|
|
229
|
+
/** StreamAccessPointResourceIdentifier */
|
|
230
|
+
StreamAccessPointResourceIdentifier: {
|
|
231
|
+
/**
|
|
232
|
+
* Type
|
|
233
|
+
* @default StreamAccessPoint
|
|
234
|
+
* @constant
|
|
235
|
+
*/
|
|
236
|
+
type: "StreamAccessPoint";
|
|
237
|
+
/**
|
|
238
|
+
* Id
|
|
239
|
+
* Format: uuid
|
|
240
|
+
* @description Unique identifier of the stream access point
|
|
241
|
+
*/
|
|
242
|
+
id?: string;
|
|
243
|
+
};
|
|
244
|
+
/** StreamAccessPointResponseRelationships */
|
|
245
|
+
StreamAccessPointResponseRelationships: {
|
|
246
|
+
/** @description Globus Connect Server endpoint that hosts the stream access point */
|
|
247
|
+
host_endpoint: components["schemas"]["EndpointDataRelationship"];
|
|
248
|
+
};
|
|
249
|
+
/** StreamAccessPointResponseResource */
|
|
250
|
+
StreamAccessPointResponseResource: {
|
|
251
|
+
/**
|
|
252
|
+
* Type
|
|
253
|
+
* @default StreamAccessPoint
|
|
254
|
+
* @constant
|
|
255
|
+
*/
|
|
256
|
+
type: "StreamAccessPoint";
|
|
257
|
+
/**
|
|
258
|
+
* Id
|
|
259
|
+
* Format: uuid
|
|
260
|
+
* @description Unique identifier of the stream access point
|
|
261
|
+
*/
|
|
262
|
+
id?: string;
|
|
263
|
+
/** @description Attributes belonging to a stream access point */
|
|
264
|
+
attributes: components["schemas"]["StreamAccessPointAttributes"];
|
|
265
|
+
/** @description Entities related to a stream access point */
|
|
266
|
+
relationships: components["schemas"]["StreamAccessPointResponseRelationships"];
|
|
267
|
+
};
|
|
268
|
+
/** StreamAccessPointResponseTopLevel */
|
|
269
|
+
StreamAccessPointResponseTopLevel: {
|
|
270
|
+
data: components["schemas"]["StreamAccessPointResponseResource"];
|
|
271
|
+
meta: components["schemas"]["JsonApiTopLevelMetaInformation"];
|
|
272
|
+
};
|
|
273
|
+
/** TunnelEventAttributes */
|
|
274
|
+
TunnelEventAttributes: {
|
|
275
|
+
/**
|
|
276
|
+
* Code
|
|
277
|
+
* @description Code categorizing the type of event
|
|
278
|
+
*/
|
|
279
|
+
code: string;
|
|
280
|
+
/**
|
|
281
|
+
* Is Error
|
|
282
|
+
* @description Whether the event is an occurrence of an error
|
|
283
|
+
*/
|
|
284
|
+
is_error: boolean;
|
|
285
|
+
/**
|
|
286
|
+
* Description
|
|
287
|
+
* @description Friendly description of event
|
|
288
|
+
*/
|
|
289
|
+
description: string;
|
|
290
|
+
/**
|
|
291
|
+
* Details
|
|
292
|
+
* @description More extensive information about the event
|
|
293
|
+
*/
|
|
294
|
+
details: string;
|
|
295
|
+
/**
|
|
296
|
+
* Time
|
|
297
|
+
* Format: date-time
|
|
298
|
+
* @description When the event occurred
|
|
299
|
+
*/
|
|
300
|
+
time: string;
|
|
301
|
+
};
|
|
302
|
+
/** TunnelEventListingTopLevel */
|
|
303
|
+
TunnelEventListingTopLevel: {
|
|
304
|
+
/** Data */
|
|
305
|
+
data: components["schemas"]["TunnelEventResponseResource"][];
|
|
306
|
+
links?: components["schemas"]["JsonAPIPaginationLinks"] | null;
|
|
307
|
+
meta: components["schemas"]["JsonApiTopLevelMetaInformation"];
|
|
308
|
+
};
|
|
309
|
+
/** TunnelEventResponseResource */
|
|
310
|
+
TunnelEventResponseResource: {
|
|
311
|
+
/**
|
|
312
|
+
* Type
|
|
313
|
+
* @default TunnelEvent
|
|
314
|
+
* @constant
|
|
315
|
+
*/
|
|
316
|
+
type: "TunnelEvent";
|
|
317
|
+
/**
|
|
318
|
+
* Id
|
|
319
|
+
* @description Unique identifier of the event
|
|
320
|
+
*/
|
|
321
|
+
id?: number;
|
|
322
|
+
/** @description Attributes of the event */
|
|
323
|
+
attributes: components["schemas"]["TunnelEventAttributes"] | null;
|
|
324
|
+
};
|
|
325
|
+
/** TunnelListingTopLevel */
|
|
326
|
+
TunnelListingTopLevel: {
|
|
327
|
+
/** Data */
|
|
328
|
+
data: components["schemas"]["TunnelResponseResource"][];
|
|
329
|
+
links?: components["schemas"]["JsonAPIPaginationLinks"] | null;
|
|
330
|
+
meta: components["schemas"]["JsonApiTopLevelMetaInformation"];
|
|
331
|
+
};
|
|
332
|
+
/** TunnelPatchAttributes */
|
|
333
|
+
TunnelPatchAttributes: {
|
|
334
|
+
/**
|
|
335
|
+
* Label
|
|
336
|
+
* @description Updatable friendly identifier for the tunnel
|
|
337
|
+
*/
|
|
338
|
+
label?: string | null;
|
|
339
|
+
/**
|
|
340
|
+
* Listener Ip Address
|
|
341
|
+
* @description IP address of listening LAN contact
|
|
342
|
+
*/
|
|
343
|
+
listener_ip_address?: string | null;
|
|
344
|
+
/**
|
|
345
|
+
* Listener Port
|
|
346
|
+
* @description Port number of listening LAN contact
|
|
347
|
+
*/
|
|
348
|
+
listener_port?: number | null;
|
|
349
|
+
/**
|
|
350
|
+
* State
|
|
351
|
+
* @description Short description of tunnel state
|
|
352
|
+
*/
|
|
353
|
+
state?: "STOPPING" | null;
|
|
354
|
+
};
|
|
355
|
+
/** TunnelPatchResource */
|
|
356
|
+
TunnelPatchResource: {
|
|
357
|
+
/**
|
|
358
|
+
* Type
|
|
359
|
+
* @default Tunnel
|
|
360
|
+
* @constant
|
|
361
|
+
*/
|
|
362
|
+
type: "Tunnel";
|
|
363
|
+
/** @description Attributes settable on a tunnel update */
|
|
364
|
+
attributes: components["schemas"]["TunnelPatchAttributes"];
|
|
365
|
+
};
|
|
366
|
+
/** TunnelPatchTopLevel */
|
|
367
|
+
TunnelPatchTopLevel: {
|
|
368
|
+
data: components["schemas"]["TunnelPatchResource"];
|
|
369
|
+
};
|
|
370
|
+
/** TunnelRequestAttributes */
|
|
371
|
+
TunnelRequestAttributes: {
|
|
372
|
+
/**
|
|
373
|
+
* Submission Id
|
|
374
|
+
* Format: uuid
|
|
375
|
+
* @description Client-generated UUID for tunnel creation request; use same value on retry to prevent duplicate requests
|
|
376
|
+
*/
|
|
377
|
+
submission_id: string;
|
|
378
|
+
/**
|
|
379
|
+
* Label
|
|
380
|
+
* @description Updatable friendly identifier for the tunnel
|
|
381
|
+
*/
|
|
382
|
+
label?: string | null;
|
|
383
|
+
/**
|
|
384
|
+
* Lifetime Mins
|
|
385
|
+
* @description Number of minutes the tunnel will exist once created
|
|
386
|
+
* @default 360
|
|
387
|
+
*/
|
|
388
|
+
lifetime_mins: number | null;
|
|
389
|
+
/**
|
|
390
|
+
* Restartable
|
|
391
|
+
* @description Restart tunnel on failure
|
|
392
|
+
* @default false
|
|
393
|
+
*/
|
|
394
|
+
restartable: boolean;
|
|
395
|
+
/**
|
|
396
|
+
* Listener Ip Address
|
|
397
|
+
* @description IP address of listening LAN contact
|
|
398
|
+
*/
|
|
399
|
+
listener_ip_address?: string | null;
|
|
400
|
+
/**
|
|
401
|
+
* Listener Port
|
|
402
|
+
* @description Port number of listening LAN contact
|
|
403
|
+
*/
|
|
404
|
+
listener_port?: number | null;
|
|
405
|
+
};
|
|
406
|
+
/** TunnelRequestRelationships */
|
|
407
|
+
TunnelRequestRelationships: {
|
|
408
|
+
/** @description Stream access point for listener application */
|
|
409
|
+
listener: components["schemas"]["StreamAccessPointDataRelationship"];
|
|
410
|
+
/** @description Stream access point for initiator application */
|
|
411
|
+
initiator: components["schemas"]["StreamAccessPointDataRelationship"];
|
|
412
|
+
};
|
|
413
|
+
/** TunnelRequestResource */
|
|
414
|
+
TunnelRequestResource: {
|
|
415
|
+
/**
|
|
416
|
+
* Type
|
|
417
|
+
* @default Tunnel
|
|
418
|
+
* @constant
|
|
419
|
+
*/
|
|
420
|
+
type: "Tunnel";
|
|
421
|
+
/** @description Attributes settable on a tunnel request */
|
|
422
|
+
attributes: components["schemas"]["TunnelRequestAttributes"];
|
|
423
|
+
/** @description Request-settable entities related to a tunnel */
|
|
424
|
+
relationships: components["schemas"]["TunnelRequestRelationships"];
|
|
425
|
+
};
|
|
426
|
+
/** TunnelRequestTopLevel */
|
|
427
|
+
TunnelRequestTopLevel: {
|
|
428
|
+
data: components["schemas"]["TunnelRequestResource"];
|
|
429
|
+
};
|
|
430
|
+
/** TunnelResponseAttributes */
|
|
431
|
+
TunnelResponseAttributes: {
|
|
432
|
+
/**
|
|
433
|
+
* Submission Id
|
|
434
|
+
* Format: uuid
|
|
435
|
+
* @description Client-generated UUID for tunnel creation request; use same value on retry to prevent duplicate requests
|
|
436
|
+
*/
|
|
437
|
+
submission_id: string;
|
|
438
|
+
/**
|
|
439
|
+
* Label
|
|
440
|
+
* @description Updatable friendly identifier for the tunnel
|
|
441
|
+
*/
|
|
442
|
+
label?: string | null;
|
|
443
|
+
/**
|
|
444
|
+
* Lifetime Mins
|
|
445
|
+
* @description Number of minutes the tunnel will exist once created
|
|
446
|
+
* @default 360
|
|
447
|
+
*/
|
|
448
|
+
lifetime_mins: number | null;
|
|
449
|
+
/**
|
|
450
|
+
* Restartable
|
|
451
|
+
* @description Restart tunnel on failure
|
|
452
|
+
* @default false
|
|
453
|
+
*/
|
|
454
|
+
restartable: boolean;
|
|
455
|
+
/**
|
|
456
|
+
* Listener Ip Address
|
|
457
|
+
* @description IP address of listening LAN contact
|
|
458
|
+
*/
|
|
459
|
+
listener_ip_address?: string | null;
|
|
460
|
+
/**
|
|
461
|
+
* Listener Port
|
|
462
|
+
* @description Port number of listening LAN contact
|
|
463
|
+
*/
|
|
464
|
+
listener_port?: number | null;
|
|
465
|
+
/**
|
|
466
|
+
* Initiator Ip Address
|
|
467
|
+
* @description IP address of initiating LAN contact
|
|
468
|
+
*/
|
|
469
|
+
initiator_ip_address?: string | null;
|
|
470
|
+
/**
|
|
471
|
+
* Initiator Port
|
|
472
|
+
* @description Port number of initiating LAN contact
|
|
473
|
+
*/
|
|
474
|
+
initiator_port?: number | null;
|
|
475
|
+
/**
|
|
476
|
+
* Created Time
|
|
477
|
+
* @description Date and time when the tunnel was created
|
|
478
|
+
*/
|
|
479
|
+
created_time?: string | null;
|
|
480
|
+
/**
|
|
481
|
+
* State
|
|
482
|
+
* @description Short description of tunnel state
|
|
483
|
+
* @default UNINITIALIZED
|
|
484
|
+
*/
|
|
485
|
+
state: string;
|
|
486
|
+
/** Status */
|
|
487
|
+
readonly status: string;
|
|
488
|
+
};
|
|
489
|
+
/** TunnelResponseRelationships */
|
|
490
|
+
TunnelResponseRelationships: {
|
|
491
|
+
/** @description Stream access point for listener application */
|
|
492
|
+
listener: components["schemas"]["StreamAccessPointDataRelationship"];
|
|
493
|
+
/** @description Stream access point for initiator application */
|
|
494
|
+
initiator: components["schemas"]["StreamAccessPointDataRelationship"];
|
|
495
|
+
/** @description Globus Auth identity that created the tunnel */
|
|
496
|
+
owner?: components["schemas"]["IdentityDataRelationship"] | null;
|
|
497
|
+
};
|
|
498
|
+
/** TunnelResponseResource */
|
|
499
|
+
TunnelResponseResource: {
|
|
500
|
+
/**
|
|
501
|
+
* Type
|
|
502
|
+
* @default Tunnel
|
|
503
|
+
* @constant
|
|
504
|
+
*/
|
|
505
|
+
type: "Tunnel";
|
|
506
|
+
/**
|
|
507
|
+
* Id
|
|
508
|
+
* Format: uuid
|
|
509
|
+
* @description Unique identifier of the tunnel
|
|
510
|
+
*/
|
|
511
|
+
id?: string;
|
|
512
|
+
/** @description Attributes of the tunnel */
|
|
513
|
+
attributes: components["schemas"]["TunnelResponseAttributes"];
|
|
514
|
+
/** @description Entities related to the tunnel */
|
|
515
|
+
relationships?: components["schemas"]["TunnelResponseRelationships"];
|
|
516
|
+
};
|
|
517
|
+
/** TunnelResponseTopLevel */
|
|
518
|
+
TunnelResponseTopLevel: {
|
|
519
|
+
data: components["schemas"]["TunnelResponseResource"];
|
|
520
|
+
meta: components["schemas"]["JsonApiTopLevelMetaInformation"];
|
|
521
|
+
};
|
|
522
|
+
/** ValidationError */
|
|
523
|
+
ValidationError: {
|
|
524
|
+
/** Location */
|
|
525
|
+
loc: (string | number)[];
|
|
526
|
+
/** Message */
|
|
527
|
+
msg: string;
|
|
528
|
+
/** Error Type */
|
|
529
|
+
type: string;
|
|
530
|
+
};
|
|
531
|
+
};
|
|
532
|
+
responses: never;
|
|
533
|
+
parameters: never;
|
|
534
|
+
requestBodies: never;
|
|
535
|
+
headers: never;
|
|
536
|
+
pathItems: never;
|
|
537
|
+
}
|
|
538
|
+
export type $defs = Record<string, never>;
|
|
539
|
+
export interface operations {
|
|
540
|
+
stream_access_points_list_stream_access_points_get: {
|
|
541
|
+
parameters: {
|
|
542
|
+
query?: {
|
|
543
|
+
/** @description Pagination marker. */
|
|
544
|
+
"page[marker]"?: string | null;
|
|
545
|
+
/** @description Limit to page size. */
|
|
546
|
+
"page[limit]"?: number;
|
|
547
|
+
/** @description Limit results to stream access points on Globus Connect Server endpoints where the user has an `administrator` role */
|
|
548
|
+
"filter[endpoint_admin]"?: boolean;
|
|
549
|
+
/** @description [
|
|
550
|
+
* "Limit results to stream access points that match on an attribute; each attribute is weighted equally"
|
|
551
|
+
* ] */
|
|
552
|
+
"filter[fulltext]"?: string | null;
|
|
553
|
+
};
|
|
554
|
+
header?: never;
|
|
555
|
+
path?: never;
|
|
556
|
+
cookie?: never;
|
|
557
|
+
};
|
|
558
|
+
requestBody?: never;
|
|
559
|
+
responses: {
|
|
560
|
+
/** @description Successful Response */
|
|
561
|
+
200: {
|
|
562
|
+
headers: {
|
|
563
|
+
[name: string]: unknown;
|
|
564
|
+
};
|
|
565
|
+
content: {
|
|
566
|
+
"application/json": components["schemas"]["StreamAccessPointListingTopLevel"];
|
|
567
|
+
};
|
|
568
|
+
};
|
|
569
|
+
/** @description Validation Error */
|
|
570
|
+
422: {
|
|
571
|
+
headers: {
|
|
572
|
+
[name: string]: unknown;
|
|
573
|
+
};
|
|
574
|
+
content: {
|
|
575
|
+
"application/json": components["schemas"]["HTTPValidationError"];
|
|
576
|
+
};
|
|
577
|
+
};
|
|
578
|
+
};
|
|
579
|
+
};
|
|
580
|
+
stream_access_points_get_stream_access_points__stream_access_point_uuid__get: {
|
|
581
|
+
parameters: {
|
|
582
|
+
query?: never;
|
|
583
|
+
header?: never;
|
|
584
|
+
path: {
|
|
585
|
+
stream_access_point_uuid: string;
|
|
586
|
+
};
|
|
587
|
+
cookie?: never;
|
|
588
|
+
};
|
|
589
|
+
requestBody?: never;
|
|
590
|
+
responses: {
|
|
591
|
+
/** @description Successful Response */
|
|
592
|
+
200: {
|
|
593
|
+
headers: {
|
|
594
|
+
[name: string]: unknown;
|
|
595
|
+
};
|
|
596
|
+
content: {
|
|
597
|
+
"application/json": components["schemas"]["StreamAccessPointResponseTopLevel"];
|
|
598
|
+
};
|
|
599
|
+
};
|
|
600
|
+
/** @description Validation Error */
|
|
601
|
+
422: {
|
|
602
|
+
headers: {
|
|
603
|
+
[name: string]: unknown;
|
|
604
|
+
};
|
|
605
|
+
content: {
|
|
606
|
+
"application/json": components["schemas"]["HTTPValidationError"];
|
|
607
|
+
};
|
|
608
|
+
};
|
|
609
|
+
};
|
|
610
|
+
};
|
|
611
|
+
tunnels_list_tunnels_get: {
|
|
612
|
+
parameters: {
|
|
613
|
+
query?: never;
|
|
614
|
+
header?: never;
|
|
615
|
+
path?: never;
|
|
616
|
+
cookie?: never;
|
|
617
|
+
};
|
|
618
|
+
requestBody?: never;
|
|
619
|
+
responses: {
|
|
620
|
+
/** @description Successful Response */
|
|
621
|
+
200: {
|
|
622
|
+
headers: {
|
|
623
|
+
[name: string]: unknown;
|
|
624
|
+
};
|
|
625
|
+
content: {
|
|
626
|
+
"application/json": components["schemas"]["TunnelListingTopLevel"];
|
|
627
|
+
};
|
|
628
|
+
};
|
|
629
|
+
};
|
|
630
|
+
};
|
|
631
|
+
tunnels_post_tunnels_post: {
|
|
632
|
+
parameters: {
|
|
633
|
+
query?: never;
|
|
634
|
+
header?: never;
|
|
635
|
+
path?: never;
|
|
636
|
+
cookie?: never;
|
|
637
|
+
};
|
|
638
|
+
requestBody: {
|
|
639
|
+
content: {
|
|
640
|
+
"application/json": components["schemas"]["TunnelRequestTopLevel"];
|
|
641
|
+
};
|
|
642
|
+
};
|
|
643
|
+
responses: {
|
|
644
|
+
/** @description Successful Response */
|
|
645
|
+
201: {
|
|
646
|
+
headers: {
|
|
647
|
+
[name: string]: unknown;
|
|
648
|
+
};
|
|
649
|
+
content: {
|
|
650
|
+
"application/json": components["schemas"]["TunnelResponseTopLevel"];
|
|
651
|
+
};
|
|
652
|
+
};
|
|
653
|
+
/** @description Validation Error */
|
|
654
|
+
422: {
|
|
655
|
+
headers: {
|
|
656
|
+
[name: string]: unknown;
|
|
657
|
+
};
|
|
658
|
+
content: {
|
|
659
|
+
"application/json": components["schemas"]["HTTPValidationError"];
|
|
660
|
+
};
|
|
661
|
+
};
|
|
662
|
+
};
|
|
663
|
+
};
|
|
664
|
+
tunnels_get_tunnels__tunnel_uuid__get: {
|
|
665
|
+
parameters: {
|
|
666
|
+
query?: never;
|
|
667
|
+
header?: never;
|
|
668
|
+
path: {
|
|
669
|
+
tunnel_uuid: string;
|
|
670
|
+
};
|
|
671
|
+
cookie?: never;
|
|
672
|
+
};
|
|
673
|
+
requestBody?: never;
|
|
674
|
+
responses: {
|
|
675
|
+
/** @description Successful Response */
|
|
676
|
+
200: {
|
|
677
|
+
headers: {
|
|
678
|
+
[name: string]: unknown;
|
|
679
|
+
};
|
|
680
|
+
content: {
|
|
681
|
+
"application/json": components["schemas"]["TunnelResponseTopLevel"];
|
|
682
|
+
};
|
|
683
|
+
};
|
|
684
|
+
/** @description Validation Error */
|
|
685
|
+
422: {
|
|
686
|
+
headers: {
|
|
687
|
+
[name: string]: unknown;
|
|
688
|
+
};
|
|
689
|
+
content: {
|
|
690
|
+
"application/json": components["schemas"]["HTTPValidationError"];
|
|
691
|
+
};
|
|
692
|
+
};
|
|
693
|
+
};
|
|
694
|
+
};
|
|
695
|
+
tunnels_delete_tunnels__tunnel_uuid__delete: {
|
|
696
|
+
parameters: {
|
|
697
|
+
query?: never;
|
|
698
|
+
header?: never;
|
|
699
|
+
path: {
|
|
700
|
+
tunnel_uuid: string;
|
|
701
|
+
};
|
|
702
|
+
cookie?: never;
|
|
703
|
+
};
|
|
704
|
+
requestBody?: never;
|
|
705
|
+
responses: {
|
|
706
|
+
/** @description Successful Response */
|
|
707
|
+
200: {
|
|
708
|
+
headers: {
|
|
709
|
+
[name: string]: unknown;
|
|
710
|
+
};
|
|
711
|
+
content: {
|
|
712
|
+
"application/json": components["schemas"]["JsonApiAbstractResourceResponseTopLevel"];
|
|
713
|
+
};
|
|
714
|
+
};
|
|
715
|
+
/** @description Validation Error */
|
|
716
|
+
422: {
|
|
717
|
+
headers: {
|
|
718
|
+
[name: string]: unknown;
|
|
719
|
+
};
|
|
720
|
+
content: {
|
|
721
|
+
"application/json": components["schemas"]["HTTPValidationError"];
|
|
722
|
+
};
|
|
723
|
+
};
|
|
724
|
+
};
|
|
725
|
+
};
|
|
726
|
+
tunnels_patch_tunnels__tunnel_uuid__patch: {
|
|
727
|
+
parameters: {
|
|
728
|
+
query?: never;
|
|
729
|
+
header?: never;
|
|
730
|
+
path: {
|
|
731
|
+
tunnel_uuid: string;
|
|
732
|
+
};
|
|
733
|
+
cookie?: never;
|
|
734
|
+
};
|
|
735
|
+
requestBody: {
|
|
736
|
+
content: {
|
|
737
|
+
"application/json": components["schemas"]["TunnelPatchTopLevel"];
|
|
738
|
+
};
|
|
739
|
+
};
|
|
740
|
+
responses: {
|
|
741
|
+
/** @description Successful Response */
|
|
742
|
+
200: {
|
|
743
|
+
headers: {
|
|
744
|
+
[name: string]: unknown;
|
|
745
|
+
};
|
|
746
|
+
content: {
|
|
747
|
+
"application/json": components["schemas"]["TunnelResponseTopLevel"];
|
|
748
|
+
};
|
|
749
|
+
};
|
|
750
|
+
/** @description Validation Error */
|
|
751
|
+
422: {
|
|
752
|
+
headers: {
|
|
753
|
+
[name: string]: unknown;
|
|
754
|
+
};
|
|
755
|
+
content: {
|
|
756
|
+
"application/json": components["schemas"]["HTTPValidationError"];
|
|
757
|
+
};
|
|
758
|
+
};
|
|
759
|
+
};
|
|
760
|
+
};
|
|
761
|
+
get_tunnel_events_by_tunnel_uuid_tunnels__tunnel_uuid__events_get: {
|
|
762
|
+
parameters: {
|
|
763
|
+
query?: {
|
|
764
|
+
code_name?: string | null;
|
|
765
|
+
is_error?: boolean | null;
|
|
766
|
+
};
|
|
767
|
+
header?: never;
|
|
768
|
+
path: {
|
|
769
|
+
tunnel_uuid: string;
|
|
770
|
+
};
|
|
771
|
+
cookie?: never;
|
|
772
|
+
};
|
|
773
|
+
requestBody?: never;
|
|
774
|
+
responses: {
|
|
775
|
+
/** @description Successful Response */
|
|
776
|
+
200: {
|
|
777
|
+
headers: {
|
|
778
|
+
[name: string]: unknown;
|
|
779
|
+
};
|
|
780
|
+
content: {
|
|
781
|
+
"application/json": components["schemas"]["TunnelEventListingTopLevel"];
|
|
782
|
+
};
|
|
783
|
+
};
|
|
784
|
+
/** @description Validation Error */
|
|
785
|
+
422: {
|
|
786
|
+
headers: {
|
|
787
|
+
[name: string]: unknown;
|
|
788
|
+
};
|
|
789
|
+
content: {
|
|
790
|
+
"application/json": components["schemas"]["HTTPValidationError"];
|
|
791
|
+
};
|
|
792
|
+
};
|
|
793
|
+
};
|
|
794
|
+
};
|
|
795
|
+
}
|
|
796
|
+
//# sourceMappingURL=transfer.d.ts.map
|