The DQL Query contains paths with HTML special characters that are not processed by the URL Encoder
Example:
FROM dfspath GET absname, device.name, msu.name, name, basename, owner.user.login, owner.user.name where absname='\\vtas.local\dfsnamespace\Supportdfs\sub1\Test Folder\Another folder\BHanley_30.txt'
Convert the special characters in the path with the corresponding URL percent encoding value
In the example above, convert \ to %5C and convert the
Example:
FROM dfspath GET absname, device.name, msu.name, name, basename, owner.user.login, owner.user.name where absname='%5C%5C%5C%5C%5C%5Cvtas.local%5CTEST%5Cdfsnamespace%5CSupportdfs%5Csub1%5CTest%20Folder%5CAnother%20folder%5CBHanley_30.txt'
API Command:
POST https://192.168.10.220:443/api?function=report&cmd=dql&query='FROM dfspath GET absname, device.name, msu.name, name, basename, owner.user.login, owner.user.name where absname='%5C%5C%5C%5C%5C%5Cvtas.local%5CTEST%5Cdfsnamespace%5CSupportdfs%5Csub1%5CTest%20Folder%5CAnother%20folder%5CBHanley_30.txt''&MATRIX_AUTH=CAE482FC79A635E43DDA88C0789CACFE&format=csv&compress=true"
Result:
