get_threat
Retrieve detailed information about a specific threat by its unique ID, enabling efficient threat analysis and management within the Devici API ecosystem.
Instructions
Get a specific threat by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
threat_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"threat_id": {
"title": "Threat Id",
"type": "string"
}
},
"required": [
"threat_id"
],
"title": "get_threatArguments",
"type": "object"
}