I do not understand the API response. This is my payload: Request Payload: { "name": "blabla", "productTypes": [ "appliance", "camera", "cellularGateway", "sensor", "switch", "wireless" ], "copyFromNetworkId": "L_2321321323312" } and this is my response: Response Body: { "network": { "enrollmentString": null, "id": "L_3213213213213", "isBoundToConfigTemplate": false, "isVirtual": false, "name": "blabla", "notes": "", "organizationId": "32132132321321", "productTypes": [ "appliance", "switch", "wireless" ], "tags": [], "timeZone": "Europe/Oslo", "url": "https://n577.meraki.com/blabla" }, "success": true } so to me, it seems like "camera", "cellularGateway", "sensor", never gets provisioned, and I guess this is the problem here? If I use API to pull network info from a API-created subs, it looks like this: "productTypes": [ "appliance", "switch", "wireless" ], if I clone it in the meraki portal, it looks like this: "productTypes": [ "appliance", "camera", "cellularGateway", "sensor", "switch", "wireless" ],
... View more