Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.6
-
QA
Description
While hitting ui using pipeline tag it gives the following output :
Request Url: http://192.168.138.200:16000/api/entities/list/process?fields=pipelines&numResults=2147483647&user.name=pragyamittal 2015-02-25 18:49:41,518 INFO - [main:] ~ The web service response is: <?xml version="1.0" encoding="UTF-8"?><entities> <entity> <type>PROCESS</type> <name>EntitiesTest--agregator-coord16-b408e838</name> <list/> </entity> <entity> <type>PROCESS</type> <name>EntitiesTest--agregator-coord16-b408e838-7</name> <list> <pipelines>pipeline4</pipelines> </list> </entity> <entity> <type>PROCESS</type> <name>EntitiesTest--agregator-coord16-b408e838-8</name> <list> <pipelines>pipeline1</pipelines> <pipelines>pipeline2</pipelines> <pipelines>pipeline3</pipelines> </list> </entity> <entity> <type>PROCESS</type> <name>EntitiesTest--agregator-coord16-b408e838-0</name> <list> <pipelines>pipeline4</pipelines> </list> </entity> <entity> <type>PROCESS</type> <name>EntitiesTest--agregator-coord16-b408e838-5</name> <list> <pipelines>pipeline2</pipelines> </list> </entity> <entity> <type>PROCESS</type> <name>EntitiesTest--agregator-coord16-b408e838-6</name> <list> <pipelines>pipeline3</pipelines> </list> </entity> <entity> <type>PROCESS</type> <name>EntitiesTest--agregator-coord16-b408e838-3</name> <list> <pipelines>pipeline2</pipelines> </list> </entity> <entity> <type>PROCESS</type> <name>EntitiesTest--agregator-coord16-b408e838-9</name> <list> <pipelines>pipeline2</pipelines> <pipelines>pipeline3</pipelines> </list> </entity> <entity> <type>PROCESS</type> <name>EntitiesTest--agregator-coord16-b408e838-1</name> <list> <pipelines>pipeline4</pipelines> </list> </entity> <entity> <type>PROCESS</type> <name>EntitiesTest--agregator-coord16-b408e838-4</name> <list> <pipelines>pipeline4</pipelines> </list> </entity> <entity> <type>PROCESS</type> <name>EntitiesTest--agregator-coord16-b408e838-2</name> <list> <pipelines>pipeline2</pipelines> <pipelines>pipeline3</pipelines> </list> </entity> </entities>
But while using cli, it is not able to retrieve pipeline information:
dataqa@ip-192-168-138-200:~$ falcon entity -list -type process -fields pipelines (PROCESS) EntitiesTest--agregator-coord16-b408e838 (PROCESS) EntitiesTest--agregator-coord16-b408e838-7 (PROCESS) EntitiesTest--agregator-coord16-b408e838-8 (PROCESS) EntitiesTest--agregator-coord16-b408e838-0 (PROCESS) EntitiesTest--agregator-coord16-b408e838-5 (PROCESS) EntitiesTest--agregator-coord16-b408e838-6 (PROCESS) EntitiesTest--agregator-coord16-b408e838-3 (PROCESS) EntitiesTest--agregator-coord16-b408e838-9 (PROCESS) EntitiesTest--agregator-coord16-b408e838-1 (PROCESS) EntitiesTest--agregator-coord16-b408e838-4