Is it possible to query the connection information for the Mongo server using the Pulse REST API?
What connection information are you looking for? Deadline’s REST API doesn’t have an option for this, but maybe there is information you can query directly from the database?
docs.mongodb.org/ecosystem/tools … terfaces//
Cheers,
Ryan
Basically, if I have connection information for a known Pulse instance somewhere (host and port), I’d like to be able to ask it for its Mongo connection information so I can do exactly what you’ve mentioned: Query the database directly.
Thanks for the additional info. This information currently cannot be pulled from the REST API, but we’ll add it to the todo list. We want to add a RepositoryUtils function to the script API as well, so we’ll just do both at the same time.
Cheers,
Ryan
Sounds good, thanks.