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
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • 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)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

With an HTTP GET, is it possible to directly get the Sequence data?

Solved1.57K views11th July 2023HTTP Rest
2
Tiago Dias [SLC] [DevOps Member]431 20th October 2020 0 Comments

Hi Dojo,

In a situation where we do a Set, via REST, to a specific parameter that has dependencies with other parameters, when we receive the associated GET, is it possible to retrieve (in an easy way) the sequence number in order to identify the dependencies?

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 11th July 2023

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
1
João Severino [SLC] [DevOps Catalyst]13.09K Posted 22nd October 2020 0 Comments

As David Pernes already said, you will not be able to get the sequence number from HTTP Sessions within a protocol and if this is critical for your API implementation then it should be part of the HTTP data and not rely on the TCP frame.

As you can see from the help, you only have access to headers, message body, and response status code.

You would need to use a QAction to get anything more than what is provided in a protocol HTTP Session. However, most libraries are designed to abstract you from this kind of “low-level” information.

You would most likely have to find a library that implements HTTP communication but exposes TCP layer information or implement it yourself using “raw” sockets and building the TCP and HTTP communication stacks.

If your goal is just to keep a linking between a SET and a GET I would suggest the implementation of a buffer mechanism.

This buffer would make the sets, trigger the gets, and when a get is done it would trigger the next set.

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 11th July 2023
1
David Pernes [SLC]90 Posted 21st October 2020 0 Comments

Not sure from the protocol.xml we can access a TCP frame field.
If sequence is important for Session layer i guess it should be available somehow from a Header or from actual Body Data of the reply.

Could you use PostMan or other tool and evaluate the HTTP Headers of the replied information of your product’s API ?

Marieke Goethals [SLC] [DevOps Catalyst] Unselected an answer 11th July 2023
Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs