File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed
tests/CTS/requests/ingestion Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change 1
1
[
2
2
{
3
- "testName" : " createDestination" ,
4
3
"parameters" : {
5
4
"type" : " search" ,
6
5
"name" : " destinationName" ,
21
20
"authenticationID" : " 6c02aeb1-775e-418e-870b-1faccd4b2c0f"
22
21
}
23
22
}
23
+ },
24
+ {
25
+ "testName" : " with transformationIDs" ,
26
+ "parameters" : {
27
+ "type" : " search" ,
28
+ "name" : " destinationName" ,
29
+ "input" : {
30
+ "indexPrefix" : " prefix_"
31
+ },
32
+ "transformationIDs" : [
33
+ " 6c02aeb1-775e-418e-870b-1faccd4b2c0f"
34
+ ]
35
+ },
36
+ "request" : {
37
+ "path" : " /1/destinations" ,
38
+ "method" : " POST" ,
39
+ "body" : {
40
+ "type" : " search" ,
41
+ "name" : " destinationName" ,
42
+ "input" : {
43
+ "indexPrefix" : " prefix_"
44
+ },
45
+ "transformationIDs" : [
46
+ " 6c02aeb1-775e-418e-870b-1faccd4b2c0f"
47
+ ]
48
+ }
49
+ }
24
50
}
25
51
]
You can’t perform that action at this time.
0 commit comments