APIs for Viewing Logs
You can use APIs to view the status of various logs without visiting Adeptia Suite UI. Use any REST client with the following information as an input to process your request.
Component | Information Type |
---|---|
API Endpoint | Refer to the URLs described in the next table for various types of logs in Adeptia Suite. |
Method Type | GET |
Authorization Type | Basic |
Header | Authorization |
User ID & Password | Administrator or Group Administrator User ID and Password for Base 64Â encoding. |
Note
All responses are shown in an XML format.
Following are the list of APIs you can use for fetching various log information:
Operation | API Endpoint |
---|---|
Same Day Process Flow Logs This API will fetch the process flow logs of the day you are running the check. This API has a page limit of 20, hence it would fetch only 20 records. However, if you want to increase the limit, change the limit value from 20 to the desired number. | /adeptia/api/manageServiceApi/PFLog?page=1&start=0&limit=20 |
Process Flow logs within a Date Range This API will fetch process flow logs for the given date range.
Note: You must not delete any parameter from the API in case there filter is required. In this case, leave the parameter blank (e.g. the first API in API Endpoint column of this table). Second example API gives the endpoint with filters applied with parameteres' values. | /adeptia/api/manageServiceApi/PFLog?page=1&start=0&limit=20&advancesearch=fromdate=05-04-2019$fromtime=00:00$todate=05-04-2019$totime=23:59$pfstatus=$pfname=$pfid=$pfnodename=$archiveFlag=false Example API Endpoint for fetching all details of a PF /adeptia/api/manageServiceApi/PFLog?page=1&start=0&limit=20&advancesearch=fromdate=05-04-2019$fromtime=00:00$todate=05-04-2019$totime=23:59$pfstatus=Executed$pfname=AC_2_0_PF_Main$pfid=$pfnodename=192.168.1.123$archiveFlag=false |
Same Day Event Logs This API will fetch the event logs of the day you are running the check. This API has a page limit of 20, hence it would fetch only 20 records. However, if you want to increase the limit, change the limit value from 20 to the desired number. | /adeptia/api/manageServiceApi/EventLog?page=1&start=0&limit=20 |
Event Logs within a Date Range This API will fetch event logs for the given date range.
| /adeptia/api/manageServiceApi/EventLog?page=1&start=0&limit=20& advancesearch=fromdate=05-04-2019$fromtime=00:00$todate=05-04-2019$totime=23:59$loglevel=INFO |
Same Day System Logs This API will fetch the system logs of the day you are running the check. This API has a page limit of 20, hence it would fetch only 20 records. However, if you want to increase the limit, change the limit value from 20 to the desired number. | /adeptia/api/manageServiceApi/SystemLog?page=1&start=0&limit=20 |
System Logs within a Date Range This API will fetch the system logs for the given date range.
| Â /adeptia/api/manageServiceApi/SystemLog?page=1&start=0&limit=20& advancesearch=fromdate=05-04-2019$fromtime=00:00$todate=05-04-2019$totime=23:59$loglevel=INFO |
Same Day SAP Logs This API will fetch the SAP logs of the day you are running the check. This API has a page limit of 20, hence it would fetch only 20 records. However, if you want to increase the limit, change the limit value from 20 to the desired number. | Â /adeptia/api/manageServiceApi/SAPLog?page=1&start=0&limit=20 |
SAP Logs within a Date Range This API will fetch SAP logs for the given date range.
| /adeptia/api/manageServiceApi/SAPLog?page=1&start=0&limit=20&advancesearch=fromdate=05-04-2019$fromtime=00:00$todate=05-04-2019$totime=23:59$archiveFlag=false |
Audit Trail Logs This API will fetch the audit trail logs of the day you are running the check. This API has a page limit of 20, hence it would fetch only 20 records. However, if you want to increase the limit, change the limit value from 20 to the desired number. | /adeptia/api/manageServiceApi/AuditTrailLog?page=1&start=0&limit=20 |
Audit Trail Logs within a Date Range This API will fetch the audit trail logs for the given date range.
| /adeptia/api/manageServiceApi/AuditTrailLog?page=1&start=0&limit=20&advancesearch=fromdate=05-04-2019$fromtime=00:00$todate=05-04-2019$totime=23:59$username=shivani.tyagi@adeptia.com$groupname=Group_1 |
AS2 Logs This API will fetch the AS2 trail logs of the day you are running the check. This API has a page limit of 20, hence it would fetch only 20 records. However, if you want to increase the limit, change the limit value from 20 to the desired number. | /adeptia/api/logs/AS2?page=1&start=0&limit=20 |
AS2 Logs within a Date Range This API will fetch AS2 logs for the given date range.
| /adeptia/api/logs/AS2?page=1&start=0&limit=20&advancesearch=fromdate=05-04-2019$fromtime=00:00$todate=05-04-2019$totime=23:59$archiveFlag=false$as2status= |