Cisco Prime Infrastructure API
Prime Infrastructure API Documentation

GET nfv/getServices

Get services from NfVOS.

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/v2/op/nfv/getServices

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

images Arrow image ImagePropertiesDTO[]

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/v2/op/nfv/getServices

<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v2/op/nfv/getServices" rootUrl="https://localhost/webacs/api/v2/op">
  <imageList>
    <images>
      <image>
        <container_format>String value</container_format>
        <disk_bus>String value</disk_bus>
        <disk_format>String value</disk_format>
        <e1000_net>String value</e1000_net>
        <name>String value</name>
        <properties>
          <property>
            <name>String value</name>
            <value>String value</value>
          </property>
        </properties>
        <serial_console>String value</serial_console>
        <size>String value</size>
        <sizeunit>String value</sizeunit>
        <src>String value</src>
        <virtio_net>String value</virtio_net>
      </image>
    </images>
  </imageList>
</mgmtResponse>

Sample JSON Response Payload

https://localhost/webacs/api/v2/op/nfv/getServices.json

{
  "mgmtResponse" : {
    "@requestUrl" : "https://localhost/webacs/api/v2/op/nfv/getServices",
    "@responseType" : "operation",
    "@rootUrl" : "https://localhost/webacs/api/v2/op",
    "imageList" : [ {
      "images" : {
        "image" : [ {
          "container_format" : "String value",
          "disk_bus" : "String value",
          "disk_format" : "String value",
          "e1000_net" : "String value",
          "name" : "String value",
          "properties" : {
            "property" : [ {
              "name" : "String value",
              "value" : "String value"
            } ]
          },
          "serial_console" : "String value",
          "size" : "String value",
          "sizeunit" : "String value",
          "src" : "String value",
          "virtio_net" : "String value"
        } ]
      }
    } ]
  }
}