Posting to this endpoint causes the NMC to request current information from the associated Edge Appliance(Filer) for the path (statting it). Once this is done, the path is considered to be a "known path" for the Get info on a specific path endpoint. Known paths are only cached for 10 minutes before expiring.
Note: Paths are case-sensitive. The paths and path status endpoints will not return results if the wrong case is specified.
Accepted - Filer has been sent a message.
Validation error
Authentication failure
Permission denied
Resource not found
Method not allowed
Request throttled
{- "message": {
- "id": "string",
- "filer_serial_number": "string",
- "description": "string",
- "code": "string",
- "status": "synced",
- "send_time": "string",
- "expiration_time": "string",
- "response_time": "string",
- "initiated_by": "string",
- "links": {
- "self": {
- "href": "string",
- "method": "string"
}, - "filer": {
- "href": "string",
- "method": "string"
}, - "acknowledge": {
- "href": "string",
- "method": "string"
}, - "applied_resource": {
- "href": "string",
- "method": "string"
}
}, - "error": {
- "code": "error",
- "description": "string"
}
}
}