Cisco Cisco Prime Home 6.3 Developer's Guide

Page of 78
Cisco Prime Home – Integration Guide
 
 
OL-28557-01   v5.0.1
 
27 
Endpoint
… /prime-home/api/v1/devices/deviceId/history 
This document contains recent history of scripts executed on the device and the 
last status of application synchronizations. 
Method 
In 
Out 
GET 
device-history
 
 
 
Subscribers 
Data Types : 
subscriber-v2
 
  element subscriber-v2 { 
    attribute subscriberId {long}?,
 
    code {string}
 
    element credentials {
 
        attribute login {string}
 
        attribute password {string} [in]
 
        attribute expires {long} [out]
 
    }
 
    element labels {(
 
        attribute name {string}
 
        attribute fgcolor {string} [out]
 
        attribute bgcolor {string} [out]
 
    )*},
 
    dto: {
 
        element dto {tree({string}, {string})}
 
    },
 
    element subscriptions {(
 
        attribute deviceId {long}
 
        attribute oui {string}? [out]
 
        attribute sn {string}? [out]
 
        attribute provisioningCode {string}? [out]
 
        attribute cpProvisioningId {string}? [out]
 
        attribute friendlyManufacturerName {string}? [out]
 
        attribute friendlyName {string}? [out]
 
        attribute disposition {"FUTURE_DEVICE"|"MANAGED_DEVICE"}? [out]
 
    )*}
 
}
 
 
Endpoint
… /prime-home/api/v1/subscribers 
 
 
Warning: This API has been deprecated. See .../prime-
home/api/v2/subscribers and .../prime-home/portal/query/execute 
 
 
 
Endpoint
… /prime-home/api/v1/subscribers/subscriberId 
This document contains information about a single subscriber and is used to modify 
that subscriber's data. subscriberId can be in the form of the internal subscriber 
numeric id, or "code:subscriber code" 
Method 
In 
Out 
DELETE 
-
 
 
 
Warning: This API has been deprecated. See .../prime-
home/api/v2/subscribers and .../prime-home/portal/query/execute