Skip to main content

Get Hybrid File Stores

Get list of hybrid file stores

Responses

OK


Schema
  • hybridFileStores object[]

    Hybrid file stores list

  • id int32
  • name string
  • status string

    Possible values: [READY, IN_PROCESS]

    Status of the hybrid file store

  • statusSummary string

    A summary of the current status

  • plan object
  • id int32
  • name string
  • indexServer object
  • id int32
  • name string
  • fileServer object
  • id int32
  • name string
GET /v4/hybridfilestores    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
curl -L -X GET 'https://localhost/webconsole/api/V4/HybridFileStores' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'