<?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 delete globalenvironment from vRSLCM in VMware Aria Suite Lifecycle Discussions</title>
    <link>https://communities.vmware.com/t5/VMware-Aria-Suite-Lifecycle/delete-globalenvironment-from-vRSLCM/m-p/2840916#M177</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is it possible to delete 'globalenvironment' from vRSLCM? The 'Delete Environment' option is grayed out for 'globalenvironment' in vRSLCM 8.3&lt;/P&gt;&lt;P&gt;thanks&lt;BR /&gt;Jacek&lt;/P&gt;</description>
    <pubDate>Fri, 09 Apr 2021 12:27:42 GMT</pubDate>
    <dc:creator>jskaznik</dc:creator>
    <dc:date>2021-04-09T12:27:42Z</dc:date>
    <item>
      <title>delete globalenvironment from vRSLCM</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Suite-Lifecycle/delete-globalenvironment-from-vRSLCM/m-p/2840916#M177</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is it possible to delete 'globalenvironment' from vRSLCM? The 'Delete Environment' option is grayed out for 'globalenvironment' in vRSLCM 8.3&lt;/P&gt;&lt;P&gt;thanks&lt;BR /&gt;Jacek&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 12:27:42 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Suite-Lifecycle/delete-globalenvironment-from-vRSLCM/m-p/2840916#M177</guid>
      <dc:creator>jskaznik</dc:creator>
      <dc:date>2021-04-09T12:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: delete globalenvironment from vRSLCM</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Suite-Lifecycle/delete-globalenvironment-from-vRSLCM/m-p/2840923#M178</link>
      <description>&lt;P&gt;Not from within lcm, but it's possible via API.&lt;/P&gt;&lt;P&gt;Via https GET .../lcm/lcops/api/v2/environments&amp;nbsp; you can retrieve the environmentId&lt;/P&gt;&lt;P&gt;Via https DELETE .../lcm/lcops/api/v2/environments/[environmentId]&amp;nbsp; you can delete it.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 13:00:53 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Suite-Lifecycle/delete-globalenvironment-from-vRSLCM/m-p/2840923#M178</guid>
      <dc:creator>jimmyvandermast</dc:creator>
      <dc:date>2021-04-09T13:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: delete globalenvironment from vRSLCM</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Suite-Lifecycle/delete-globalenvironment-from-vRSLCM/m-p/2842408#M183</link>
      <description>&lt;P&gt;Thank you, unfortunately I'm getting an error in Postman that request body is missing. Do you have any idea how to get around this one?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"timestamp"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"2021-04-17T19:55:23.988+0000"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"status"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;400&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"error"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"Bad&amp;nbsp;Request"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"message"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"Required&amp;nbsp;request&amp;nbsp;body&amp;nbsp;is&amp;nbsp;missing:&amp;nbsp;public&amp;nbsp;org.springframework.http.ResponseEntity&amp;lt;?&amp;gt;&amp;nbsp;com.vmware.vrealize.lcm.lcops.controller.EnvironmentController.deleteEnvironmentV2(java.lang.String,com.vmware.vrealize.lcm.lcops.common.dto.request.product.operations.DeleteEnvironmentRequestDTO)"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"path"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"/lcm/lcops/api/v2/environments/globalenvironment"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 17 Apr 2021 19:57:47 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Suite-Lifecycle/delete-globalenvironment-from-vRSLCM/m-p/2842408#M183</guid>
      <dc:creator>jskaznik</dc:creator>
      <dc:date>2021-04-17T19:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: delete globalenvironment from vRSLCM</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Suite-Lifecycle/delete-globalenvironment-from-vRSLCM/m-p/2842517#M184</link>
      <description>&lt;P&gt;The DELETE request needs a body, as the message says.&lt;/P&gt;&lt;P&gt;See this doc for an example:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.vmware.com/docs/vrealize-suite-lifecycle-manager/latest/lcm/lcops/api/v2/environments/environmentId/products/productId/delete/" target="_blank"&gt;https://developer.vmware.com/docs/vrealize-suite-lifecycle-manager/latest/lcm/lcops/api/v2/environments/environmentId/products/productId/delete/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 06:11:19 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Suite-Lifecycle/delete-globalenvironment-from-vRSLCM/m-p/2842517#M184</guid>
      <dc:creator>jimmyvandermast</dc:creator>
      <dc:date>2021-04-19T06:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: delete globalenvironment from vRSLCM</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Suite-Lifecycle/delete-globalenvironment-from-vRSLCM/m-p/2842523#M185</link>
      <description>&lt;P&gt;Thank you so much!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 07:01:56 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Suite-Lifecycle/delete-globalenvironment-from-vRSLCM/m-p/2842523#M185</guid>
      <dc:creator>jskaznik</dc:creator>
      <dc:date>2021-04-19T07:01:56Z</dc:date>
    </item>
  </channel>
</rss>

