Management

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Intro to Ansible

Good Documentation

The Great Selenelion


>> View previously featured conversations <<

Forum Posts

I am having issues with PAWS API DataExportService.  When initiating the export via postman it fails and the logs show an error requiring an absolute path for the SFTP location, but an absolute path was provided.  SFTP is functional as the same accou...

So I am recieving a weird error with no real information to why it is failing when i try to addPhone. Have any of ya seen an error similar to this? Here is the script below and i attached the logs. It seems when I run an addPhone request it is return...

I am working on a development project where I am querying the PerfMon Processor object to get statistics.I am sucessfully querying hundreds of different stats using the python client we have developed however when I query Proccessor (ie CPU NOT proce...

doug syer by Level 1
  • 17450 Views
  • 10 replies
  • 0 Helpful votes

I have built a PowerShell script that will check Active Directory for new users. Once it has found the users it proceeds to use the API to addLine passing information from AD. Once the lines are created then i use addDeviceProfile. The script then bu...

ExternalPhoneNumberMask.PNG

Resolved! Route Point AXL

HelloI need help.Since I can create a route point with AXL and java, I am using "Java / JAX-WS Quickstart".or have another idea how to perform this action if you can help me.Thank you

I've started working with Calling Transformation Patterns and ran into a snag.When I search with pattern=%, it returns all my patterns. RequestPOST https://chdevcucm105.nxodev.intra/axl/ HTTP/1.1 Host: chdevcucm105.nxodev.intra Authorization: Basic n...

Hello All im currently working with cucm version 12.5 and i want to monitor some features like ActiveCalls and RegistredPhones and SIPTrunk and other features and i want to use Zabbix for that.I see a lot of people talking about AXL API so how can i ...

aouelali by Level 1
  • 1121 Views
  • 2 replies
  • 0 Helpful votes

>>> import requests >>> auth_url = "https://cloudsso.cisco.com/as/token.oauth2" >>> auth_header = { ... "client_id": "**omitted**", ... "client_secret": "**omitted**"", ... "grant_type": "client_credentials" ... } >>> response = requests.post(auth_ur...

Top Solution Authors