Технические ссылки для Cisco Cisco Prime IP Express 8.3

Скачать
Страница из 1286
 {
  "objectOid":"OID-00:00:00:00:00:00:00:63",
  "name":"b1",
  "policy":"default",
  "embeddedPolicy":{"optionList":{"OptionItem":[{"number":"3","value":"0c:01:00:01"}]}},
  "vpnId":"0",
  "subnet":"10.1.0.0/24",
  "rangeList":{"RangeItem":[{"start":"10.1.0.2","end":"10.1.0.254"}]},
  "selectionTagList":{"stringItem":["red","white","blue"]}
 }
 
 
XML-formatted Scope Object
 <Scope>
  <objectOid>OID-00:00:00:00:00:00:00:63</objectOid>
  <name>b1</name>
  <policy>default</policy>
  <embeddedPolicy>
   <optionList>
    <OptionItem>
     <number>3</number>
     <value>0c:01:00:01</value>
    </OptionItem>
   </optionList>
  </embeddedPolicy>
  <vpnId>0</vpnId>
  <subnet>10.1.0.0/24</subnet>
  <rangeList>
   <RangeItem>
    <start>10.1.0.2</start>
    <end>10.1.0.254</end>
   </RangeItem>
  </rangeList>
  <selectionTagList>
   <stringItem>red</stringItem>
   <stringItem>white</stringItem>
   <stringItem>blue</stringItem>
  </selectionTagList>
 </Scope>
 
 
List Functions
When retrieving a list of items, the return list size is limited to 20 items by default. The cnr.rs-list-size
property can be set in the Network Registrar conf file to change this limit. The response header will
include a next link to get the next set of items when there are remaining items in the collection. The
collection size can also be reduced using filter criteria which are specified as query parameters. These
will be applied as a case-insensitive regular expression match and may be set for any attribute in the
class, excluding embedded objects. Note, however, that Network Registrar does not support the '+'
regex operator.
By default, client collections will be discarded after 5 minutes of inactivity. This timeout value can be
changed using the cnr.rs-user-timeout property.
The limit specified by the cnr.rs-list-size property also applies to input lists specified with the PUT and
DELETE primitives. Changes for larger datasets must be submitted as a set of smaller requests.