v1

latestOpenAPI 3.0.0Apache 2.02026-07-17524793.1 KB
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.

nextinteger

Example response

{
  "backends": [
    {
      "name": "aws-s3",
      "description": "AWS Simple Cloud Storage Service(S3)"
    }
  ],
  "next": 16
}