cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
471
Views
0
Helpful
1
Replies

CUCM getServiceParameter

peteryun
Cisco Employee
Cisco Employee

        <ns:getServiceParameter>

            <processNodeName>h1002autosjccm001.pg.net</processNodeName>

            <service>Cisco AMC Service</service>

            <name>FailoverCollector</name>

        </ns:getServiceParameter>

request is getting back:

            <faultcode>soapenv:Server</faultcode>

            <faultstring>Item not valid: The specified Service Parameter was not found</faultstring>

            <detail>

                <axlError>

                    <axlcode>5007</axlcode>

                    <axlmessage>Item not valid: The specified Service Parameter was not found</axlmessage>

                    <request>getServiceParameter</request>

                </axlError>

            </detail>

Thought FailoverCollector is one of the parameter names for Cisco AMC Service.  How could one find out what the correct name should be?

1 Reply 1

Joseph Jacobs
Level 4
Level 4

My first recommendation is to just use the listServiceParameter, list them all and look that way.

Here's a modified response from my CUCM when i ran the listServiceParameter..  i removed the UUID's. 

            <serviceParameter>

               <processNodeName>EnterpriseWideData</processNodeName>

               <name>FailoverCollector</name>

               <service>Cisco AMC Service</service>

               <value/>

               <valueType>string</valueType>

            </serviceParameter>

Looks like the processNodeName should be EnterpriseWideData, but that's just in my system.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: