Cisco Cisco Prime Home 6.3 Developer's Guide

Page of 78
Cisco Prime Home – Integration Guide
 
 
OL-28557-01   v5.0.1
 
 
Introduction 
Preface 
Intended Audience 
This guide is intended to be used by anyone who wants to become familiar with 
integrating external systems with Prime Home. Most of this document 
specifically targets integration implementers. 
In This Guide… 
The device lifecycle  
Northbound APIs for searching, provisioning, control panel session 
management  
Applications  
LDAP Configuration 
Prime Home API Capabilities 
Device Management: 
 
Creating, editing, and deleting subscribers, devices, and associated data  
Associating subscribers with managed devices  
Configuring managed devices (i.e. port bridging, wireless settings, etc.)  
Turning on/off specific services (i.e. IPTV, Content Filtering, etc.)  
Querying the state of device operations  
 
Search:
 
Find subscribers and devices given a number of fields to search 
Extract bulk data such as statistics  
Create Control Panel Sessions: 
For subscriber single sign-on implementations  
Getting Started 
Language / Framework Requirements 
You are free to choose whatever language or framework you are most 
comfortable with since the API is entirely web based and is language agnostic. 
This document will provide some suggestions and examples, but you are by no 
means limited to those languages. 
 
Choose an HTTP client software to interact with the API. It should support the 
GET, POST, PUT, and DELETE HTTP methods. cURL, wget, apache java http client,