Cisco Evolved Programmable Network Manager API
Evolved Programmable Network Manager API Documentation

GET nfv/getServices

Resource Information

Rate Limiting?

Yes

Sorting?

No

Paging?

No

Filtering?

No

Response Formats

xml

json

User Group

NBI Read

HTTP Methods

GET

Get services from NfVOS.

Since Product Version: 3.1

Resource URL

/webacs/api/v1/op/nfv/getServices

Request Parameters

Type Attribute Name Source Description

String

deviceIp optional

query

Response Parameters

Type Attribute Name Description

ImagePropertiesDTO[]

images

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/getServices

<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="../../../../pages/common/login.jsp.html" rootUrl="https://172.25.123.114/webacs/api/v1/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://172.25.123.114/webacs/api/v1/op/nfv/getServices.json

{
  "mgmtResponse" : {
    "@responseType" : "operation",
    "@requestUrl" : "https : \/\/172.25.123.114\/webacs\/api\/v1\/op\/nfv\/getServices",
    "@rootUrl" : "https : \/\/172.25.123.114\/webacs\/api\/v1\/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"
        }
      }
    }
  }
}