An administrator wants to get information about a specific host and runs this code:
GET /v1/hosts/{sn}
An API code 404 is returned.
What is the reason for the error code?
The provided {sn} was not valid
There was a server error
The administrator was not authenticated
The API is designed to return all hosts in a cluster
Submit