quintilesims / layer0

Build, Manage, and Deploy Your Applications
Apache License 2.0
44 stars 20 forks source link

Tag API Client needs to target /tag, not /tags #392

Closed jparsons04 closed 7 years ago

jparsons04 commented 7 years ago

Expected behavior

Able to issue a GET against the l0-api when interacting with Tags

Actual behavior

404 error returned from the API

Steps to reproduce the behavior

Invoke a command that would leverage the helper function resolveSingleEntityIDHelper (which in turn makes an API call for Tags)

$ ./l0 loadbalancer create foo-env foo-lb
Layer0 API returned a non-200 status code: 404
jparsons04 commented 7 years ago

Fix was merged.