Cisco Prime Infrastructure API
Prime Infrastructure API Documentation

REST API Resources

CLI Template Configuration

The CLI Template Configuration service allows a CLI configuration template to be applied to one or more target devices. It also provides a way to upload, delete, and get the CLI templates in the system.

Resource Description
DELETE Delete Configuration Template Deletes a template from the system.
GET Download Configuration Template
Deprecated

Please use the CLI Configuration Templates resource instead. This operation may be removed in a future release.

Export a template from the system.
GET List Configuration Templates
Deprecated

This operation does not support pagination, filtering, or sorting. Please use the CLI Configuration Templates resource instead. This operation may be removed in a future release.

Get a list of the published Templates
GET List Device Types Returns the list of device types you can specify for a CLI template.
POST Upload Configuration Template Upload a new template into the system.
PUT Deploy Configuration Template
Deprecated

This resource deploys templates in a synchronized way which may take a long time to respond. Use the resource Deploy Configuration Template Through Job instead

Deploy a template to a list of devices.

Group Summary Service

The Group Summary Service provides a summary of alarms per group for each type of group (Site, Device Type or User Defined Group) , an overall alarm summary and a summary of the number devices per Site.

Resource Description
GET Alarm Summary Provides alarm summary information including: total number of alarms, number of alarmed devices, number of alarmed sites, number of alarmed APs and number of alarmed Clients.
GET Device Groups Returns list of Device Type groups, including the count of alarms of each severity for each group.
GET Location Groups Returns list of Locations, including the count of alarms of each severity for each group. Also includes counts of devices, APs and Clients associated with the Location and also location information regarding the location. This service was formerly known as "Site Groups."
GET User Defined Groups Returns list of User Defined groups for both Network Device Groups and Port Groups, including the count of alarms of each severity for each group.

Manage and Monitor Info Service

The Manage and Monitor Info Service service provides information about the application and the server it runs on.

Resource Description
GET Core Dumps Returns the number of application core dumps present on the server.
GET Disk Usage and Capacity Returns capacity and usage information for the volumes present on the application's server.
GET Licenses Returns license information about the application.
GET Uptime Returns uptime information as well as information about the application and the server it runs on.
GET Version Returns the version of the application.