cubefs/docs/source/maintenance/admin-api/metanode/dentry.md
pengtianyue 8190a5a7d2 docs(docs): translate documents
Signed-off-by: pengtianyue <pengtianyue@oppo.com>
2023-04-04 09:52:58 +08:00

959 B

Debugging Dentries

Obtaining Dentry Information

curl -v 'http://10.196.59.202:17210/getDentry?pid=100&name="aa.txt"&parentIno=1024'
Parameter Type Description
pid integer meta partition id
name string directory or file name
parentIno integer parent directory inode id

Obtaining All Files in a Specified Directory

curl -v 'http://10.196.59.202:17210/getDirectory?pid=100&parentIno=1024'
Parameter Type Description
pid integer partition id
ino integer inode id

Obtaining All Directory Information for a Specified Shard

curl -v 'http://10.196.59.202:17210/getAllDentry?pid=100'
Parameter Type Description
pid integer partition id