Overview
This API call applies to both Armor Complete and Armor Anywhere users.
The Get Log Sources API retrieves a list of connected log sources for your account.
Sample request
GET https://api.armor.com/log-management/logsources
Input
The following table describes the different parts of this API call:
API Call / URL | Method / Type |
---|---|
/log-management/logsources | GET |
There are no parameters for this API call.
Sample return
Status | Response |
---|---|
200 | [ { "providerName": "CloudTrail", "title": "Cloud Trail", "description": "AWS CloudTrail is a service that enables governance, compliance, operational auditing, and risk auditing of your AWS account. With Armor's CloudTrail integration, you can log, continuously monitor, and retain account activity related to actions across your AWS infrastructure.", "imageName": "CLOUD_TRAIL.IMG", "isConnected": true, "category": null, "configureUri": null, "logSourceTypeId": 0 }, { "providerName": "Fortinet", "title": "Fortiweb WAF", "description": "The Fortiweb WAF integrates with Armor to provide a turnkey cloud-based web application firewall solution that leverages the power of our Spartan threat prevention and response platform to protect your web applications 24/7 from common web exploits that could affect application availability, compromise security, or consume excessive resources. Help secure your web app against OWASP Top 10 attacks.", "imageName": "vendors-fortiweb.svg", "isConnected": true, "category": null, "configureUri": null, "logSourceTypeId": 0 } ] |