Solved

Extract Published Parameter from server log (Request data section) as posted in the image?

  • 23 November 2021
  • 2 replies
  • 1 view

Badge

I have a workspace1 when completed posts the topic message to another workspace2 that subscribes to it. I get details about the status of the workspace1 which is received via the JSON file in the topic message (FME_TOPIC_MESSAGE). Is there also a method to extract the published parameters of workspace1?

 

I tried HTTP caller with the link to the log file with a GET request but I am not able to achieve it

 

image

icon

Best answer by virtualcitymatt 23 November 2021, 10:13

View original

2 replies

Userlevel 4
Badge +26

You should be able to use the REST API to get this info

https://docs.safe.com/fme/html/FME_REST/apidoc/v3/index.html#!/transformations/request_get_23

 

Badge

Thank you! Works like a charm :)

Reply