Getting 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.5KViews0likes1CommentTrying to add monitors for the test case fails with Access is denied
Trying to create monitors for my test case but its failing with "Access is denied" error.Attached screenshots and logs from the READYAPI-3.4.0. Error is as below. Attempt to create sample monitor failed with the following error: C:\Users\xxxxx\OneDrive\PROJECTFILES\COMPOSITE_PROJECTS\testMonitor (Access is denied) ReadyAPI Logs for reference Sat Oct 03 09:31:06 IST 2020: INFO: TestCase [ Monitor_TestCase ] not changed so not saved. Sat Oct 03 09:31:06 IST 2020: INFO: TestSuite settings [ Test_Monitor ] not changed so not saved. Sat Oct 03 09:31:06 IST 2020: INFO: Project settings [ Test_Project ] not changed so not saved. Sat Oct 03 09:31:06 IST 2020: INFO: Saved Composite Project [Test_Project] to [C:\Users\E593\OneDrive\PROJECTFILES\COMPOSITE_PROJECTS\testMonitor] Please help me to explore this part of the ReadyAPI tool1.9KViews0likes1CommentAlertSite Deployment Notice
The following updates were deployed on 2/21/2019: Native API monitors against internal APIs can now be easily created and validated by using the Swagger Inspector Extension to directly access your internal APIs from the browser. The Manage User screen has been updated with last access timestamps for console and REST API usage. Users can now export the screen as a CSV. Check it out at Settings>Manage Users. Alert Templates can now access the MONITOR note field in addition to the ALERT note field. Both the monitor note and alert note fields have been added to the Get Monitors REST API. Various bug fixes and performance enhancements have also been deployed.1.4KViews0likes0CommentsAlertSite UXM Deployment Notice - 10/26/2018
Some updates to UXM have been deployed. Changes include: A new authentication option has been added to native AlertSite API monitoring. Monitors can now be created that use an *OAUTH Bearer Token* for authentication. Adding variables in native AlertSite API monitors is easier now with improved variable insert controls. We've removed the 'power button' controls on monitor configuration screens that turned monitoring and alerting on/off. The monitor on/off has been replaced with a simple *Enable Monitoring* checkbox on the Main configuration tab. The Alerts tab is essentially unchanged since the Enable alerting checkboxes were already part of the configuration interface. The configuration tab names for native AlertSite API monitors have been modified and now read as: Endpoint | Main | Advanced | Blackouts | Alerts1.3KViews0likes0CommentsExtract 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.3KViews2likes1CommentAlertsite Monitor Config Grid View - Performance Alerting Enabled Bugs
When viewing theGrid View of Monitor Configuations there is a column forAvailability Alerting Enabled and another forPerformance Alerting Enabled. Bug 1 However there appears to be a bug when both are disabled yetPerformance Alerting Enabled still shows as true in theMonitor Config Grid View and in the CSV export. Bug 2 Amending adejaclick test, I can Disable justPerformance Alerting Enabled but that still shows are enabled in theMonitor Config Grid View and in the CSV export1KViews0likes0CommentsDevOps 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.712Views1like0CommentsPostman 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 Monitor693Views1like1CommentAPI 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 you567Views0likes0Comments