place.stream.server.getStorage
Lexicon Version: 1
Definitions
Section titled “Definitions”Type: query
Get S3 storage configuration (with masked secret key).
Parameters: (None defined)
Output:
- Encoding:
application/json - Schema:
Schema Type: object
| Name | Type | Req’d | Description | Constraints |
|---|---|---|---|---|
storage | place.stream.server.defs#storage | ❌ |
Lexicon Source
Section titled “Lexicon Source”{ "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" } } } } } }}