Threat Feed Configuration Endpoints
Use these APIs to manage threat feed configuration.
Base URL: https://api.lookout.com/mgmt/threat-feeds
Endpoint | Description |
---|---|
feed-management-controller | |
GET /api/v1/threat-feeds/{feed-id} | Get the feed metadata. |
PUT /api/v1/threat-feeds/{feed-id} | Update feed metadata. |
DELETE /api/v1/threat-feeds/{feed-id} | Delete the feed. |
GET /api/v1/threat-feeds | Get the feed guids for the tenant |
POST /api/v1/threat-feeds | Create a new feed. |
feed-element-controller | |
GET /api/v1/threat-feeds/{feed-id}/elements | Download the feed domains. |
POST /api/v1/threat-feeds/{feed-id}/elements | Upload the domains to the feed |