ATEST-562

This commit is contained in:
Fabian Märki
2016-10-28 15:45:25 +02:00
parent bcb8584997
commit d3869a1945
2 changed files with 8 additions and 8 deletions

View File

@ -92,17 +92,17 @@ curl -H "Content-Type: application/json" -X POST -d '{"regex": "AMPLT|PHASE"}' h
{
"backend":"sf-databuffer",
"channels":[
"Channel_01",
"Channel_02",
"Channel_03"
"Channel_01_AMPLT",
"Channel_02_AMPLT",
"Channel_03_PHASE"
]
},
{
"backend":"sf-archiverappliance",
"channels":[
"Channel_01",
"Channel_04",
"Channel_05"
"Channel_01_AMPLT",
"Channel_04_PHASE",
"Channel_05_AMPLT"
]
}
]