FAQs

Please check out Frequently Asked Questions.

What is the minimum time period between the API calls ?

The API is monitored for Minimum of 10 minutes.

What is the threshold for average response time?

Highest acceptable average response time over a designated number of calls.

Is there a rolling average response time being tracked?

Yes, a rolling average calculates the average from last 10,15,20,25 or 30 calls.

Are there any response time alerts configured?

you can configure response time alerts.

Are there any alerts when average threshold exceeded?

you can configure average threshold exceeded.

What is Prerequisite API?

A prerequisite API is an API that needs to be accessed, invoked, or completed successfully before another API can be used or interacted with.

What is JSON PATH EXTRACTOR in Qyrus API Monitoring?

A JSON Path Extractor is a feature used in Qyrus API Monitoring Service to extract specific data from JSON (JavaScript Object Notation) responses. JSON Path is a query language that allows you to navigate through JSON structures and select elements, values, or objects based on certain criteria. The JSON Path Extractor helps you retrieve and utilize specific pieces of data from JSON documents, which is particularly useful when working with APIs that return JSON data.

What is XPATH EXTRACTOR in Qyrus API Monitoring?

An XPath Extractor is a feature used in Qyrus API Monitoring Service to extract specific data from XML using XPath expressions. XPath (XML Path Language) is a query language that allows you to navigate through the hierarchical structure of XML and elect elements, attributes, or values based on certain criteria. The XPath Extractor helps you locate and utilize specific pieces of data from these documents.

What is Authorization and how many types of Qyrus API Monitoring Support?

Authorization in the context of APIs refers to the process of granting or denying access to specific resources or functionalities within an API based on the identity and permissions of the requester. It ensures that only authorized users or applications are allowed to perform certain actions or retrieve specific data. Authorization is a crucial aspect of API security and access control.

Qyrus API Supports 2 ways to authorize the data.

  • Basic Auth

  • O Auth2.0

Last updated