Basically we are trying to create a sample protocol to call HTTP Endpoint (RestAPI) dynamically.
can we create it in the Automation feature in the DM or is there any other alternative to do so.
Hello Sanket,
To create a protocol with dynamic HTTP Endpoints, you can create a parameter that will store the url for the current endpoint and specify the pid in your request in your session.
pid attribute | DataMiner Docs
You can use a script to set the parameter storing the endpoint or allow the user to set it in the protocol.
I hope this answers your question.