Resource Information
Rate Limiting?
|
No
|
Sorting?
|
No
|
Paging?
|
No
|
Filtering?
|
No
|
Group Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Write
|
HTTP Methods
|
|
API version v1 is deprecated
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/devices/bulkImport
Request Payload Parameters
devices
Device[]
|
Required
A list of devices to be imported
|
altitude
String
|
|
building
String
|
|
city
String
|
|
cliEnablePassword
String
|
Password for the privileged command level on device (CLI property)
|
cliPassword
String
|
User password for CLI access
|
cliRetries
String
|
DEPRECATED. Number of retries to access to CLI with incorrect credentials before dropping the session. This property is deprecated and will no longer be used.
|
cliTimeout
String
|
CLI response timeout in seconds
|
cliUsername
String
|
User name for command-line interface access (CLI)
|
country
String
|
|
county
String
|
|
credentialProfileName
String
|
OPTIONAL Name of device credential profile.
Important note on import operation: device can include credentialProfileName OR other credentials; if other credential parameters are given along with credentialProfileName they will be ignored. The only fields that can be specified along with credentialProfileName are ipAddress, networkMask, and udfs.
|
floor
String
|
|
httpConfigPassword
String
|
Password for the read/write access to HTTP/HTTPS server
|
httpConfigUsername
String
|
User name for the read/write access to HTTP/HTTPS server
|
httpMonitorPassword
String
|
Password for the read-only access to HTTP/HTTPS server
|
httpMonitorUsername
String
|
User name for the read-only access to HTTP/HTTPS server
|
httpPort
String
|
|
httpServer
String
|
HTTP communication protocol type (HTTP or HTTPS)
|
ipAddress
String
|
Required
Management address of the device. The management address is the address used to add the device to the managed inventory, either an IP address or hostname.
|
latitude
String
|
Must be a range -90 to +90 Degrees
|
longitude
String
|
Must be range -180 to +180 Degrees
|
networkMask
String
|
Network mask for the device interface
|
protocol
String
|
Protocol type for the command-line interface access (Telnet or SSH2)
|
region
String
|
|
room
String
|
|
|
SNMP read and write communities string (for SNMP v1, v2c). This field has priority above fields snmpReadCommunity and snmpWriteCommunity.
|
snmpPort
String
|
|
|
SNMP read community string (for SNMP v1, v2c). Will be ignored If the snmpCommunity field is specified.
|
snmpRetries
String
|
Number of retries to access to SNMP with incorrect credentials before dropping the session
|
snmpTimeout
String
|
SNMP response timeout in seconds
|
snmpVersion
String
|
SNMP version on the device (v1, v2c, v3)
|
|
SNMP write community string (for SNMP v1, v2c). Will be ignored If the snmpCommunity field is specified.
|
snmpv3AuthPassword
String
|
SNMP v3 authentication password
|
snmpv3AuthType
String
|
SNMP v3 authentication type
|
snmpv3PrivacyPassword
String
|
SNMP v3 password for encryption the protocol messages
|
snmpv3PrivacyType
String
|
SNMP v3 type of encryption the protocol messages
|
snmpv3UserName
String
|
SNMP v3 authentication user name
|
state
String
|
|
street
String
|
|
udfs
DeviceUdfDTO[]
|
The User Defined Field (UDF)list that are associated with this devices.The udf value should no longer than 255 characters.Longer values will be truncated to 255 characters. Semicolon is not allowed in the udf values
Note: to update a UDF of a device, follow the steps: 1) retrieve the full list UDFs of the device using devices/exportDevices service 2) find the UDF entry to be updated in the list 3) assign the new value to the entry 4) use devices/bulkImport service to save the change. If only inlucde UDFs to be udpated in devices/bulkImport, other existing UDFs will be erased
|
name
String
|
The name of the user defined field(UDF).
|
value
String
|
The value of the user defined field(UDF). The UDF value should no longer than 255 characters.Longer values will be truncated to 255 characters. A semicolon is not allowed in the UDF values.
|
|
|
Response Parameters
jobName
String
|
The job name created by the bulk import operation. The job name can be referred to check the status of the job using job management services
|
message
String
|
A message returned from the bulk import operation
|
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.80.159/webacs/api/v1/op/devices/bulkImport
<?xml version="1.0" ?>
<devicesImport>
<devices>
<device>
<altitude>String value</altitude>
<building>String value</building>
<city>String value</city>
<cliEnablePassword>String value</cliEnablePassword>
<cliPassword>String value</cliPassword>
<cliRetries>String value</cliRetries>
<cliTimeout>String value</cliTimeout>
<cliUsername>String value</cliUsername>
<country>String value</country>
<county>String value</county>
<credentialProfileName>String value</credentialProfileName>
<floor>String value</floor>
<httpConfigPassword>String value</httpConfigPassword>
<httpConfigUsername>String value</httpConfigUsername>
<httpMonitorPassword>String value</httpMonitorPassword>
<httpMonitorUsername>String value</httpMonitorUsername>
<httpPort>String value</httpPort>
<httpServer>String value</httpServer>
<ipAddress>String value</ipAddress>
<latitude>String value</latitude>
<longitude>String value</longitude>
<networkMask>String value</networkMask>
<protocol>String value</protocol>
<region>String value</region>
<room>String value</room>
<snmpCommunity>String value</snmpCommunity>
<snmpPort>String value</snmpPort>
<snmpReadCommunity>String value</snmpReadCommunity>
<snmpRetries>String value</snmpRetries>
<snmpTimeout>String value</snmpTimeout>
<snmpVersion>String value</snmpVersion>
<snmpWriteCommunity>String value</snmpWriteCommunity>
<snmpv3AuthPassword>String value</snmpv3AuthPassword>
<snmpv3AuthType>String value</snmpv3AuthType>
<snmpv3PrivacyPassword>String value</snmpv3PrivacyPassword>
<snmpv3PrivacyType>String value</snmpv3PrivacyType>
<snmpv3UserName>String value</snmpv3UserName>
<state>String value</state>
<street>String value</street>
<udfs>
<udf>
<name>String value</name>
<value>String value</value>
</udf>
<udf>
<name>Another string value</name>
<value>Another string value</value>
</udf>
</udfs>
</device>
<device>
<altitude>Another string value</altitude>
<building>Another string value</building>
<city>Another string value</city>
<cliEnablePassword>Another string value</cliEnablePassword>
<cliPassword>Another string value</cliPassword>
<cliRetries>Another string value</cliRetries>
<cliTimeout>Another string value</cliTimeout>
<cliUsername>Another string value</cliUsername>
<country>Another string value</country>
<county>Another string value</county>
<credentialProfileName>Another string value</credentialProfileName>
<floor>Another string value</floor>
<httpConfigPassword>Another string value</httpConfigPassword>
<httpConfigUsername>Another string value</httpConfigUsername>
<httpMonitorPassword>Another string value</httpMonitorPassword>
<httpMonitorUsername>Another string value</httpMonitorUsername>
<httpPort>Another string value</httpPort>
<httpServer>Another string value</httpServer>
<ipAddress>Another string value</ipAddress>
<latitude>Another string value</latitude>
<longitude>Another string value</longitude>
<networkMask>Another string value</networkMask>
<protocol>Another string value</protocol>
<region>Another string value</region>
<room>Another string value</room>
<snmpCommunity>Another string value</snmpCommunity>
<snmpPort>Another string value</snmpPort>
<snmpReadCommunity>Another string value</snmpReadCommunity>
<snmpRetries>Another string value</snmpRetries>
<snmpTimeout>Another string value</snmpTimeout>
<snmpVersion>Another string value</snmpVersion>
<snmpWriteCommunity>Another string value</snmpWriteCommunity>
<snmpv3AuthPassword>Another string value</snmpv3AuthPassword>
<snmpv3AuthType>Another string value</snmpv3AuthType>
<snmpv3PrivacyPassword>Another string value</snmpv3PrivacyPassword>
<snmpv3PrivacyType>Another string value</snmpv3PrivacyType>
<snmpv3UserName>Another string value</snmpv3UserName>
<state>Another string value</state>
<street>Another string value</street>
<udfs>
<udf>
<name>String value</name>
<value>String value</value>
</udf>
<udf>
<name>Another string value</name>
<value>Another string value</value>
</udf>
</udfs>
</device>
</devices>
</devicesImport>
Sample JSON Request Payload
https://10.64.80.159/webacs/api/v1/op/devices/bulkImport.json
{
"devicesImport" : {
"devices" : {
"device" : [{
"altitude" : "String value",
"building" : "String value",
"city" : "String value",
"cliEnablePassword" : "String value",
"cliPassword" : "String value",
"cliRetries" : "String value",
"cliTimeout" : "String value",
"cliUsername" : "String value",
"country" : "String value",
"county" : "String value",
"credentialProfileName" : "String value",
"floor" : "String value",
"httpConfigPassword" : "String value",
"httpConfigUsername" : "String value",
"httpMonitorPassword" : "String value",
"httpMonitorUsername" : "String value",
"httpPort" : "String value",
"httpServer" : "String value",
"ipAddress" : "String value",
"latitude" : "String value",
"longitude" : "String value",
"networkMask" : "String value",
"protocol" : "String value",
"region" : "String value",
"room" : "String value",
"snmpCommunity" : "String value",
"snmpPort" : "String value",
"snmpReadCommunity" : "String value",
"snmpRetries" : "String value",
"snmpTimeout" : "String value",
"snmpVersion" : "String value",
"snmpWriteCommunity" : "String value",
"snmpv3AuthPassword" : "String value",
"snmpv3AuthType" : "String value",
"snmpv3PrivacyPassword" : "String value",
"snmpv3PrivacyType" : "String value",
"snmpv3UserName" : "String value",
"state" : "String value",
"street" : "String value",
"udfs" : {
"udf" : [{
"name" : "String value",
"value" : "String value"
},
{
"name" : "Another string value",
"value" : "Another string value"
}]
}
},
{
"altitude" : "Another string value",
"building" : "Another string value",
"city" : "Another string value",
"cliEnablePassword" : "Another string value",
"cliPassword" : "Another string value",
"cliRetries" : "Another string value",
"cliTimeout" : "Another string value",
"cliUsername" : "Another string value",
"country" : "Another string value",
"county" : "Another string value",
"credentialProfileName" : "Another string value",
"floor" : "Another string value",
"httpConfigPassword" : "Another string value",
"httpConfigUsername" : "Another string value",
"httpMonitorPassword" : "Another string value",
"httpMonitorUsername" : "Another string value",
"httpPort" : "Another string value",
"httpServer" : "Another string value",
"ipAddress" : "Another string value",
"latitude" : "Another string value",
"longitude" : "Another string value",
"networkMask" : "Another string value",
"protocol" : "Another string value",
"region" : "Another string value",
"room" : "Another string value",
"snmpCommunity" : "Another string value",
"snmpPort" : "Another string value",
"snmpReadCommunity" : "Another string value",
"snmpRetries" : "Another string value",
"snmpTimeout" : "Another string value",
"snmpVersion" : "Another string value",
"snmpWriteCommunity" : "Another string value",
"snmpv3AuthPassword" : "Another string value",
"snmpv3AuthType" : "Another string value",
"snmpv3PrivacyPassword" : "Another string value",
"snmpv3PrivacyType" : "Another string value",
"snmpv3UserName" : "Another string value",
"state" : "Another string value",
"street" : "Another string value",
"udfs" : {
"udf" : [{
"name" : "String value",
"value" : "String value"
},
{
"name" : "Another string value",
"value" : "Another string value"
}]
}
}]
}
}
}
Sample XML Response Payload
https://10.64.80.159/webacs/api/v1/op/devices/bulkImport
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="../../../../../pages/common/login.jsp.html" rootUrl="https://10.64.80.159/webacs/api/v1/op">
<bulkImportResult>
<jobName>String value</jobName>
<message>String value</message>
</bulkImportResult>
</mgmtResponse>
Sample JSON Response Payload
https://10.64.80.159/webacs/api/v1/op/devices/bulkImport.json
{
"mgmtResponse" : {
"@responseType" : "operation",
"@requestUrl" : "https : \/\/10.64.80.159\/webacs\/api\/v1\/op\/devices\/bulkImport",
"@rootUrl" : "https : \/\/10.64.80.159\/webacs\/api\/v1\/op",
"bulkImportResult" : {
"jobName" : "String value",
"message" : "String value"
}
}
}
Resource Information
Rate Limiting?
|
No
|
Sorting?
|
No
|
Paging?
|
No
|
Filtering?
|
No
|
Group Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Write
|
HTTP Methods
|
|
Resource URL
/webacs/api/v2/op/devices/bulkImport
Unmodified
This resource has not been modified since the previous API version.
Request Payload Parameters
devices
Device[]
|
Required
A list of devices to be imported
|
altitude
String
|
|
building
String
|
|
city
String
|
|
cliEnablePassword
String
|
Password for the privileged command level on device (CLI property)
|
cliPassword
String
|
User password for CLI access
|
cliRetries
String
|
DEPRECATED. Number of retries to access to CLI with incorrect credentials before dropping the session. This property is deprecated and will no longer be used.
|
cliTimeout
String
|
CLI response timeout in seconds
|
cliUsername
String
|
User name for command-line interface access (CLI)
|
country
String
|
|
county
String
|
|
credentialProfileName
String
|
OPTIONAL Name of device credential profile.
Important note on import operation: device can include credentialProfileName OR other credentials; if other credential parameters are given along with credentialProfileName they will be ignored. The only fields that can be specified along with credentialProfileName are ipAddress, networkMask, and udfs.
|
floor
String
|
|
httpConfigPassword
String
|
Password for the read/write access to HTTP/HTTPS server
|
httpConfigUsername
String
|
User name for the read/write access to HTTP/HTTPS server
|
httpMonitorPassword
String
|
Password for the read-only access to HTTP/HTTPS server
|
httpMonitorUsername
String
|
User name for the read-only access to HTTP/HTTPS server
|
httpPort
String
|
|
httpServer
String
|
HTTP communication protocol type (HTTP or HTTPS)
|
ipAddress
String
|
Required
Management address of the device. The management address is the address used to add the device to the managed inventory, either an IP address or hostname.
|
latitude
String
|
Must be a range -90 to +90 Degrees
|
longitude
String
|
Must be range -180 to +180 Degrees
|
networkMask
String
|
Network mask for the device interface
|
protocol
String
|
Protocol type for the command-line interface access (Telnet or SSH2)
|
region
String
|
|
room
String
|
|
|
SNMP read and write communities string (for SNMP v1, v2c). This field has priority above fields snmpReadCommunity and snmpWriteCommunity.
|
snmpPort
String
|
|
|
SNMP read community string (for SNMP v1, v2c). Will be ignored If the snmpCommunity field is specified.
|
snmpRetries
String
|
Number of retries to access to SNMP with incorrect credentials before dropping the session
|
snmpTimeout
String
|
SNMP response timeout in seconds
|
snmpVersion
String
|
SNMP version on the device (v1, v2c, v3)
|
|
SNMP write community string (for SNMP v1, v2c). Will be ignored If the snmpCommunity field is specified.
|
snmpv3AuthPassword
String
|
SNMP v3 authentication password
|
snmpv3AuthType
String
|
SNMP v3 authentication type
|
snmpv3PrivacyPassword
String
|
SNMP v3 password for encryption the protocol messages
|
snmpv3PrivacyType
String
|
SNMP v3 type of encryption the protocol messages
|
snmpv3UserName
String
|
SNMP v3 authentication user name
|
state
String
|
|
street
String
|
|
udfs
DeviceUdfDTO[]
|
The User Defined Field (UDF)list that are associated with this devices.The udf value should no longer than 255 characters.Longer values will be truncated to 255 characters. Semicolon is not allowed in the udf values
Note: to update a UDF of a device, follow the steps: 1) retrieve the full list UDFs of the device using devices/exportDevices service 2) find the UDF entry to be updated in the list 3) assign the new value to the entry 4) use devices/bulkImport service to save the change. If only inlucde UDFs to be udpated in devices/bulkImport, other existing UDFs will be erased
|
name
String
|
The name of the user defined field(UDF).
|
value
String
|
The value of the user defined field(UDF). The UDF value should no longer than 255 characters.Longer values will be truncated to 255 characters. A semicolon is not allowed in the UDF values.
|
|
|
Response Parameters
jobName
String
|
The job name created by the bulk import operation. The job name can be referred to check the status of the job using job management services
|
message
String
|
A message returned from the bulk import operation
|
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.80.159/webacs/api/v2/op/devices/bulkImport
<?xml version="1.0" ?>
<devicesImport>
<devices>
<device>
<altitude>String value</altitude>
<building>String value</building>
<city>String value</city>
<cliEnablePassword>String value</cliEnablePassword>
<cliPassword>String value</cliPassword>
<cliRetries>String value</cliRetries>
<cliTimeout>String value</cliTimeout>
<cliUsername>String value</cliUsername>
<country>String value</country>
<county>String value</county>
<credentialProfileName>String value</credentialProfileName>
<floor>String value</floor>
<httpConfigPassword>String value</httpConfigPassword>
<httpConfigUsername>String value</httpConfigUsername>
<httpMonitorPassword>String value</httpMonitorPassword>
<httpMonitorUsername>String value</httpMonitorUsername>
<httpPort>String value</httpPort>
<httpServer>String value</httpServer>
<ipAddress>String value</ipAddress>
<latitude>String value</latitude>
<longitude>String value</longitude>
<networkMask>String value</networkMask>
<protocol>String value</protocol>
<region>String value</region>
<room>String value</room>
<snmpCommunity>String value</snmpCommunity>
<snmpPort>String value</snmpPort>
<snmpReadCommunity>String value</snmpReadCommunity>
<snmpRetries>String value</snmpRetries>
<snmpTimeout>String value</snmpTimeout>
<snmpVersion>String value</snmpVersion>
<snmpWriteCommunity>String value</snmpWriteCommunity>
<snmpv3AuthPassword>String value</snmpv3AuthPassword>
<snmpv3AuthType>String value</snmpv3AuthType>
<snmpv3PrivacyPassword>String value</snmpv3PrivacyPassword>
<snmpv3PrivacyType>String value</snmpv3PrivacyType>
<snmpv3UserName>String value</snmpv3UserName>
<state>String value</state>
<street>String value</street>
<udfs>
<udf>
<name>String value</name>
<value>String value</value>
</udf>
<udf>
<name>Another string value</name>
<value>Another string value</value>
</udf>
</udfs>
</device>
<device>
<altitude>Another string value</altitude>
<building>Another string value</building>
<city>Another string value</city>
<cliEnablePassword>Another string value</cliEnablePassword>
<cliPassword>Another string value</cliPassword>
<cliRetries>Another string value</cliRetries>
<cliTimeout>Another string value</cliTimeout>
<cliUsername>Another string value</cliUsername>
<country>Another string value</country>
<county>Another string value</county>
<credentialProfileName>Another string value</credentialProfileName>
<floor>Another string value</floor>
<httpConfigPassword>Another string value</httpConfigPassword>
<httpConfigUsername>Another string value</httpConfigUsername>
<httpMonitorPassword>Another string value</httpMonitorPassword>
<httpMonitorUsername>Another string value</httpMonitorUsername>
<httpPort>Another string value</httpPort>
<httpServer>Another string value</httpServer>
<ipAddress>Another string value</ipAddress>
<latitude>Another string value</latitude>
<longitude>Another string value</longitude>
<networkMask>Another string value</networkMask>
<protocol>Another string value</protocol>
<region>Another string value</region>
<room>Another string value</room>
<snmpCommunity>Another string value</snmpCommunity>
<snmpPort>Another string value</snmpPort>
<snmpReadCommunity>Another string value</snmpReadCommunity>
<snmpRetries>Another string value</snmpRetries>
<snmpTimeout>Another string value</snmpTimeout>
<snmpVersion>Another string value</snmpVersion>
<snmpWriteCommunity>Another string value</snmpWriteCommunity>
<snmpv3AuthPassword>Another string value</snmpv3AuthPassword>
<snmpv3AuthType>Another string value</snmpv3AuthType>
<snmpv3PrivacyPassword>Another string value</snmpv3PrivacyPassword>
<snmpv3PrivacyType>Another string value</snmpv3PrivacyType>
<snmpv3UserName>Another string value</snmpv3UserName>
<state>Another string value</state>
<street>Another string value</street>
<udfs>
<udf>
<name>String value</name>
<value>String value</value>
</udf>
<udf>
<name>Another string value</name>
<value>Another string value</value>
</udf>
</udfs>
</device>
</devices>
</devicesImport>
Sample JSON Request Payload
https://10.64.80.159/webacs/api/v2/op/devices/bulkImport.json
{
"devicesImport" : {
"devices" : {
"device" : [ {
"altitude" : "String value",
"building" : "String value",
"city" : "String value",
"cliEnablePassword" : "String value",
"cliPassword" : "String value",
"cliRetries" : "String value",
"cliTimeout" : "String value",
"cliUsername" : "String value",
"country" : "String value",
"county" : "String value",
"credentialProfileName" : "String value",
"floor" : "String value",
"httpConfigPassword" : "String value",
"httpConfigUsername" : "String value",
"httpMonitorPassword" : "String value",
"httpMonitorUsername" : "String value",
"httpPort" : "String value",
"httpServer" : "String value",
"ipAddress" : "String value",
"latitude" : "String value",
"longitude" : "String value",
"networkMask" : "String value",
"protocol" : "String value",
"region" : "String value",
"room" : "String value",
"snmpCommunity" : "String value",
"snmpPort" : "String value",
"snmpReadCommunity" : "String value",
"snmpRetries" : "String value",
"snmpTimeout" : "String value",
"snmpVersion" : "String value",
"snmpWriteCommunity" : "String value",
"snmpv3AuthPassword" : "String value",
"snmpv3AuthType" : "String value",
"snmpv3PrivacyPassword" : "String value",
"snmpv3PrivacyType" : "String value",
"snmpv3UserName" : "String value",
"state" : "String value",
"street" : "String value",
"udfs" : {
"udf" : [ {
"name" : "String value",
"value" : "String value"
}, {
"name" : "Another string value",
"value" : "Another string value"
} ]
}
}, {
"altitude" : "Another string value",
"building" : "Another string value",
"city" : "Another string value",
"cliEnablePassword" : "Another string value",
"cliPassword" : "Another string value",
"cliRetries" : "Another string value",
"cliTimeout" : "Another string value",
"cliUsername" : "Another string value",
"country" : "Another string value",
"county" : "Another string value",
"credentialProfileName" : "Another string value",
"floor" : "Another string value",
"httpConfigPassword" : "Another string value",
"httpConfigUsername" : "Another string value",
"httpMonitorPassword" : "Another string value",
"httpMonitorUsername" : "Another string value",
"httpPort" : "Another string value",
"httpServer" : "Another string value",
"ipAddress" : "Another string value",
"latitude" : "Another string value",
"longitude" : "Another string value",
"networkMask" : "Another string value",
"protocol" : "Another string value",
"region" : "Another string value",
"room" : "Another string value",
"snmpCommunity" : "Another string value",
"snmpPort" : "Another string value",
"snmpReadCommunity" : "Another string value",
"snmpRetries" : "Another string value",
"snmpTimeout" : "Another string value",
"snmpVersion" : "Another string value",
"snmpWriteCommunity" : "Another string value",
"snmpv3AuthPassword" : "Another string value",
"snmpv3AuthType" : "Another string value",
"snmpv3PrivacyPassword" : "Another string value",
"snmpv3PrivacyType" : "Another string value",
"snmpv3UserName" : "Another string value",
"state" : "Another string value",
"street" : "Another string value",
"udfs" : {
"udf" : [ {
"name" : "String value",
"value" : "String value"
}, {
"name" : "Another string value",
"value" : "Another string value"
} ]
}
} ]
}
}
}
Sample XML Response Payload
https://10.64.80.159/webacs/api/v2/op/devices/bulkImport
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="../../../../../pages/common/login.jsp.html" rootUrl="https://10.64.80.159/webacs/api/v2/op">
<bulkImportResult>
<jobName>String value</jobName>
<message>String value</message>
</bulkImportResult>
</mgmtResponse>
Sample JSON Response Payload
https://10.64.80.159/webacs/api/v2/op/devices/bulkImport.json
{
"mgmtResponse" : {
"@requestUrl" : "../../../../../pages/common/login.jsp.html",
"@responseType" : "operation",
"@rootUrl" : "https://10.64.80.159/webacs/api/v2/op",
"bulkImportResult" : [ {
"jobName" : "String value",
"message" : "String value"
} ]
}
}
Resource Information
Rate Limiting?
|
No
|
Sorting?
|
No
|
Paging?
|
No
|
Filtering?
|
No
|
Group Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Write
|
HTTP Methods
|
|
Resource URL
/webacs/api/v3/op/devices/bulkImport
Unmodified
This resource has not been modified since the previous API version.
Request Payload Parameters
devices
Device[]
|
Required
A list of devices to be imported
|
altitude
String
|
|
building
String
|
|
city
String
|
|
cliEnablePassword
String
|
Password for the privileged command level on device (CLI property)
|
cliPassword
String
|
User password for CLI access
|
cliRetries
String
|
DEPRECATED. Number of retries to access to CLI with incorrect credentials before dropping the session. This property is deprecated and will no longer be used.
|
cliTimeout
String
|
CLI response timeout in seconds
|
cliUsername
String
|
User name for command-line interface access (CLI)
|
country
String
|
|
county
String
|
|
credentialProfileName
String
|
OPTIONAL Name of device credential profile.
Important note on import operation: device can include credentialProfileName OR other credentials; if other credential parameters are given along with credentialProfileName they will be ignored. The only fields that can be specified along with credentialProfileName are ipAddress, networkMask, and udfs.
|
floor
String
|
|
httpConfigPassword
String
|
Password for the read/write access to HTTP/HTTPS server
|
httpConfigUsername
String
|
User name for the read/write access to HTTP/HTTPS server
|
httpMonitorPassword
String
|
Password for the read-only access to HTTP/HTTPS server
|
httpMonitorUsername
String
|
User name for the read-only access to HTTP/HTTPS server
|
httpPort
String
|
|
httpServer
String
|
HTTP communication protocol type (HTTP or HTTPS)
|
ipAddress
String
|
Required
Management address of the device. The management address is the address used to add the device to the managed inventory, either an IP address or hostname.
|
latitude
String
|
Must be a range -90 to +90 Degrees
|
longitude
String
|
Must be range -180 to +180 Degrees
|
networkMask
String
|
Network mask for the device interface
|
protocol
String
|
Protocol type for the command-line interface access (Telnet or SSH2)
|
region
String
|
|
room
String
|
|
|
SNMP read and write communities string (for SNMP v1, v2c). This field has priority above fields snmpReadCommunity and snmpWriteCommunity.
|
snmpPort
String
|
|
|
SNMP read community string (for SNMP v1, v2c). Will be ignored If the snmpCommunity field is specified.
|
snmpRetries
String
|
Number of retries to access to SNMP with incorrect credentials before dropping the session
|
snmpTimeout
String
|
SNMP response timeout in seconds
|
snmpVersion
String
|
SNMP version on the device (v1, v2c, v3)
|
|
SNMP write community string (for SNMP v1, v2c). Will be ignored If the snmpCommunity field is specified.
|
snmpv3AuthPassword
String
|
SNMP v3 authentication password
|
snmpv3AuthType
String
|
SNMP v3 authentication type
|
snmpv3PrivacyPassword
String
|
SNMP v3 password for encryption the protocol messages
|
snmpv3PrivacyType
String
|
SNMP v3 type of encryption the protocol messages
|
snmpv3UserName
String
|
SNMP v3 authentication user name
|
state
String
|
|
street
String
|
|
udfs
DeviceUdfDTO[]
|
The User Defined Field (UDF)list that are associated with this devices.The udf value should no longer than 255 characters.Longer values will be truncated to 255 characters. Semicolon is not allowed in the udf values
Note: to update a UDF of a device, follow the steps: 1) retrieve the full list UDFs of the device using devices/exportDevices service 2) find the UDF entry to be updated in the list 3) assign the new value to the entry 4) use devices/bulkImport service to save the change. If only inlucde UDFs to be udpated in devices/bulkImport, other existing UDFs will be erased
|
name
String
|
The name of the user defined field(UDF).
|
value
String
|
The value of the user defined field(UDF). The UDF value should no longer than 255 characters.Longer values will be truncated to 255 characters. A semicolon is not allowed in the UDF values.
|
|
|
Response Parameters
jobName
String
|
The job name created by the bulk import operation. The job name can be referred to check the status of the job using job management services
|
message
String
|
A message returned from the bulk import operation
|
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.80.159/webacs/api/v3/op/devices/bulkImport
<?xml version="1.0" ?>
<devicesImport>
<devices>
<device>
<altitude>String value</altitude>
<building>String value</building>
<city>String value</city>
<cliEnablePassword>String value</cliEnablePassword>
<cliPassword>String value</cliPassword>
<cliRetries>String value</cliRetries>
<cliTimeout>String value</cliTimeout>
<cliUsername>String value</cliUsername>
<country>String value</country>
<county>String value</county>
<credentialProfileName>String value</credentialProfileName>
<floor>String value</floor>
<httpConfigPassword>String value</httpConfigPassword>
<httpConfigUsername>String value</httpConfigUsername>
<httpMonitorPassword>String value</httpMonitorPassword>
<httpMonitorUsername>String value</httpMonitorUsername>
<httpPort>String value</httpPort>
<httpServer>String value</httpServer>
<ipAddress>String value</ipAddress>
<latitude>String value</latitude>
<longitude>String value</longitude>
<networkMask>String value</networkMask>
<protocol>String value</protocol>
<region>String value</region>
<room>String value</room>
<snmpCommunity>String value</snmpCommunity>
<snmpPort>String value</snmpPort>
<snmpReadCommunity>String value</snmpReadCommunity>
<snmpRetries>String value</snmpRetries>
<snmpTimeout>String value</snmpTimeout>
<snmpVersion>String value</snmpVersion>
<snmpWriteCommunity>String value</snmpWriteCommunity>
<snmpv3AuthPassword>String value</snmpv3AuthPassword>
<snmpv3AuthType>String value</snmpv3AuthType>
<snmpv3PrivacyPassword>String value</snmpv3PrivacyPassword>
<snmpv3PrivacyType>String value</snmpv3PrivacyType>
<snmpv3UserName>String value</snmpv3UserName>
<state>String value</state>
<street>String value</street>
<udfs>
<udf>
<name>String value</name>
<value>String value</value>
</udf>
<udf>
<name>Another string value</name>
<value>Another string value</value>
</udf>
</udfs>
</device>
<device>
<altitude>Another string value</altitude>
<building>Another string value</building>
<city>Another string value</city>
<cliEnablePassword>Another string value</cliEnablePassword>
<cliPassword>Another string value</cliPassword>
<cliRetries>Another string value</cliRetries>
<cliTimeout>Another string value</cliTimeout>
<cliUsername>Another string value</cliUsername>
<country>Another string value</country>
<county>Another string value</county>
<credentialProfileName>Another string value</credentialProfileName>
<floor>Another string value</floor>
<httpConfigPassword>Another string value</httpConfigPassword>
<httpConfigUsername>Another string value</httpConfigUsername>
<httpMonitorPassword>Another string value</httpMonitorPassword>
<httpMonitorUsername>Another string value</httpMonitorUsername>
<httpPort>Another string value</httpPort>
<httpServer>Another string value</httpServer>
<ipAddress>Another string value</ipAddress>
<latitude>Another string value</latitude>
<longitude>Another string value</longitude>
<networkMask>Another string value</networkMask>
<protocol>Another string value</protocol>
<region>Another string value</region>
<room>Another string value</room>
<snmpCommunity>Another string value</snmpCommunity>
<snmpPort>Another string value</snmpPort>
<snmpReadCommunity>Another string value</snmpReadCommunity>
<snmpRetries>Another string value</snmpRetries>
<snmpTimeout>Another string value</snmpTimeout>
<snmpVersion>Another string value</snmpVersion>
<snmpWriteCommunity>Another string value</snmpWriteCommunity>
<snmpv3AuthPassword>Another string value</snmpv3AuthPassword>
<snmpv3AuthType>Another string value</snmpv3AuthType>
<snmpv3PrivacyPassword>Another string value</snmpv3PrivacyPassword>
<snmpv3PrivacyType>Another string value</snmpv3PrivacyType>
<snmpv3UserName>Another string value</snmpv3UserName>
<state>Another string value</state>
<street>Another string value</street>
<udfs>
<udf>
<name>String value</name>
<value>String value</value>
</udf>
<udf>
<name>Another string value</name>
<value>Another string value</value>
</udf>
</udfs>
</device>
</devices>
</devicesImport>
Sample JSON Request Payload
https://10.64.80.159/webacs/api/v3/op/devices/bulkImport.json
{
"devicesImport" : {
"devices" : {
"device" : [ {
"altitude" : "String value",
"building" : "String value",
"city" : "String value",
"cliEnablePassword" : "String value",
"cliPassword" : "String value",
"cliRetries" : "String value",
"cliTimeout" : "String value",
"cliUsername" : "String value",
"country" : "String value",
"county" : "String value",
"credentialProfileName" : "String value",
"floor" : "String value",
"httpConfigPassword" : "String value",
"httpConfigUsername" : "String value",
"httpMonitorPassword" : "String value",
"httpMonitorUsername" : "String value",
"httpPort" : "String value",
"httpServer" : "String value",
"ipAddress" : "String value",
"latitude" : "String value",
"longitude" : "String value",
"networkMask" : "String value",
"protocol" : "String value",
"region" : "String value",
"room" : "String value",
"snmpCommunity" : "String value",
"snmpPort" : "String value",
"snmpReadCommunity" : "String value",
"snmpRetries" : "String value",
"snmpTimeout" : "String value",
"snmpVersion" : "String value",
"snmpWriteCommunity" : "String value",
"snmpv3AuthPassword" : "String value",
"snmpv3AuthType" : "String value",
"snmpv3PrivacyPassword" : "String value",
"snmpv3PrivacyType" : "String value",
"snmpv3UserName" : "String value",
"state" : "String value",
"street" : "String value",
"udfs" : {
"udf" : [ {
"name" : "String value",
"value" : "String value"
}, {
"name" : "Another string value",
"value" : "Another string value"
} ]
}
}, {
"altitude" : "Another string value",
"building" : "Another string value",
"city" : "Another string value",
"cliEnablePassword" : "Another string value",
"cliPassword" : "Another string value",
"cliRetries" : "Another string value",
"cliTimeout" : "Another string value",
"cliUsername" : "Another string value",
"country" : "Another string value",
"county" : "Another string value",
"credentialProfileName" : "Another string value",
"floor" : "Another string value",
"httpConfigPassword" : "Another string value",
"httpConfigUsername" : "Another string value",
"httpMonitorPassword" : "Another string value",
"httpMonitorUsername" : "Another string value",
"httpPort" : "Another string value",
"httpServer" : "Another string value",
"ipAddress" : "Another string value",
"latitude" : "Another string value",
"longitude" : "Another string value",
"networkMask" : "Another string value",
"protocol" : "Another string value",
"region" : "Another string value",
"room" : "Another string value",
"snmpCommunity" : "Another string value",
"snmpPort" : "Another string value",
"snmpReadCommunity" : "Another string value",
"snmpRetries" : "Another string value",
"snmpTimeout" : "Another string value",
"snmpVersion" : "Another string value",
"snmpWriteCommunity" : "Another string value",
"snmpv3AuthPassword" : "Another string value",
"snmpv3AuthType" : "Another string value",
"snmpv3PrivacyPassword" : "Another string value",
"snmpv3PrivacyType" : "Another string value",
"snmpv3UserName" : "Another string value",
"state" : "Another string value",
"street" : "Another string value",
"udfs" : {
"udf" : [ {
"name" : "String value",
"value" : "String value"
}, {
"name" : "Another string value",
"value" : "Another string value"
} ]
}
} ]
}
}
}
Sample XML Response Payload
https://10.64.80.159/webacs/api/v3/op/devices/bulkImport
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="../../../../../pages/common/login.jsp.html" rootUrl="https://10.64.80.159/webacs/api/v3/op">
<bulkImportResult>
<jobName>String value</jobName>
<message>String value</message>
</bulkImportResult>
</mgmtResponse>
Sample JSON Response Payload
https://10.64.80.159/webacs/api/v3/op/devices/bulkImport.json
{
"mgmtResponse" : {
"@requestUrl" : "../../../../../pages/common/login.jsp.html",
"@responseType" : "operation",
"@rootUrl" : "https://10.64.80.159/webacs/api/v3/op",
"bulkImportResult" : [ {
"jobName" : "String value",
"message" : "String value"
} ]
}
}
Resource Information
Rate Limiting?
|
No
|
Sorting?
|
No
|
Paging?
|
No
|
Filtering?
|
No
|
Group Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Write
|
HTTP Methods
|
|
Resource URL
/webacs/api/v4/op/devices/bulkImport
Unmodified
This resource has not been modified since the previous API version.
Request Payload Parameters
devices
Device[]
|
Required
A list of devices to be imported
|
altitude
String
|
|
building
String
|
|
city
String
|
|
cliEnablePassword
String
|
Password for the privileged command level on device (CLI property)
|
cliPassword
String
|
User password for CLI access
|
cliRetries
String
|
DEPRECATED. Number of retries to access to CLI with incorrect credentials before dropping the session. This property is deprecated and will no longer be used.
|
cliTimeout
String
|
CLI response timeout in seconds
|
cliUsername
String
|
User name for command-line interface access (CLI)
|
country
String
|
|
county
String
|
|
credentialProfileName
String
|
OPTIONAL Name of device credential profile.
Important note on import operation: device can include credentialProfileName OR other credentials; if other credential parameters are given along with credentialProfileName they will be ignored. The only fields that can be specified along with credentialProfileName are ipAddress, networkMask, and udfs.
|
floor
String
|
|
httpConfigPassword
String
|
Password for the read/write access to HTTP/HTTPS server
|
httpConfigUsername
String
|
User name for the read/write access to HTTP/HTTPS server
|
httpMonitorPassword
String
|
Password for the read-only access to HTTP/HTTPS server
|
httpMonitorUsername
String
|
User name for the read-only access to HTTP/HTTPS server
|
httpPort
String
|
|
httpServer
String
|
HTTP communication protocol type (HTTP or HTTPS)
|
ipAddress
String
|
Required
Management address of the device. The management address is the address used to add the device to the managed inventory, either an IP address or hostname.
|
latitude
String
|
Must be a range -90 to +90 Degrees
|
longitude
String
|
Must be range -180 to +180 Degrees
|
networkMask
String
|
Network mask for the device interface
|
protocol
String
|
Protocol type for the command-line interface access (Telnet or SSH2)
|
region
String
|
|
room
String
|
|
|
SNMP read and write communities string (for SNMP v1, v2c). This field has priority above fields snmpReadCommunity and snmpWriteCommunity.
|
snmpPort
String
|
|
|
SNMP read community string (for SNMP v1, v2c). Will be ignored If the snmpCommunity field is specified.
|
snmpRetries
String
|
Number of retries to access to SNMP with incorrect credentials before dropping the session
|
snmpTimeout
String
|
SNMP response timeout in seconds
|
snmpVersion
String
|
SNMP version on the device (v1, v2c, v3)
|
|
SNMP write community string (for SNMP v1, v2c). Will be ignored If the snmpCommunity field is specified.
|
snmpv3AuthPassword
String
|
SNMP v3 authentication password
|
snmpv3AuthType
String
|
SNMP v3 authentication type
|
snmpv3PrivacyPassword
String
|
SNMP v3 password for encryption the protocol messages
|
snmpv3PrivacyType
String
|
SNMP v3 type of encryption the protocol messages
|
snmpv3UserName
String
|
SNMP v3 authentication user name
|
state
String
|
|
street
String
|
|
udfs
DeviceUdfDTO[]
|
The User Defined Field (UDF)list that are associated with this devices.The udf value should no longer than 255 characters.Longer values will be truncated to 255 characters. Semicolon is not allowed in the udf values
Note: to update a UDF of a device, follow the steps: 1) retrieve the full list UDFs of the device using devices/exportDevices service 2) find the UDF entry to be updated in the list 3) assign the new value to the entry 4) use devices/bulkImport service to save the change. If only inlucde UDFs to be udpated in devices/bulkImport, other existing UDFs will be erased
|
name
String
|
The name of the user defined field(UDF).
|
value
String
|
The value of the user defined field(UDF). The UDF value should no longer than 255 characters.Longer values will be truncated to 255 characters. A semicolon is not allowed in the UDF values.
|
|
|
Response Parameters
jobName
String
|
The job name created by the bulk import operation. The job name can be referred to check the status of the job using job management services
|
message
String
|
A message returned from the bulk import operation
|
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.80.159/webacs/api/v4/op/devices/bulkImport
<?xml version="1.0" ?>
<devicesImport>
<devices>
<device>
<altitude>String value</altitude>
<building>String value</building>
<city>String value</city>
<cliEnablePassword>String value</cliEnablePassword>
<cliPassword>String value</cliPassword>
<cliRetries>String value</cliRetries>
<cliTimeout>String value</cliTimeout>
<cliUsername>String value</cliUsername>
<country>String value</country>
<county>String value</county>
<credentialProfileName>String value</credentialProfileName>
<floor>String value</floor>
<httpConfigPassword>String value</httpConfigPassword>
<httpConfigUsername>String value</httpConfigUsername>
<httpMonitorPassword>String value</httpMonitorPassword>
<httpMonitorUsername>String value</httpMonitorUsername>
<httpPort>String value</httpPort>
<httpServer>String value</httpServer>
<ipAddress>String value</ipAddress>
<latitude>String value</latitude>
<longitude>String value</longitude>
<networkMask>String value</networkMask>
<protocol>String value</protocol>
<region>String value</region>
<room>String value</room>
<snmpCommunity>String value</snmpCommunity>
<snmpPort>String value</snmpPort>
<snmpReadCommunity>String value</snmpReadCommunity>
<snmpRetries>String value</snmpRetries>
<snmpTimeout>String value</snmpTimeout>
<snmpVersion>String value</snmpVersion>
<snmpWriteCommunity>String value</snmpWriteCommunity>
<snmpv3AuthPassword>String value</snmpv3AuthPassword>
<snmpv3AuthType>String value</snmpv3AuthType>
<snmpv3PrivacyPassword>String value</snmpv3PrivacyPassword>
<snmpv3PrivacyType>String value</snmpv3PrivacyType>
<snmpv3UserName>String value</snmpv3UserName>
<state>String value</state>
<street>String value</street>
<udfs>
<udf>
<name>String value</name>
<value>String value</value>
</udf>
<udf>
<name>Another string value</name>
<value>Another string value</value>
</udf>
</udfs>
</device>
<device>
<altitude>Another string value</altitude>
<building>Another string value</building>
<city>Another string value</city>
<cliEnablePassword>Another string value</cliEnablePassword>
<cliPassword>Another string value</cliPassword>
<cliRetries>Another string value</cliRetries>
<cliTimeout>Another string value</cliTimeout>
<cliUsername>Another string value</cliUsername>
<country>Another string value</country>
<county>Another string value</county>
<credentialProfileName>Another string value</credentialProfileName>
<floor>Another string value</floor>
<httpConfigPassword>Another string value</httpConfigPassword>
<httpConfigUsername>Another string value</httpConfigUsername>
<httpMonitorPassword>Another string value</httpMonitorPassword>
<httpMonitorUsername>Another string value</httpMonitorUsername>
<httpPort>Another string value</httpPort>
<httpServer>Another string value</httpServer>
<ipAddress>Another string value</ipAddress>
<latitude>Another string value</latitude>
<longitude>Another string value</longitude>
<networkMask>Another string value</networkMask>
<protocol>Another string value</protocol>
<region>Another string value</region>
<room>Another string value</room>
<snmpCommunity>Another string value</snmpCommunity>
<snmpPort>Another string value</snmpPort>
<snmpReadCommunity>Another string value</snmpReadCommunity>
<snmpRetries>Another string value</snmpRetries>
<snmpTimeout>Another string value</snmpTimeout>
<snmpVersion>Another string value</snmpVersion>
<snmpWriteCommunity>Another string value</snmpWriteCommunity>
<snmpv3AuthPassword>Another string value</snmpv3AuthPassword>
<snmpv3AuthType>Another string value</snmpv3AuthType>
<snmpv3PrivacyPassword>Another string value</snmpv3PrivacyPassword>
<snmpv3PrivacyType>Another string value</snmpv3PrivacyType>
<snmpv3UserName>Another string value</snmpv3UserName>
<state>Another string value</state>
<street>Another string value</street>
<udfs>
<udf>
<name>String value</name>
<value>String value</value>
</udf>
<udf>
<name>Another string value</name>
<value>Another string value</value>
</udf>
</udfs>
</device>
</devices>
</devicesImport>
Sample JSON Request Payload
https://10.64.80.159/webacs/api/v4/op/devices/bulkImport.json
{
"devicesImport" : {
"devices" : {
"device" : [ {
"altitude" : "String value",
"building" : "String value",
"city" : "String value",
"cliEnablePassword" : "String value",
"cliPassword" : "String value",
"cliRetries" : "String value",
"cliTimeout" : "String value",
"cliUsername" : "String value",
"country" : "String value",
"county" : "String value",
"credentialProfileName" : "String value",
"floor" : "String value",
"httpConfigPassword" : "String value",
"httpConfigUsername" : "String value",
"httpMonitorPassword" : "String value",
"httpMonitorUsername" : "String value",
"httpPort" : "String value",
"httpServer" : "String value",
"ipAddress" : "String value",
"latitude" : "String value",
"longitude" : "String value",
"networkMask" : "String value",
"protocol" : "String value",
"region" : "String value",
"room" : "String value",
"snmpCommunity" : "String value",
"snmpPort" : "String value",
"snmpReadCommunity" : "String value",
"snmpRetries" : "String value",
"snmpTimeout" : "String value",
"snmpVersion" : "String value",
"snmpWriteCommunity" : "String value",
"snmpv3AuthPassword" : "String value",
"snmpv3AuthType" : "String value",
"snmpv3PrivacyPassword" : "String value",
"snmpv3PrivacyType" : "String value",
"snmpv3UserName" : "String value",
"state" : "String value",
"street" : "String value",
"udfs" : {
"udf" : [ {
"name" : "String value",
"value" : "String value"
}, {
"name" : "Another string value",
"value" : "Another string value"
} ]
}
}, {
"altitude" : "Another string value",
"building" : "Another string value",
"city" : "Another string value",
"cliEnablePassword" : "Another string value",
"cliPassword" : "Another string value",
"cliRetries" : "Another string value",
"cliTimeout" : "Another string value",
"cliUsername" : "Another string value",
"country" : "Another string value",
"county" : "Another string value",
"credentialProfileName" : "Another string value",
"floor" : "Another string value",
"httpConfigPassword" : "Another string value",
"httpConfigUsername" : "Another string value",
"httpMonitorPassword" : "Another string value",
"httpMonitorUsername" : "Another string value",
"httpPort" : "Another string value",
"httpServer" : "Another string value",
"ipAddress" : "Another string value",
"latitude" : "Another string value",
"longitude" : "Another string value",
"networkMask" : "Another string value",
"protocol" : "Another string value",
"region" : "Another string value",
"room" : "Another string value",
"snmpCommunity" : "Another string value",
"snmpPort" : "Another string value",
"snmpReadCommunity" : "Another string value",
"snmpRetries" : "Another string value",
"snmpTimeout" : "Another string value",
"snmpVersion" : "Another string value",
"snmpWriteCommunity" : "Another string value",
"snmpv3AuthPassword" : "Another string value",
"snmpv3AuthType" : "Another string value",
"snmpv3PrivacyPassword" : "Another string value",
"snmpv3PrivacyType" : "Another string value",
"snmpv3UserName" : "Another string value",
"state" : "Another string value",
"street" : "Another string value",
"udfs" : {
"udf" : [ {
"name" : "String value",
"value" : "String value"
}, {
"name" : "Another string value",
"value" : "Another string value"
} ]
}
} ]
}
}
}
Sample XML Response Payload
https://10.64.80.159/webacs/api/v4/op/devices/bulkImport
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="../../../../../pages/common/login.jsp.html" rootUrl="https://10.64.80.159/webacs/api/v4/op">
<bulkImportResult>
<jobName>String value</jobName>
<message>String value</message>
</bulkImportResult>
</mgmtResponse>
Sample JSON Response Payload
https://10.64.80.159/webacs/api/v4/op/devices/bulkImport.json
{
"mgmtResponse" : {
"@requestUrl" : "../../../../../pages/common/login.jsp.html",
"@responseType" : "operation",
"@rootUrl" : "https://10.64.80.159/webacs/api/v4/op",
"bulkImportResult" : [ {
"jobName" : "String value",
"message" : "String value"
} ]
}
}