Skip to content

place.stream.server.getStorage

Lexicon Version: 1

Type: query

Get S3 storage configuration (with masked secret key).

Parameters: (None defined)

Output:

  • Encoding: application/json
  • Schema:

Schema Type: object

NameTypeReq’dDescriptionConstraints
storageplace.stream.server.defs#storage

{
"lexicon": 1,
"id": "place.stream.server.getStorage",
"defs": {
"main": {
"type": "query",
"description": "Get S3 storage configuration (with masked secret key).",
"output": {
"encoding": "application/json",
"schema": {
"type": "object",
"properties": {
"storage": {
"type": "ref",
"ref": "place.stream.server.defs#storage"
}
}
}
}
}
}
}