Cisco Prime Infrastructure API
Prime Infrastructure API Documentation

GET nfv/deviceDetails

Get device details.

Since Product Version: 3.1

Resource Information

Rate Limiting?

No

Sorting?

No

Paging?

No

Filtering?

No

Group Filtering?

No

Aggregation?

No

Response Formats

xml

json

User Group

NBI Read

HTTP Methods

GET

Resource URL

/webacs/api/v3/op/nfv/deviceDetails

Unmodified

This resource has not been modified since the previous API version.

Request 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

portDetails Arrow image PortDetail[]

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/v3/op/nfv/deviceDetails

<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v3/op/nfv/deviceDetails" rootUrl="https://localhost/webacs/api/v3/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>
      <port>
        <link>Another string value</link>
        <macAddress>Another string value</macAddress>
        <mtuMax>Another string value</mtuMax>
        <name>Another string value</name>
        <pciDetail>Another string value</pciDetail>
        <speed>Another string value</speed>
        <type>Another 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/v3/op/nfv/deviceDetails.json

{
  "mgmtResponse" : {
    "@requestUrl" : "https://localhost/webacs/api/v3/op/nfv/deviceDetails",
    "@responseType" : "operation",
    "@rootUrl" : "https://localhost/webacs/api/v3/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"
        }, {
          "link" : "Another string value",
          "macAddress" : "Another string value",
          "mtuMax" : "Another string value",
          "name" : "Another string value",
          "pciDetail" : "Another string value",
          "speed" : "Another string value",
          "type" : "Another string value"
        } ]
      },
      "qemuVersion" : "String value",
      "sn" : "String value",
      "switchPorts" : 15,
      "uuid" : "String value",
      "version" : "String value"
    } ]
  }
}