get_endpoint_threats

Function get_endpoint_threats 

Source
pub async fn get_endpoint_threats(
    __arg0: State<ThreatModelingState>,
    __arg1: Path<String>,
    __arg2: Query<Value>,
) -> Result<Json<ThreatAssessment>, StatusCode>
Expand description

Get endpoint-level threat assessment (no database)

GET /api/v1/threats/endpoint/{endpoint}