hi, I would like to know if it is possible to get a list os services from a DMS and the detail of the protocol version of each of them via API.
thanks
Hi Jesus,
I have been able to reproduce the issue that you are experiencing. When using the method GetService to retrieve information about a service, I am also unable to retrieve the protocol details for an enhanced service. For example, I would like to retrieve information about the below enhanced service:
After performing the GetService method, I get the following response:
Please could you report this issue to techsupport@skyline.be?
Thanks
Hi Jesus,
We have the following API available: GetServicesForView | DataMiner Docs.
If you select the Root View (ID:-1), and set the includeSubViews to true, you will get the list of all services in the DMS with their information. More regarding the output you'll receive: DMAElement | DataMiner Docs.
Kind regards,

Hi Jesus,
I also get the same result as you when testing, no protocol nor protocol version. It seems it might be because we're retrieving a service element rather than a traditional element.
That said, to be sure whether this is expected behavior or a bug, I recommend reaching out to TechSupport.
thanks Catarina. The problem seem to be that some fileds are empty using thst method, e.g. <ProtocolName/> and <ProtocolVersion/>. Any idea why it is happening?