Get a list of all known paths with a specific volume and filer

Can be used to get a list of paths that are "known" -- in other words, have recently been stated by POSTing to the "refresh info about a given path" endpoint. A directory reported as "known" lets you know that it is eligible to be used with the "GET info on a specific path" endpoint. Known paths expire from the NMC after 10 minutes.

Note: Paths are case-sensitive. The paths and path status endpoints will not return results if the wrong case is specified.

SecurityAuthToken
Request
path Parameters
volume_guid
required
string

Volume identifier

filer_serial
required
string

Filer object identifier

Responses
200

Success

401

Authentication failure

403

Permission denied

404

Resource not found

429

Request throttled

get/volumes/{volume_guid}/filers/{filer_serial}/paths/
Request samples
Response samples
application/json
{
  • "Paging": {
    }
}
Copyright © 2025 Nasuni Corporation. All rights reserved.