A ping limit allows limiting the number of pings sent to a flow. Both successful and failed pings will be counted against the maximum configured pings.
Get the counters for all active ping limits. Ping limits that haven't received ping traffic during the current interval will not be included.
OK
curl -i -X GET \ 'https://app.leadconduit.com/ping_limits?flow_id=string'
[- {
- "id": "string",
- "name": "string",
- "maximum": 0,
- "duration": 0,
- "duration_units": "string",
- "time_zone": "string",
- "created_at": "2019-08-24T14:15:22Z"
}
]
curl -i -X GET \ https://app.leadconduit.com/ping_limits/:id
{- "id": "string",
- "name": "string",
- "maximum": 0,
- "duration": 0,
- "duration_units": "string",
- "time_zone": "string",
- "created_at": "2019-08-24T14:15:22Z"
}