Return project ID or environment name from the /applications and /services API #5413
mbaranovski
started this conversation in
Improvement Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm writing a CI automation and there's no way to get the name of the environment and project under which a given application or service is created.
Given three environments production, staging and development
When I query and filter all applications by let's say
docker_registry_image_nameThen I get 3 application results each running on different environment
When I want to filter by only production environment
Then it's impossible, because we only have
environment_idreturned, we have no environment name nor project_id to query the project by API and then environment by API to find out the name.Beta Was this translation helpful? Give feedback.
All reactions