Skip to main content

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

Success


Schema
  • statusMessage string

    Status message telling information about HFS status

  • statusCode int32
GET /v4/hfsshare/:hfsshareid/status    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
HFSShareId — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/v4/HFSShare/:HFSShareId/Status' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'