<?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: Manipulating application groups from command line in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/manipulating-application-groups-from-command-line/m-p/40546#M29783</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;show application-group &amp;lt;group-name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will show all the applications inside of square brackets. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should be able to use the delete command to specify multiple applications at a time. I would suggest &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete application-group &amp;lt;group-name&amp;gt; &amp;lt;cut-and-paste-list-of-applications-from-the-show-command&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Benjamin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jul 2011 16:46:56 GMT</pubDate>
    <dc:creator>bpappas</dc:creator>
    <dc:date>2011-07-15T16:46:56Z</dc:date>
    <item>
      <title>Manipulating application groups from command line</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/manipulating-application-groups-from-command-line/m-p/40543#M29780</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;Does anybody know how to replace the contents of an application group from the command line please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our application groups change frequently so I would prefer to use command line over slow gui&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following command will &lt;SPAN style="text-decoration: underline;"&gt;add&lt;/SPAN&gt; the listed applications to "myappgroup" but what I really want is to replace what is currently in the group with these new values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set application-group "myappgroup" [ rtsp rtmpt bbc-iplayer rtmp livestation sky-player youtube ]&lt;/P&gt;&lt;P&gt;If there was a way of removing all applications from the application group then I could run this first - but I can't find a way of doing this. &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://live.paloaltonetworks.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't delete the application group and recreate it as it is referenced in my policy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2011 15:24:54 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/manipulating-application-groups-from-command-line/m-p/40543#M29780</guid>
      <dc:creator>DavePalo</dc:creator>
      <dc:date>2011-07-14T15:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Manipulating application groups from command line</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/manipulating-application-groups-from-command-line/m-p/40544#M29781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is easy to do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete application-group &amp;lt;group-name&amp;gt; &amp;lt;application-name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;verify with the show command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show application-group &amp;lt;group-name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then commit your changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Benjamin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2011 16:23:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/manipulating-application-groups-from-command-line/m-p/40544#M29781</guid>
      <dc:creator>bpappas</dc:creator>
      <dc:date>2011-07-14T16:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Manipulating application groups from command line</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/manipulating-application-groups-from-command-line/m-p/40545#M29782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Benjamin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The command you specified will remove a specific application from an application group, but what I was hoping to do was remove all applications from an application-group without having to specify each application invididually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sort of like:&amp;nbsp; delete application-group &amp;lt;group-name&amp;gt; all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...but that doesn't work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if there a wildcard that can be used in these commands please or another way of achieving this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2011 08:15:29 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/manipulating-application-groups-from-command-line/m-p/40545#M29782</guid>
      <dc:creator>DavePalo</dc:creator>
      <dc:date>2011-07-15T08:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Manipulating application groups from command line</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/manipulating-application-groups-from-command-line/m-p/40546#M29783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;show application-group &amp;lt;group-name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will show all the applications inside of square brackets. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should be able to use the delete command to specify multiple applications at a time. I would suggest &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete application-group &amp;lt;group-name&amp;gt; &amp;lt;cut-and-paste-list-of-applications-from-the-show-command&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Benjamin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2011 16:46:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/manipulating-application-groups-from-command-line/m-p/40546#M29783</guid>
      <dc:creator>bpappas</dc:creator>
      <dc:date>2011-07-15T16:46:56Z</dc:date>
    </item>
  </channel>
</rss>

