Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
This XML is not working when trying to add a DN. Any suggestions? <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/10.5"><soapenv:Body><ns:addLine...
0down votefavorite
I cannot seem to get this to work using Powershell 5.1. The device is a Cisco MX800 CE9.3.
$url = "https://10.1.135.20/getxml?location=/Status"
[Net.ServicePointManager]::ServerCertificateValidationCallback={$true}
$webclie...
I can read the information I would like but cannot seem to update it.
Here I read successfully.
$MyCreds = Import-Clixml -LiteralPath $credfile$request = @" <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schema...
I am having no problem updating things like community name using
http://endpointip/putxml
and this in the body
<Configuration><NetworkServices><SNMP><CommunityName>ABCD</CommunityName></SNMP></NetworkServices></Configuration>
However this is not wo...
It is resolved. I needed a few more elements embedded.
<soapenv:Header/> <soapenv:Body> <ns:updatePhone> <uuid>{936E5CEC-BE41-8657-900D-36DE91F80E45}</uuid> <vendorConfig> <AdminLoginDetails> <adminUserId>service...