MindConnect MQTT - Usage quota and limits¶
MindConnect MQTT APIs are restricted with following limits.
API Endpoint | Throttling/Restriction Criteria | XXS (S4F) | XS | S | M | L | XL |
---|---|---|---|---|---|---|---|
Post caCertificates | Requests in 30 Seconds | 1 | 2 | 2 | 2 | 2 | 2 |
Post caCertificates | Requests in 1 Hour | 10 | 10 | 10 | 10 | 10 | 10 |
Get caCertificates | Requests in 30 Seconds | 3 | 10 | 10 | 10 | 10 | 10 |
Get caCertificates | Requests in 1 Hour | 30 | 30 | 30 | 30 | 30 | 30 |
Get caCertificates/{id} | Requests in 30 Seconds | 2 | 10 | 10 | 10 | 10 | 10 |
Get caCertificates/{id} | Requests in 1 Hour | 20 | 30 | 30 | 30 | 30 | 30 |
Delete caCertificates/{id} | Requests in 30 Seconds | 1 | 2 | 2 | 2 | 2 | 2 |
Delete caCertificates/{id} | Requests in 1 Hour | 10 | 10 | 10 | 10 | 10 | 10 |
Post caCertificates/{id}/verify | Requests in 30 Seconds | 1 | 2 | 2 | 2 | 2 | 2 |
Post caCertificates/{id}/verify | Requests in 1 Hour | 10 | 10 | 10 | 10 | 10 | 10 |
Get caCertificates/{id}/registrationCode | Requests in 30 Seconds | 1 | 2 | 2 | 2 | 2 | 2 |
Get caCertificates/{id}/registrationCode | Requests in 1 Hour | 10 | 10 | 10 | 10 | 10 | 10 |
Post agentCertificates | Requests in 30 Seconds | 1 | 10 | 10 | 10 | 10 | 10 |
Get agentCertificates | Requests in 30 Seconds | 5 | 30 | 30 | 30 | 30 | 30 |
Get agentCertificates | Requests in 60 Seconds | 30 | 40 | 40 | 40 | 40 | 40 |
Get agentCertificates/{id} | Requests in 30 Seconds | 2 | 30 | 30 | 30 | 30 | 30 |
Get agentCertificates/{id} | Requests in 1 Hour | 20 | 40 | 40 | 40 | 40 | 40 |
Delete agentCertificates/{id} | Requests in 30 Seconds | 1 | 5 | 5 | 5 | 5 | 5 |
Delete agentCertificates/{id} | Requests in 1 Minute | 10 | 20 | 20 | 20 | 20 | 20 |
Note
Rate Limits can cause discontinuity in the use case flow. Ensure to check the rate limits before implementing APIs.