<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Output Push JSON to external website in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/output-push-json-to-external-website/m-p/394206#M1674</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there any way to manipulate the JSON or format of data before you push it to a external website? Or control which fields? Or will I have to do a Field reducer or enricher and put it into another service before i send it to the output?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Mar 2014 14:28:16 GMT</pubDate>
    <dc:creator>MorganEverett</dc:creator>
    <dc:date>2014-03-20T14:28:16Z</dc:date>
    <item>
      <title>Output Push JSON to external website</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/output-push-json-to-external-website/m-p/394206#M1674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there any way to manipulate the JSON or format of data before you push it to a external website? Or control which fields? Or will I have to do a Field reducer or enricher and put it into another service before i send it to the output?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 14:28:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/output-push-json-to-external-website/m-p/394206#M1674</guid>
      <dc:creator>MorganEverett</dc:creator>
      <dc:date>2014-03-20T14:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Output Push JSON to external website</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/output-push-json-to-external-website/m-p/394207#M1675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Morgan -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure I understand when you say "and put it into another service before i send it to the output" ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should be able to include as many processors -- &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Field Reducer&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Field Calculator&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Field Enricher&lt;/SPAN&gt;&lt;SPAN&gt;, etc. -- in-line to manage an event's fields, calculate new (or update existing) fields, and enrich events with data prior to sending then to an Output. There's only one GeoEvent Service in play; you shouldn't need another service to do what you are trying to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Keep in mind that an Input receives event data as a byte-stream and is responsible for constructing a GeoEvent. The GeoEvent is the object being processed by the GeoEvent Service. If, for example, you do not want a recipient to see certain fields in the JSON they receive, you need to use either a &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Field Reducer&lt;/SPAN&gt;&lt;SPAN&gt; to remove those fields from the GeoEvent or a &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Field Mapper&lt;/SPAN&gt;&lt;SPAN&gt; to map the GeoEvent to a target output schema.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The GeoEvent Service is not going to "manipulate the JSON or format of data". The Output will receive a processed GeoEvent and deconstructing it to build a JSON representation before sending the event data as JSON to the external website.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- RJ&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 16:22:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/output-push-json-to-external-website/m-p/394207#M1675</guid>
      <dc:creator>RJSunderman</dc:creator>
      <dc:date>2014-03-20T16:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Output Push JSON to external website</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/output-push-json-to-external-website/m-p/394208#M1676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It will post the data in JSON correct? Can I use any of the fields in as a parameter on the URL, and put them in the output?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://someurl.com/myjsonreceiver.php?"&gt;http://someurl.com/myjsonreceiver.php?&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to do something like that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;x=&lt;X&gt;&amp;amp;y&lt;Y&gt;&amp;amp;myid=[OBJECTID]&lt;/Y&gt;&lt;/X&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 16:27:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/output-push-json-to-external-website/m-p/394208#M1676</guid>
      <dc:creator>MorganEverett</dc:creator>
      <dc:date>2014-03-20T16:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Output Push JSON to external website</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/output-push-json-to-external-website/m-p/394209#M1677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;If you are using the &lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt;&lt;STRONG&gt;Push JSON to an external website&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; outbound connector, yes, the connector's adapter will create a JSON representation of the GeoEvent it receives.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;At the 10.3.x and 10.4.x releases, the &lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt;&lt;STRONG&gt;Push JSON to an external website&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; outbound connector&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;does not support the inclusion of query parameters in the URL. Beginning with the 10.5 release you &lt;EM style="text-decoration: underline; "&gt;can&lt;/EM&gt;&amp;nbsp;include query parameters in the outbound connector's URL. Variable substitution will provide value(s) for the query parameters based on the event record received by the outbound connector. Please refer to the following blog:&amp;nbsp;&lt;A _jive_internal="true" href="https://community.esri.com/community/gis/enterprise-gis/geoevent/blog/2017/05/31/enhancements-to-the-geoevent-servers-outbound-http-transport-105"&gt;Enhancements to the GeoEvent Server's outbound HTTP transport&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- RJ&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 16:03:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/output-push-json-to-external-website/m-p/394209#M1677</guid>
      <dc:creator>RJSunderman</dc:creator>
      <dc:date>2014-03-21T16:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Output Push JSON to external website</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/output-push-json-to-external-website/m-p/394210#M1678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What about building JSON output in a way that it contains nested attributes? I need to produce output which 'push JSON to an External Website' and the group structure of JSON is required. I tried to build a new definition and use Field Mapper to map non-group fields into group fields but then GeoEvent Service stopped counting outputs. I found similar issue but there was no solution (&lt;A href="https://community.esri.com/thread/183832-mapping-non-group-fields-into-group-fields-using-field-mapper"&gt;https://community.esri.com/thread/183832-mapping-non-group-fields-into-group-fields-using-field-mapper&lt;/A&gt;&amp;nbsp;). Is there any way to achieve it?&lt;/P&gt;&lt;P&gt;Best, Aleksandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 10:23:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/output-push-json-to-external-website/m-p/394210#M1678</guid>
      <dc:creator>deleted-user-GKyg-xriCvci</dc:creator>
      <dc:date>2018-04-13T10:23:20Z</dc:date>
    </item>
  </channel>
</rss>

