Hi My Customer needs list of Cisco TAA Compliant IP Phones and Jabber client validated on TAA Compliant Cell PhonesNeed to know if Cisco IP Phone 860 and 9871 is TAA CompliantNeed List of TAA Compliant Cell Phone on which Jabber Client is validatedNi...
HiI can create auth group in NSO.To which service I should associate the authgroup that will enable me to access NSO API, Devices and configure themNisheeth
Hi I have created the an auth group and thru api query I can retrieve the auth group int he code/restconf/data/tailf-ncs:devices/authgroups/group=<group-name> or use maapiNow i get the encrypted remote-password how do i decrypt the remote password fo...
HiI am trying to implement ADDDC disablement to the cluster cimc.when tested thru cli it gave the following errors for SMI NED and name spaceadmin@ncs# show devices list | include ORCMXXXXORCMXXXX 10.17.13.13 - cisco-smi-nc-1.2 unlockedadmin@ncs#admi...
HiI am working on the automation of pushing configurations to UPF The configuration was committed to running config and it was working perfectly ok because it was not triggering the rebootNow there is a new scenarioAdd new interface for ipv6 and hten...
For my automation I have created two REST API endpoint Workflow Start EP http://localhost:8080/workflow/workflow-startWorkflow Status EP http://localhost:8080/workflow/workflow-statusConfigUpdate Start EP http://localhost:8080/conf-upd/conf-upd...
I did went thru the recommended examples and found the solution. The URI had issues it was missing tailf-ned type and a payload. I added that and it worked below is the example.curl --location --globoff 'http://localhost:8080/restconf/operations/tail...
Earlier i was making the mistake and i corrected that still having error same issue how to put show rcm info because I am getting error invalid pathcurl --location --request POST 'http://localhost:8080/restconf/operations/tailf-ncs:devices/device=ORU...
I am getting the error I dont know how to put show rcm info after execRequestcurl --location --request POST 'http://localhost:8080/restconf/data/tailf-ncs:devices/device=ORUD0407/live-status/exec/"show rcm info"' \--header 'Accept: application/yang-d...