Hi,
is there a way to get Easymorph Serverinformation (eg. spaces, tasks, parameters, parametervalues ...) via Rest/Web API as JSON?
I get answer from Server, but i think tihis is not a valid path, or?
... because Easymorph Server command doesn't has al information we need 
regards,
Adrian
Hi Adrian,
The internal Server API is protected for security purposes. Therefore, it's not possible to use it for anyone else. Parsing HTML pages won't be reliable as the HTML structure of Server's pages changes frequently.
The task information is stored in XML files in the Server's system folder, so some of that information you can probably extract just by parsing the XML files. However, we don't recommend modifying or generating these files.
What information are you missing?
Hi Dmitry,
i have built a catalog item that displays task infos (and more) across spaces for some important spaces. We have a lot of spaces/workers (>100)
The background is, among other things, to quickly find out which parameter on the ServerTask currently has which value over (ServerDashboard). We have standardized the parameter names.
An example:
esb_queue_s = Queue (RabbitMQ)
db_schema_t = Target sheme in Datawarehouse
db_table_t = Target table in the warehouse
…
By filtering e.g. queue, table … we can see very quick, what queue has data for what table, wich task is scheduled when …
Ultimately, the goal is to have a documentation board with all information at a glance. The tasks can also be started via this Catalog Item
Here some more infos:
But this are only Parametervalues of Projects (Project Metadata), not parameters of server task (these we need)
I know, parsing XML-Files would be a temporary solution.
(see this... Easymorph Server Command (List ServerTask Parametervalues) - Feature requests - EasyMorph Community - Data preparation professionals and enthusiasts)
To have a Web API for spaces, tasks, parameters ... would be great 
Regards,
Adrian
1 Like
Wow, this is impressive @rebmanna 
2 Likes
... Easymorph is impressive 
2 Likes
Hi, 
would it be possible to get something like this?
... to get this?
