Return A Layer 3 Interface For A Switch
GET {{baseUrl}}/devices/:serial/switch/routing/interfaces/:interfaceId
Return a layer 3 interface for a switch
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null |
RESPONSES
status: OK
{"interfaceId":"1234","name":"L3 interface","subnet":"192.168.1.0/24","interfaceIp":"192.168.1.2","multicastRouting":"disabled","vlanId":100,"defaultGateway":"192.168.1.1","ospfSettings":{"area":"0","cost":1,"isPassiveEnabled":true}}