latestOpenAPI 3.1.02026-08-23100133183.1 KB

0d66c7340876

Serverless Containers

Get fileset secrets

File secrets can be used as a secret mount storage

get/v1/file-secrets

Response

A list of fileset secrets

namestring required

Name of the secret

created_atstring required

The date when the secret was created

secret_type'file-secret' required

Type of the secret

file_namesstring[] required

Names of the files contained in the fileset secret

Example response

[
  {
    "name": "api-token",
    "created_at": "2020-08-12T12:00:00.000Z",
    "secret_type": "file-secret",
    "file_names": [
      "tokens.txt",
      "config.json"
    ]
  }
]