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
In fact, http://localhost:3000/api/automate/id convention found elsewhere is not valid here at all. I was only able to find these domains using the convention: http://localhost:3000/api/automate/name
The text was updated successfully, but these errors were encountered:
jrafanie
changed the title
Automate endpoint's href value links to non-existent resources
Automate endpoint's resource href value links to non-existent resources
Jan 2, 2025
In discussions outside of here, possible solutions were to either remove the href field from resources or add the missing endpoints such as instances so we the virtual endpoint can link to the correct class's endpoint / id location.
EDIT, note, we can do both of these things as it's unlikely we'll add the missing endpoints right away so removing broken href fields seems proper until we can do them correctly.
http://localhost:3000/api/automate/manageiq?depth=2
returns:
"href": "http://localhost:3000/api/automate/322" returns:
This endpoint fails because api/automate is an API for virtual resources and was added for building trees.
The desired resource can be found at: http://localhost:3000/api/automate_domains/322
In fact,
http://localhost:3000/api/automate/id
convention found elsewhere is not valid here at all. I was only able to find these domains using the convention:http://localhost:3000/api/automate/name
The text was updated successfully, but these errors were encountered: