|
| 1 | +metadata: |
| 2 | + tunnel_id: "689dcb43-cdbe-46bb-9a59-dad71091a247" |
| 3 | + lankey_id: "13fb1936-c8dd-4c6b-9af3-394075c08424" |
| 4 | + lankey: "93333879ea95" |
| 5 | + endpoint_id: "a98f60bd-98bf-47bd-9a1d-6a0a3b70eef9" |
| 6 | + |
| 7 | + |
| 8 | +gcs: |
| 9 | + - path: /api/lan_secrets |
| 10 | + method: POST |
| 11 | + json: |
| 12 | + { |
| 13 | + "DATA": [ |
| 14 | + { |
| 15 | + "secret": "93333879ea95", |
| 16 | + "id": "13fb1936-c8dd-4c6b-9af3-394075c08424" |
| 17 | + } |
| 18 | + ] |
| 19 | + } |
| 20 | + |
| 21 | + - path: /api/lan_secrets |
| 22 | + method: DELETE |
| 23 | + |
| 24 | +transfer: |
| 25 | + - path: /v0.10/endpoint/a98f60bd-98bf-47bd-9a1d-6a0a3b70eef9 |
| 26 | + method: GET |
| 27 | + json: |
| 28 | + { |
| 29 | + "DATA": [ |
| 30 | + { |
| 31 | + "DATA_TYPE": "server", |
| 32 | + "hostname": "abc.xyz.data.globus.org" |
| 33 | + } |
| 34 | + ], |
| 35 | + "DATA_TYPE": "endpoint", |
| 36 | + "activated": false, |
| 37 | + "canonical_name": "a98f60bd-98bf-47bd-9a1d-6a0a3b70eef9#myserver", |
| 38 | + "contact_email": null, |
| 39 | + "contact_info": null, |
| 40 | + "default_directory": null, |
| 41 | + "description": "example gcsv5 endpoint streaming", |
| 42 | + "department": null, |
| 43 | + "display_name": "myserver", |
| 44 | + "entity_type": "GCSv5_endpoint", |
| 45 | + "force_encryption": false, |
| 46 | + "gcs_manager_url": "https://abc.xyz.data.globus.org", |
| 47 | + "gcs_version": "5.4.10", |
| 48 | + "high_assurance": false, |
| 49 | + "host_endpoint_id": null, |
| 50 | + "id": "a98f60bd-98bf-47bd-9a1d-6a0a3b70eef9", |
| 51 | + "is_globus_connect": false, |
| 52 | + "info_link": null, |
| 53 | + "keywords": null, |
| 54 | + "local_user_info_available": false, |
| 55 | + "non_functional": true, |
| 56 | + "organization": "My Org", |
| 57 | + "owner_id": "a98f60bd-98bf-47bd-9a1d-6a0a3b70eef9", |
| 58 | + "owner_string": "a98f60bd-98bf-47bd-9a1d-6a0a3b70eef9@clients.auth.globus.org", |
| 59 | + "public": false, |
| 60 | + "shareable": false, |
| 61 | + "subscription_id": null |
| 62 | + } |
| 63 | + |
| 64 | + - path: /v2/tunnels/689dcb43-cdbe-46bb-9a59-dad71091a247 |
| 65 | + method: GET |
| 66 | + json: |
| 67 | + { |
| 68 | + "data": { |
| 69 | + "attributes": { |
| 70 | + "created_time": "2025-12-08T22:00:05.239465", |
| 71 | + "initiator_ip_address": null, |
| 72 | + "initiator_port": null, |
| 73 | + "label": "Test Stream Access Point", |
| 74 | + "lifetime_mins": 360, |
| 75 | + "listener_ip_address": null, |
| 76 | + "listener_port": null, |
| 77 | + "restartable": false, |
| 78 | + "state": "AWAITING_LISTENER", |
| 79 | + "status": "The tunnel is waiting for listening contact detail setup.", |
| 80 | + "submission_id": "3fc91c9a-d481-11f0-ae61-0affc202d2e9" |
| 81 | + }, |
| 82 | + "id": "689dcb43-cdbe-46bb-9a59-dad71091a247", |
| 83 | + "relationships": { |
| 84 | + "initiator": { |
| 85 | + "data": { |
| 86 | + "id": "80583f05-75f3-4825-b8a5-6c3edf0bbc5c", |
| 87 | + "type": "StreamAccessPoint" |
| 88 | + } |
| 89 | + }, |
| 90 | + "listener": { |
| 91 | + "data": { |
| 92 | + "id": "dd5fa993-749f-48fb-86cf-f07ad5797d7e", |
| 93 | + "type": "StreamAccessPoint" |
| 94 | + } |
| 95 | + }, |
| 96 | + "owner": { |
| 97 | + "data": { |
| 98 | + "id": "4d443580-012d-4954-816f-e0592bd356e1", |
| 99 | + "type": "Identity" |
| 100 | + } |
| 101 | + } |
| 102 | + }, |
| 103 | + "type": "Tunnel" |
| 104 | + }, |
| 105 | + "meta": { |
| 106 | + "request_id": "yDZD2RwPk" |
| 107 | + } |
| 108 | + } |
0 commit comments