You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.The text was updated successfully, but these errors were encountered: