Capabilities
Description |
Retrieves capabilities for specific systems in NEO |
|
Request URL |
GET /neo/resources/systems/capabilities?object_ids=<list_of_systems> 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:
[
{
"OfedInstall"
: true
,
"Monitoring"
: false
,
"PerfTest"
: true
,
"Neohost"
: true
,
"instanceID"
: "10.134.160.1.system"
,
"DeviceManagement"
: true
,
"Reboot"
: false
,
"LLDPDiscovery"
: false
,
"SwUpgrade"
: false
,
"Removable"
: true
,
"Provisioning"
: true
,
"ApplyConf"
: false
}
]