v1

latestOpenAPI 3.0.0Apache 2.02026-07-174040133.9 KB
Shares

Get share detail by share ID.

get/v1/shares/{id}

Path parameters

idstring required

Database ID created for a share.

Response

OK

idstring required
created_atstring date-time
updated_atstring date-time
namestring required
storage_idstring
native_share_idstring
native_filesystem_idstring
native_qtree_idstring
protocol'cifs' | 'nfs' | 'ftp' | 'hdfs'
pathstring

Example response

{
  "id": "084bf71e-a102-11e7-88a8-e31fe6d52248",
  "created_at": "2017-07-10T14:36:58.014Z",
  "updated_at": "2017-07-10T14:36:58.014Z",
  "storage_id": "084bf71e-a102-11e7-88a8-e31fe6d52248",
  "native_share_id": "Share_A",
  "native_filesystem_id": "Filesystem_A"
}