cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to use "listFilters" in extension 2.0 YAML

jun_phoon
Participant

Hi, 

I'm trying to create an overview screen of the custom devices I have discovered with their attributes.

I have defined the view in the extensions.yaml using 

"screens:

        - entitytype"

 

How do I create a filter field in the screens for the list of custom instances? 

I had a look at listFilters from the F5 extension as an example, i.e the below as entity I have created has a Name attribute as well, but the filter is just stuck on the  'spinning circle'

 

 

    listFilters:
      relationships: []
      entityFilters:
        - displayName: Name
          filters:
            - type: entityAttribute
              displayName: Name
              freeText: true
              modifier: contains
              defaultSearch: true
              distinct: false

 

 

 

1 REPLY 1

Radu
Dynatrace Champion
Dynatrace Champion

Hello,

 

Until more complete documentation is available on the subject, I hope this quick post can help you progress with your extensions screens development:

https://community.dynatrace.com/t5/Dynatrace-tips/Extension-2-0-Screens-How-to-add-filtering/m-p/189...

 

Best regards,

Radu

Featured Posts