How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Cisco Catalyst Center Network Applications API

Operations related to Catalyst Center - Appx Network Applications

Cisco Catalyst Center Network Applications API is one of 30 APIs that Cisco Catalyst Center publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, and authentication docs.

This API exposes 7 operations across 7 paths, and defines 50 schemas. It is described by OpenAPI 3.2.0, at version 1.0.2.

Requests are made against a single base URL, https://developer.cisco.com/dna/data/api/v1.

7 operations 7 paths 50 schemas 4 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.2
Base URL
https://{catalyst-center-host}/dna/intent/api/v1
Terms of Service
Resource Areas
1

Paths & Operations 7

Across 7 paths, the API surfaces 7 operations — 4 GET, 3 POST. Each is listed below with its method, path, parameters, and response codes.

networkApplications 7

Operations related to Catalyst Center - Appx Network Applications

GET
/dna/data/api/v1/networkApplications
Retrieves the list of network applications along with experience and health metrics
readNetworkApplications 14 params → 2004005001XX2XX3XX4XX5XX
GET
/dna/data/api/v1/networkApplications/count
Retrieves the total count of network applications by applying basic filtering
readNetworkApplicationsCount 9 params → 2004005001XX2XX3XX4XX5XX
POST
/dna/data/api/v1/networkApplications/trendAnalytics
Retrieves the Trend analytics data related to network applications.
queryNetworkApplicationsTrendAnalytics 1 param body → 2004005001XX2XX3XX4XX5XX
POST
/dna/data/api/v1/networkApplications/{id}/trendAnalytics
Retrieves the Trend analytics related to specific network application.
queryNetworkApplicationTrendAnalyticsById 2 params body → 2004005001XX2XX3XX4XX5XX
POST
/dna/data/api/v1/networkApplications/summaryAnalytics
Retrieves summary analytics data related to network applications along with health metrics.
queryNetworkApplicationsSummaryAnalytics 1 param body → 2004005001XX2XX3XX4XX5XX
GET
/dna/data/api/v1/networkApplications/{id}/clients
Retrieves the list of clients metrics for the given application.
readNetworkApplicationClientsById 11 params → 2004005001XX2XX3XX4XX5XX
GET
/dna/data/api/v1/networkApplications/{id}/clients/count
Retrieves the client count for the given application.
countNetworkApplicationClientsById 6 params → 2004005001XX2XX3XX4XX5XX

Schemas 50

The contract defines 50 schemas that model the data the API accepts and returns. The most detailed are NetworkApplicationClient (16 properties), NetworkApplicationCommonDetail (11 properties), NetworkApplicationTrendQueryRequest (9 properties), NetworkApplicationSummaryRequest (8 properties). Each schema is shown below with its type and property counts.

NetworkApplicationAggregateAttribute
object
Field name and list of aggregate functions to be applied when querying the data.
2 properties
appEndTime
integer
End time to which the API queries the dataset related to the resource. It must be specified in terms of milliseconds since UNIX epoch. Value is inclusive.
NetworkApplicationLogicalOperator
string
Operator to use when attempting to apply a logical conjunction of more than 1 filter Logical operations include: 'and', 'or'.
NetworkApplicationAggregateAttributeResponse
object
3 properties
NetworkApplicationPaginationTrend
object
4 properties
NetworkApplication
object
Application Experience details
ssid
string
In the context of a network application, SSID refers to the name of the wireless network to which the client connects.
NetworkApplicationTrendQueryRequest
object
Request payload used for complex trend query API. It contains | 'trend' 'attributes' - To provide the list of fields that user is interested in the response. |…
9 properties 2 required
NetworkApplicationCommonDetail
object
Network application experience information
11 properties
NetworkApplicationCountIntegerResponse
object
Reports
2 properties
NetworkApplicationPaginationWithAggregate
object
5 properties
AppxErrorObject
object
3 properties
NetworkApplicationAggregateField
string
Supported aggregated attributes related to network applications | Aggregate Function | Supported Aggregate Fields | | --- | --- | | 'latest'| applicationName,…
NetworkApplicationSummaryRequest
object
Request payload used for summary query API. It contains
8 properties
NetworkApplicationClient
object
Application experience information for the client
16 properties
NetworkApplicationClientSortByObj
object
This is a unified sortBy model for attributes and aggregate attributes request. If function is specified then API will sort the colllection on aggregated attri…
2 properties
NetworkApplicationAnalyticsAttributesResponse
array
NetworkApplicationAggregateAttributes
array
NetworkApplicationsTrendGroupsResponse
object
The aggregate trend response includes timestamp, attributes, aggregateAttributes, and group attributes. The attributes aggregateAttributes and groups are mutua…
4 properties
appTrendInterval
string
The time window to aggregate the metrics. Interval can be 5 minutes or 10 minutes or 1 hour or 3 hours
ApplicationName
string
Name of the application for which the experience data is intended.
NetworkApplicationsGroupsResponse
object
Network Application Summary response contains attributes, aggregateAttributes and groups attributes, aggregatedAttributes and groups are mutually exclusive. If…
3 properties
AppxErrorResponse
object
Contains information explaining the error that occured processing this request.
2 properties
vlanId
string
VLAN identifier assigned to wired or wireless client
NetworkApplicationGroupByField
string
Supported groupBy attributes related to network applications
NetworkApplicationFilterField
string
Supported filter attributes related to network applications
ApplicationFunction
string
Type of aggregate function to apply on the field when querying data
NetworkApplicationSummaryAttribute
string
Attributes related to application experience that can be requested to only be part of the response along with the required attributes.
appStartTime
integer
Start time from which the API queries the dataset related to the resource. It must be specified in terms of milliseconds since UNIX epoch. Value is inclusive.
IPv4Address
string
NetworkApplicationBasic
object
Basic information about the network application
7 properties
NetworkApplicationGroupByAttributes
array
NetworkApplicationSummaryAttributes
array
MacAddress
string
Mac Address of the Client
NetworkApplicationClientsResponseModel
object
Collection of client records
3 properties
NetworkApplicationTrendAttribute
string
Attributes related to application experience that can be requested to only be part of the response along with the required attributes.
NetworkApplicationTrendResponse
object
3 properties
NetworkApplicationSortByObj
object
This is a unified sortBy model for attributes and aggregate attributes request. If function is specified then API will sort the colllection on aggregated attri…
3 properties
NetworkApplicationFilters
array
List of filters to apply when querying the data Filtering on numerical fields (integer, number,etc.) will support the numerical operators: [eq, lt, gt, lte, gt…
NetworkApplicationTrendAttributes
array
NetworkApplicationsGroupResponse
object
3 properties
NetworkApplicationSummaryResponse
object
3 properties
NetworkApplicationAnalyticsAttributeResponse
object
2 properties
IPv6Address
string
NetworkApplicationsResponseModel
object
Collection of application experience records
3 properties
NetworkApplicationCountIntegerResponse_response
object
1 property
NetworkApplicationAggregateAttributesResponse
array
NetworkApplicationOperator
string
Type of filter operator to use for querying data | in and out operator takes multiple values and applies the filters
NetworkApplicationFilterObj
object
5 properties
NetworkApplicationClientPaginationWithAggregate
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cisco-catalyst-center-networkapplications-api-openapi.yml Raw ↑

Other APIs Cisco Catalyst Center publishes across the network.

Cisco Catalyst Center MCP Server
Cisco Catalyst Center AAA Services API
Cisco Catalyst Center Application Health Score Definitions API
Cisco Catalyst Center Assurance Events API
Cisco Catalyst Center Assurance Tasks API
Cisco Catalyst Center Clients API
Cisco Catalyst Center Custom Issue Definitions API
Cisco Catalyst Center DHCP Services API
Cisco Catalyst Center Direct Deploy API
Cisco Catalyst Center DNS Services API
Cisco Catalyst Center Energy API
Cisco Catalyst Center Fabric Site Health Summaries API
Where this information came from

This is an independent, third-party profile of Cisco Catalyst Center Network Applications API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.