Return A Layer 3 Interface From A Switch Stack
GET {{baseUrl}}/networks/:networkId/switch/stacks/:switchStackId/routing/interfaces/:interfaceId
Return a layer 3 interface from a switch stack
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}}