• HTTP document
    Show / Hide Table of Contents
    • Login Interface
      • Explanation of terms
      • Login
      • Refresh Login
    • Write Data Process
      • Add FGate Group
      • Add FGate
      • Add Monitoring Group
      • Add Monitoring Point
      • Get FGate List
      • FGate Monitoring List
      • Write Monitoring Value
      • Get Monitoring Value
    • Information Access
      • Get Single FGate
      • Get Monitoring Group
      • Get Some monitoring Points
      • Get Monitoring Point by Group
      • Get Iccid、Imei
      • Get Location of FGate
    • Remote Download
      • Get FGate Drive List
      • Download FGate Drive
      • Get Register Type of Device
      • Get Server Drive List
    • Modification Interface
      • Modify FGate Group
      • Modify FGate Name
      • Modify Monitoring
      • Modify Refresh Interval
    • Delete Interface
      • Delete FGate Group
      • Delete FGate
      • Delete Monitoring Group
      • Delete Monitoring Point
    • Alarm Interface
      • Alarm Group
        • Get Alarm Group List
        • Add Alarm Group
        • Modify Alarm Group
        • Delete Alarm Group
      • Alarm Contact
        • Get Alarm Contact List
        • Get Single Alarm Contact
        • Add Alarm contact
        • Modify Alarm Contact
        • Delete Alarm Contact
      • Alarm Record
        • Get Alarm Entry List
        • Get Alarm Entry
        • Add Alarm Entry
        • Modify Alarm Entry
        • Delete Alarm Entry
        • Get Historical Alarm
        • Get Alarm Entry Status
        • Confirm Alarm
    • Historical Data
      • Get Historical Data List
      • Get Historical Data Entry
      • Add Historical Record
      • Update Historical Record
      • Delete Historical Data
      • Get Historical Data
    • Push Monitoring Data
      • Enable Monitoring Group
      • Disable Monitoring Group
      • Enable Monitoring Group List
      • Disable Monitoring Group List
      • Enable All Monitoring Points
      • Disable All Monitoring Points
      • Enable One Monitoring Point
      • Disable One Monitoring Point
      • Enable Some Monitoring Points
      • Disable Some Monitoring Points
      • Enable Some Monitoring Points
      • Enable One Monitoring Group
      • Enable Some Monitoring Groups
    • Data Push(SignalR)
      • Real-time Data Push(signalR)
      • Status Change Push
      • Real-time Data Push
      • Alarm Trigger
      • Alarm Restore
    • Write in Batch
      • Get Bacth Write Group
      • Write Value in Batch
    • Appendix
      • Appendix One
      • Appendix Two
      • Appendix Three
      • 429 Status Code

    429 Status Code

    Explanation of the 429 Status Code for Interface Returns

    Since the release of Manager version on November 26, 2021, we have implemented call frequency restrictions on interfaces.

    A provisional limit of 80 calls per minute has been set. If it exceeds 80 times, a 429 response will be returned, temporarily disabling this interface for 1 minute. , and will be lifted after 1 minute. In this period, other interface calls will not be affected

    A provisional limit of 3000 calls per hour has been set. If it exceeds 3000 calls, a 429 response will be returned, temporarily disabling this interface for 1 hour. , and will be lifted after 1 hour. In this period, other interface calls will not be affected

    A provisional limit of 30,000 calls per day has been set. If it exceeds 30,000 calls, a 429 response will be returned, and the body will also return the corresponding prompt. This interface will be temporarily disabled for 1 day, and will be lifted after 1 day.

    PS:

    The interface restrictions are in place to limit call frequency and ensure server stability.

    Write value interfaces and get monitoring point interfaces are not restricted. Generally, restrictions are applied to interfaces for adding and fetching information. For urgent cases, you can contact us to remove restrictions temporarily, but if the call frequency is too high, it will cause restriction as well. Eventually, client have to lessen times of interface calls.

    Back to top Generated by DocFX