API 1 min read

Does the OpsIQ API support idempotency?

Yes, the developer model includes idempotent replay protection for writes. This feature includes a documented 24-hour idempotency window for supported operations. Clients should reuse the same key when retrying the same intended write after a network failure. For genuinely new operations, a new key should be created.

Related articles