Configure the deployment with the provided details
Since Product Version: 3.1
-
Jump To
- AAA/TACACS+ Servers Operations Service (4)
- AP Onboarding Profile Management Service (4)
- API Health Service (6)
- Access Point Operations (5)
- Alarms Management Service (5)
- Application Visibility and Control Service (1)
- CLI Template Configuration (12)
- Clients (7)
- Configuration Archive Service (7)
- Credential Profile Management Service (5)
- Credentials Service (1)
- Device Details (10)
- Device Operations (9)
- Group Management Service (8)
- Group Summary Service (8)
- Guest User Management Service (8)
- Job Operations (6)
- MAC Filters Management Service (5)
- Manage and Monitor Info Service (5)
- Managed Servers Operations (6)
- Plug and Play (11)
- Rate Limits Management Service (2)
- Report Generation Operations (1)
- Report Service (4)
- Site Map Service (3)
- Software Updates (2)
- Statistics (91)
- System Settings (26)
- Trap Receivers (4)
- User Defined Field Management (3)
- User Management Service (5)
- VNF Provisioning (16)
- Virtual Domains Management Service (10)
- Virtual Image Repository (8)
- WLAN Provisioning (16)
- Wireless Device Details (22)
- v1
- v2
- v3
- v4
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 |
This API version has been deprecated. It will be removed in a future release of the product. Please develop new clients using the latest API version. Please modify your existing clients to use a later API version.
Resource URL
/webacs/api/v1/op/image/deployConfigureRequest Payload Parameters
Attribute | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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://localhost/webacs/api/v1/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>
</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>
</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://localhost/webacs/api/v1/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"
}
}
}
},
"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"
}
}
},
"imageConfigType" : "String value",
"imageFileName" : "String value",
"imageId" : "String value",
"powerOn" : true,
"server" : "String value",
"vmDeviceType" : "String value"
}
}
Sample XML Response Payload
https://localhost/webacs/api/v1/op/image/deployConfigure
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v1/op/image/deployConfigure" rootUrl="https://localhost/webacs/api/v1/op">
<jobInformationDTO>
<jobName>String value</jobName>
<jobScheduleStatus>String value</jobScheduleStatus>
</jobInformationDTO>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v1/op/image/deployConfigure.json
{
"mgmtResponse" : {
"@responseType" : "operation",
"@requestUrl" : "https : \/\/localhost\/webacs\/api\/v1\/op\/image\/deployConfigure",
"@rootUrl" : "https : \/\/localhost\/webacs\/api\/v1\/op",
"jobInformationDTO" : {
"jobName" : "String value",
"jobScheduleStatus" : "String value"
}
}
}
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 UnmodifiedThis resource has not been modified since the previous API version.
Request Payload Parameters
Attribute | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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://localhost/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>
</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>
</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://localhost/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"
} ]
}
}
},
"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"
}
} ]
},
"imageConfigType" : "String value",
"imageFileName" : "String value",
"imageId" : "String value",
"powerOn" : true,
"server" : "String value",
"vmDeviceType" : "String value"
}
}
Sample XML Response Payload
https://localhost/webacs/api/v2/op/image/deployConfigure
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v2/op/image/deployConfigure" rootUrl="https://localhost/webacs/api/v2/op">
<jobInformationDTO>
<jobName>String value</jobName>
<jobScheduleStatus>String value</jobScheduleStatus>
</jobInformationDTO>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v2/op/image/deployConfigure.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v2/op/image/deployConfigure",
"@responseType" : "operation",
"@rootUrl" : "https://localhost/webacs/api/v2/op",
"jobInformationDTO" : [ {
"jobName" : "String value",
"jobScheduleStatus" : "String value"
} ]
}
}
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/v3/op/image/deployConfigure UnmodifiedThis resource has not been modified since the previous API version.
Request Payload Parameters
Attribute | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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://localhost/webacs/api/v3/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://localhost/webacs/api/v3/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://localhost/webacs/api/v3/op/image/deployConfigure
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v3/op/image/deployConfigure" rootUrl="https://localhost/webacs/api/v3/op">
<jobInformationDTO>
<jobName>String value</jobName>
<jobScheduleStatus>String value</jobScheduleStatus>
</jobInformationDTO>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v3/op/image/deployConfigure.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v3/op/image/deployConfigure",
"@responseType" : "operation",
"@rootUrl" : "https://localhost/webacs/api/v3/op",
"jobInformationDTO" : [ {
"jobName" : "String value",
"jobScheduleStatus" : "String value"
} ]
}
}
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/v4/op/image/deployConfigure UnmodifiedThis resource has not been modified since the previous API version.
Request Payload Parameters
Attribute | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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://localhost/webacs/api/v4/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://localhost/webacs/api/v4/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://localhost/webacs/api/v4/op/image/deployConfigure
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v4/op/image/deployConfigure" rootUrl="https://localhost/webacs/api/v4/op">
<jobInformationDTO>
<jobName>String value</jobName>
<jobScheduleStatus>String value</jobScheduleStatus>
</jobInformationDTO>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v4/op/image/deployConfigure.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v4/op/image/deployConfigure",
"@responseType" : "operation",
"@rootUrl" : "https://localhost/webacs/api/v4/op",
"jobInformationDTO" : [ {
"jobName" : "String value",
"jobScheduleStatus" : "String value"
} ]
}
}