Reference Guide
defined by an interface, destination IP address range and an IP address of a corresponding gateway.
Note: IP routes connect an interface (IP address) to the larger network through gateways. Without
routes and gateway specified, the interface is no longer accessible outside of its immediate subnet.
As a result, network shares and exports associated with the interface are no longer available to
clients outside their immediate subnet.
GET /file_interface_route
Description
Query file interface routes.
Responses
HTTP
Code
Description Schema
200 Success
<
file_interface_rout
e_instance > array
206 Partial content of file interface route instance objects
<
file_interface_rout
e_instance > array
POST /file_interface_route
Description
Create and configure a new file interface route. There are 3 route types Subnet, Default, and Host.
• The default route establishes a static route to a default gateway. To create a default route,
provide only the default gateway IP address.
• The host route establishes a static route to a specific host. To create a host route, provide the IP
address of the specific host in the destination field, and the gateway.
• The subnet route establishes a static route to a particular subnet. To create a subnet route,
provide the IP address of the target subnet in the destination, the prefix length for that subnet,
and the gateway.
Parameters
Type Name Schema
Body
body
required
file_interface_route_create
32
Dell EMC PowerStore REST API Reference Guide










