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
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"reportingEnabled":true,"collectorIp":"1.2.3.4","collectorPort":443}