Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 27db9b9

Browse files
author
Chris Wiechmann
committed
Integration test fixed
1 parent 5c396b7 commit 27db9b9

File tree

1 file changed

+25
-8
lines changed

1 file changed

+25
-8
lines changed

apibuilder4elastic/flows/trafficMonitorApi-getinfo.json

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,11 @@
451451
"value": "$.elasticsearch.query",
452452
"metaName": "Elasticsearch query",
453453
"metaDescription": "The Elasticsearch query that should be enhanced with a filter."
454+
},
455+
{
456+
"name": "indexProperty",
457+
"type": "string",
458+
"value": "\"transactionSummary.serviceContext.apiOrg\""
454459
}
455460
],
456461
"outputs": {
@@ -560,20 +565,26 @@
560565
{
561566
"name": "status",
562567
"type": "number",
563-
"value": "500"
568+
"value": "500",
569+
"metaName": "Status",
570+
"metaDescription": "The HTTP status code"
564571
},
565572
{
566573
"name": "body",
567574
"type": "jsonpath",
568-
"value": "$.error"
575+
"value": "$.error",
576+
"metaName": "Body",
577+
"metaDescription": "The response payload"
569578
}
570579
],
571580
"outputs": {
572581
"next": {
573582
"context": "$.response",
574-
"routes": []
583+
"routes": [],
584+
"metaName": "Next"
575585
}
576-
}
586+
},
587+
"metaMethod": "Set HTTP Response"
577588
},
578589
"http.5": {
579590
"type": "nodehandler://axway-flow/http",
@@ -583,20 +594,26 @@
583594
{
584595
"name": "status",
585596
"type": "number",
586-
"value": "500"
597+
"value": "500",
598+
"metaName": "Status",
599+
"metaDescription": "The HTTP status code"
587600
},
588601
{
589602
"name": "body",
590603
"type": "jsonpath",
591-
"value": "$.error"
604+
"value": "$.error",
605+
"metaName": "Body",
606+
"metaDescription": "The response payload"
592607
}
593608
],
594609
"outputs": {
595610
"next": {
596611
"context": "$.response",
597-
"routes": []
612+
"routes": [],
613+
"metaName": "Next"
598614
}
599-
}
615+
},
616+
"metaMethod": "Set HTTP Response"
600617
}
601618
}
602619
}

0 commit comments

Comments
 (0)