Update The Net Flow Traffic Reporting Settings For A Network

PUT {{baseUrl}}/networks/:networkId/netflow

Update the NetFlow traffic reporting settings for a network #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: reportingEnabled| boolean| Boolean indicating whether NetFlow traffic reporting is enabled (true) or disabled (false). collectorIp| string| The IPv4 address of the NetFlow collector. collectorPort| integer| The port that the NetFlow collector will be listening on.

Request Body

{"reportingEnabled"=>"<boolean>", "collectorIp"=>"<string>", "collectorPort"=>"<integer>"}

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull
Content-Typestring

RESPONSES

status: OK

{&quot;reportingEnabled&quot;:true,&quot;collectorIp&quot;:&quot;1.2.3.4&quot;,&quot;collectorPort&quot;:443}