<?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: License count per application in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723316#M3664</link>
    <description>&lt;P&gt;I am sorry &lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/39477"&gt;@Simon.Parish&lt;/A&gt;&amp;nbsp;you hare having a hard time with this. Neither &lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/142051"&gt;@Ryan.Paredez&lt;/A&gt;&amp;nbsp;nor myself are experts when it comes to this topic, but we are here to try and help as best as we can.&lt;/P&gt;
&lt;P&gt;Have you see&amp;nbsp;&lt;A href="https://docs.appdynamics.com/appd/23.x/latest/en/extend-appdynamics/appdynamics-apis/api-clients" target="_blank" rel="noopener nofollow noreferrer"&gt;this doc&lt;/A&gt;&amp;nbsp;which details how to create a client for API? We support OAuth standards...&lt;/P&gt;
&lt;P&gt;As for the details, I assumed you were using Infra based, as the agent does not provide the same level of details you seem to be after. There is no way around what is available, other than to create an idea which we can advocate with the product team on your behalf for a future enhancement. With infra, you can &lt;A href="https://docs.appdynamics.com/appd/23.x/latest/en/extend-appdynamics/appdynamics-apis/license-api#id-.LicenseAPIv23.1-RetrieveUsagebyApplicationID" target="_blank" rel="noopener nofollow noreferrer"&gt;Retrieve Usage by Application ID&lt;/A&gt; and &lt;A href="https://docs.appdynamics.com/appd/23.x/latest/en/extend-appdynamics/appdynamics-apis/license-api#id-.LicenseAPIv23.1-RetrievebyApplicationName" target="_blank" rel="noopener nofollow noreferrer"&gt;Retrieve by Application Name&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Mon, 06 Feb 2023 15:09:13 GMT</pubDate>
    <dc:creator>Aaron_Schifman</dc:creator>
    <dc:date>2023-02-06T15:09:13Z</dc:date>
    <item>
      <title>License count per application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723296#M3644</link>
      <description>&lt;P&gt;With a SAAS controler, how can i get a clear report of how many licences are consumed by application ? I dont need the speed dials that tell me how many licenses are consumed total.&lt;/P&gt;

&lt;P&gt;What i need is the license count per actual application that i have created in appDynamics. We need this to figure out what is the cost per application.&lt;/P&gt;

&lt;P&gt;Any ideas ?&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 13:31:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723296#M3644</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-05-18T13:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: License count per application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723297#M3645</link>
      <description>&lt;P&gt;There's a very nice &lt;A href="https://github.com/Appdynamics/AppDLicenseCount/releases" target="_self" rel="nofollow noopener noreferrer"&gt;license report generator on Github&lt;/A&gt; that produces an Excel spreadsheet that meets your needs and more.&lt;/P&gt;

&lt;P&gt;Attaching an example of the output report, generated using a script like this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;#!/bin/bash&lt;/P&gt;
&lt;P&gt;_DATE=`date "+%Y-%m-%d"`&lt;BR /&gt;_FILE=demo1_LicenseCount_${_DATE}.xlsx&lt;/P&gt;
&lt;P&gt;echo Creating the report ${_FILE}&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;java -Xmx1024m -cp "execLib/*" org.appdynamics.licensecount.CountLicenses -cdemo1.appdynamics.com -P443 -usome_user -p&amp;lt;not_this_password&amp;gt; -acustomer1 -s -i15 -n -f ${_FILE}&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 15:08:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723297#M3645</guid>
      <dc:creator>Brian_Wheeldon</dc:creator>
      <dc:date>2017-05-31T15:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: License count per application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723298#M3646</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you find out how to do this?&lt;/P&gt;
&lt;P&gt;I am also trying to calculate license usage per application.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Virender&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 00:49:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723298#M3646</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-06-01T00:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: License count per application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723299#M3647</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;The report at: &lt;A href="https://github.com/Appdynamics/AppDLicenseCount" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Appdynamics/AppDLicenseCount&lt;/A&gt; works well with the default options BUT when you generate the report for a period over 7 days then the numbers are no longer accurate.&lt;/P&gt;

&lt;P&gt;I asked the developer about it and am awaiting new information&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 13:58:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723299#M3647</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-06-01T13:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: License count per application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723300#M3648</link>
      <description>&lt;P&gt;Are there any plans to incorporate this functionality into the GUI itself?&lt;/P&gt;

&lt;P&gt;I'd also be interested in seeing license usage at a Tier level as well as App.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 22:47:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723300#M3648</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-08-31T22:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: License count per application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723301#M3649</link>
      <description>&lt;P&gt;No there has been no huge demand to report License count per application in GUI. &amp;nbsp;As per seeing license usage at a Tier level, you can actually go to the application flow diagram and see how many java agents etc. are being used for the time span you're interested in.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 18:44:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723301#M3649</guid>
      <dc:creator>Deena_Shanghavi</dc:creator>
      <dc:date>2017-09-01T18:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: License count per application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723302#M3650</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/3357"&gt;@Brian.Wheeldon&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/3357"&gt;@Brian.Wheeldon&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;and&amp;nbsp;@Anonymous&lt;/P&gt;

&lt;P&gt;We also recommend referring to the following KB articles for more information on&amp;nbsp;Licenses:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://community.appdynamics.com/t5/Knowledge-Base/How-does-AppDynamics-license-consumption-work/ta-p/34449" target="_self"&gt;How does AppDynamics license consumption work?&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.appdynamics.com/t5/Knowledge-Base/What-are-some-best-practices-for-license-management/ta-p/34450" target="_self"&gt;What are some best practices for license management?&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.appdynamics.com/t5/Knowledge-Base/How-do-I-check-my-license-usage-at-the-account-level/ta-p/34492" target="_self"&gt;How do I check my license usage at the account level?&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope it helps.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 21:24:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723302#M3650</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2018-10-29T21:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: License count per application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723303#M3651</link>
      <description>&lt;P&gt;I think getting the license usage per application is extremely useful not sure why there is no demand when I spoke to many customer in the conference&amp;nbsp;they did the say the same.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 17:33:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723303#M3651</guid>
      <dc:creator>Umervali_Niyama</dc:creator>
      <dc:date>2019-06-24T17:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: License count per application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723304#M3652</link>
      <description>&lt;P&gt;So how do i run this on SAAS ? Thats what the question is about from the beginning.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 14:25:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723304#M3652</guid>
      <dc:creator>fred999</dc:creator>
      <dc:date>2019-10-21T14:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: License count per application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723305#M3653</link>
      <description>&lt;P&gt;You should be able to just click on the cog wheel in the top-right hand corner, then click on "Licenses" and see how many you have and how many are taken up by all your agents. If you want it slightly more broken down such as what agents you have out there on which servers, you can click on the cog wheel and then "AppDynamics Agents," but it takes a little more clicking around. If you don't see "Licenses" or "AppDynamics Agents" when you click on the cog wheel you need your Controller admin to give you the correct permissions.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 16:14:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723305#M3653</guid>
      <dc:creator>millerep</dc:creator>
      <dc:date>2019-10-21T16:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: License count per application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723306#M3654</link>
      <description>&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; How can I get same report for on premises controller?&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 04:40:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723306#M3654</guid>
      <dc:creator>Apmosys_IET</dc:creator>
      <dc:date>2022-01-04T04:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: License count per application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723307#M3655</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/126952"&gt;@Apmosys.IET&lt;/A&gt;,&lt;/P&gt;

&lt;P&gt;Please check out this documentation here:&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/Knowledge-Base/How-do-I-find-license-usage-by-applications-for-each-Controller/ta-p/24128" target="_blank"&gt;https://community.appdynamics.com/t5/Knowledge-Base/How-do-I-find-license-usage-by-applications-for-each-Controller/ta-p/24128&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Let me know if it helps.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 18:48:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723307#M3655</guid>
      <dc:creator>iamryan</dc:creator>
      <dc:date>2022-01-06T18:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: License count per application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723308#M3656</link>
      <description>&lt;P&gt;How do we get the raw data out of the SaaS controller.&amp;nbsp; the screen gives a good overview, but we need to do some digging into our data and would like to be able to get this out and import it into a google sheet&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 15:18:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723308#M3656</guid>
      <dc:creator>Simon_Parish</dc:creator>
      <dc:date>2023-01-31T15:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: License count per application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723309#M3657</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/39477"&gt;@Simon.Parish&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;What kind of raw data are you looking to get out of the SaaS Controller?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 17:12:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723309#M3657</guid>
      <dc:creator>iamryan</dc:creator>
      <dc:date>2023-01-31T17:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: License count per application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723310#M3658</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/142051"&gt;@Ryan.Paredez&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;We'd like to get account usage for each access key we have in our SaaS controllers over time as we need to do some analysis work and the display of the information in the licensing screen doesn't really allow that.&lt;BR /&gt;&lt;BR /&gt;Also in the documentation for getting the information via the API, it all shows username and password.&amp;nbsp; does this also work with api clients and secrets as the documentation and examples don't sow this.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Simon&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 08:48:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723310#M3658</guid>
      <dc:creator>Simon_Parish</dc:creator>
      <dc:date>2023-02-01T08:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: License count per application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723311#M3659</link>
      <description>&lt;P&gt;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/39477"&gt;@Simon.Parish&lt;/A&gt;&amp;nbsp;Are you familiar with setting up rules to understand account usage and only needing support for the second question around API?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;For account usage, you can setup a rule with a set number of allowed units, to see who is consuming what. You can refer to our &lt;A href="https://docs.appdynamics.com/appd/23.x/latest/en/appdynamics-licensing/license-rules" target="_blank" rel="noopener nofollow noreferrer"&gt;license doc&lt;/A&gt; on the subject for more info.&lt;/P&gt;
&lt;P&gt;As for the API part...I assume you can, though I have not personally tried, use something like Postman to leverage auth and variables as you would generally do. Can't see why you should have to clear text passwords but perhaps the docs were to make it easy for users who do not know how to leverage API tools.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 19:58:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723311#M3659</guid>
      <dc:creator>Aaron_Schifman</dc:creator>
      <dc:date>2023-02-02T19:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: License count per application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723312#M3660</link>
      <description>&lt;P&gt;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/153102"&gt;@Aaron.Schifman&lt;/A&gt;&amp;nbsp;Yes we have rules set up, but we also want access to the information.&amp;nbsp; Also we'd like to be able to find which instances/nodes are associated with which license key - again is this also possible?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 10:11:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723312#M3660</guid>
      <dc:creator>Simon_Parish</dc:creator>
      <dc:date>2023-02-03T10:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: License count per application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723313#M3661</link>
      <description>&lt;P&gt;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/39477"&gt;@Simon.Parish&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What API reference document are you leveraging?&lt;/P&gt;
&lt;P&gt;From what I can see, licensing is not broken down by instances/nodes. Assuming you are talking about infrastructure based licensing, you can get the number and types of agents, and applications, but nothing deeper.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is it that you are trying to achieve by getting going down to the node?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 15:06:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723313#M3661</guid>
      <dc:creator>Aaron_Schifman</dc:creator>
      <dc:date>2023-02-03T15:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: License count per application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723314#M3662</link>
      <description>&lt;P&gt;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/153102"&gt;@Aaron.Schifman&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;I'm using &lt;A href="https://docs.appdynamics.com/appd/22.x/22.12/en/extend-appdynamics/appdynamics-apis/license-api" target="_blank" rel="noopener nofollow noreferrer"&gt;this document&lt;/A&gt;&lt;BR /&gt;But it still refers to using username and password - which you can no longer setup and so does this actually work for using secrets and if so then could someone update the documents - when I go tot the URLS it states using postman I keep gettiing 404 errors when trying the 'Returns a Summary of All the License Rules for the Current Account' url.&lt;BR /&gt;If I can get the applications linked to a license then that should be enough, but even getting the first piece of information out of the system is proving troublesome&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 09:09:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723314#M3662</guid>
      <dc:creator>Simon_Parish</dc:creator>
      <dc:date>2023-02-06T09:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: License count per application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723315#M3663</link>
      <description>&lt;P&gt;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/153102"&gt;@Aaron.Schifman&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;We are also using the agent based usage model so really there isn't anything of any use that we can get from this API.&amp;nbsp; Even though the controller clearly shows graphs of the number of licenses used over time, this data isn't available via the API.&amp;nbsp; WHY?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 09:46:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/License-count-per-application/m-p/723315#M3663</guid>
      <dc:creator>Simon_Parish</dc:creator>
      <dc:date>2023-02-06T09:46:57Z</dc:date>
    </item>
  </channel>
</rss>

