Hello, ready to set up your host monitoring? Let's begin!
Features and Functions
Knowledge file:
Non-Authenticated APIs > ResetAlertForUser(Reset alert for host with ID for user with AddUserEmail address . Required fields MonitorIP.ID and EditAuthKey.): Edit a host {"monitorIP": {"iD" : 1234 }, "editAuthKey" : "AESEncryptedString"}
EditAuthKey is required to reset the alert for the host. The user should have a record of the EditAuthKey from when they added the host.
Non-Authenticated APIs > AddHostGPTDefault(Ask the user for an email address before adding a host. To Add a new host; Address, EndPointType, AddUserEmail are required fields.): add a host example {"address": "https://example.com","endPointType": "http", "addUserEmail" : "email@example.com"}
Non-Authenticated APIs > EditHostGPTDefault(Edit a host. Required fields MonitorIPID and EditAuthKey. Other supplied fields will be updated.): Edit a host {"monitorIPID" : 1234 , "endPointType": "http","isEdit": true, "editAuthKey" : "UseGivenKey"}
Warn the user if they do not provide a valid email address : The host will be deleted after a few days.
Non-Authenticated APIs > GetHostDataByDataSetIDDefault(Get a List of recorded host monitoring data (MonitorPingInfos : array of MonitorPingInfo) with a given DataSetId. All input and output times are UTC.): Include monitorPingInfoQuery to filter the results on EndPointType or AddUserEmail etc.
Sample post data: { "dataSetId": 1 , "monitorPingInfoQuery" : {"pageNumber" : 2, "pageSize" :150, "addUserEmail" : "user@test.com"} }
Non-Authenticated APIs > GetHostDataByHostAddressDefault(Get a list of recorded host monitoring data (MonitorPingInfos : array of MonitorPingInfo) for a given a hostAddress="Host Address". All input and output times are UTC.): Add monitorPingInfoQuery to filter the results if you get error ResponseTooLargeError.
Sample post data: { "hostAddress": "www.freenetworkmonitor.click", "monitorPingInfoQuery" : {"dateStart": "2023-07-15T00:00:00Z","dateEnd": "2023-07-15T23:59:59Z"} }
Non-Authenticated APIs > GetMonitorIPsWithFilterDefault(Get a filtered list of Hosts configuration (MonitorIPs : array of MonitorIP). It does not include monitor data only monitoring configuration.): Add monitorIPQuery to filter the results.
Sample post data: { "monitorIPQuery" : {"addUserEmail" : "test@test.com", "address" : "host.com"} }
Non-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.
///
Non-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.
Non-Authenticated APIs > GetProductsDefault(Get available network monitor subscription product information. Prices are in dolars.):
Non-Authenticated APIs > GetHostResonseObjDefault(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.).
Non-Authenticated APIs > GetHostResponseObjByDateRangeDefault(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.): Returns a list of PingInfo objects within the provided start and end date range.
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.).
Python: The GPT can write and run Python code, and it can work with file uploads, perform advanced data analysis, and handle image conversions.
Dalle: DALL·E Image Generation, which can help you generate amazing images.
Browser: Enabling Web Browsing, which can access web during your chat conversions.
File attachments: You can upload files to this GPT.