Get Hybrid File Store Share Status
Select
Customer Managed
API to get Hybrid File Store Share Status
Path Parameters
- HFSShareId int32 required
Id of the HFS Share to fetch its status
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- statusMessage string
Status message telling information about HFS status
- statusCode int32
{
"statusMessage": "string",
"statusCode": 0
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- statusMessage string
Status message telling information about HFS status
- statusCode int32
{
"statusMessage": "string",
"statusCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- statusMessage string
Status message telling information about HFS status
- statusCode int32
{
"statusMessage": "string",
"statusCode": 0
}
Loading...