EnrichmentSource
EnrichmentSource - Get
Fetches the enrichment source with given ID.
GET
https://api-server-host-name/configapi/{pool_UUID}/{logpoint_identifier}/EnrichmentSource/{id}Parameter
Field
Label in UI
Type
Description
id
-
String
Existing enrichment source id.
Success Response
{
"active": true,
"delete_status": "",
"id": "59467646d8aaa41be49d158b",
"last_updated": 0,
"plugin_info": {
"source_fields": [
{
"field": "domain"
},
{
"field": "url"
},
{
"field": "category"
},
{
"field": "type"
},
{
"field": "threat_source"
},
{
"field": "ip_address"
},
{
"field": "score"
},
{
"field": "port"
},
{
"field": "start_ts"
},
{
"field": "end_ts"
}
]
},
"reason": null,
"result": "",
"single_entry": true,
"source_name": "threat_intelligence",
"source_type": "ThreatIntelligence",
"tid": ""
}EnrichmentSource - List
Lists all enrichment sources.
GET
Success Response
EnrichmentSource - RefreshList
Updates the enrichment source list.
POST
Request Example
Success Response
Last updated
Was this helpful?