CitraClient.RfCaptures (citra_client v0.3.0)
View SourceGenerated operations for OpenAPI tag rf_captures.
Summary
Functions
Create Rf Capture
Get Antenna Rf Captures
Get Rf Capture Data
Get Satellite Rf Captures
Get Task Rf Captures
Functions
Create Rf Capture
Create a new RF capture record.
This endpoint allows users to submit RF capture data including detections and power spectral density measurements. Returns 201 Created on success.
POST /rf-captures
Body
Request body (map or generated struct).
Get Antenna Rf Captures
Get RF capture summaries for a specific antenna.
Returns all RF capture summaries for the specified antenna. Use the individual capture endpoint to get full data.
GET /antennas/{antenna_id}/rf-captures
Path parameters
antenna_id(path)
Get Rf Capture Data
Get full RF capture data including detections and power spectral density.
Returns the complete RF capture record with all data fields.
GET /rf-captures/{capture_id}
Path parameters
capture_id(path)
Get Satellite Rf Captures
Get all RF capture summaries for a specific satellite.
Returns all RF capture summaries for tasks associated with the specified satellite. Use the individual capture endpoint to get full data.
GET /satellites/{satellite_id}/rf-captures
Path parameters
satellite_id(path)
Get Task Rf Captures
Get all RF capture summaries for a specific task.
Returns all RF capture summaries associated with the specified task. Use the individual capture endpoint to get full data.
GET /tasks/{task_id}/rf-captures
Path parameters
task_id(path)