The integration of your ERP with Made4Graph via API guarantees greater security for both parties, because it is not necessary to consume the data directly from the database, even if you have a reading user in the database.
Another interesting point is its easy registration, and also the release of access, since this is done through a token, which is less invasive.
There are also other features that are displayed in Made4Graph, and are imported directly from Radius/ERP.
Today, the Made4Graph tool is integrated via API with the following ERPS/Radius:
When the ERP you use does not yet integrate with made4graph, you should search for the technical sector of the same and request the ERP API manual, which contains the necessary information to integrate with the Made4Graph tool.
Examples (Radacct queries):
* ------ Filter by Date ----- *
{
“token”: “e00e80c0-cdc7-4fd8-99b7-1e6658769f1f”,
“start_date”: “2023-05-04 06:00:00 “,
“end_date”: “2023-05-05 23:59:00 “,
“username”: “made4it_pppoe”
“online”: 0
}
* ------ Filter by PPPoE, IPAddress, MAC, NAS ----- *
{
“token”: “???” ,
“username”: “made4it_test”,
“framedipaddress”: '192.168.0.10'
“callingstationid”: 'AC:BC:AD:DD:AA',
“nas”: '192.168.0.199',
“online”: 1
}
* ------ PPPoE Filter Connection Extract with pagination ----- *
{
“token”: “???” ,
“username”: “made4it_test”,
“framedipaddress”: '192.168.0.10'
“callingstationid”: 'AC:BC:AD:DD:AA',
“nas”: '192.168.0.199',
“online”: 1,
“offset”: 0,
“limit”: 10,
“order”: 'desc'
}
Once your ERP has provided the information mentioned above, you need to contact us so that we can validate the integration to be made.
For integrations made directly to the database (Radius in a pure database) we only need a read-only user in the RADIUS database with access to the following tables:.
Information can be transmitted through the following communication channels:
After passing the information to the service team, a demand will be opened with the responsible sector, and the responsible sector will provide you with feedback on the development of the integration.