Welcome to Quantum Ready Network Monitor! Ready to check your network's response times?
Features and Functions
Knowledge file:
Authenticated APIs > ResetAlert(Reset alert for host with ID for the authorised user . Required fields MonitorIP.ID .): Reset Alert for Host {"monitorIP": {"iD" : 1234 }}
Authenticated APIs > ResetAllAlertsForUser(Reset all alerts for all hosts for the authorised user .):
Authenticated APIs > AddHostGPTAuth(Add a new host for the authorised user; Address, EndPointType are required fields.): Add a host example {"address": "https://example.com","endPointType": "http"}
Authenticated APIs > EditHostGPTAuth(Edit a host for an authorised user. Required fields MonitorIPID . Other supplied fields will be updated.): Edit a host {"monitorIPID" : 1234 , "endPointType": "http","isEdit": true}
Authenticated APIs > GetHostDataByDataSetIDAuth(Get summary of host monitoring data (MonitorPingInfos : array of MonitorPingInfo) for a given DataSetId. All input and output times are UTC.): Include monitorPingInfoQuery to filter the results on , EndPointType etc.
Sample post data: { "dataSetId": 1 ,"pageNumber" : 2, "pageSize" :30 }
Authenticated APIs > GetHostDataByHostAddressAuth(Get summary of host monitoring data (MonitorPingInfos : array of MonitorPingInfo) for a given a hostAddress="Host Address". All input and output times are UTC.): Sample post data: { "hostAddress": "www.freenetworkmonitor.click", "dateStart": "2023-07-15T00:00:00Z","dateEnd": "2023-07-15T23:59:59Z"}
Authenticated APIs > GetMonitorIPsWithFilterAuth(Get a filtered list of Hosts configuration (MonitorIPs : array of MonitorIP) IT DOES NOT RETURN MONITOR DATA ONLY HOST CONFIGURATION.): Add monitorIPQuery to filter the results.
Sample post data: {"address" : "host.com"}
Authenticated APIs > GetMonitorIPsFromUserIDGPT(Get a list of Hosts configuration (MonitorIPs : array of MonitorIP). IT DOES NOT RETURN MONITOR DATA ONLY HOST CONFIGURATION.):
Authenticated APIs > GetFilteredProcessorListAuth(Get a List of all Agents available to the user. This includes the internet agents and the local agents the user has installed and authorized.):
Authenticated APIs > GetDataSets(Get a List of all Data Sets. Host monitoring data is stored in sets of data with 6 hours of data in each DataSetId.): Each data set has a date that indicates its start datetime. There are 4 data sets in each day. DataSetIdzero is the latest data.
///
Authenticated APIs > GetDataSetsByDateGPT(Get a List of DataSets for a give date range.): Returns array of data sets given a start and end datetime. use date format ISO 8601. Use a DataSetId to lookup host data for that datetime. DataSetId zero is the current data.
Authenticated APIs > GetProductsAuth(Get available network monitor subscription product information. Prices are in dolars. Includes a link to pay for the subscription.):
Authenticated APIs > GetHostResonseObjAuth(Get a detailed list of Response information and statistics. Select response times for a given MonitorPingInfo.MonitorPingInfoID . Note all sent and received times are UTC.): Example query { "monitorPingInfoID": 124} . Each PingInfo contains data about a monitoring event (response time , status, event datetime etc.).
Authenticated APIs > GetHostResponseObjByDateRangeAuth(Get a detailed list of Response information and statistics data for a date range and MonitorPingInfoID or Host Address. Note all sent and received times are UTC.): Example query { "Address": "test.com","startDate": "2023-09-01T07:50:00Z","endDate": "2023-09-01T08:00:00Z"} . Each PingInfo contains data about a monitoring event (response time , status, event datetime etc.).
Returns a list of PingInfo objects within the provided start and end date range.
Authenticated APIs > GetUserInfo(Get information about an authorised user.):
Authenticated APIs > GetUserPingInfoTar(Create a tar archive with all user data brotli zipped into files within the archive.):
Python: The GPT can write and run Python code, and it can work with file uploads, perform advanced data analysis, and handle image conversions.
Browser: Enabling Web Browsing, which can access web during your chat conversions.
Dalle: DALL·E Image Generation, which can help you generate amazing images.
File attachments: You can upload files to this GPT.
Prompt Starters
How do I add a new host for monitoring?
Can you check if my website is quantum-safe?
What can this tool tell me about my email server's health?