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

unable to get asynchronous operation's status #138

Open
freegroup opened this issue Aug 16, 2021 · 2 comments
Open

unable to get asynchronous operation's status #138

freegroup opened this issue Aug 16, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@freegroup
Copy link

freegroup commented Aug 16, 2021

smctl status /v1/service_instances/edb87ed5-a36d-4628-9245-6be44809edf8/operations/fcad4183-aec7-4b95-85be-ed11b3e24b6b returns the status of an operation before.

Unfortunately I must know all the ID's in the command. Is there any way to get all operation status without knowing the ids?

smctl list-instances contains all successfull created instances, but I'm unable to get all the failed.

@EpsilonTal
Copy link
Contributor

Hello @freegroup ,

What do you mean by all the IDs in the command?
Can you explain what are you trying to do and what is your expected result?

epsilontal.

@EpsilonTal EpsilonTal self-assigned this Aug 16, 2021
@freegroup
Copy link
Author

my question is how to get all failed operations without knowing the URL e.g. /v1/service_instances/edb87ed5-a36d-4628-9245-6be44809edf8/operations/fcad4183-aec7-4b95-85be-ed11b3e24b6b

we are working in an CI/CD environment and we must check if the provision call has success. How to do this?

@EpsilonTal EpsilonTal added the enhancement New feature or request label Dec 27, 2021
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

2 participants