You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can see that it can accept a application/json type as the body request, but it seems that the current configuration does not support this operation.
In addition, I noticed that other Issues asked for adding custom check interval, this is a scenario, because requesting this API is charged, so maybe that would be a good idea.
The text was updated successfully, but these errors were encountered:
Hi, I think it's possible in the current version. The JSON data in the HTTP POST is just serialized into the string, with a Content-Type header indicating it's a JSON.
As for the monitoring interval issue you mentioned, I plan to add a separate cron setting for each request in a subsequent release, which should solve your problem.
However I've been busy with my internship lately and there's no guarantee when a new version will be released. (;′⌒`)
I need monitor my Azure OCR API status, But I can't complete the configuration.
Here is the curl type reuqst:
You can see that it can accept a application/json type as the body request, but it seems that the current configuration does not support this operation.
In addition, I noticed that other Issues asked for adding custom check interval, this is a scenario, because requesting this API is charged, so maybe that would be a good idea.
The text was updated successfully, but these errors were encountered: