Skip to main content
Solved

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

  • November 23, 2021
  • 2 replies
  • 18 views

Forum|alt.badge.img+1

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

Best answer by virtualcitymatt

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

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

virtualcitymatt
Celebrity
Forum|alt.badge.img+47
  • Celebrity
  • 2000 replies
  • Best Answer
  • November 23, 2021

Forum|alt.badge.img+1
  • Author
  • 37 replies
  • November 23, 2021

Thank you! Works like a charm :)