本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。
取得檔案的稽核資訊
貢獻者
建議變更
您可以擷取特定檔案或資料夾的稽核資訊。
HTTP 方法和端點
此 REST API 呼叫使用下列方法和端點。
HTTP方法 | 路徑 |
---|---|
取得 |
/api/protocols / file-security/permissions/{ SVM.uuid } / { path } |
處理類型
同步
捲曲範例的其他輸入參數
除了所有 REST API 呼叫通用的參數之外、本步驟的捲髮範例中也會使用下列參數。
參數 | 類型 | 必要 | 說明 |
---|---|---|---|
$SVM_ID |
路徑 |
是的 |
這是包含檔案的 SVM 的 UUID 。 |
$FILE_PATH |
路徑 |
是的 |
這是檔案或資料夾的路徑。 |
Curl範例
curl --request GET \
--location "https://$FQDN_IP/api/protocols/file-security/permissions/$SVM_ID/$FILE_PATH" \
--include \
--header "Accept: */*" \
--header "Authorization: Basic $BASIC_AUTH"
Json輸出範例
{ "svm": { "uuid": "9479099d-5b9f-11eb-9c4e-0050568e8682", "name": "vs1" }, "path": "/parent", "owner": "BUILTIN\\Administrators", "group": "BUILTIN\\Administrators", "control_flags": "0x8014", "acls": [ { "user": "BUILTIN\\Administrators", "access": "access_allow", "apply_to": { "files": true, "sub_folders": true, "this_folder": true }, "advanced_rights": { "append_data": true, "delete": true, "delete_child": true, "execute_file": true, "full_control": true, "read_attr": true, "read_data": true, "read_ea": true, "read_perm": true, "write_attr": true, "write_data": true, "write_ea": true, "write_owner": true, "synchronize": true, "write_perm": true }, "access_control": "file_directory" }, { "user": "BUILTIN\\Users", "access": "access_allow", "apply_to": { "files": true, "sub_folders": true, "this_folder": true }, "advanced_rights": { "append_data": true, "delete": true, "delete_child": true, "execute_file": true, "full_control": true, "read_attr": true, "read_data": true, "read_ea": true, "read_perm": true, "write_attr": true, "write_data": true, "write_ea": true, "write_owner": true, "synchronize": true, "write_perm": true }, "access_control": "file_directory" } ], "inode": 64, "security_style": "mixed", "effective_style": "ntfs", "dos_attributes": "10", "text_dos_attr": "----D---", "user_id": "0", "group_id": "0", "mode_bits": 777, "text_mode_bits": "rwxrwxrwx" }