This repository was archived by the owner on Dec 14, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +25
-8
lines changed
Expand file tree Collapse file tree 1 file changed +25
-8
lines changed Original file line number Diff line number Diff line change 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" : {
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" ,
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}
You can’t perform that action at this time.
0 commit comments