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

POST image/deployConfigure

Configure the deployment with the provided 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 Write

HTTP Methods

POST

Resource URL

/webacs/api/v2/op/image/deployConfigure

Unmodified

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

Request Payload Parameters

Attribute Description

deployConfigs Arrow image deployConfig[]

imageConfigType String

imageFileName String

imageId String

powerOn boolean

server String

vmDeviceType String

Response Parameters

Attribute Description

jobName String

jobScheduleStatus 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 Request Payload

https://10.64.88.203/webacs/api/v2/op/image/deployConfigure

<?xml version="1.0" ?>
<imageDeployConfig>
  <deployConfigList>
    <deployConfig>
      <config>
        <deviceId>String value</deviceId>
        <spanConfig>
          <sessionName>String value</sessionName>
          <spanDestination>
            <port>String value</port>
            <vmName>String value</vmName>
          </spanDestination>
          <spanSources>
            <spanSource>
              <port>String value</port>
              <vmName>String value</vmName>
            </spanSource>
            <spanSource>
              <port>Another string value</port>
              <vmName>Another string value</vmName>
            </spanSource>
          </spanSources>
        </spanConfig>
      </config>
      <deploy>
        <dataNetwork>String value</dataNetwork>
        <dataStore>String value</dataStore>
        <exsiHost>String value</exsiHost>
        <id>String value</id>
        <managementNetwork>String value</managementNetwork>
        <rootPasswd>String value</rootPasswd>
        <snmpstring>String value</snmpstring>
        <vmDefaultGateway>String value</vmDefaultGateway>
        <vmIpAddress>String value</vmIpAddress>
        <vmName>String value</vmName>
        <vmNetMask>String value</vmNetMask>
      </deploy>
    </deployConfig>
    <deployConfig>
      <config>
        <deviceId>Another string value</deviceId>
        <spanConfig>
          <sessionName>Another string value</sessionName>
          <spanDestination>
            <port>Another string value</port>
            <vmName>Another string value</vmName>
          </spanDestination>
          <spanSources>
            <spanSource>
              <port>String value</port>
              <vmName>String value</vmName>
            </spanSource>
            <spanSource>
              <port>Another string value</port>
              <vmName>Another string value</vmName>
            </spanSource>
          </spanSources>
        </spanConfig>
      </config>
      <deploy>
        <dataNetwork>Another string value</dataNetwork>
        <dataStore>Another string value</dataStore>
        <exsiHost>Another string value</exsiHost>
        <id>Another string value</id>
        <managementNetwork>Another string value</managementNetwork>
        <rootPasswd>Another string value</rootPasswd>
        <snmpstring>Another string value</snmpstring>
        <vmDefaultGateway>Another string value</vmDefaultGateway>
        <vmIpAddress>Another string value</vmIpAddress>
        <vmName>Another string value</vmName>
        <vmNetMask>Another string value</vmNetMask>
      </deploy>
    </deployConfig>
  </deployConfigList>
  <imageConfigType>String value</imageConfigType>
  <imageFileName>String value</imageFileName>
  <imageId>String value</imageId>
  <powerOn>true</powerOn>
  <server>String value</server>
  <vmDeviceType>String value</vmDeviceType>
</imageDeployConfig>

Sample JSON Request Payload

https://10.64.88.203/webacs/api/v2/op/image/deployConfigure.json

{
  "imageDeployConfig" : {
    "deployConfigList" : {
      "deployConfig" : [ {
        "config" : {
          "deviceId" : "String value",
          "spanConfig" : {
            "sessionName" : "String value",
            "spanDestination" : {
              "port" : "String value",
              "vmName" : "String value"
            },
            "spanSources" : {
              "spanSource" : [ {
                "port" : "String value",
                "vmName" : "String value"
              }, {
                "port" : "Another string value",
                "vmName" : "Another string value"
              } ]
            }
          }
        },
        "deploy" : {
          "dataNetwork" : "String value",
          "dataStore" : "String value",
          "exsiHost" : "String value",
          "id" : "String value",
          "managementNetwork" : "String value",
          "rootPasswd" : "String value",
          "snmpstring" : "String value",
          "vmDefaultGateway" : "String value",
          "vmIpAddress" : "String value",
          "vmName" : "String value",
          "vmNetMask" : "String value"
        }
      }, {
        "config" : {
          "deviceId" : "Another string value",
          "spanConfig" : {
            "sessionName" : "Another string value",
            "spanDestination" : {
              "port" : "Another string value",
              "vmName" : "Another string value"
            },
            "spanSources" : {
              "spanSource" : [ {
                "port" : "String value",
                "vmName" : "String value"
              }, {
                "port" : "Another string value",
                "vmName" : "Another string value"
              } ]
            }
          }
        },
        "deploy" : {
          "dataNetwork" : "Another string value",
          "dataStore" : "Another string value",
          "exsiHost" : "Another string value",
          "id" : "Another string value",
          "managementNetwork" : "Another string value",
          "rootPasswd" : "Another string value",
          "snmpstring" : "Another string value",
          "vmDefaultGateway" : "Another string value",
          "vmIpAddress" : "Another string value",
          "vmName" : "Another string value",
          "vmNetMask" : "Another string value"
        }
      } ]
    },
    "imageConfigType" : "String value",
    "imageFileName" : "String value",
    "imageId" : "String value",
    "powerOn" : true,
    "server" : "String value",
    "vmDeviceType" : "String value"
  }
}

Sample XML Response Payload

https://10.64.88.203/webacs/api/v2/op/image/deployConfigure

<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="../../../../../pages/common/login.jsp.html" rootUrl="https://10.64.88.203/webacs/api/v2/op">
  <jobInformationDTO>
    <jobName>String value</jobName>
    <jobScheduleStatus>String value</jobScheduleStatus>
  </jobInformationDTO>
</mgmtResponse>

Sample JSON Response Payload

https://10.64.88.203/webacs/api/v2/op/image/deployConfigure.json

{
  "mgmtResponse" : {
    "@requestUrl" : "../../../../../pages/common/login.jsp.html",
    "@responseType" : "operation",
    "@rootUrl" : "https://10.64.88.203/webacs/api/v2/op",
    "jobInformationDTO" : [ {
      "jobName" : "String value",
      "jobScheduleStatus" : "String value"
    } ]
  }
}