Systems OS
Description |
Retrieves the installed OS on specific systems in the NEO |
Request URL |
GET /neo/resources/os?system_ids=<list of system ids> list_of_systems: can be one or more instanceID for systems separated by comma such as <system1_IP>.system,<system2_IP>.system … |
Request Data |
N/A |
Response:
[
{
"Version"
: "X86_64 3.4.1068 2015-02-03 22:31:21 x86_64"
},
{
"Version"
: "SX_X86_64 SX_3.3.4304 2014-01-14 20:58:52 x86_64"
}
]
Warning
In this API, users can specify one system or more by adding systems instanceID's in Request URL.
If an invalid or a non-existing system is specified, an empty list will be returned.