Postman Collection Support
API monitors can now be easily created from your Postman Collections! Simply import your Postman Collection JSON file in the new monitor wizard, select the folder you want to use, and start monitoring. New Monitor > API Postman Collection Import JSON File Select Folder Create Monitor693Views1like1Commentoption to customise the automatically generated step names shown under the Summary step graph.
With Java and Selenium, I'm building synthetic tests for one application. The script is then uploaded to alertsite monitor. The response graphs steps portion on the alertsite website gives the steps a generic name, such as step1 and step2. While I want to show the names of the steps as the pages that were visited. As alertsite creates them automatically, and sometime alertsite is not able to recognise the change in the URL and it is failing to provide proper monitor name. It would be great to have the ability to customise the step name.221Views0likes0CommentsAPI Monitor with Auth based on Login via Form Post
Team, I have some APIs I need to monitor that are not using OAUTH2 or typical headers. These are APIs that are hosted by an .NET Site and the authentication is based on end user that is logged into the site. Which is very typical for APIs exposed via Razor or MVC Site. I am able to login via Insomnia posting the login information, but to get to this point it is multiple steps. 1. Can this type of auth flow be done in AlertSite? 2. If I use DejaClick to script the login. Can that script be modified to make an API call? Thank you567Views0likes0CommentsMFC Grid | 2 tables in a Tab
Hi, In a project I'm using 2 MFC grid tables in a TAB. So to know what column & row I selected I'm using this small function: void CLoggingDlg::OnGridClickedCHMask(NMHDR *pNotifyStruct, LRESULT*) { NM_GRIDVIEW* pItem = (NM_GRIDVIEW*)pNotifyStruct; m_rowSel = pItem->iRow; m_colSel = pItem->iColumn; } The issues is this always giving me the information about the first table, even if I'm clicking on the 2 grid table m_colSel & m_rowSel is not getting updated. So to get Row & col number from both the table what should I do, where I can define this function particularly for a grid. Thanks Subhash Chandra481Views0likes0CommentsExtract Substring from API response Variable in Alertsite API Monitor
It would be great if alertsite can enhance the feature withExtracting Substring from API response Variable in Alertsite API Monitor. For example: We have our api monitor in one of the step it provides the JSON reponse; we are able to fetch the variable from JSON output, but we will need only certain part of the variable to pass it to next step. We can achieve it in readyAPI but when it uploads in alertsite it fails too. From the below response; we need to fetch the query param value and store it in a variable. is it possible? "loginUrl": "https://XXXXX/consumer/XXXX?queryparam=99838fae12f1d3c556a3c6325edc5d49f6ca5e22a22ee5f957b65a32dff05636fa244af950b9138785430e7370ea2246b2575370eff3b857f3ed1efbef1a0d4b&merchantId=f0da4c98-aff4-4a37-bb4e-c52b3b7c1870&merchantName=Merchant%20Four" This feature will provide may users the flexibility of extracting any substring from the stored variable or directly store the substring as variable. Reference Case:Case #004536421.3KViews2likes1CommentDevOps Pipeline throwing error
DevOps pipeline is throwing error "You cannot call a method on a null-valued expression". How could it be identified. I have tried swagger.editor to validate swagger.json. Also did verify from Azure but there is no any error is shown. Please help to resolve this issue.712Views1like0CommentsGetting started with API, having trouble
I was met with the following message many times. I tried letting it just post, no luck. I tried finding the invalid HTML, no luck. So please read the attached word doc to understand my issue. I am having troubles with calling the API. Login works, but subsequent calls do not.5.5KViews0likes1CommentHave AlertSite monitor API's that use Kerberos Authentication
I have an API in ReadyAPI that uses Kerberos Authentication. I worked with SmartBear support to get it working via these steps:https://support.smartbear.com/readyapi/docs/requests/auth/types/spnego.html. I get errors when I upload the API to Alertsite as a monitor, because these same changes need to be made to our private node in order to run, which is not available. We would like it to be possible to run this web service as a monitor on our private node in Alertsite.459Views0likes0Comments