Get device details.
Since Product Version: 3.1
Resource URL
/webacs/api/v1/op/nfv/deviceDetailsRequest Parameters
Type | Attribute Name | Source | Description |
---|---|---|---|
String |
deviceIp optional |
query |
|
Response Parameters
Type | Attribute Name | Description |
---|---|---|
String |
cimcIp |
|
String |
compileTime |
|
String |
cpu |
|
String |
diskSize |
|
String |
kernelVersion |
|
String |
libVirVersion |
|
String |
manufacturer |
|
String |
memory |
|
String |
ovsVersion |
|
String |
pid |
|
portDetails |
|
|
String |
qemuVersion |
|
String |
sn |
|
Integer |
switchPorts |
|
String |
uuid |
|
String |
version |
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Response Payload
https://172.25.123.114/webacs/api/v1/op/nfv/deviceDetails
<?xml version="1.0" ?> <mgmtResponse responseType="operation" requestUrl="../../../../pages/common/login.jsp.html" rootUrl="https://172.25.123.114/webacs/api/v1/op/"> <platformDetails> <cimcIp>String value</cimcIp> <compileTime>String value</compileTime> <cpu>String value</cpu> <diskSize>String value</diskSize> <kernelVersion>String value</kernelVersion> <libVirVersion>String value</libVirVersion> <manufacturer>String value</manufacturer> <memory>String value</memory> <ovsVersion>String value</ovsVersion> <pid>String value</pid> <portDetails> <port> <link>String value</link> <macAddress>String value</macAddress> <mtuMax>String value</mtuMax> <name>String value</name> <pciDetail>String value</pciDetail> <speed>String value</speed> <type>String value</type> </port> </portDetails> <qemuVersion>String value</qemuVersion> <sn>String value</sn> <switchPorts>15</switchPorts> <uuid>String value</uuid> <version>String value</version> </platformDetails> </mgmtResponse>
Sample JSON Response Payload
https://172.25.123.114/webacs/api/v1/op/nfv/deviceDetails.json
{ "mgmtResponse" : { "@responseType" : "operation", "@requestUrl" : "https : \/\/172.25.123.114\/webacs\/api\/v1\/op\/nfv\/deviceDetails", "@rootUrl" : "https : \/\/172.25.123.114\/webacs\/api\/v1\/op\/", "platformDetails" : { "cimcIp" : "String value", "compileTime" : "String value", "cpu" : "String value", "diskSize" : "String value", "kernelVersion" : "String value", "libVirVersion" : "String value", "manufacturer" : "String value", "memory" : "String value", "ovsVersion" : "String value", "pid" : "String value", "portDetails" : { "port" : { "link" : "String value", "macAddress" : "String value", "mtuMax" : "String value", "name" : "String value", "pciDetail" : "String value", "speed" : "String value", "type" : "String value" } }, "qemuVersion" : "String value", "sn" : "String value", "switchPorts" : 15, "uuid" : "String value", "version" : "String value" } } }