Cisco Cisco Prime Collaboration 10.5 Developer's Guide

Page of 81
 
 
© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. 
10 
wsrf-bf 
WS-BaseFaults 
Wsa 
WS-Addressing 
Wsen 
WS-Enumeration 
Wsse 
WS-Security 1.1 
 
WS-ResourceProperties 
wsrf-bf 
WS-BaseFaults 
co-v1-3 
Tigerstripe 
 
Managed Objects 
Fully managed objects can be created, updated, read (get), listed, and deleted by NBI requests. Partially managed 
objects can be read (get) and listed. Objects are hybrids of specific attributes and an array of metadata 
attribute/value pairs. NBI object metadata is where the attribute name is not a tag but a data field that is paired with 
the value (for more information on metadata, see Overview of NBI Object Metadata, page 2-35). 
These pairs are defined in the schema as an array of attribute items, relating to a specific data scope. For example, 
the device object ArrayOfDevicePropertiesValue attribute defines names and values for the device properties. 
Values can be atomic, or they can be arrays of one or more unique settings. In most of the cases, valid property 
names are defined in enumerations and checked by the server. 
The XML objects in every NBI request are validated against the XSD definition using the SAX parser. 
The following Prime Collaboration Provisioning infrastructure objects are fully managed: 
•  Device—Network entities with IPT capabilities. 
•  Domain—Partitioned network for common administration. 
•  Service Area—Device services for subscribers. 
•  Subscriber—Prime Collaboration Provisioning end user. 
The following are query-only objects: 
•  InventoryItem—A thin AXIS interface that retrieves a generic metadata object representing any object 
Prime Collaboration Provisioning persisted with InventoryManager. To facilitate search, associated 
objects are referenced by their name and attributes. 
•  ServiceDetail—Represents a service configured on a device. It contains products and other information, 
such as Domain, Service Area, subscriber information, and so on. A product object in the XSD represents 
a product. A service is based on either a device infrastructure configured product that supports the 
network configuration, or a subscriber service that supports an individual user. 
The following are submit and query objects: 
•  Order—A work order can be submitted and its status can be tracked. 
•  Nbi Request—An NBI request can be retrieved and its status can be tracked. NBI requests are purged 
shortly after execution is completed. You can change the purge duration in the ipt.properties file.