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

Who Me Too'd this topic

Axl response from listGateway uuid, cannot use for getGatewaySccpEndpoints (what about mgcp) or any gatGatewayEndpoint(Digital, T1,Pri,Bri) or Analog Axl calls, Item not valid

Evanchik
Level 1
Level 1

On the topic of AXL API endpoint

listGateway - provides you with all the gateway in all versions of cucm correctly, when I take the uuid, and then try to figure out its endpoints with getGatewaySccpEndpoints. (Fyi there is no getGatewayMgcpEndpoints, thats another question too), to then call the final AXL call getGatewayEndpointDigitalAccessT1 or getGatewayEndpointDigitalAccessPri or getGatewayEndpointDigitalAccessBri or getGatewayEndpointAnalogAccess. Every single AXL call I try (even on the latest CUCM 12.5) none of these calls accept the uuid or name, and return the error <axlmessage>Item not valid:

Doing some research this has been a problem for a while, in which the work around is to query the underlying database executeSqlQuery AXL call to the CUCM database, to get the CORRECT uuid. IS this hack , the only way to do this? Can somebody please who has knowledge of this, or in the department enlighten me as to what I am doing wrong, or how it should be done? Here is ALL I found on cisco forums

https://community.cisco.com/t5/management/finding-analog-endpoints-and-lines-associated-to-a-vg-gateway/td-p/3570238

Who Me Too'd this topic