aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/sdlan-ip-subnets-del.json
blob: a1c74f89e34340d6e39748266c2d0f1bb50bbf32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{

    "IPSubnets": [

        {

            "id": ${prop.lan.lanPortId},

        }

    ]

}