Calling this NMC API endpoint and specifying the Edge Appliance(Filer) serial and path, asks the NMC to give the requestor information it has about the specified path. This only works if the path is a "known path"-- In other words, if the path has recently been enumerated/stated by the NMC file browser or API call (Using "Refresh info about a given path").
Note: Paths are case-sensitive. The paths and path status endpoints will not return results if the wrong case is specified.
Success
Authentication failure
Permission denied
Resource not found
Request throttled
{- "filer_serial_number": "string",
- "volume_guid": "string",
- "path": "string",
- "is_dir": true,
- "cache_resident": true,
- "protected": true,
- "owner": "string",
- "size": 0,
- "pinning_enabled": true,
- "pinning_mode": "metadata",
- "pinning_inherited": true,
- "autocache_enabled": true,
- "autocache_mode": null,
- "autocache_inherited": true,
- "quota_enabled": true,
- "quota_type": "rule",
- "quota_email": "string",
- "quota_usage": 0,
- "quota_limit": 0,
- "quota_inherited": true,
- "global_locking_enabled": true,
- "global_locking_inherited": true,
- "global_locking_mode": null,
- "updated": "string",
- "expires": "string",
- "links": {
- "self": {
- "href": "string",
- "method": "string"
}, - "volume": {
- "href": "string",
- "method": "string"
}, - "filer": {
- "href": "string",
- "method": "string"
}, - "refresh": {
- "href": "string",
- "method": "string"
}, - "cache": {
- "href": "string",
- "method": "string"
}
}
}