Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any way to return a list containing objects from all Folders and Jobs contained in a Server? #52

Open
thiagosouzadarosa opened this issue Sep 27, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@thiagosouzadarosa
Copy link

Is there any way similar to the:

workflow.get_objects(<name_of_created_folder>.object_name)

but to return all the parameters of Folders contained in a Server and not just for those I've created via command line?

@rbeker-BMC rbeker-BMC added the question Further information is requested label Oct 22, 2023
@rbeker-BMC
Copy link
Contributor

At the moment the only way is through the workflow object, if you mean to receive according to the server.
We have an enhancement regarding this, any other questions?

@rbeker-BMC rbeker-BMC added enhancement New feature or request and removed question Further information is requested labels Nov 7, 2023
@jfink5
Copy link

jfink5 commented Nov 20, 2023

If your intent is to just see how the jobs are defined, then you could use the deploy service of the API (REST or CLI) to retrieve jobs base on search criteria.
https://documents.bmc.com/supportu/API/Monthly/en-US/Documentation/API_Services_DeployService.htm#deploy3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants