The error code 404 indicates that the requested resource could not be found on the server. In the context of the API call GET/v1/hosts/{sn}, the 404 error is returned because the serial number (sn) provided was not valid or does not exist in the database. This means the server could not find any host that matches the provided serial number.
[Reference: API Documentation for VxRail, ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit