getStagingURL

get

getStagingURL

The Get staging URL endpoint will return a temporary pre-authenticated S3 URL for the specified mime type to which content can be uploaded.

Resource URL

https://test-apis.us-east-1.lmig.com/v1/nebula /{stack}/{tenant}/content/staging-url

Query Parameters

Name Description
mimeType
(required)

Mime type of the content to be uploaded

Header Parameters

Name Description
Authorization
(required)

Apigee OAuth2 Bearer Token

RequestingApplication

API Key of the registered client application or application name provided by the Nebula team.

RequestTrackingId

Unique Id used to track the request end-to-end. Required for troubleshooting.

Request Body

Definitions


Name Type Description

Responses

Code Examples

Resource Summary

Security

Content Type

application/octet-stream

Category

Content

Schema:

HTTP Code Description

400

Unsupported mime type

500

Internal server error

Working...