Hello
I have to change the value of a deployment parameter. Is there a way to find out, in which other workspaces this deployment parameters is being used?
Thanks, Vera
Hello
I have to change the value of a deployment parameter. Is there a way to find out, in which other workspaces this deployment parameters is being used?
Thanks, Vera
Best answer by virtualcitymatt
You can get the dependencies of a workspace using the v4 rest API. The call is:
$(FME_HOST)/fmeapiv4/dependencies?id=@Value(repository)/@Value(name)&type=workspace
For this to work you need to fetch all of your workspaces, thankfully there is already a CustomTransformer in the hub which will do this.
This obviously only applies to workspaces which are published on FME Flow.
Let us know if you also need to get that kind of info out of a workspace file itself
(Note this can also be used to look for dependencies of Web and Database connections too).
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.