Schedule demo

View method type (GET / POST) in web service calls


APM Insight has the ability to track the ASP.NET web service calls like ASMX, WCF, or Web API frameworks.

The service calls will be displayed along with its method type like GET, POST, PUT, DELETE, etc. It provides the clarity to view the performance of each method on CRUD (Create, Retrieve, Update and Delete) operations in a MVC Web API.

For example, consider the CRUD operations below in a ASP .NET Web API.

ActionHTTP MethodRelative URI
Get a list of all productsGET/api/products
Get a product by IDGET/api/products?id=1234
Get a product by categoryGET/api/products?category=mycategory
Create a new productPOST/api/products
Update a productPUT/api/products?id=1234
Delete a productDELETE/api/products?id=1234

The above example shows the Web API CRUD operations performed over the product database. It uses the single API transaction to perform all these operations.

With APM Insight, performance of a particular API transaction can be viewed along with its corresponding method type.

View method type in request parameters

The same GET method will be used for getting the product based on ID or product category. We can also view those transactions separately by the request parameters displayed under the transaction trace summary.

Loved by customers all over the world

"Standout Tool With Extensive Monitoring Capabilities"

It allows us to track crucial metrics such as response times, resource utilization, error rates, and transaction performance. The real-time monitoring alerts promptly notify us of any issues or anomalies, enabling us to take immediate action.

Reviewer Role: Research and Development

carlos-rivero
"I like Applications Manager because it helps us to detect issues present in our servers and SQL databases."
Carlos Rivero

Tech Support Manager, Lexmark

Trusted by thousands of leading businesses globally