This command retrieves the details of the specified Multi-Tenant LoadMaster interface.

Example Command

curl -k "https://<Username>:<Password>@<MTIPAddress>/mtaccess/showiface?interface=<InterfaceID>"

Available Parameters

Parameter

Parameter Type

Parameter Description

Mandatory

interface

Integer

The ID number of the relevant Multi-Tenant LoadMaster interface. This number corresponds to the number after eth in the WUI, for example eth0 has an ID of 0.

Yes

Example Output

<?xml version="1.0" encoding="ISO-8859-1"?>
<Response stat="200" code="ok">
<Success><Data><Interface>
<Id>0</Id>
<IPAddress>172.21.56.105/24</IPAddress>
<Mtu>1500</Mtu>
<InterfaceType>Port</InterfaceType>
<DefaultInterface>yes</DefaultInterface>
</Interface>
</Data>
</Success>
</Response>