Get Hybrid File Stores
Select
Customer Managed
Get list of hybrid file stores
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
hybridFileStores object[]
Hybrid file stores list
id int32name stringstatus stringPossible values: [
READY
,IN_PROCESS
]Status of the hybrid file store
statusSummary stringA summary of the current status
plan object
id int32name stringindexServer object
id int32name stringfileServer object
id int32name string
{
"hybridFileStores": [
{
"id": 0,
"name": "string",
"status": "READY",
"statusSummary": "string",
"plan": {
"id": 0,
"name": "string"
},
"indexServer": {
"id": 0,
"name": "string"
},
"fileServer": {
"id": 0,
"name": "string"
}
}
]
}
Loading...