Resource Information
Rate Limiting?
|
Yes
|
Sorting?
|
No
|
Paging?
|
No
|
Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Write
|
HTTP Methods
|
|
DevNet Discussions
Resource URL
/webacs/api/v1/op/devices/bulkImport
Request Payload Parameters
devices
Device[]
|
A list of devices to be imported
|
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)
|
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.
|
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 the ip address of this device. it is a mandatory field
|
networkMask
String
|
Network mask for the device interface
|
protocol
String
|
Protocol type for the command-line interface access (Telnet or SSH2)
|
snmpCommunity
String
|
SNMP read and write communities string (for SNMP v1, v2c). This field has priority above fields snmpReadCommunity and snmpWriteCommunity.
|
snmpPort
String
|
|
snmpReadCommunity
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)
|
snmpWriteCommunity
String
|
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
|
udfs
UserTag[]
|
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
|
|
|
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://localhost/webacs/api/v1/op/devices/bulkImport
<?xml version="1.0" ?>
<devicesImport>
<devices>
<device>
<cliEnablePassword>String value</cliEnablePassword>
<cliPassword>String value</cliPassword>
<cliRetries>String value</cliRetries>
<cliTimeout>String value</cliTimeout>
<cliUsername>String value</cliUsername>
<credentialProfileName>String value</credentialProfileName>
<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>
<networkMask>String value</networkMask>
<protocol>String value</protocol>
<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>
<udfs>
<udf>
<name>String value</name>
<value>String value</value>
</udf>
</udfs>
</device>
</devices>
</devicesImport>
Sample JSON Request Payload
https://localhost/webacs/api/v1/op/devices/bulkImport.json
{
"devicesImport" : {
"devices" : {
"device" : {
"cliEnablePassword" : "String value",
"cliPassword" : "String value",
"cliRetries" : "String value",
"cliTimeout" : "String value",
"cliUsername" : "String value",
"credentialProfileName" : "String value",
"httpConfigPassword" : "String value",
"httpConfigUsername" : "String value",
"httpMonitorPassword" : "String value",
"httpMonitorUsername" : "String value",
"httpPort" : "String value",
"httpServer" : "String value",
"ipAddress" : "String value",
"networkMask" : "String value",
"protocol" : "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",
"udfs" : {
"udf" : {
"name" : "String value",
"value" : "String value"
}
}
}
}
}
}
Sample XML Response Payload
https://localhost/webacs/api/v1/op/devices/bulkImport
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v1/op/devices/bulkImport" rootUrl="https://localhost/webacs/api/v1/op">
<bulkImportResult>
<jobName>String value</jobName>
<message>String value</message>
</bulkImportResult>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v1/op/devices/bulkImport.json
{
"mgmtResponse" : {
"@responseType" : "operation",
"@requestUrl" : "https : \/\/localhost\/webacs\/api\/v1\/op\/devices\/bulkImport",
"@rootUrl" : "https : \/\/localhost\/webacs\/api\/v1\/op",
"bulkImportResult" : {
"jobName" : "String value",
"message" : "String value"
}
}
}
Resource Information
Rate Limiting?
|
Yes
|
Sorting?
|
No
|
Paging?
|
No
|
Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Write
|
HTTP Methods
|
|
DevNet Discussions
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[]
|
A list of devices to be imported
|
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)
|
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.
|
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 the ip address of this device. it is a mandatory field
|
networkMask
String
|
Network mask for the device interface
|
protocol
String
|
Protocol type for the command-line interface access (Telnet or SSH2)
|
snmpCommunity
String
|
SNMP read and write communities string (for SNMP v1, v2c). This field has priority above fields snmpReadCommunity and snmpWriteCommunity.
|
snmpPort
String
|
|
snmpReadCommunity
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)
|
snmpWriteCommunity
String
|
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
|
udfs
UserTag[]
|
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
|
|
|
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://localhost/webacs/api/v2/op/devices/bulkImport
<?xml version="1.0" ?>
<devicesImport>
<devices>
<device>
<cliEnablePassword>String value</cliEnablePassword>
<cliPassword>String value</cliPassword>
<cliRetries>String value</cliRetries>
<cliTimeout>String value</cliTimeout>
<cliUsername>String value</cliUsername>
<credentialProfileName>String value</credentialProfileName>
<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>
<networkMask>String value</networkMask>
<protocol>String value</protocol>
<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>
<udfs>
<udf>
<name>String value</name>
<value>String value</value>
</udf>
</udfs>
</device>
</devices>
</devicesImport>
Sample JSON Request Payload
https://localhost/webacs/api/v2/op/devices/bulkImport.json
{
"devicesImport" : {
"devices" : {
"device" : [ {
"cliEnablePassword" : "String value",
"cliPassword" : "String value",
"cliRetries" : "String value",
"cliTimeout" : "String value",
"cliUsername" : "String value",
"credentialProfileName" : "String value",
"httpConfigPassword" : "String value",
"httpConfigUsername" : "String value",
"httpMonitorPassword" : "String value",
"httpMonitorUsername" : "String value",
"httpPort" : "String value",
"httpServer" : "String value",
"ipAddress" : "String value",
"networkMask" : "String value",
"protocol" : "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",
"udfs" : {
"udf" : [ {
"name" : "String value",
"value" : "String value"
} ]
}
} ]
}
}
}
Sample XML Response Payload
https://localhost/webacs/api/v2/op/devices/bulkImport
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v2/op/devices/bulkImport" rootUrl="https://localhost/webacs/api/v2/op">
<bulkImportResult>
<jobName>String value</jobName>
<message>String value</message>
</bulkImportResult>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v2/op/devices/bulkImport.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v2/op/devices/bulkImport",
"@responseType" : "operation",
"@rootUrl" : "https://localhost/webacs/api/v2/op",
"bulkImportResult" : [ {
"jobName" : "String value",
"message" : "String value"
} ]
}
}
Resource Information
Rate Limiting?
|
Yes
|
Sorting?
|
No
|
Paging?
|
No
|
Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Write
|
HTTP Methods
|
|
DevNet Discussions
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[]
|
A list of devices to be imported
|
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)
|
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.
|
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 the ip address of this device. it is a mandatory field
|
networkMask
String
|
Network mask for the device interface
|
protocol
String
|
Protocol type for the command-line interface access (Telnet or SSH2)
|
snmpCommunity
String
|
SNMP read and write communities string (for SNMP v1, v2c). This field has priority above fields snmpReadCommunity and snmpWriteCommunity.
|
snmpPort
String
|
|
snmpReadCommunity
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)
|
snmpWriteCommunity
String
|
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
|
udfs
UserTag[]
|
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
|
|
|
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://localhost/webacs/api/v3/op/devices/bulkImport
<?xml version="1.0" ?>
<devicesImport>
<devices>
<device>
<cliEnablePassword>String value</cliEnablePassword>
<cliPassword>String value</cliPassword>
<cliRetries>String value</cliRetries>
<cliTimeout>String value</cliTimeout>
<cliUsername>String value</cliUsername>
<credentialProfileName>String value</credentialProfileName>
<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>
<networkMask>String value</networkMask>
<protocol>String value</protocol>
<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>
<udfs>
<udf>
<name>String value</name>
<value>String value</value>
</udf>
<udf>
<name>String value</name>
<value>String value</value>
</udf>
</udfs>
</device>
<device>
<cliEnablePassword>String value</cliEnablePassword>
<cliPassword>String value</cliPassword>
<cliRetries>String value</cliRetries>
<cliTimeout>String value</cliTimeout>
<cliUsername>String value</cliUsername>
<credentialProfileName>String value</credentialProfileName>
<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>
<networkMask>String value</networkMask>
<protocol>String value</protocol>
<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>
<udfs>
<udf>
<name>String value</name>
<value>String value</value>
</udf>
<udf>
<name>String value</name>
<value>String value</value>
</udf>
</udfs>
</device>
</devices>
</devicesImport>
Sample JSON Request Payload
https://localhost/webacs/api/v3/op/devices/bulkImport.json
{
"devicesImport" : {
"devices" : {
"device" : [ {
"cliEnablePassword" : "String value",
"cliPassword" : "String value",
"cliRetries" : "String value",
"cliTimeout" : "String value",
"cliUsername" : "String value",
"credentialProfileName" : "String value",
"httpConfigPassword" : "String value",
"httpConfigUsername" : "String value",
"httpMonitorPassword" : "String value",
"httpMonitorUsername" : "String value",
"httpPort" : "String value",
"httpServer" : "String value",
"ipAddress" : "String value",
"networkMask" : "String value",
"protocol" : "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",
"udfs" : {
"udf" : [ {
"name" : "String value",
"value" : "String value"
}, {
"name" : "String value",
"value" : "String value"
} ]
}
}, {
"cliEnablePassword" : "String value",
"cliPassword" : "String value",
"cliRetries" : "String value",
"cliTimeout" : "String value",
"cliUsername" : "String value",
"credentialProfileName" : "String value",
"httpConfigPassword" : "String value",
"httpConfigUsername" : "String value",
"httpMonitorPassword" : "String value",
"httpMonitorUsername" : "String value",
"httpPort" : "String value",
"httpServer" : "String value",
"ipAddress" : "String value",
"networkMask" : "String value",
"protocol" : "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",
"udfs" : {
"udf" : [ {
"name" : "String value",
"value" : "String value"
}, {
"name" : "String value",
"value" : "String value"
} ]
}
} ]
}
}
}
Sample XML Response Payload
https://localhost/webacs/api/v3/op/devices/bulkImport
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v3/op/devices/bulkImport" rootUrl="https://localhost/webacs/api/v3/op">
<bulkImportResult>
<jobName>String value</jobName>
<message>String value</message>
</bulkImportResult>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v3/op/devices/bulkImport.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v3/op/devices/bulkImport",
"@responseType" : "operation",
"@rootUrl" : "https://localhost/webacs/api/v3/op",
"bulkImportResult" : [ {
"jobName" : "String value",
"message" : "String value"
} ]
}
}