v52

OpenAPI 3.0.0raw.githubusercontent.com2026-08-034240919.6 KB
SMB

List smb shares

    List all smb shares or all shares for a given cluster

    :param cluster_id: Dict containing cluster information
    :return: Returns list of shares.
    :rtype: List[Dict]
    
get/api/smb/share

Query parameters

cluster_idstring

Unique identifier for the cluster

Response

OK

browseableboolean required

Indicates if the share is browseable

cluster_idstring required

Unique identifier for the cluster

intentstring required

Desired state of the resource, e.g., 'present' or 'removed'

namestring required

Name of the share

read_bw_limitinteger required

QoS: max read bandwidth B/s (0=disabled)

read_delay_maxinteger required

QoS: max read delay in seconds (0-300)

read_iops_limitinteger required

QoS: max read IOPS (0=disabled)

readonlyboolean required

Indicates if the share is read-only

resource_typestring required

ceph.smb.share

share_idstring required

Unique identifier for the share

write_bw_limitinteger required

QoS: max write bandwidth B/s (0=disabled)

write_delay_maxinteger required

QoS: max write delay in seconds (0-300)

write_iops_limitinteger required

QoS: max write IOPS (0=disabled)