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
}

Changes

Changed in 8 of the 33 revisions of this API.5212

  • b348fb4e977f22See the full diff
    • added AWS_Type Huawei_Type Azure_Type Ceph_Type GCP_Type FS_Type IBM_Type YIG_Type Alibaba_Type AWS_File_Type Azure_File_Type GCP_File_Type AWS_Block_Type Hw_Block_Type Hw_File_Type Sony_Oda_Type to the backends/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • the backends/items/ response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • removed the optional property backends/items/description from the response with the 200 status

      response-optional-property-removed

    • removed the optional property backends/items/name from the response with the 200 status

      response-optional-property-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api tag Types added

      api-tag-added

    • api tag types removed

      api-tag-removed

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api operation id listBackend removed and replaced with listBackendTypes

      api-operation-id-removed

    • endpoint added

      endpoint-added

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 50fa096a390617See the full diff
    • the backends/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • api operation id listBackendTypes removed and replaced with listBackend

      api-operation-id-removed

    • api tag types added

      api-tag-added

    • api tag Types removed

      api-tag-removed

    • removed the non-success response with the status 401

      response-non-success-status-removed

    • added the optional property backends/items/description to the response with the 200 status

      response-optional-property-added

    • added the optional property backends/items/name to the response with the 200 status

      response-optional-property-added

    • removed AWS_Type Huawei_Type Azure_Type Ceph_Type GCP_Type FS_Type IBM_Type YIG_Type Alibaba_Type AWS_File_Type Azure_File_Type GCP_File_Type AWS_Block_Type Hw_Block_Type Hw_File_Type Sony_Oda_Type from the backends/items/ response property oneOf list for the response status 200

      response-property-one-of-removed

    This revision also has 46 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 33 revisions, 3 have no diff computed.