Rate limit error code returned when the API call threshold (configured via threshold/duration in security XML) is exceeded; client is locked out for lock-period minutes
errorMsgstring
Rate limit exceeded message with retry guidance
Possible Response Codes
200HTTP code
401HTTP code
429HTTP code
Sample Response: HTTP 200
Policy group deleted successfully
Copied!
{
"status": "success"
}
▼ Show full
Policy group ID not found
Copied!
{
"statusMsg": "policy grp id not present",
"status": "failed"
}
▼ Show full
Sample Response: HTTP 401
User is action-restricted for this policy group
Copied!
{
"errorMessage": "User Not Authorized",
"errorCode": "UAC_UNAUTHORIZED"
}
▼ Show full
Sample Response: HTTP 429
API call threshold exceeded
Copied!
{
"errorMessage": "Rate limit exceeded. Retry after some time",
"errorCode": "TOO_MANY_REQUESTS"
}
Duration - Time window for the threshold. Threshold - Number of API calls allowed within the specified duration. Lock Period - Wait time before consecutive API requests.