Re: [Dev] [Architecture] [VOTE] Release WSO2 Enterprise Integrator 6.4.0 RC1

2018-09-19 Thread Nirothipan Megalingham
Hi all,

I have tested the following and found no issues

   - Creating ESB Solution Projects and Templates in EI Tooling.
   - Adding Server/Remote server in tooling and deploying the artifacts.
   - Creating Sample DSS projects.
   - Creating Registry Resource / Connector exporter projects in tooling.
   - Deploying class mediators the server.
   - Deploying sample schedule tasks with Micro Integrator profile.


+1 for the release.

Thanks
Nirothipan


On Thu, Sep 20, 2018 at 10:23 AM Danushka Madhuranga 
wrote:

> Hi All,
>
> I have tested the following,
>
> User interface stability in the management console
> Sequence creating editing and deleting using the management console
> Mediators (All the mediators) adding editing and deleting using the
> management console
> Endpoints (All the endpoints) creating editing and deleting using the
> management console
>
> [+] Stable - go ahead and release.
>
> Thanks,
>
>
> On Thu, Sep 20, 2018 at 9:27 AM, Malaka Gangananda 
> wrote:
>
>> Hi All,
>>
>> I have tested the following,
>>
>> VFS transport with following scenarios:
>> VFS transfer with file types  ascii and binary,
>> VFS absolute path test with sftp server
>> VFS SFTP server using passphrase protected keys
>>
>>
>> [+] Stable - go ahead and release.
>>
>> Thanks,
>>
>> On Thu, Sep 20, 2018 at 5:53 AM, Lahiru Madushanka 
>> wrote:
>>
>>> Hi all,
>>>
>>> I have tested the following mediators.
>>> DBLookup
>>> DBReport
>>> Callout
>>> Cache
>>> ForEach
>>> Iterate
>>> Script
>>> Smooks
>>>
>>> and
>>>
>>> VFS transport
>>> InMemory message store + Message sampling processor
>>> IP based throttling
>>>
>>> [+] Stable - Go ahead and release
>>>
>>> Thanks,
>>> Lahiru
>>>
>>> On Wed, Sep 19, 2018 at 11:40 AM Shakila Sasikaran 
>>> wrote:
>>>
 Hi all,

 I have tested the following and no issues found.

 *Core:*
 Call
 Enqueue
 Send
 Loopback
 Sequence
 Respond
 Drop
 Call Template
 Enrich
 Property
 Log
 Filter
 Out
 In
 Validate
 Switch

 *Endpoints:*
 Address Endpoints
 LoadBalance Endpoints
 Failover Endpoints
 HTTP Endpoints
 WSDL Endpoints
 Indirect and Resolving Endpoints
 Default Endpoints
 Template Endpoints
 Recipient List Endpoints

 *Inbound Endpoints:*
 File inbound
 JMS inbound

 [+] Stable - Go ahead and release

 Thanks

 On Tue, Sep 18, 2018 at 10:04 PM, Dileesha Rajapakse >>> > wrote:

> Hi everyone,
>
> I have tested the RC1 in the following scenarios.
>
>1.  Tested the following EI Analytics features with embedded H2
>and MySQL 5.7.
>   1. Overview Dashboard.
>   2. Proxy Services Dashboard.
>   3. API Dashboard.
>   4. Sequence Dashboard.
>   5. Endpoint Dashboard.
>   6. Inbound Endpoint Dashboard
>   7. Mediator Dashboard.
>   8. Message Dashboard.
>2. Tested the following in a two-node cluster.
>   1. Scheduling Tasks in different time intervals and counts.
>   2. Scheduling tasks with cron expressions.
>3. Tested the creation and deployment (as CApps) of the following
>with tooling.
>   1. Proxy service.
>   2. API.
>   3. Sequence.
>   4. REST API.
>   5. Inbound Endpoint.
>   6. Endpoint.
>
> No issues found.
>
> [+] Stable - Go ahead and release
>
> Regards.
>
> On Tue, Sep 18, 2018 at 2:03 PM Thishani Lucas 
> wrote:
>
>> Hi All,
>>
>> We are pleased to announce the first release candidate of WSO2
>> Enterprise Integrator 6.4.0.
>>
>> *Known Issues: *https://github.com/wso2/product-ei/issues
>>
>> *Source and Binary Distribution Files: *
>> https://github.com/wso2/product-ei/releases/tag/v6.4.0-rc1
>>
>> *The Tag to be Voted Upon: *
>> https://github.com/wso2/product-ei/tree/v6.4.0-rc1
>>
>> Please vote as follows:
>>
>> [+] Stable - Go ahead and release
>> [-] Broken - Do not release (explain why)
>>
>> ~The WSO2 Integration Team~
>>
>> --
>> *Thishani Lucas*
>> *Software Engineer*
>> *WSO2 Lanka (Private) Limited**: http://wso2.com *
>> *lean.enterprise.middle-ware*
>>
>> *Tel: +94 77 2556931 *
>>
>> *LinkedIn: https://www.linkedin.com/in/thishani-lucas/
>> *
>>
>>
>> 
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>
>
> --
> *Dileesha Rajapakse*
> Software Engineer | WSO2 Inc.
> Mobile: +94 772555933
> http://www.dilee.me
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> ht

Re: [Dev] Running Multiple flows one by one WSO2

2018-09-19 Thread Shakila Sasikaran
Hi Aman,

You can use the iterate mediator [1] to iterate through each Input element.
Please find the sample below and please note that I have renamed name of
the Input1 and Input2 elements as Input in the registry entry.

























Registry Entry:
http://ws.apache.org/ns/synapse";>


   value
value
value
value
value
value


value
value
value




[1] https://docs.wso2.com/display/EI630/Iterate+Mediator

Thanks

On Wed, Sep 19, 2018 at 4:37 PM Aman Singh  wrote:

> Hi All,
>
> I have a simple local-entry file, where I can store 2 inputs as an XML and
> depending on the input I can parse that XML to route to one condition or
> the other.
>
> Below are the 2 input I can insert in same local-entry file:-
>
> *Input 1:-*
> http://ws.apache.org/ns/synapse";>
> 
>  value
> value
> value
> value
> value
> value
> 
> 
>
> *Input 2:-  *
> http://ws.apache.org/ns/synapse";>
> 
>value
> value
> value
> 
> 
>
> I am routing using filter mediator as below depending on the input I use
> in my local-entry file, my filter condition is:-
>  expression="get-property('registry','conf:/CollectionTest/LocalEntryFile.xml')"
> name="EntryFile" scope="default" type="OM"/>
> 
> 
> 
>  value="==FIRST"/>
> 
> 
> 
> 
>  value="==SECOND"/>
> 
> 
> 
>
> But what I want is suppose I inserted both input in Local entry as below :-
> http://ws.apache.org/ns/synapse";>
> 
> 
>value
> value
> value
> value
> value
> value
> 
> 
> value
> value
> value
> 
> 
> 
>
> Then I want it to execute for both. How can I achieve this? Help would be
> appreciated.
>
> Thank you,
> Aman.
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>


-- 
Shakila Sasikaran
Software Engineer
Mobile :+94 (0) 77 526 6848
shak...@wso2.com
WSO2, Inc.
lean . enterprise . middleware
http://www.wso2.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] [VOTE] Release WSO2 Enterprise Integrator 6.4.0 RC1

2018-09-19 Thread Danushka Madhuranga
Hi All,

I have tested the following,

User interface stability in the management console
Sequence creating editing and deleting using the management console
Mediators (All the mediators) adding editing and deleting using the
management console
Endpoints (All the endpoints) creating editing and deleting using the
management console

[+] Stable - go ahead and release.

Thanks,


On Thu, Sep 20, 2018 at 9:27 AM, Malaka Gangananda  wrote:

> Hi All,
>
> I have tested the following,
>
> VFS transport with following scenarios:
> VFS transfer with file types  ascii and binary,
> VFS absolute path test with sftp server
> VFS SFTP server using passphrase protected keys
>
>
> [+] Stable - go ahead and release.
>
> Thanks,
>
> On Thu, Sep 20, 2018 at 5:53 AM, Lahiru Madushanka 
> wrote:
>
>> Hi all,
>>
>> I have tested the following mediators.
>> DBLookup
>> DBReport
>> Callout
>> Cache
>> ForEach
>> Iterate
>> Script
>> Smooks
>>
>> and
>>
>> VFS transport
>> InMemory message store + Message sampling processor
>> IP based throttling
>>
>> [+] Stable - Go ahead and release
>>
>> Thanks,
>> Lahiru
>>
>> On Wed, Sep 19, 2018 at 11:40 AM Shakila Sasikaran 
>> wrote:
>>
>>> Hi all,
>>>
>>> I have tested the following and no issues found.
>>>
>>> *Core:*
>>> Call
>>> Enqueue
>>> Send
>>> Loopback
>>> Sequence
>>> Respond
>>> Drop
>>> Call Template
>>> Enrich
>>> Property
>>> Log
>>> Filter
>>> Out
>>> In
>>> Validate
>>> Switch
>>>
>>> *Endpoints:*
>>> Address Endpoints
>>> LoadBalance Endpoints
>>> Failover Endpoints
>>> HTTP Endpoints
>>> WSDL Endpoints
>>> Indirect and Resolving Endpoints
>>> Default Endpoints
>>> Template Endpoints
>>> Recipient List Endpoints
>>>
>>> *Inbound Endpoints:*
>>> File inbound
>>> JMS inbound
>>>
>>> [+] Stable - Go ahead and release
>>>
>>> Thanks
>>>
>>> On Tue, Sep 18, 2018 at 10:04 PM, Dileesha Rajapakse 
>>> wrote:
>>>
 Hi everyone,

 I have tested the RC1 in the following scenarios.

1.  Tested the following EI Analytics features with embedded H2 and
MySQL 5.7.
   1. Overview Dashboard.
   2. Proxy Services Dashboard.
   3. API Dashboard.
   4. Sequence Dashboard.
   5. Endpoint Dashboard.
   6. Inbound Endpoint Dashboard
   7. Mediator Dashboard.
   8. Message Dashboard.
2. Tested the following in a two-node cluster.
   1. Scheduling Tasks in different time intervals and counts.
   2. Scheduling tasks with cron expressions.
3. Tested the creation and deployment (as CApps) of the following
with tooling.
   1. Proxy service.
   2. API.
   3. Sequence.
   4. REST API.
   5. Inbound Endpoint.
   6. Endpoint.

 No issues found.

 [+] Stable - Go ahead and release

 Regards.

 On Tue, Sep 18, 2018 at 2:03 PM Thishani Lucas 
 wrote:

> Hi All,
>
> We are pleased to announce the first release candidate of WSO2
> Enterprise Integrator 6.4.0.
>
> *Known Issues: *https://github.com/wso2/product-ei/issues
>
> *Source and Binary Distribution Files: *https://github.com/wso2
> /product-ei/releases/tag/v6.4.0-rc1
>
> *The Tag to be Voted Upon: *https://github.com/wso2/
> product-ei/tree/v6.4.0-rc1
>
> Please vote as follows:
>
> [+] Stable - Go ahead and release
> [-] Broken - Do not release (explain why)
>
> ~The WSO2 Integration Team~
>
> --
> *Thishani Lucas*
> *Software Engineer*
> *WSO2 Lanka (Private) Limited**: http://wso2.com *
> *lean.enterprise.middle-ware*
>
> *Tel: +94 77 2556931 *
>
> *LinkedIn: https://www.linkedin.com/in/thishani-lucas/
> *
>
>
> 
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>


 --
 *Dileesha Rajapakse*
 Software Engineer | WSO2 Inc.
 Mobile: +94 772555933
 http://www.dilee.me


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> Shakila Sasikaran
>>> Software Engineer
>>> Mobile :+94 (0) 77 526 6848
>>> shak...@wso2.com
>>> WSO2, Inc.
>>> lean . enterprise . middleware
>>> http://www.wso2.com/
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Malaka.
> --
> Malaka Gangananda - Software Engineer | WSO2
> Email : mala...@wso2.com
> Mobile : +94713564340
> Web : http://wso2.com
>   
>
> 

Re: [Dev] [Architecture] [VOTE] Release WSO2 Enterprise Integrator 6.4.0 RC1

2018-09-19 Thread Malaka Gangananda
Hi All,

I have tested the following,

VFS transport with following scenarios:
VFS transfer with file types  ascii and binary,
VFS absolute path test with sftp server
VFS SFTP server using passphrase protected keys


[+] Stable - go ahead and release.

Thanks,

On Thu, Sep 20, 2018 at 5:53 AM, Lahiru Madushanka 
wrote:

> Hi all,
>
> I have tested the following mediators.
> DBLookup
> DBReport
> Callout
> Cache
> ForEach
> Iterate
> Script
> Smooks
>
> and
>
> VFS transport
> InMemory message store + Message sampling processor
> IP based throttling
>
> [+] Stable - Go ahead and release
>
> Thanks,
> Lahiru
>
> On Wed, Sep 19, 2018 at 11:40 AM Shakila Sasikaran 
> wrote:
>
>> Hi all,
>>
>> I have tested the following and no issues found.
>>
>> *Core:*
>> Call
>> Enqueue
>> Send
>> Loopback
>> Sequence
>> Respond
>> Drop
>> Call Template
>> Enrich
>> Property
>> Log
>> Filter
>> Out
>> In
>> Validate
>> Switch
>>
>> *Endpoints:*
>> Address Endpoints
>> LoadBalance Endpoints
>> Failover Endpoints
>> HTTP Endpoints
>> WSDL Endpoints
>> Indirect and Resolving Endpoints
>> Default Endpoints
>> Template Endpoints
>> Recipient List Endpoints
>>
>> *Inbound Endpoints:*
>> File inbound
>> JMS inbound
>>
>> [+] Stable - Go ahead and release
>>
>> Thanks
>>
>> On Tue, Sep 18, 2018 at 10:04 PM, Dileesha Rajapakse 
>> wrote:
>>
>>> Hi everyone,
>>>
>>> I have tested the RC1 in the following scenarios.
>>>
>>>1.  Tested the following EI Analytics features with embedded H2 and
>>>MySQL 5.7.
>>>   1. Overview Dashboard.
>>>   2. Proxy Services Dashboard.
>>>   3. API Dashboard.
>>>   4. Sequence Dashboard.
>>>   5. Endpoint Dashboard.
>>>   6. Inbound Endpoint Dashboard
>>>   7. Mediator Dashboard.
>>>   8. Message Dashboard.
>>>2. Tested the following in a two-node cluster.
>>>   1. Scheduling Tasks in different time intervals and counts.
>>>   2. Scheduling tasks with cron expressions.
>>>3. Tested the creation and deployment (as CApps) of the following
>>>with tooling.
>>>   1. Proxy service.
>>>   2. API.
>>>   3. Sequence.
>>>   4. REST API.
>>>   5. Inbound Endpoint.
>>>   6. Endpoint.
>>>
>>> No issues found.
>>>
>>> [+] Stable - Go ahead and release
>>>
>>> Regards.
>>>
>>> On Tue, Sep 18, 2018 at 2:03 PM Thishani Lucas 
>>> wrote:
>>>
 Hi All,

 We are pleased to announce the first release candidate of WSO2
 Enterprise Integrator 6.4.0.

 *Known Issues: *https://github.com/wso2/product-ei/issues

 *Source and Binary Distribution Files: *https://github.com/
 wso2/product-ei/releases/tag/v6.4.0-rc1

 *The Tag to be Voted Upon: *https://github.com/wso2/
 product-ei/tree/v6.4.0-rc1

 Please vote as follows:

 [+] Stable - Go ahead and release
 [-] Broken - Do not release (explain why)

 ~The WSO2 Integration Team~

 --
 *Thishani Lucas*
 *Software Engineer*
 *WSO2 Lanka (Private) Limited**: http://wso2.com *
 *lean.enterprise.middle-ware*

 *Tel: +94 77 2556931 *

 *LinkedIn: https://www.linkedin.com/in/thishani-lucas/
 *


 
 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev

>>>
>>>
>>> --
>>> *Dileesha Rajapakse*
>>> Software Engineer | WSO2 Inc.
>>> Mobile: +94 772555933
>>> http://www.dilee.me
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Shakila Sasikaran
>> Software Engineer
>> Mobile :+94 (0) 77 526 6848
>> shak...@wso2.com
>> WSO2, Inc.
>> lean . enterprise . middleware
>> http://www.wso2.com/
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Malaka.
-- 
Malaka Gangananda - Software Engineer | WSO2
Email : mala...@wso2.com
Mobile : +94713564340
Web : http://wso2.com
  
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] [VOTE] Release WSO2 Enterprise Integrator 6.4.0 RC1

2018-09-19 Thread Lahiru Madushanka
Hi all,

I have tested the following mediators.
DBLookup
DBReport
Callout
Cache
ForEach
Iterate
Script
Smooks

and

VFS transport
InMemory message store + Message sampling processor
IP based throttling

[+] Stable - Go ahead and release

Thanks,
Lahiru

On Wed, Sep 19, 2018 at 11:40 AM Shakila Sasikaran  wrote:

> Hi all,
>
> I have tested the following and no issues found.
>
> *Core:*
> Call
> Enqueue
> Send
> Loopback
> Sequence
> Respond
> Drop
> Call Template
> Enrich
> Property
> Log
> Filter
> Out
> In
> Validate
> Switch
>
> *Endpoints:*
> Address Endpoints
> LoadBalance Endpoints
> Failover Endpoints
> HTTP Endpoints
> WSDL Endpoints
> Indirect and Resolving Endpoints
> Default Endpoints
> Template Endpoints
> Recipient List Endpoints
>
> *Inbound Endpoints:*
> File inbound
> JMS inbound
>
> [+] Stable - Go ahead and release
>
> Thanks
>
> On Tue, Sep 18, 2018 at 10:04 PM, Dileesha Rajapakse 
> wrote:
>
>> Hi everyone,
>>
>> I have tested the RC1 in the following scenarios.
>>
>>1.  Tested the following EI Analytics features with embedded H2 and
>>MySQL 5.7.
>>   1. Overview Dashboard.
>>   2. Proxy Services Dashboard.
>>   3. API Dashboard.
>>   4. Sequence Dashboard.
>>   5. Endpoint Dashboard.
>>   6. Inbound Endpoint Dashboard
>>   7. Mediator Dashboard.
>>   8. Message Dashboard.
>>2. Tested the following in a two-node cluster.
>>   1. Scheduling Tasks in different time intervals and counts.
>>   2. Scheduling tasks with cron expressions.
>>3. Tested the creation and deployment (as CApps) of the following
>>with tooling.
>>   1. Proxy service.
>>   2. API.
>>   3. Sequence.
>>   4. REST API.
>>   5. Inbound Endpoint.
>>   6. Endpoint.
>>
>> No issues found.
>>
>> [+] Stable - Go ahead and release
>>
>> Regards.
>>
>> On Tue, Sep 18, 2018 at 2:03 PM Thishani Lucas  wrote:
>>
>>> Hi All,
>>>
>>> We are pleased to announce the first release candidate of WSO2
>>> Enterprise Integrator 6.4.0.
>>>
>>> *Known Issues: *https://github.com/wso2/product-ei/issues
>>>
>>> *Source and Binary Distribution Files: *
>>> https://github.com/wso2/product-ei/releases/tag/v6.4.0-rc1
>>>
>>> *The Tag to be Voted Upon: *
>>> https://github.com/wso2/product-ei/tree/v6.4.0-rc1
>>>
>>> Please vote as follows:
>>>
>>> [+] Stable - Go ahead and release
>>> [-] Broken - Do not release (explain why)
>>>
>>> ~The WSO2 Integration Team~
>>>
>>> --
>>> *Thishani Lucas*
>>> *Software Engineer*
>>> *WSO2 Lanka (Private) Limited**: http://wso2.com *
>>> *lean.enterprise.middle-ware*
>>>
>>> *Tel: +94 77 2556931 *
>>>
>>> *LinkedIn: https://www.linkedin.com/in/thishani-lucas/
>>> *
>>>
>>>
>>> 
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>
>>
>> --
>> *Dileesha Rajapakse*
>> Software Engineer | WSO2 Inc.
>> Mobile: +94 772555933
>> http://www.dilee.me
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Shakila Sasikaran
> Software Engineer
> Mobile :+94 (0) 77 526 6848
> shak...@wso2.com
> WSO2, Inc.
> lean . enterprise . middleware
> http://www.wso2.com/
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Running Multiple flows one by one WSO2

2018-09-19 Thread Aman Singh
Hi All,

I have a simple local-entry file, where I can store 2 inputs as an XML and
depending on the input I can parse that XML to route to one condition or
the other.

Below are the 2 input I can insert in same local-entry file:-

*Input 1:-*
http://ws.apache.org/ns/synapse";>

 value
value
value
value
value
value



*Input 2:-  *
http://ws.apache.org/ns/synapse";>

   value
value
value



I am routing using filter mediator as below depending on the input I use in
my local-entry file, my filter condition is:-














But what I want is suppose I inserted both input in Local entry as below :-
http://ws.apache.org/ns/synapse";>


   value
value
value
value
value
value


value
value
value




Then I want it to execute for both. How can I achieve this? Help would be
appreciated.

Thank you,
Aman.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] API statistics

2018-09-19 Thread Dinusha Dissanayake
Hi Shibsankar,

Yes. You need to download WSO2 APIM Analytics server.
Please refer to the docuementation[1] to configure analytics. It will
contain the information for you to download the WSO2 APIM analytics server
as well.
After downloading the Analytics server, you can simply follow the steps
mentioned in the document to enable the analytics for API Manager.

After that, once you invoke the APIs, after a few minutes the relevant data
will get populated in the stat DB and you can see them via publisher and
store portals.

[1] https://docs.wso2.com/display/AM250/Configuring+APIM+Analytics

Thanks,
DinushaD



On Wed, Sep 19, 2018 at 2:47 PM shibsankar  wrote:

> Also when I click Analytics and API usage menu I get this screen
>
> What I should do to get the analytics?
>
> On Wed, Sep 19, 2018, 2:38 PM shibsankar  wrote:
>
>> Checked that link.  It talks about APIM configuration first.
>>
>> I am not clear, do I need to install any package for this?
>>
>> Or
>>
>> Do I need to  set the Enabled property under Analytics to true in
>> api-manager.xml only?
>>
>> On Wed, Sep 19, 2018, 12:52 PM Dinusha Dissanayake 
>> wrote:
>>
>>> Hi Shibsankar,
>>>
>>> Please follow the documentation below[1] to understand API statistics.
>>> It contains the details of the available visualizations/graphs.
>>>
>>> [1] https://docs.wso2.com/display/AM250/Viewing+API+Statistics
>>>
>>> Thanks,
>>> DinushaD
>>>
>>> On Wed, Sep 19, 2018 at 12:45 PM shibsankar  wrote:
>>>
 Is there any way to find wso2 hit statistics , request/response etc
 when I call  my API?

 Any UI or graph in wso2 which shows that information?
 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev

>>>
>>>
>>> --
>>> Dinusha Dissanayake
>>> Software Engineer
>>> WSO2 Inc
>>> Mobile: +94712939439
>>> 
>>>
>>

-- 
Dinusha Dissanayake
Software Engineer
WSO2 Inc
Mobile: +94712939439

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] API statistics

2018-09-19 Thread shibsankar
Checked that link.  It talks about APIM configuration first.

I am not clear, do I need to install any package for this?

Or

Do I need to  set the Enabled property under Analytics to true in
api-manager.xml only?

On Wed, Sep 19, 2018, 12:52 PM Dinusha Dissanayake 
wrote:

> Hi Shibsankar,
>
> Please follow the documentation below[1] to understand API statistics. It
> contains the details of the available visualizations/graphs.
>
> [1] https://docs.wso2.com/display/AM250/Viewing+API+Statistics
>
> Thanks,
> DinushaD
>
> On Wed, Sep 19, 2018 at 12:45 PM shibsankar  wrote:
>
>> Is there any way to find wso2 hit statistics , request/response etc when
>> I call  my API?
>>
>> Any UI or graph in wso2 which shows that information?
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>
>
> --
> Dinusha Dissanayake
> Software Engineer
> WSO2 Inc
> Mobile: +94712939439
> 
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] API statistics

2018-09-19 Thread Dinusha Dissanayake
Hi Shibsankar,

Please follow the documentation below[1] to understand API statistics. It
contains the details of the available visualizations/graphs.

[1] https://docs.wso2.com/display/AM250/Viewing+API+Statistics

Thanks,
DinushaD

On Wed, Sep 19, 2018 at 12:45 PM shibsankar  wrote:

> Is there any way to find wso2 hit statistics , request/response etc when I
> call  my API?
>
> Any UI or graph in wso2 which shows that information?
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>


-- 
Dinusha Dissanayake
Software Engineer
WSO2 Inc
Mobile: +94712939439

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] API statistics

2018-09-19 Thread shibsankar
Is there any way to find wso2 hit statistics , request/response etc when I
call  my API?

Any UI or graph in wso2 which shows that information?
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev