Turbinia Requests
Create Request
Create a new Turbinia request.
Args: request (Request): FastAPI request object. req (turbinia.api.schema.request): JSON object from the HTTP POST data matching the schema defined for a Turbinia Request. The schema is used by pydantic for field validation.
Raises: ValidationError: if the Request object contains invalid data. HTTPException: If pre-conditions are not met.
post/api/request/
Request body
Response
Successful Response
{"stackTrail":"paths:/api/request/:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}