Types
List all supported storage backend type.
get/v1/{tenantId}/types
Query parameters
namestring
Filter the backend by name.
offsetinteger
The number of items to skip before starting to collect the result set
limitinteger
The numbers of items to return
sortstring
The sort key and direction of items to return, string must like:"id:asc,name:desc"
Response
successful operation.
Example response
{
"backends": [
{
"name": "aws-s3",
"description": "AWS Simple Cloud Storage Service(S3)"
}
],
"next": 16
}