v52

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

    Create a snapshot.
    :param fs_id: The filesystem identifier.
    :param path: The path of the directory.
    :param name: The name of the snapshot. If not specified, a name using the
    current time in RFC3339 UTC format will be generated.
    :return: The name of the snapshot.
    :rtype: str
    
post/api/cephfs/{fs_id}/snapshot

Path parameters

fs_idstring required

Request body

namestring
pathstring required

Response

Resource created.

object required