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
the new deployments api that uses a filter parameter: /AMW_rest/resources/deployments/filter?filters=[{"name":"Application server","comp":"eq","val":"mcm_basic_service"},{"name":"Latest deployment job for App Server and Env","comp":"eq","val":""}]
Containts the names from the UI in the API ("Application server", "Latest deployment job for App Server and Env"). These are likely to change.
The API should use filterNameId's or keys rather than these strings.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello
the new deployments api that uses a filter parameter:
/AMW_rest/resources/deployments/filter?filters=[{"name":"Application server","comp":"eq","val":"mcm_basic_service"},{"name":"Latest deployment job for App Server and Env","comp":"eq","val":""}]
Containts the names from the UI in the API ("Application server", "Latest deployment job for App Server and Env"). These are likely to change.
The API should use filterNameId's or keys rather than these strings.
Thanks!
The text was updated successfully, but these errors were encountered: