A message for our valued customers and partners: This site is retiring, including accounts and API keys, as we migrate to the new developer portal. If you use existing API keys you will be contacted with further migration instructions. Accounts and API keys are not shared between this developer portal and the new developer portal. We recommend you review the new portal's Get Started guide for details on registering a new developer account and requesting new API keys.

getTemporaryCredentials

get

getTemporaryCredentials

The Get temporary credentials endpoint will return temporary credentials that can be used to stage or retrieve content. Use this endpoint with action "put-contentstore" to get temporary credentials to stage the content for upload on the Nebula contentstore. Use temporary credentials in lieu of getStagingUrl to stage large files using multi-part upload or stage large number of files. The returned credentials will allow put object access to the contentstore S3 bucket for the stack/tenant and only to the prefix returned in the response. Credentials are valid for an hour. Cache the credentials and use it for multiple files. Use this end-point with action "get-thumbnail" to get credentials to retrieve thumbnails. Defaults to "put-contentstore". Do not use "put-dropzone" unless specified by the Nebula team.

Resource URL

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

Query Parameters

Name Description
action
(required)

supported action for resource

Header Parameters

Name Description
Authorization
(required)

Apigee OAuth2 Bearer Token

RequestingApplication
(required)

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

RequestTrackingId
(required)

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 resource

500

Internal server error

Working...