file-service.test-cluster-002.dev.paretos.com Open in urlscan Pro
3.75.37.239  Public Scan

Submitted URL: https://file-service.test-cluster-002.dev.paretos.com/
Effective URL: https://file-service.test-cluster-002.dev.paretos.com/index.html
Submission: On April 25 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 1 forms found in the DOM

<form class="download-url-wrapper"><input type="text" class="download-url-input" value="openapi.yaml"><button class="download-url-button button">Explore</button></form>

Text Content

Explore


FILE-SERVICE API

 2.8.2 

OAS3

openapi.yaml

The File-Service API. Upload, list, download and delete files up to 8GB.


COMMON FAILURE CODES

CodeTexthttp status e0c15e10-8daa-11ec-b909-0242ac120002The bucket does not
exist400 a8e741de-4eae-4539-bbfa-9eaeb5dac2f4The provided fileKey contains '%'
which is a reserved character400 979c0227-3c03-41fb-832d-1e1d15710c65A file with
the given name already exists but overwrite option is not set400
2ccf3338-1653-4e47-83ef-b09f3099a49eThe provided fileKey is too long400
e5354255-7194-4831-950c-c508ca1ac004The file does not exist404
a6d5745c-a9b6-11ec-b909-0242ac120002The provided bucket is not allowed400
57afe0d5-df29-41f7-8d80-3a0cd2dd0833The provided download token has expired or
is invalid.400 465bcb76-fc11-4a6f-9d32-2477f96619d3The provided fileKey is not
allowed400 35ee7d7d-be58-422d-b89c-7fd50b1bb395Multiple files supplied400
4a208dff-acb1-4c3f-8cb1-38cbcc60be26No file supplied400
bec14be4-9601-4b9f-8ab0-bca54b717c34Not allowed to delete the file403
62c6e7a0-bc72-48b8-8599-768a1dd94a68Not allowed to generate signed download link
for this file403 4cafe76a-f68c-4e13-aa29-479d5b696c99Not allowed to list
files403 e4610d63-3fa5-4971-8c49-af3c03a00949Not allowed to read the file403
dcff3bed-c31c-427e-934e-aec121550125Not allowed to store the file403
b0f56f41-eb74-4340-8ae7-0efe0900a6ceThe provided fileKey contains invalid
characters.400 fdddcef6-a9b2-11ec-b909-0242ac120002The upload token is invalid
or has expired400

Servers
/
Authorize


COMMON

COMMON ROUTES



GET /v1 /hello
Test the connection to the API.

SERVICE

ROUTES ACCESSIBLE FOR PARETOS CUSTOMER SERVICE.





FILES

ROUTES ACCESSIBLE FOR CUSTOMER VIA COCKPIT UI.



POST /v1 /file /store
Store a file. Note that there is a latency of a few ms until the file shows up
in read/list.
POST /v1 /files /list
Lists of fileKeys in a bucket.
POST /v1 /file /download
Download a file.
POST /v1 /file /delete
Deletes the file from the storage.
POST /v2 /upload-token /generate
Generate a token to start an upload for a large file, which expires later than a
usual authentication token but can only be used for file upload.
POST /v2 /download-token /generate
Generate one or multiple tokens which can be used with the
/2/file/download-by-token endpoint to download specific files
POST /v2 /file /store
Store a file using a previously generated upload token.
POST /v2 /file /download
Download a file.
GET /v2 /file /download-by-token
Download the file specified by the token

SCHEMAS

jsend-success
jsend-fail