Example code on PowerShell to access Cisco ACS REST API (v5.8.x)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<ns2:query xmlns:ns2="query.rest.mgmt.acs.nm.cisco.com">
|
|
<criteria xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns2:AndFilter">
|
|
<simpleFilters>
|
|
<propertyName>name</propertyName>
|
|
<operation>CONTAINS</operation>
|
|
<value>ROUTER123</value>
|
|
</simpleFilters>
|
|
</criteria>
|
|
<numberofItemsInPage>100</numberofItemsInPage>
|
|
<startPageNumber>1</startPageNumber>
|
|
</ns2:query>
|