POST /grid/session/{sessionId}/presigned/url
Create a new presigned URL to establish a websocket connection with a grid session.
The presigned URL will expire 15 minutes after it is issued. Only the user that created the replica may create a persigned URL.Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/grid/session/{sessionId}/presigned/url
Resource URL Variables
| {sessionId} |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view , modify |
| HTTP Method | POST |
| Request Object | CreateGridPresignedUrlRequest (application/json) |
| Response Object | CreateGridPresignedUrlResponse (application/json) |