Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Blog
  • Questions
  • Learning
    • Courses
    • Certification
      • DataMiner Operator
      • DataMiner Administrator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
    • Video Library
    • Books We Like
    • Third-party Courses
    • DevOps Enablement Services
    • Quizzes
  • RESOURCES
  • Agile
    • Agile Webspace
    • Everything Agile
      • The Agile Manifesto
      • Best Practices
      • Retro Recipes
    • Methodologies
      • The Scrum Framework
      • Kanban
      • Extreme Programming
    • Roles
      • The Product Owner
      • The Agile Coach
      • The Quality & UX Coach (QX)
  • Expert Hubs
    • DataMiner DevOps Professional Program
    • DataMiner
      • DataMiner Releases & Updates
      • System Architecture
      • Integration Studio
      • Visual Overview
      • Security
    • Technologies
      • CI/CD
      • Converged Interconnect Networks
      • DOCSIS 3.1 / DAA
      • Elasticsearch
      • Kubernetes
      • Telemetry / Flow Monitoring
      • PTP
      • SDN / ST2110 / NMOS
    • Business
      • Software Business models
      • Perpetual Use or Usage-based Services
  • Discover
    • Markets
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Solutions
    • Use Case Library
    • DataMiner Dashboards
    • DataMiner Downloads
    • DataMiner Modules
      • Core features
      • SRM features
    • DataMiner Apps
    • Professional Services
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • Pricing
  • More
    • Feature Suggestions
    • Online DataMiner Systems
    • Leaderboard
    • Swag Shop
    • Contact
      • General Inquiries
      • DataMiner DevOps Support
      • Commercial Requests
    • Global Feedback Survey
    • Verify a certificate
  • >> Go to dataminer.services

API method with additional filtering

Solved267 views7th July 2023API filter JSON API
6
Martin Soltis95 17th January 2023 0 Comments

Hi,

Usecase : I want to get all elements  in specific view  but only of specific protocol type.

View contains other subviews and  tree is complex.

Running individual methods getElementsforProtocol or getElementsforView would return lot of elements while second filter would provide much smaller response.

Marieke Goethals [SLC] [DevOps Enabler] Selected answer as best 7th July 2023

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
10
Gilles Bara [SLC] [DevOps Enabler]3.94K Posted 17th January 2023 2 Comments

You could use the GetElementsForViewSorted request from the v1/[Json|Soap] api to achieve this.

Its soap body looks like this:

<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetElementsForViewSorted xmlns="http://www.skyline.be/api/v1">
      <connection>string</connection>
      <viewID>int</viewID>
      <includeSubViews>boolean</includeSubViews>
      <includeServices>boolean</includeServices>
      <startsWith>string</startsWith>
      <query>string</query>
      <index>int</index>
      <count>int</count>
      <orderBy>string</orderBy>
    </GetElementsForViewSorted>
  </soap12:Body>
</soap12:Envelope>

For your use case it would look something like this:

<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetElementsForViewSorted xmlns="http://www.skyline.be/api/v1">
      <connection>my-connection-id</connection>
      <viewID>my-view-id</viewID>
      <includeSubViews>true</includeSubViews>
      <includeServices>false</includeServices>
      <startsWith></startsWith>
      <query>my-protocol-name</query>
      <index>0</span></index>
      <count>10_000</count>
      <orderBy>Name</orderBy>
    </GetElementsForViewSorted>
  </soap12:Body>
</soap12:Envelope>
Marieke Goethals [SLC] [DevOps Enabler] Selected answer as best 7th July 2023
Sebastiaan Dumoulein [SLC] [DevOps Enabler] commented 18th January 2023

Depending on the use case, if you want to display this in a Dashboard for instance, you could also use GQI which allows extensive querying and filtering.

Martin Soltis commented 18th January 2023

Hi

I tested as you advised. Indeed this is what I needed.
Based on the method name it was not clear to me that this will be feasible.

Checked now the docum says:
query – If, in this field, you enter a piece of text, then the method will only return view child items of which the protocol name or element name contains that piece of text.

so only element name and protocol are compared…

thanks

Rgds,
Martin

Please login to be able to comment or post an answer.

My Dojo Points

0 Credits
0 Reputation

Question Tag Cloud

adl2099 (54) Alarm Console (53) alarms (69) alarm template (58) API (34) Automation (143) automation scipt (65) Automation script (95) backup (54) Cassandra (141) cloud (36) Connector (44) Correlation (42) Cube (114) Dashboard (134) Dashboards (134) database (64) DataMiner Cube (37) DIS (53) DMS (48) DOM (66) driver (48) DVE (43) Elastic (73) Elasticsearch (99) elements (49) Failover (90) GQI (49) HTTP (45) IDP (54) low code app (68) low code apps (42) MySQL (50) protocol (145) QAction (56) resources (34) security (71) SNMP (55) SRM (266) SRM resources (37) timeout (35) trending (66) upgrade (44) Visio (370) Visual Overview (290)
Privacy Policy • Terms & Conditions • Contact

© 2023 Skyline Communications. All rights reserved.

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin