<?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 Re: vRops Webhook in VMware Aria Operations for Logs Discussions</title>
    <link>https://communities.vmware.com/t5/VMware-Aria-Operations-for-Logs/vRops-Webhook/m-p/2991413#M2899</link>
    <description>&lt;P&gt;Do I have to use a middle man?&lt;/P&gt;</description>
    <pubDate>Tue, 17 Oct 2023 13:57:22 GMT</pubDate>
    <dc:creator>AyaShahein</dc:creator>
    <dc:date>2023-10-17T13:57:22Z</dc:date>
    <item>
      <title>vRops Webhook</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Operations-for-Logs/vRops-Webhook/m-p/1360453#M921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently trying to send vRops alerts to Ms Teams (that we have just started using). After a bit of googling i came across a webhook middle man to process the request and put it backout for the webhook on ms teams to accept. The middleman is a docker container. (&lt;A href="https://github.com/vmw-loginsight/webhook-shims" title="https://github.com/vmw-loginsight/webhook-shims"&gt;GitHub - vmw-loginsight/webhook-shims: Shims for Log Insight 3.3+ and vRealize Operations Manager 6.0+&lt;/A&gt; ) I have this up and running i can ping both the vrops server and middleman from each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to the output on the middleman it is reciving the POST but it doesnt seem to be pusing it any further.&lt;/P&gt;&lt;P&gt;This is what the output on the server looks like {&lt;/P&gt;&lt;P&gt;2018-07-31 13:49:51,619 INFO 172.16.191.47 - - [31/Jul/2018 13:49:51] "POST /endpoint/msteams/test HTTP/1.1" 500 -&lt;/P&gt;&lt;P&gt;2018-07-31 13:49:51,629 INFO 172.16.191.47 - - [31/Jul/2018 13:49:51] "PUT /endpoint/msteams/test HTTP/1.1" 500 -&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added in the webhook urlfrom teams in the appropriate section. Has anyone used this before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 13:52:36 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Operations-for-Logs/vRops-Webhook/m-p/1360453#M921</guid>
      <dc:creator>elliott0184</dc:creator>
      <dc:date>2018-07-31T13:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: vRops Webhook</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Operations-for-Logs/vRops-Webhook/m-p/1360454#M922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you got all pre-requisites configured on vrops with respective to this rest API calls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also from the middleman msteam is there any communication gap to Vrops .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 14:11:04 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Operations-for-Logs/vRops-Webhook/m-p/1360454#M922</guid>
      <dc:creator>GayathriS</dc:creator>
      <dc:date>2018-07-31T14:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: vRops Webhook</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Operations-for-Logs/vRops-Webhook/m-p/1360455#M923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have all the prerequisites that i am aware of installed, i don't think there is a gap as i said it appears that the middleman is reciving information from vRops it just doens't seem to be passing it on from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More of the output;&lt;/P&gt;&lt;P&gt;2018-07-31 14:04:28,227 INFO 172.16.191.47 - - [31/Jul/2018 14:04:28] "PUT /endpoint/msteams/45119f77-4d23-4de2-9c0f-daee7c39c35e HTTP/1.1" 404 -&lt;/P&gt;&lt;P&gt;2018-07-31 14:04:28,939 INFO 172.16.191.47 - - [31/Jul/2018 14:04:28] "PUT /endpoint/msteams/2d07bdea-1b13-457a-b770-1aa2dbf6f570 HTTP/1.1" 404 -&lt;/P&gt;&lt;P&gt;2018-07-31 14:07:22,204 INFO 172.16.191.47 - - [31/Jul/2018 14:07:22] "PUT /endpoint/msteams/test HTTP/1.1" 404 -&lt;/P&gt;&lt;P&gt;2018-07-31 14:07:22,206 INFO 172.16.191.47 - - [31/Jul/2018 14:07:22] "POST /endpoint/msteams/test HTTP/1.1" 404 -&lt;/P&gt;&lt;P&gt;2018-07-31 14:08:54,843 INFO 172.16.191.47 - - [31/Jul/2018 14:08:54] "POST /endpoint/msteams/test HTTP/1.1" 404 -&lt;/P&gt;&lt;P&gt;2018-07-31 14:08:54,846 INFO 172.16.191.47 - - [31/Jul/2018 14:08:54] "PUT /endpoint/msteams/test HTTP/1.1" 404 -&lt;/P&gt;&lt;P&gt;2018-07-31 14:09:10,878 INFO 172.16.191.47 - - [31/Jul/2018 14:09:10] "PUT /endpoint/msteams/test HTTP/1.1" 404 -&lt;/P&gt;&lt;P&gt;2018-07-31 14:09:10,879 INFO 172.16.191.47 - - [31/Jul/2018 14:09:10] "POST /endpoint/msteams/test HTTP/1.1" 404 -&lt;/P&gt;&lt;P&gt;2018-07-31 14:09:15,260 INFO 172.16.191.47 - - [31/Jul/2018 14:09:15] "PUT /endpoint/msteams/test HTTP/1.1" 404 -&lt;/P&gt;&lt;P&gt;2018-07-31 14:09:15,261 INFO 172.16.191.47 - - [31/Jul/2018 14:09:15] "POST /endpoint/msteams/test HTTP/1.1" 404 -&lt;/P&gt;&lt;P&gt;2018-07-31 14:09:23,726 INFO 172.16.191.47 - - [31/Jul/2018 14:09:23] "PUT /endpoint/msteams/e55e85e6-d0a5-4855-a5a9-07b12ae2a112 HTTP/1.1" 404 -&lt;/P&gt;&lt;P&gt;2018-07-31 14:09:23,744 INFO 172.16.191.47 - - [31/Jul/2018 14:09:23] "PUT /endpoint/msteams/eada4f28-4aa1-43cd-bb1b-77329b5ad6a3 HTTP/1.1" 404 -&lt;/P&gt;&lt;P&gt;2018-07-31 14:09:23,745 INFO 172.16.191.47 - - [31/Jul/2018 14:09:23] "POST /endpoint/msteams/2643b017-9b58-4566-b92f-3fc5538322a2 HTTP/1.1" 404 -&lt;/P&gt;&lt;P&gt;2018-07-31 14:09:23,792 INFO 172.16.191.47 - - [31/Jul/2018 14:09:23] "PUT /endpoint/msteams/f3e3ce55-2dc4-48db-b08e-059517f1978d HTTP/1.1" 404 -&lt;/P&gt;&lt;P&gt;2018-07-31 14:09:23,801 INFO 172.16.191.47 - - [31/Jul/2018 14:09:23] "PUT /endpoint/msteams/f3c73359-2dc9-4354-898f-cebc7003567c HTTP/1.1" 404 -&lt;/P&gt;&lt;P&gt;2018-07-31 14:09:23,977 INFO 172.16.191.47 - - [31/Jul/2018 14:09:23] "PUT /endpoint/msteams/5b7abc3f-3823-4c88-b03f-6666fda472a7 HTTP/1.1" 404 -&lt;/P&gt;&lt;P&gt;2018-07-31 14:09:23,980 INFO 172.16.191.47 - - [31/Jul/2018 14:09:23] "POST /endpoint/msteams/be982239-ce3d-48ae-a31b-da59985ae27d HTTP/1.1" 404 -&lt;/P&gt;&lt;P&gt;2018-07-31 14:10:11,930 INFO 172.16.191.47 - - [31/Jul/2018 14:10:11] "POST /endpoint/msteams/test HTTP/1.1" 404 -&lt;/P&gt;&lt;P&gt;2018-07-31 14:10:11,933 INFO 172.16.191.47 - - [31/Jul/2018 14:10:11] "PUT /endpoint/msteams/test HTTP/1.1" 404 -&lt;/P&gt;&lt;P&gt;2018-07-31 14:10:18,757 INFO 172.16.191.47 - - [31/Jul/2018 14:10:18] "POST /endpoint/msteams/test HTTP/1.1" 404 -&lt;/P&gt;&lt;P&gt;2018-07-31 14:10:18,761 INFO 172.16.191.47 - - [31/Jul/2018 14:10:18] "PUT /endpoint/msteams/test HTTP/1.1" 404 -&lt;/P&gt;&lt;P&gt;2018-07-31 14:11:41,743 INFO 172.16.191.47 - - [31/Jul/2018 14:11:41] "PUT /endpoint/msteams/test HTTP/1.1" 404 -&lt;/P&gt;&lt;P&gt;2018-07-31 14:11:41,745 INFO 172.16.191.47 - - [31/Jul/2018 14:11:41] "POST /endpoint/msteams/test HTTP/1.1" 404 -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankyou for answering back so quick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 14:15:20 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Operations-for-Logs/vRops-Webhook/m-p/1360455#M923</guid>
      <dc:creator>elliott0184</dc:creator>
      <dc:date>2018-07-31T14:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: vRops Webhook</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Operations-for-Logs/vRops-Webhook/m-p/1360456#M924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If thats the case then I beilive we may have to look between the middle man and the application to which you are sending the alert to .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any thing stopping there that you could see ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 14:20:29 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Operations-for-Logs/vRops-Webhook/m-p/1360456#M924</guid>
      <dc:creator>GayathriS</dc:creator>
      <dc:date>2018-07-31T14:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: vRops Webhook</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Operations-for-Logs/vRops-Webhook/m-p/1360457#M925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have checked if the file holding the config for the output address has executable permissions (not that it should make a difference), i have ensured that there is no firewall blocking the middle man and the vrops server.&amp;nbsp; I am able to get to the webhook url from inside the business firewall so i dought that it is being blocked by that either.&lt;/P&gt;&lt;P&gt;I have re added the webhook connector in teams a couple of times and then updated the url in the settings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 14:29:08 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Operations-for-Logs/vRops-Webhook/m-p/1360457#M925</guid>
      <dc:creator>elliott0184</dc:creator>
      <dc:date>2018-07-31T14:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: vRops Webhook</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Operations-for-Logs/vRops-Webhook/m-p/1360458#M926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not on the Vrops or middle man i.e docker as you as said, but the endpoint which is msteam( to which the alert needs to sent)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 14:34:34 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Operations-for-Logs/vRops-Webhook/m-p/1360458#M926</guid>
      <dc:creator>GayathriS</dc:creator>
      <dc:date>2018-07-31T14:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: vRops Webhook</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Operations-for-Logs/vRops-Webhook/m-p/1360459#M927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you add your endpoint to the __init__.py&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also when you send the alert to the shim server what does the journalctl file say ( i am using photon and not docker so not sure if the log is the same)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 14:39:42 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Operations-for-Logs/vRops-Webhook/m-p/1360459#M927</guid>
      <dc:creator>sxnxr</dc:creator>
      <dc:date>2018-07-31T14:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: vRops Webhook</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Operations-for-Logs/vRops-Webhook/m-p/1360460#M928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So on Ms Teams we have set-up the incoming webhook. It then gives you a url for you to send the webhook to.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/3261iE13D4008D7A76FF7/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/3262iCEDE3DB8644FA08C/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This i what i get when i browse to the url.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 14:41:13 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Operations-for-Logs/vRops-Webhook/m-p/1360460#M928</guid>
      <dc:creator>elliott0184</dc:creator>
      <dc:date>2018-07-31T14:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: vRops Webhook</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Operations-for-Logs/vRops-Webhook/m-p/1360461#M929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The msteams is imported in the __init__.py on the last line. Is that i needed to add for that point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The docker container doesn't have a journalctl but the host doesn't seem to flag up any errors at all when looking though it. Also, the docker logs seem not to have any errors in it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 14:52:24 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Operations-for-Logs/vRops-Webhook/m-p/1360461#M929</guid>
      <dc:creator>elliott0184</dc:creator>
      <dc:date>2018-07-31T14:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: vRops Webhook</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Operations-for-Logs/vRops-Webhook/m-p/1360462#M930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From what i can see is you have created a new endpoint on the shim named MSteams.py&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the /loginsightwebhookdemo/webhook-shims/loginsightwebhookdemo you have the msteams.py&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the same folder have you edited the __init__.py and added in the new endpoint under # Import individual shims&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import loginsightwebhookdemo.msteams&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reboot the shim. this will load your endpoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit the msteams.py with the info you have ( target msteams url and the rest fields of the incoming alert to the output fields that msteams will use)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Parameters&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;TEMPLATEURL = '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://your" rel="nofollow"&gt;http://your&lt;/A&gt;&lt;SPAN&gt; target.com'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what we use for the transform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;payload = {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "result": {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "TransformerName": "VMWare",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "AlertMessage": a['info'],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "EventInstance": a['subType'],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Criticality": a['criticality'],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "EventName": a['AlertName'],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "HostName": a['resourceName'].replace('.ourcompany.com',''),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "EventType": a['type'],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "EventSubType": a['subType'],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "type": "link",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "url": a['url'],&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 14:58:49 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Operations-for-Logs/vRops-Webhook/m-p/1360462#M930</guid>
      <dc:creator>sxnxr</dc:creator>
      <dc:date>2018-07-31T14:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: vRops Webhook</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Operations-for-Logs/vRops-Webhook/m-p/1360463#M931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/3263i9E9EF98685FB34EA/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This is the files that are inside the folder. The __init__.py does have the import loginsightwebhookdemo.msteams in is and here is the msteams.py file&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/3264i4D293D5C99B13F8E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The URL goes on and on but didnt want to make the picture massive and unreadble. I have tired it without the brackets but it makes no difference either way&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 15:06:43 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Operations-for-Logs/vRops-Webhook/m-p/1360463#M931</guid>
      <dc:creator>elliott0184</dc:creator>
      <dc:date>2018-07-31T15:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: vRops Webhook</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Operations-for-Logs/vRops-Webhook/m-p/1360464#M932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried a new docker and double checked everything rebooted and it worked thanks for all your help &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.vmware.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 15:14:10 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Operations-for-Logs/vRops-Webhook/m-p/1360464#M932</guid>
      <dc:creator>elliott0184</dc:creator>
      <dc:date>2018-07-31T15:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: vRops Webhook</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Operations-for-Logs/vRops-Webhook/m-p/2991413#M2899</link>
      <description>&lt;P&gt;Do I have to use a middle man?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 13:57:22 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Operations-for-Logs/vRops-Webhook/m-p/2991413#M2899</guid>
      <dc:creator>AyaShahein</dc:creator>
      <dc:date>2023-10-17T13:57:22Z</dc:date>
    </item>
  </channel>
</rss>

