For a deeper look into our DataScope Select SOAP API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
3 1 1 3

How to obtain a Client-Session-ID using postman??

How do I format a postman request to capture the session ID for diagnostics?

dss-rest-apidatascope-selectdss
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvote
Accepted
13.7k 26 8 12

@adam.dickson, you actually don't obtain client session ID, you define your own, by adding an item to the request's HTTP header.This header is optional, and only useful for debugging, it has no other purpose. It allows the DSS team to investigate specific queries, identified by your specific session IDs. In production one usually does not add this header.

For the value, you can set whatever you like, as long as you make it unique for every single query we must debug.

In Postman it would look like this:

This is explained in more detail in the Diagnostics help page.


icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Thank you for your help Christiaan!

Click below to post an Idea Post Idea