get_threat_model
Retrieve a specific threat model using its unique ID with the Devici API. Ideal for accessing detailed threat analysis and security insights.
Instructions
Get a specific threat model by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
threat_model_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"threat_model_id": {
"title": "Threat Model Id",
"type": "string"
}
},
"required": [
"threat_model_id"
],
"title": "get_threat_modelArguments",
"type": "object"
}