Get device details.
Since Product Version: 3.1
Resource Information
Rate Limiting? |
Yes |
Sorting? |
No |
Paging? |
No |
Filtering? |
No |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Read |
HTTP Methods |
GET |
DevNet Discussions
Resource URL
/webacs/api/v1/op/nfv/deviceDetailsRequest Parameters
Attribute | Source | Description |
---|---|---|
deviceIp String |
query |
Optional |
Response Parameters
Attribute | Description |
---|---|
cimcIp String |
|
compileTime String |
|
cpu String |
|
diskSize String |
|
kernelVersion String |
|
libVirVersion String |
|
manufacturer String |
|
memory String |
|
ovsVersion String |
|
pid String |
|
qemuVersion String |
|
sn String |
|
switchPorts Integer |
|
uuid String |
|
version String |
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://localhost/webacs/api/v1/op/nfv/deviceDetails
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v1/op/nfv/deviceDetails" rootUrl="https://localhost/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://localhost/webacs/api/v1/op/nfv/deviceDetails.json
{
"mgmtResponse" : {
"@responseType" : "operation",
"@requestUrl" : "https : \/\/localhost\/webacs\/api\/v1\/op\/nfv\/deviceDetails",
"@rootUrl" : "https : \/\/localhost\/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"
}
}
}