Uploaded image for project: 'Falcon'
  1. Falcon
  2. FALCON-1052

pipeline feature is not able to group by through CLI

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.6
    • 0.6.1
    • process
    • 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
      
      

      Attachments

        1. FALCON-1052.patch
          4 kB
          Pallavi Rao

        Activity

          People

            pallavi.rao Pallavi Rao
            pragya.mittal Pragya Mittal
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: