Skip to content

Overview

File Service API for managing file upload and download operations via signed URLs. This API will be deprecated and removed.

Download OpenAPI description
Languages
Servers
RUCKUS One API host for North American region.
https://api.ruckus.cloud
RUCKUS One API host for European region.
https://api.eu.ruckus.cloud
RUCKUS One API host for Asian region.
https://api.asia.ruckus.cloud

File

Manage upload or download files.

Operations

Get Upload URLDeprecated

Request

Get a URL with which to upload a file.

RUCKUS cloud won't provide file service API for general purpose.

All required file upload or download functions will be provided by respective RUCKUS cloud services.

This method will be removed no sooner than 08/31/2026.

Bodyapplication/jsonrequired
fileExtensionstring

The file extension identifier.

application/json
{ "fileExtension": "string" }

Responses

Returns with the signed url

Headers
Ruckus-Deprecatedstring

API is deprecated.

Example: "obsoleted"
Bodyapplication/json
fileIdstring

The file identifier value.

signedUrlstring

A signed URL is a URL that provides limited permission and time to make a request.

Response
application/json
{ "fileId": "string", "signedUrl": "string" }

Get Download URLDeprecated

Request

Get the URL from which to download this file.

RUCKUS cloud won't provide file service API for general purpose.

All required file upload or download functions will be provided by respective RUCKUS cloud services.

This method will be removed no sooner than 08/31/2026.

Path
fileIdstringrequired
No request payload

Responses

Returns: Redirect (302) with the file signed url in 'Location' header

Headers
Ruckus-Deprecatedstring

API is deprecated.

Example: "obsoleted"
Locationstring

The File Signed URL

Get File Download URLDeprecated

Request

Get the URL from which to download this file.

RUCKUS cloud won't provide file service API for general purpose.

All required file upload or download functions will be provided by respective RUCKUS cloud services.

This method will be removed no sooner than 08/31/2026.

Path
fileIdstringrequired
No request payload

Responses

Returns with the signed url

Headers
Ruckus-Deprecatedstring

API is deprecated.

Example: "obsoleted"
Locationstring

The File Signed URL

Bodyapplication/json
fileIdstring

The file identifier value.

signedUrlstring

A signed URL is a URL that provides limited permission and time to make a request.

Response
application/json
{ "fileId": "string", "signedUrl": "string" }