1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-05-28 13:12:24 -04:00

REST API Swagger code generation using Docker: updated http server address

This commit is contained in:
f4exb 2020-06-23 19:45:14 +02:00
parent ea5a91891e
commit 647941b2bc
20 changed files with 178 additions and 178 deletions

View File

@ -44,7 +44,7 @@ AMModSettings:
reverseAPIChannelIndex: reverseAPIChannelIndex:
type: integer type: integer
cwKeyer: cwKeyer:
$ref: "http://localhost:8081/api/swagger/include/CWKeyer.yaml#/CWKeyerSettings" $ref: "http://swgserver:8081/api/swagger/include/CWKeyer.yaml#/CWKeyerSettings"
AMModReport: AMModReport:
description: AMMod description: AMMod

View File

@ -61,7 +61,7 @@ AirspyReport:
sampleRates: sampleRates:
type: array type: array
items: items:
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/SampleRate" $ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/SampleRate"
AirspyActions: AirspyActions:
description: Airspy description: Airspy

View File

@ -60,7 +60,7 @@ AirspyHFReport:
sampleRates: sampleRates:
type: array type: array
items: items:
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/SampleRate" $ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/SampleRate"
AirspyHFActions: AirspyHFActions:
description: AirspyHF description: AirspyHF

View File

@ -51,17 +51,17 @@ BladeRF2InputReport:
description: BladeRF2 description: BladeRF2
properties: properties:
frequencyRange: frequencyRange:
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/FrequencyRange" $ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/FrequencyRange"
sampleRateRange: sampleRateRange:
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/Range" $ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/Range"
bandwidthRange: bandwidthRange:
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/Range" $ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/Range"
globalGainRange: globalGainRange:
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/Range" $ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/Range"
gainModes: gainModes:
type: array type: array
items: items:
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/NamedEnum" $ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/NamedEnum"
BladeRF2InputActions: BladeRF2InputActions:
description: BladeRF2 description: BladeRF2
@ -110,13 +110,13 @@ BladeRF2OutputReport:
description: BladeRF2 description: BladeRF2
properties: properties:
frequencyRange: frequencyRange:
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/FrequencyRange" $ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/FrequencyRange"
sampleRateRange: sampleRateRange:
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/Range" $ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/Range"
bandwidthRange: bandwidthRange:
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/Range" $ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/Range"
globalGainRange: globalGainRange:
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/Range" $ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/Range"
BladeRF2MIMOSettings: BladeRF2MIMOSettings:
description: BladeRF2 description: BladeRF2

View File

@ -18,4 +18,4 @@ ChannelActions:
description: Optional for reverse API. This is the channel index from where the message comes from. description: Optional for reverse API. This is the channel index from where the message comes from.
type: integer type: integer
FileSourceActions: FileSourceActions:
$ref: "http://localhost:8081/api/swagger/include/FileSource.yaml#/FileSourceActions" $ref: "http://swgserver:8081/api/swagger/include/FileSource.yaml#/FileSourceActions"

View File

@ -39,6 +39,6 @@ ChannelAnalyzerSettings:
title: title:
type: string type: string
spectrumConfig: spectrumConfig:
$ref: "http://localhost:8081/api/swagger/include/GLSpectrum.yaml#/GLSpectrum" $ref: "http://swgserver:8081/api/swagger/include/GLSpectrum.yaml#/GLSpectrum"
scopeConfig: scopeConfig:
$ref: "http://localhost:8081/api/swagger/include/GLScope.yaml#/GLScope" $ref: "http://swgserver:8081/api/swagger/include/GLScope.yaml#/GLScope"

View File

@ -18,50 +18,50 @@ ChannelSettings:
description: Optional for reverse API. This is the channel index from where the message comes from. description: Optional for reverse API. This is the channel index from where the message comes from.
type: integer type: integer
AMDemodSettings: AMDemodSettings:
$ref: "http://localhost:8081/api/swagger/include/AMDemod.yaml#/AMDemodSettings" $ref: "http://swgserver:8081/api/swagger/include/AMDemod.yaml#/AMDemodSettings"
AMModSettings: AMModSettings:
$ref: "http://localhost:8081/api/swagger/include/AMMod.yaml#/AMModSettings" $ref: "http://swgserver:8081/api/swagger/include/AMMod.yaml#/AMModSettings"
ATVDemodSettings: ATVDemodSettings:
$ref: "http://localhost:8081/api/swagger/include/ATVDemod.yaml#/ATVDemodSettings" $ref: "http://swgserver:8081/api/swagger/include/ATVDemod.yaml#/ATVDemodSettings"
ATVModSettings: ATVModSettings:
$ref: "http://localhost:8081/api/swagger/include/ATVMod.yaml#/ATVModSettings" $ref: "http://swgserver:8081/api/swagger/include/ATVMod.yaml#/ATVModSettings"
BFMDemodSettings: BFMDemodSettings:
$ref: "http://localhost:8081/api/swagger/include/BFMDemod.yaml#/BFMDemodSettings" $ref: "http://swgserver:8081/api/swagger/include/BFMDemod.yaml#/BFMDemodSettings"
ChannelAnalyzerSettings: ChannelAnalyzerSettings:
$ref: "http://localhost:8081/api/swagger/include/ChannelAnalyzer.yaml#/ChannelAnalyzerSettings" $ref: "http://swgserver:8081/api/swagger/include/ChannelAnalyzer.yaml#/ChannelAnalyzerSettings"
DATVDemodSettings: DATVDemodSettings:
$ref: "http://localhost:8081/api/swagger/include/DATVDemod.yaml#/DATVDemodSettings" $ref: "http://swgserver:8081/api/swagger/include/DATVDemod.yaml#/DATVDemodSettings"
DSDDemodSettings: DSDDemodSettings:
$ref: "http://localhost:8081/api/swagger/include/DSDDemod.yaml#/DSDDemodSettings" $ref: "http://swgserver:8081/api/swagger/include/DSDDemod.yaml#/DSDDemodSettings"
FileSourceSettings: FileSourceSettings:
$ref: "http://localhost:8081/api/swagger/include/FileSource.yaml#/FileSourceSettings" $ref: "http://swgserver:8081/api/swagger/include/FileSource.yaml#/FileSourceSettings"
FreeDVDemodSettings: FreeDVDemodSettings:
$ref: "http://localhost:8081/api/swagger/include/FreeDVDemod.yaml#/FreeDVDemodSettings" $ref: "http://swgserver:8081/api/swagger/include/FreeDVDemod.yaml#/FreeDVDemodSettings"
FreeDVModSettings: FreeDVModSettings:
$ref: "http://localhost:8081/api/swagger/include/FreeDVMod.yaml#/FreeDVModSettings" $ref: "http://swgserver:8081/api/swagger/include/FreeDVMod.yaml#/FreeDVModSettings"
FreqTrackerSettings: FreqTrackerSettings:
$ref: "http://localhost:8081/api/swagger/include/FreqTracker.yaml#/FreqTrackerSettings" $ref: "http://swgserver:8081/api/swagger/include/FreqTracker.yaml#/FreqTrackerSettings"
NFMDemodSettings: NFMDemodSettings:
$ref: "http://localhost:8081/api/swagger/include/NFMDemod.yaml#/NFMDemodSettings" $ref: "http://swgserver:8081/api/swagger/include/NFMDemod.yaml#/NFMDemodSettings"
NFMModSettings: NFMModSettings:
$ref: "http://localhost:8081/api/swagger/include/NFMMod.yaml#/NFMModSettings" $ref: "http://swgserver:8081/api/swagger/include/NFMMod.yaml#/NFMModSettings"
LocalSinkSettings: LocalSinkSettings:
$ref: "http://localhost:8081/api/swagger/include/LocalSink.yaml#/LocalSinkSettings" $ref: "http://swgserver:8081/api/swagger/include/LocalSink.yaml#/LocalSinkSettings"
LocalSourceSettings: LocalSourceSettings:
$ref: "http://localhost:8081/api/swagger/include/LocalSource.yaml#/LocalSourceSettings" $ref: "http://swgserver:8081/api/swagger/include/LocalSource.yaml#/LocalSourceSettings"
RemoteSinkSettings: RemoteSinkSettings:
$ref: "http://localhost:8081/api/swagger/include/RemoteSink.yaml#/RemoteSinkSettings" $ref: "http://swgserver:8081/api/swagger/include/RemoteSink.yaml#/RemoteSinkSettings"
RemoteSourceSettings: RemoteSourceSettings:
$ref: "http://localhost:8081/api/swagger/include/RemoteSource.yaml#/RemoteSourceSettings" $ref: "http://swgserver:8081/api/swagger/include/RemoteSource.yaml#/RemoteSourceSettings"
SSBModSettings: SSBModSettings:
$ref: "http://localhost:8081/api/swagger/include/SSBMod.yaml#/SSBModSettings" $ref: "http://swgserver:8081/api/swagger/include/SSBMod.yaml#/SSBModSettings"
SSBDemodSettings: SSBDemodSettings:
$ref: "http://localhost:8081/api/swagger/include/SSBDemod.yaml#/SSBDemodSettings" $ref: "http://swgserver:8081/api/swagger/include/SSBDemod.yaml#/SSBDemodSettings"
UDPSourceSettings: UDPSourceSettings:
$ref: "http://localhost:8081/api/swagger/include/UDPSource.yaml#/UDPSourceSettings" $ref: "http://swgserver:8081/api/swagger/include/UDPSource.yaml#/UDPSourceSettings"
UDPSinkSettings: UDPSinkSettings:
$ref: "http://localhost:8081/api/swagger/include/UDPSink.yaml#/UDPSinkSettings" $ref: "http://swgserver:8081/api/swagger/include/UDPSink.yaml#/UDPSinkSettings"
WFMDemodSettings: WFMDemodSettings:
$ref: "http://localhost:8081/api/swagger/include/WFMDemod.yaml#/WFMDemodSettings" $ref: "http://swgserver:8081/api/swagger/include/WFMDemod.yaml#/WFMDemodSettings"
WFMModSettings: WFMModSettings:
$ref: "http://localhost:8081/api/swagger/include/WFMMod.yaml#/WFMModSettings" $ref: "http://swgserver:8081/api/swagger/include/WFMMod.yaml#/WFMModSettings"

View File

@ -15,38 +15,38 @@ DeviceActions:
description: Optional for reverse API. This is the device set index from where the message comes from. description: Optional for reverse API. This is the device set index from where the message comes from.
type: integer type: integer
airspyActions: airspyActions:
$ref: "http://localhost:8081/api/swagger/include/Airspy.yaml#/AirspyActions" $ref: "http://swgserver:8081/api/swagger/include/Airspy.yaml#/AirspyActions"
airspyHFActions: airspyHFActions:
$ref: "http://localhost:8081/api/swagger/include/AirspyHF.yaml#/AirspyHFActions" $ref: "http://swgserver:8081/api/swagger/include/AirspyHF.yaml#/AirspyHFActions"
bladeRF1InputActions: bladeRF1InputActions:
$ref: "http://localhost:8081/api/swagger/include/BladeRF1.yaml#/BladeRF1InputActions" $ref: "http://swgserver:8081/api/swagger/include/BladeRF1.yaml#/BladeRF1InputActions"
bladeRF2InputActions: bladeRF2InputActions:
$ref: "http://localhost:8081/api/swagger/include/BladeRF2.yaml#/BladeRF2InputActions" $ref: "http://swgserver:8081/api/swagger/include/BladeRF2.yaml#/BladeRF2InputActions"
fcdProActions: fcdProActions:
$ref: "http://localhost:8081/api/swagger/include/FCDPro.yaml#/FCDProActions" $ref: "http://swgserver:8081/api/swagger/include/FCDPro.yaml#/FCDProActions"
fcdProPlusActions: fcdProPlusActions:
$ref: "http://localhost:8081/api/swagger/include/FCDProPlus.yaml#/FCDProPlusActions" $ref: "http://swgserver:8081/api/swagger/include/FCDProPlus.yaml#/FCDProPlusActions"
hackRFInputActions: hackRFInputActions:
$ref: "http://localhost:8081/api/swagger/include/HackRF.yaml#/HackRFInputActions" $ref: "http://swgserver:8081/api/swagger/include/HackRF.yaml#/HackRFInputActions"
kiwiSDRActions: kiwiSDRActions:
$ref: "http://localhost:8081/api/swagger/include/KiwiSDR.yaml#/KiwiSDRActions" $ref: "http://swgserver:8081/api/swagger/include/KiwiSDR.yaml#/KiwiSDRActions"
limeSdrInputActions: limeSdrInputActions:
$ref: "http://localhost:8081/api/swagger/include/LimeSdr.yaml#/LimeSdrInputActions" $ref: "http://swgserver:8081/api/swagger/include/LimeSdr.yaml#/LimeSdrInputActions"
localInputActions: localInputActions:
$ref: "http://localhost:8081/api/swagger/include/LocalInput.yaml#/LocalInputActions" $ref: "http://swgserver:8081/api/swagger/include/LocalInput.yaml#/LocalInputActions"
perseusActions: perseusActions:
$ref: "http://localhost:8081/api/swagger/include/Perseus.yaml#/PerseusActions" $ref: "http://swgserver:8081/api/swagger/include/Perseus.yaml#/PerseusActions"
plutoSdrInputActions: plutoSdrInputActions:
$ref: "http://localhost:8081/api/swagger/include/PlutoSdr.yaml#/PlutoSdrInputActions" $ref: "http://swgserver:8081/api/swagger/include/PlutoSdr.yaml#/PlutoSdrInputActions"
remoteInputActions: remoteInputActions:
$ref: "http://localhost:8081/api/swagger/include/RemoteInput.yaml#/RemoteInputActions" $ref: "http://swgserver:8081/api/swagger/include/RemoteInput.yaml#/RemoteInputActions"
rtlSdrActions: rtlSdrActions:
$ref: "http://localhost:8081/api/swagger/include/RtlSdr.yaml#/RtlSdrActions" $ref: "http://swgserver:8081/api/swagger/include/RtlSdr.yaml#/RtlSdrActions"
sdrPlayActions: sdrPlayActions:
$ref: "http://localhost:8081/api/swagger/include/SDRPlay.yaml#/SDRPlayActions" $ref: "http://swgserver:8081/api/swagger/include/SDRPlay.yaml#/SDRPlayActions"
soapySDRInputActions: soapySDRInputActions:
$ref: "http://localhost:8081/api/swagger/include/SoapySDR.yaml#/SoapySDRInputActions" $ref: "http://swgserver:8081/api/swagger/include/SoapySDR.yaml#/SoapySDRInputActions"
testSourceActions: testSourceActions:
$ref: "http://localhost:8081/api/swagger/include/TestSource.yaml#/TestSourceActions" $ref: "http://swgserver:8081/api/swagger/include/TestSource.yaml#/TestSourceActions"
xtrxInputActions: xtrxInputActions:
$ref: "http://localhost:8081/api/swagger/include/Xtrx.yaml#/XtrxInputActions" $ref: "http://swgserver:8081/api/swagger/include/Xtrx.yaml#/XtrxInputActions"

View File

@ -15,60 +15,60 @@ DeviceSettings:
description: Optional for reverse API. This is the device set index from where the message comes from. description: Optional for reverse API. This is the device set index from where the message comes from.
type: integer type: integer
airspySettings: airspySettings:
$ref: "http://localhost:8081/api/swagger/include/Airspy.yaml#/AirspySettings" $ref: "http://swgserver:8081/api/swagger/include/Airspy.yaml#/AirspySettings"
airspyHFSettings: airspyHFSettings:
$ref: "http://localhost:8081/api/swagger/include/AirspyHF.yaml#/AirspyHFSettings" $ref: "http://swgserver:8081/api/swagger/include/AirspyHF.yaml#/AirspyHFSettings"
bladeRF1InputSettings: bladeRF1InputSettings:
$ref: "http://localhost:8081/api/swagger/include/BladeRF1.yaml#/BladeRF1InputSettings" $ref: "http://swgserver:8081/api/swagger/include/BladeRF1.yaml#/BladeRF1InputSettings"
bladeRF2InputSettings: bladeRF2InputSettings:
$ref: "http://localhost:8081/api/swagger/include/BladeRF2.yaml#/BladeRF2InputSettings" $ref: "http://swgserver:8081/api/swagger/include/BladeRF2.yaml#/BladeRF2InputSettings"
bladeRF1OutputSettings: bladeRF1OutputSettings:
$ref: "http://localhost:8081/api/swagger/include/BladeRF1.yaml#/BladeRF1OutputSettings" $ref: "http://swgserver:8081/api/swagger/include/BladeRF1.yaml#/BladeRF1OutputSettings"
bladeRF2OutputSettings: bladeRF2OutputSettings:
$ref: "http://localhost:8081/api/swagger/include/BladeRF2.yaml#/BladeRF2OutputSettings" $ref: "http://swgserver:8081/api/swagger/include/BladeRF2.yaml#/BladeRF2OutputSettings"
bladeRF2MIMOSettings: bladeRF2MIMOSettings:
$ref: "http://localhost:8081/api/swagger/include/BladeRF2.yaml#/BladeRF2MIMOSettings" $ref: "http://swgserver:8081/api/swagger/include/BladeRF2.yaml#/BladeRF2MIMOSettings"
fcdProSettings: fcdProSettings:
$ref: "http://localhost:8081/api/swagger/include/FCDPro.yaml#/FCDProSettings" $ref: "http://swgserver:8081/api/swagger/include/FCDPro.yaml#/FCDProSettings"
fcdProPlusSettings: fcdProPlusSettings:
$ref: "http://localhost:8081/api/swagger/include/FCDProPlus.yaml#/FCDProPlusSettings" $ref: "http://swgserver:8081/api/swagger/include/FCDProPlus.yaml#/FCDProPlusSettings"
fileInputSettings: fileInputSettings:
$ref: "http://localhost:8081/api/swagger/include/FileInput.yaml#/FileInputSettings" $ref: "http://swgserver:8081/api/swagger/include/FileInput.yaml#/FileInputSettings"
hackRFInputSettings: hackRFInputSettings:
$ref: "http://localhost:8081/api/swagger/include/HackRF.yaml#/HackRFInputSettings" $ref: "http://swgserver:8081/api/swagger/include/HackRF.yaml#/HackRFInputSettings"
hackRFOutputSettings: hackRFOutputSettings:
$ref: "http://localhost:8081/api/swagger/include/HackRF.yaml#/HackRFOutputSettings" $ref: "http://swgserver:8081/api/swagger/include/HackRF.yaml#/HackRFOutputSettings"
kiwiSDRSettings: kiwiSDRSettings:
$ref: "http://localhost:8081/api/swagger/include/KiwiSDR.yaml#/KiwiSDRSettings" $ref: "http://swgserver:8081/api/swagger/include/KiwiSDR.yaml#/KiwiSDRSettings"
limeSdrInputSettings: limeSdrInputSettings:
$ref: "http://localhost:8081/api/swagger/include/LimeSdr.yaml#/LimeSdrInputSettings" $ref: "http://swgserver:8081/api/swagger/include/LimeSdr.yaml#/LimeSdrInputSettings"
limeSdrOutputSettings: limeSdrOutputSettings:
$ref: "http://localhost:8081/api/swagger/include/LimeSdr.yaml#/LimeSdrOutputSettings" $ref: "http://swgserver:8081/api/swagger/include/LimeSdr.yaml#/LimeSdrOutputSettings"
localInputSettings: localInputSettings:
$ref: "http://localhost:8081/api/swagger/include/LocalInput.yaml#/LocalInputSettings" $ref: "http://swgserver:8081/api/swagger/include/LocalInput.yaml#/LocalInputSettings"
localOutputSettings: localOutputSettings:
$ref: "http://localhost:8081/api/swagger/include/LocalOutput.yaml#/LocalOutputSettings" $ref: "http://swgserver:8081/api/swagger/include/LocalOutput.yaml#/LocalOutputSettings"
perseusSettings: perseusSettings:
$ref: "http://localhost:8081/api/swagger/include/Perseus.yaml#/PerseusSettings" $ref: "http://swgserver:8081/api/swagger/include/Perseus.yaml#/PerseusSettings"
plutoSdrInputSettings: plutoSdrInputSettings:
$ref: "http://localhost:8081/api/swagger/include/PlutoSdr.yaml#/PlutoSdrInputSettings" $ref: "http://swgserver:8081/api/swagger/include/PlutoSdr.yaml#/PlutoSdrInputSettings"
plutoSdrOutputSettings: plutoSdrOutputSettings:
$ref: "http://localhost:8081/api/swagger/include/PlutoSdr.yaml#/PlutoSdrOutputSettings" $ref: "http://swgserver:8081/api/swagger/include/PlutoSdr.yaml#/PlutoSdrOutputSettings"
rtlSdrSettings: rtlSdrSettings:
$ref: "http://localhost:8081/api/swagger/include/RtlSdr.yaml#/RtlSdrSettings" $ref: "http://swgserver:8081/api/swagger/include/RtlSdr.yaml#/RtlSdrSettings"
remoteOutputSettings: remoteOutputSettings:
$ref: "http://localhost:8081/api/swagger/include/RemoteOutput.yaml#/RemoteOutputSettings" $ref: "http://swgserver:8081/api/swagger/include/RemoteOutput.yaml#/RemoteOutputSettings"
remoteInputSettings: remoteInputSettings:
$ref: "http://localhost:8081/api/swagger/include/RemoteInput.yaml#/RemoteInputSettings" $ref: "http://swgserver:8081/api/swagger/include/RemoteInput.yaml#/RemoteInputSettings"
sdrPlaySettings: sdrPlaySettings:
$ref: "http://localhost:8081/api/swagger/include/SDRPlay.yaml#/SDRPlaySettings" $ref: "http://swgserver:8081/api/swagger/include/SDRPlay.yaml#/SDRPlaySettings"
soapySDRInputSettings: soapySDRInputSettings:
$ref: "http://localhost:8081/api/swagger/include/SoapySDR.yaml#/SoapySDRInputSettings" $ref: "http://swgserver:8081/api/swagger/include/SoapySDR.yaml#/SoapySDRInputSettings"
soapySDROutputSettings: soapySDROutputSettings:
$ref: "http://localhost:8081/api/swagger/include/SoapySDR.yaml#/SoapySDROutputSettings" $ref: "http://swgserver:8081/api/swagger/include/SoapySDR.yaml#/SoapySDROutputSettings"
testSourceSettings: testSourceSettings:
$ref: "http://localhost:8081/api/swagger/include/TestSource.yaml#/TestSourceSettings" $ref: "http://swgserver:8081/api/swagger/include/TestSource.yaml#/TestSourceSettings"
xtrxInputSettings: xtrxInputSettings:
$ref: "http://localhost:8081/api/swagger/include/Xtrx.yaml#/XtrxInputSettings" $ref: "http://swgserver:8081/api/swagger/include/Xtrx.yaml#/XtrxInputSettings"
xtrxOutputSettings: xtrxOutputSettings:
$ref: "http://localhost:8081/api/swagger/include/Xtrx.yaml#/XtrxOutputSettings" $ref: "http://swgserver:8081/api/swagger/include/Xtrx.yaml#/XtrxOutputSettings"

View File

@ -43,7 +43,7 @@ FreeDVModSettings:
reverseAPIChannelIndex: reverseAPIChannelIndex:
type: integer type: integer
cwKeyer: cwKeyer:
$ref: "http://localhost:8081/api/swagger/include/CWKeyer.yaml#/CWKeyerSettings" $ref: "http://swgserver:8081/api/swagger/include/CWKeyer.yaml#/CWKeyerSettings"
FreeDVModReport: FreeDVModReport:
description: FreeDVMod description: FreeDVMod

View File

@ -139,8 +139,8 @@ GLScope:
tracesData: tracesData:
type: array type: array
items: items:
$ref: "http://localhost:8081/api/swagger/include/GLScope.yaml#/TraceData" $ref: "http://swgserver:8081/api/swagger/include/GLScope.yaml#/TraceData"
triggersData: triggersData:
type: array type: array
items: items:
$ref: "http://localhost:8081/api/swagger/include/GLScope.yaml#/TriggerData" $ref: "http://swgserver:8081/api/swagger/include/GLScope.yaml#/TriggerData"

View File

@ -50,7 +50,7 @@ NFMModSettings:
reverseAPIChannelIndex: reverseAPIChannelIndex:
type: integer type: integer
cwKeyer: cwKeyer:
$ref: "http://localhost:8081/api/swagger/include/CWKeyer.yaml#/CWKeyerSettings" $ref: "http://swgserver:8081/api/swagger/include/CWKeyer.yaml#/CWKeyerSettings"
NFMModReport: NFMModReport:
description: NFMMod description: NFMMod

View File

@ -51,7 +51,7 @@ PerseusReport:
sampleRates: sampleRates:
type: array type: array
items: items:
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/SampleRate" $ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/SampleRate"
PerseusActions: PerseusActions:
description: Perseus description: Perseus

View File

@ -8,7 +8,7 @@ DeviceConfig:
deviceSequence: deviceSequence:
type: integer type: integer
config: config:
$ref: "http://localhost:8081/api/swagger/include/DeviceSettings.yaml#/DeviceSettings" $ref: "http://swgserver:8081/api/swagger/include/DeviceSettings.yaml#/DeviceSettings"
ChannelConfig: ChannelConfig:
description: Represents a Preset::ChannelConfig object description: Represents a Preset::ChannelConfig object
@ -17,7 +17,7 @@ ChannelConfig:
description: Channel type ID in URI form description: Channel type ID in URI form
type: string type: string
config: config:
$ref: "http://localhost:8081/api/swagger/include/ChannelSettings.yaml#/ChannelSettings" $ref: "http://swgserver:8081/api/swagger/include/ChannelSettings.yaml#/ChannelSettings"
Preset: Preset:
description: Represents a Preset object description: Represents a Preset object
@ -33,7 +33,7 @@ Preset:
type: integer type: integer
format: int64 format: int64
spectrumConfig: spectrumConfig:
$ref: "http://localhost:8081/api/swagger/include/GLSpectrum.yaml#/GLSpectrum" $ref: "http://swgserver:8081/api/swagger/include/GLSpectrum.yaml#/GLSpectrum"
dcOffsetCorrection: dcOffsetCorrection:
description: boolean description: boolean
type: integer type: integer
@ -43,11 +43,11 @@ Preset:
channelConfigs: channelConfigs:
type: array type: array
items: items:
$ref: "http://localhost:8081/api/swagger/include/Preset.yaml#/ChannelConfig" $ref: "http://swgserver:8081/api/swagger/include/Preset.yaml#/ChannelConfig"
deviceConfigs: deviceConfigs:
type: array type: array
items: items:
$ref: "http://localhost:8081/api/swagger/include/Preset.yaml#/DeviceConfig" $ref: "http://swgserver:8081/api/swagger/include/Preset.yaml#/DeviceConfig"
layout: layout:
description: screen and dock layout is a QByteArray handled by Qt::QMainWindow translated to base64 description: screen and dock layout is a QByteArray handled by Qt::QMainWindow translated to base64
type: string type: string

View File

@ -57,7 +57,7 @@ RtlSdrReport:
gains: gains:
type: array type: array
items: items:
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/Gain" $ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/Gain"
RtlSdrActions: RtlSdrActions:
description: RTLSDR description: RTLSDR

View File

@ -57,19 +57,19 @@ SDRPlayReport:
sampleRates: sampleRates:
type: array type: array
items: items:
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/SampleRate" $ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/SampleRate"
bandwidths: bandwidths:
type: array type: array
items: items:
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/Bandwidth" $ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/Bandwidth"
intermediateFrequencies: intermediateFrequencies:
type: array type: array
items: items:
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/Frequency" $ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/Frequency"
frequencyBands: frequencyBands:
type: array type: array
items: items:
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/FrequencyBand" $ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/FrequencyBand"
SDRPlayActions: SDRPlayActions:
description: SDRplay1 description: SDRplay1

View File

@ -55,7 +55,7 @@ SSBModSettings:
reverseAPIChannelIndex: reverseAPIChannelIndex:
type: integer type: integer
cwKeyer: cwKeyer:
$ref: "http://localhost:8081/api/swagger/include/CWKeyer.yaml#/CWKeyerSettings" $ref: "http://swgserver:8081/api/swagger/include/CWKeyer.yaml#/CWKeyerSettings"
SSBModReport: SSBModReport:
description: SSBMod description: SSBMod

View File

@ -56,9 +56,9 @@ SoapySDRInputSettings:
description: boolean not zero for true description: boolean not zero for true
type: integer type: integer
dcCorrection: dcCorrection:
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/Complex" $ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/Complex"
iqCorrection: iqCorrection:
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/Complex" $ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/Complex"
streamArgSettings: streamArgSettings:
type: array type: array
items: items:
@ -119,9 +119,9 @@ SoapySDROutputSettings:
description: boolean not zero for true description: boolean not zero for true
type: integer type: integer
dcCorrection: dcCorrection:
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/Complex" $ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/Complex"
iqCorrection: iqCorrection:
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/Complex" $ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/Complex"
streamArgSettings: streamArgSettings:
type: array type: array
items: items:
@ -171,7 +171,7 @@ SoapySDRReport:
description: boolean not zero for true description: boolean not zero for true
type: integer type: integer
gainRange: gainRange:
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/RangeFloat" $ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/RangeFloat"
gainSettings: gainSettings:
type: array type: array
items: items:
@ -187,11 +187,11 @@ SoapySDRReport:
ratesRanges: ratesRanges:
type: array type: array
items: items:
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/RangeFloat" $ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/RangeFloat"
bandwidthsRanges: bandwidthsRanges:
type: array type: array
items: items:
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/RangeFloat" $ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/RangeFloat"
definitions: definitions:
@ -201,7 +201,7 @@ definitions:
name: name:
type: string type: string
range: range:
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/RangeFloat" $ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/RangeFloat"
SoapySDRFrequencySetting: SoapySDRFrequencySetting:
description: A named frequency setting specified by a range list description: A named frequency setting specified by a range list
@ -211,7 +211,7 @@ definitions:
ranges: ranges:
type: array type: array
items: items:
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/RangeFloat" $ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/RangeFloat"
ArgValue: ArgValue:
descripion: Generic argument value descripion: Generic argument value
@ -241,7 +241,7 @@ definitions:
units: units:
type: string type: string
range: range:
$ref: "http://localhost:8081/api/swagger/include/Structs.yaml#/RangeFloat" $ref: "http://swgserver:8081/api/swagger/include/Structs.yaml#/RangeFloat"
valueOptions: valueOptions:
type: array type: array
items: items:

View File

@ -46,7 +46,7 @@ WFMModSettings:
reverseAPIChannelIndex: reverseAPIChannelIndex:
type: integer type: integer
cwKeyer: cwKeyer:
$ref: "http://localhost:8081/api/swagger/include/CWKeyer.yaml#/CWKeyerSettings" $ref: "http://swgserver:8081/api/swagger/include/CWKeyer.yaml#/CWKeyerSettings"
WFMModReport: WFMModReport:
description: WFMMod description: WFMMod

View File

@ -565,7 +565,7 @@ paths:
"200": "200":
description: On success return configuration information for the given device in input description: On success return configuration information for the given device in input
schema: schema:
$ref: "http://localhost:8081/api/swagger/include/LimeRFE.yaml#/LimeRFESettings" $ref: "http://swgserver:8081/api/swagger/include/LimeRFE.yaml#/LimeRFESettings"
"500": "500":
$ref: "#/responses/Response_500" $ref: "#/responses/Response_500"
"501": "501":
@ -583,7 +583,7 @@ paths:
description: Give device serial path in devicePath field. To switch Rx and/or Tx on or off use the run API. description: Give device serial path in devicePath field. To switch Rx and/or Tx on or off use the run API.
required: true required: true
schema: schema:
$ref: "http://localhost:8081/api/swagger/include/LimeRFE.yaml#/LimeRFESettings" $ref: "http://swgserver:8081/api/swagger/include/LimeRFE.yaml#/LimeRFESettings"
responses: responses:
"200": "200":
description: Success description: Success
@ -611,7 +611,7 @@ paths:
description: Give device serial path in devicePath field and run status in rxOn and txOn description: Give device serial path in devicePath field and run status in rxOn and txOn
required: true required: true
schema: schema:
$ref: "http://localhost:8081/api/swagger/include/LimeRFE.yaml#/LimeRFESettings" $ref: "http://swgserver:8081/api/swagger/include/LimeRFE.yaml#/LimeRFESettings"
responses: responses:
"200": "200":
description: Success description: Success
@ -643,7 +643,7 @@ paths:
"200": "200":
description: On success return forward and reflected powers in centi-Bels description: On success return forward and reflected powers in centi-Bels
schema: schema:
$ref: "http://localhost:8081/api/swagger/include/LimeRFE.yaml#/LimeRFEPower" $ref: "http://swgserver:8081/api/swagger/include/LimeRFE.yaml#/LimeRFEPower"
"400": "400":
description: Error description: Error
schema: schema:
@ -1036,7 +1036,7 @@ paths:
"200": "200":
description: On success returns current settings values description: On success returns current settings values
schema: schema:
$ref: "http://localhost:8081/api/swagger/include/DeviceSettings.yaml#/DeviceSettings" $ref: "http://swgserver:8081/api/swagger/include/DeviceSettings.yaml#/DeviceSettings"
"404": "404":
description: Invalid device set index or device not found description: Invalid device set index or device not found
schema: schema:
@ -1061,12 +1061,12 @@ paths:
description: Device settings to apply description: Device settings to apply
required: true required: true
schema: schema:
$ref: "http://localhost:8081/api/swagger/include/DeviceSettings.yaml#/DeviceSettings" $ref: "http://swgserver:8081/api/swagger/include/DeviceSettings.yaml#/DeviceSettings"
responses: responses:
"200": "200":
description: On success returns new settings values description: On success returns new settings values
schema: schema:
$ref: "http://localhost:8081/api/swagger/include/DeviceSettings.yaml#/DeviceSettings" $ref: "http://swgserver:8081/api/swagger/include/DeviceSettings.yaml#/DeviceSettings"
"404": "404":
description: Invalid device set index or device not found description: Invalid device set index or device not found
schema: schema:
@ -1091,12 +1091,12 @@ paths:
description: Device settings to apply description: Device settings to apply
required: true required: true
schema: schema:
$ref: "http://localhost:8081/api/swagger/include/DeviceSettings.yaml#/DeviceSettings" $ref: "http://swgserver:8081/api/swagger/include/DeviceSettings.yaml#/DeviceSettings"
responses: responses:
"200": "200":
description: On success returns new settings values description: On success returns new settings values
schema: schema:
$ref: "http://localhost:8081/api/swagger/include/DeviceSettings.yaml#/DeviceSettings" $ref: "http://swgserver:8081/api/swagger/include/DeviceSettings.yaml#/DeviceSettings"
"404": "404":
description: Invalid device set index or device not found description: Invalid device set index or device not found
schema: schema:
@ -1152,7 +1152,7 @@ paths:
description: Originator information in the reverse API case description: Originator information in the reverse API case
required: false required: false
schema: schema:
$ref: "http://localhost:8081/api/swagger/include/DeviceSettings.yaml#/DeviceSettings" $ref: "http://swgserver:8081/api/swagger/include/DeviceSettings.yaml#/DeviceSettings"
responses: responses:
"200": "200":
description: On success return state before change description: On success return state before change
@ -1186,7 +1186,7 @@ paths:
description: Originator information in the reverse API case description: Originator information in the reverse API case
required: false required: false
schema: schema:
$ref: "http://localhost:8081/api/swagger/include/DeviceSettings.yaml#/DeviceSettings" $ref: "http://swgserver:8081/api/swagger/include/DeviceSettings.yaml#/DeviceSettings"
responses: responses:
"200": "200":
description: On success return state before change description: On success return state before change
@ -1261,7 +1261,7 @@ paths:
description: Originator information in the reverse API case description: Originator information in the reverse API case
required: false required: false
schema: schema:
$ref: "http://localhost:8081/api/swagger/include/DeviceSettings.yaml#/DeviceSettings" $ref: "http://swgserver:8081/api/swagger/include/DeviceSettings.yaml#/DeviceSettings"
responses: responses:
"200": "200":
description: On success return state before change description: On success return state before change
@ -1300,7 +1300,7 @@ paths:
description: Originator information in the reverse API case description: Originator information in the reverse API case
required: false required: false
schema: schema:
$ref: "http://localhost:8081/api/swagger/include/DeviceSettings.yaml#/DeviceSettings" $ref: "http://swgserver:8081/api/swagger/include/DeviceSettings.yaml#/DeviceSettings"
responses: responses:
"200": "200":
description: On success return state before change description: On success return state before change
@ -1400,7 +1400,7 @@ paths:
description: Action(s) to apply to the device description: Action(s) to apply to the device
required: true required: true
schema: schema:
$ref: "http://localhost:8081/api/swagger/include/DeviceActions.yaml#/DeviceActions" $ref: "http://swgserver:8081/api/swagger/include/DeviceActions.yaml#/DeviceActions"
responses: responses:
"202": "202":
description: Message to perform action was sent successfully description: Message to perform action was sent successfully
@ -1437,7 +1437,7 @@ paths:
description: Channel identification (no settings data) description: Channel identification (no settings data)
required: true required: true
schema: schema:
$ref: "http://localhost:8081/api/swagger/include/ChannelSettings.yaml#/ChannelSettings" $ref: "http://swgserver:8081/api/swagger/include/ChannelSettings.yaml#/ChannelSettings"
responses: responses:
"202": "202":
description: Message to add a channel was sent successfully description: Message to add a channel was sent successfully
@ -1477,7 +1477,7 @@ paths:
"200": "200":
description: On success return deleted channel settings description: On success return deleted channel settings
schema: schema:
$ref: "http://localhost:8081/api/swagger/include/ChannelSettings.yaml#/ChannelSettings" $ref: "http://swgserver:8081/api/swagger/include/ChannelSettings.yaml#/ChannelSettings"
"400": "400":
description: Invalid device set or channel index description: Invalid device set or channel index
schema: schema:
@ -1513,7 +1513,7 @@ paths:
"200": "200":
description: On success return channel settings description: On success return channel settings
schema: schema:
$ref: "http://localhost:8081/api/swagger/include/ChannelSettings.yaml#/ChannelSettings" $ref: "http://swgserver:8081/api/swagger/include/ChannelSettings.yaml#/ChannelSettings"
"400": "400":
description: Invalid device set or channel index description: Invalid device set or channel index
schema: schema:
@ -1547,12 +1547,12 @@ paths:
description: Channel settings to apply description: Channel settings to apply
required: true required: true
schema: schema:
$ref: "http://localhost:8081/api/swagger/include/ChannelSettings.yaml#/ChannelSettings" $ref: "http://swgserver:8081/api/swagger/include/ChannelSettings.yaml#/ChannelSettings"
responses: responses:
"200": "200":
description: On success return channel new settings description: On success return channel new settings
schema: schema:
$ref: "http://localhost:8081/api/swagger/include/ChannelSettings.yaml#/ChannelSettings" $ref: "http://swgserver:8081/api/swagger/include/ChannelSettings.yaml#/ChannelSettings"
"400": "400":
description: Invalid device set or channel index description: Invalid device set or channel index
schema: schema:
@ -1586,12 +1586,12 @@ paths:
description: Channel settings to apply description: Channel settings to apply
required: true required: true
schema: schema:
$ref: "http://localhost:8081/api/swagger/include/ChannelSettings.yaml#/ChannelSettings" $ref: "http://swgserver:8081/api/swagger/include/ChannelSettings.yaml#/ChannelSettings"
responses: responses:
"200": "200":
description: On success return channel new settings description: On success return channel new settings
schema: schema:
$ref: "http://localhost:8081/api/swagger/include/ChannelSettings.yaml#/ChannelSettings" $ref: "http://swgserver:8081/api/swagger/include/ChannelSettings.yaml#/ChannelSettings"
"400": "400":
description: Invalid device set or channel index description: Invalid device set or channel index
schema: schema:
@ -1664,7 +1664,7 @@ paths:
description: Action(s) to apply to the channel description: Action(s) to apply to the channel
required: true required: true
schema: schema:
$ref: "http://localhost:8081/api/swagger/include/ChannelActions.yaml#/ChannelActions" $ref: "http://swgserver:8081/api/swagger/include/ChannelActions.yaml#/ChannelActions"
responses: responses:
"202": "202":
description: Message to perform action was sent successfully description: Message to perform action was sent successfully
@ -1735,17 +1735,17 @@ definitions:
description: Preferences, Presets and Commands of the MainSettings saved by Qt description: Preferences, Presets and Commands of the MainSettings saved by Qt
properties: properties:
preferences: preferences:
$ref: "http://localhost:8081/api/swagger/include/Preferences.yaml#/Preferences" $ref: "http://swgserver:8081/api/swagger/include/Preferences.yaml#/Preferences"
workingPreset: workingPreset:
$ref: "http://localhost:8081/api/swagger/include/Preset.yaml#/Preset" $ref: "http://swgserver:8081/api/swagger/include/Preset.yaml#/Preset"
presets: presets:
type: array type: array
items: items:
$ref: "http://localhost:8081/api/swagger/include/Preset.yaml#/Preset" $ref: "http://swgserver:8081/api/swagger/include/Preset.yaml#/Preset"
commands: commands:
type: array type: array
items: items:
$ref: "http://localhost:8081/api/swagger/include/Command.yaml#/Command" $ref: "http://swgserver:8081/api/swagger/include/Command.yaml#/Command"
InstanceDevicesResponse: InstanceDevicesResponse:
description: "Summarized information about logical devices from hardware devices attached to this SDRangel instance" description: "Summarized information about logical devices from hardware devices attached to this SDRangel instance"
@ -2280,47 +2280,47 @@ definitions:
description: 0 for Rx only, 1 for Tx only or 2 for any number and direction (default 0) description: 0 for Rx only, 1 for Tx only or 2 for any number and direction (default 0)
type: integer type: integer
airspyReport: airspyReport:
$ref: "http://localhost:8081/api/swagger/include/Airspy.yaml#/AirspyReport" $ref: "http://swgserver:8081/api/swagger/include/Airspy.yaml#/AirspyReport"
airspyHFReport: airspyHFReport:
$ref: "http://localhost:8081/api/swagger/include/AirspyHF.yaml#/AirspyHFReport" $ref: "http://swgserver:8081/api/swagger/include/AirspyHF.yaml#/AirspyHFReport"
bladeRF2InputReport: bladeRF2InputReport:
$ref: "http://localhost:8081/api/swagger/include/BladeRF2.yaml#/BladeRF2InputReport" $ref: "http://swgserver:8081/api/swagger/include/BladeRF2.yaml#/BladeRF2InputReport"
bladeRF2OutputReport: bladeRF2OutputReport:
$ref: "http://localhost:8081/api/swagger/include/BladeRF2.yaml#/BladeRF2OutputReport" $ref: "http://swgserver:8081/api/swagger/include/BladeRF2.yaml#/BladeRF2OutputReport"
fileInputReport: fileInputReport:
$ref: "http://localhost:8081/api/swagger/include/FileInput.yaml#/FileInputReport" $ref: "http://swgserver:8081/api/swagger/include/FileInput.yaml#/FileInputReport"
limeSdrInputReport: limeSdrInputReport:
$ref: "http://localhost:8081/api/swagger/include/LimeSdr.yaml#/LimeSdrInputReport" $ref: "http://swgserver:8081/api/swagger/include/LimeSdr.yaml#/LimeSdrInputReport"
kiwiSDRReport: kiwiSDRReport:
$ref: "http://localhost:8081/api/swagger/include/KiwiSDR.yaml#/KiwiSDRReport" $ref: "http://swgserver:8081/api/swagger/include/KiwiSDR.yaml#/KiwiSDRReport"
limeSdrOutputReport: limeSdrOutputReport:
$ref: "http://localhost:8081/api/swagger/include/LimeSdr.yaml#/LimeSdrOutputReport" $ref: "http://swgserver:8081/api/swagger/include/LimeSdr.yaml#/LimeSdrOutputReport"
localInputReport: localInputReport:
$ref: "http://localhost:8081/api/swagger/include/LocalInput.yaml#/LocalInputReport" $ref: "http://swgserver:8081/api/swagger/include/LocalInput.yaml#/LocalInputReport"
localOutputReport: localOutputReport:
$ref: "http://localhost:8081/api/swagger/include/LocalOutput.yaml#/LocalOutputReport" $ref: "http://swgserver:8081/api/swagger/include/LocalOutput.yaml#/LocalOutputReport"
perseusReport: perseusReport:
$ref: "http://localhost:8081/api/swagger/include/Perseus.yaml#/PerseusReport" $ref: "http://swgserver:8081/api/swagger/include/Perseus.yaml#/PerseusReport"
plutoSdrInputReport: plutoSdrInputReport:
$ref: "http://localhost:8081/api/swagger/include/PlutoSdr.yaml#/PlutoSdrInputReport" $ref: "http://swgserver:8081/api/swagger/include/PlutoSdr.yaml#/PlutoSdrInputReport"
plutoSdrOutputReport: plutoSdrOutputReport:
$ref: "http://localhost:8081/api/swagger/include/PlutoSdr.yaml#/PlutoSdrOutputReport" $ref: "http://swgserver:8081/api/swagger/include/PlutoSdr.yaml#/PlutoSdrOutputReport"
rtlSdrReport: rtlSdrReport:
$ref: "http://localhost:8081/api/swagger/include/RtlSdr.yaml#/RtlSdrReport" $ref: "http://swgserver:8081/api/swagger/include/RtlSdr.yaml#/RtlSdrReport"
remoteOutputReport: remoteOutputReport:
$ref: "http://localhost:8081/api/swagger/include/RemoteOutput.yaml#/RemoteOutputReport" $ref: "http://swgserver:8081/api/swagger/include/RemoteOutput.yaml#/RemoteOutputReport"
remoteInputReport: remoteInputReport:
$ref: "http://localhost:8081/api/swagger/include/RemoteInput.yaml#/RemoteInputReport" $ref: "http://swgserver:8081/api/swagger/include/RemoteInput.yaml#/RemoteInputReport"
sdrPlayReport: sdrPlayReport:
$ref: "http://localhost:8081/api/swagger/include/SDRPlay.yaml#/SDRPlayReport" $ref: "http://swgserver:8081/api/swagger/include/SDRPlay.yaml#/SDRPlayReport"
soapySDRInputReport: soapySDRInputReport:
$ref: "http://localhost:8081/api/swagger/include/SoapySDR.yaml#/SoapySDRReport" $ref: "http://swgserver:8081/api/swagger/include/SoapySDR.yaml#/SoapySDRReport"
soapySDROutputReport: soapySDROutputReport:
$ref: "http://localhost:8081/api/swagger/include/SoapySDR.yaml#/SoapySDRReport" $ref: "http://swgserver:8081/api/swagger/include/SoapySDR.yaml#/SoapySDRReport"
xtrxInputReport: xtrxInputReport:
$ref: "http://localhost:8081/api/swagger/include/Xtrx.yaml#/XtrxInputReport" $ref: "http://swgserver:8081/api/swagger/include/Xtrx.yaml#/XtrxInputReport"
xtrxOutputReport: xtrxOutputReport:
$ref: "http://localhost:8081/api/swagger/include/Xtrx.yaml#/XtrxOutputReport" $ref: "http://swgserver:8081/api/swagger/include/Xtrx.yaml#/XtrxOutputReport"
ChannelReport: ChannelReport:
description: Base channel report. Only the channel report corresponding to the channel specified in the channelType field is or should be present. description: Base channel report. Only the channel report corresponding to the channel specified in the channelType field is or should be present.
@ -2333,41 +2333,41 @@ definitions:
description: 0 for Rx only, 1 for Tx only or 2 for any number and direction (default 0) description: 0 for Rx only, 1 for Tx only or 2 for any number and direction (default 0)
type: integer type: integer
AMDemodReport: AMDemodReport:
$ref: "http://localhost:8081/api/swagger/include/AMDemod.yaml#/AMDemodReport" $ref: "http://swgserver:8081/api/swagger/include/AMDemod.yaml#/AMDemodReport"
AMModReport: AMModReport:
$ref: "http://localhost:8081/api/swagger/include/AMMod.yaml#/AMModReport" $ref: "http://swgserver:8081/api/swagger/include/AMMod.yaml#/AMModReport"
ATVModReport: ATVModReport:
$ref: "http://localhost:8081/api/swagger/include/ATVMod.yaml#/ATVModReport" $ref: "http://swgserver:8081/api/swagger/include/ATVMod.yaml#/ATVModReport"
BFMDemodReport: BFMDemodReport:
$ref: "http://localhost:8081/api/swagger/include/BFMDemod.yaml#/BFMDemodReport" $ref: "http://swgserver:8081/api/swagger/include/BFMDemod.yaml#/BFMDemodReport"
DSDDemodReport: DSDDemodReport:
$ref: "http://localhost:8081/api/swagger/include/DSDDemod.yaml#/DSDDemodReport" $ref: "http://swgserver:8081/api/swagger/include/DSDDemod.yaml#/DSDDemodReport"
FileSourceReport: FileSourceReport:
$ref: "http://localhost:8081/api/swagger/include/FileSource.yaml#/FileSourceReport" $ref: "http://swgserver:8081/api/swagger/include/FileSource.yaml#/FileSourceReport"
FreeDVDemodReport: FreeDVDemodReport:
$ref: "http://localhost:8081/api/swagger/include/FreeDVDemod.yaml#/FreeDVDemodReport" $ref: "http://swgserver:8081/api/swagger/include/FreeDVDemod.yaml#/FreeDVDemodReport"
FreeDVModReport: FreeDVModReport:
$ref: "http://localhost:8081/api/swagger/include/FreeDVMod.yaml#/FreeDVModReport" $ref: "http://swgserver:8081/api/swagger/include/FreeDVMod.yaml#/FreeDVModReport"
FreqTrackerReport: FreqTrackerReport:
$ref: "http://localhost:8081/api/swagger/include/FreqTracker.yaml#/FreqTrackerReport" $ref: "http://swgserver:8081/api/swagger/include/FreqTracker.yaml#/FreqTrackerReport"
NFMDemodReport: NFMDemodReport:
$ref: "http://localhost:8081/api/swagger/include/NFMDemod.yaml#/NFMDemodReport" $ref: "http://swgserver:8081/api/swagger/include/NFMDemod.yaml#/NFMDemodReport"
NFMModReport: NFMModReport:
$ref: "http://localhost:8081/api/swagger/include/NFMMod.yaml#/NFMModReport" $ref: "http://swgserver:8081/api/swagger/include/NFMMod.yaml#/NFMModReport"
SSBDemodReport: SSBDemodReport:
$ref: "http://localhost:8081/api/swagger/include/SSBDemod.yaml#/SSBDemodReport" $ref: "http://swgserver:8081/api/swagger/include/SSBDemod.yaml#/SSBDemodReport"
RemoteSourceReport: RemoteSourceReport:
$ref: "http://localhost:8081/api/swagger/include/RemoteSource.yaml#/RemoteSourceReport" $ref: "http://swgserver:8081/api/swagger/include/RemoteSource.yaml#/RemoteSourceReport"
SSBModReport: SSBModReport:
$ref: "http://localhost:8081/api/swagger/include/SSBMod.yaml#/SSBModReport" $ref: "http://swgserver:8081/api/swagger/include/SSBMod.yaml#/SSBModReport"
UDPSourceReport: UDPSourceReport:
$ref: "http://localhost:8081/api/swagger/include/UDPSource.yaml#/UDPSourceReport" $ref: "http://swgserver:8081/api/swagger/include/UDPSource.yaml#/UDPSourceReport"
UDPSinkReport: UDPSinkReport:
$ref: "http://localhost:8081/api/swagger/include/UDPSink.yaml#/UDPSinkReport" $ref: "http://swgserver:8081/api/swagger/include/UDPSink.yaml#/UDPSinkReport"
WFMDemodReport: WFMDemodReport:
$ref: "http://localhost:8081/api/swagger/include/WFMDemod.yaml#/WFMDemodReport" $ref: "http://swgserver:8081/api/swagger/include/WFMDemod.yaml#/WFMDemodReport"
WFMModReport: WFMModReport:
$ref: "http://localhost:8081/api/swagger/include/WFMMod.yaml#/WFMModReport" $ref: "http://swgserver:8081/api/swagger/include/WFMMod.yaml#/WFMModReport"
responses: responses: