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 Issues API

Operations related to Catalyst Center - Assurance Issues

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

Tagged areas include Issues. 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 11 operations across 11 paths, and defines 54 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

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

11 operations 11 paths 54 schemas 3 GET8 POST

Metadata

The identity and technical contract details declared by the specification.

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

Paths & Operations 11

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

issues 11

Operations related to Catalyst Center - Assurance Issues

POST
/dna/intent/api/v1/assuranceIssues/resolve
Resolve the given lists of issues
resolveIssues 1 param body → 2004005001XX2XX3XX4XX5XX
POST
/dna/intent/api/v1/assuranceIssues/ignore
Ignore the given list of issues
ignoreIssues 1 param body → 2004005001XX2XX3XX4XX5XX
POST
/dna/intent/api/v1/assuranceIssues/{id}/update
Update the given issue by updating selected fields
updateIssue 3 params body → 2004004045001XX2XX3XX4XX
GET
/dna/data/api/v1/assuranceIssues/{id}
Get all the details and suggested actions of an issue for the given issue id
readIssueById 5 params → 2004004045001XX2XX3XX4XX
GET
/dna/data/api/v1/assuranceIssues
Get the details of issues for given set of filters
readIssues 36 params → 2004005001XX2XX3XX4XX5XX
GET
/dna/data/api/v1/assuranceIssues/count
Get the total number of issues for given set of filters
readIssuesCount 29 params → 2004005001XX2XX3XX4XX5XX
POST
/dna/data/api/v1/assuranceIssues/query
Get the details of issues for given set of filters
readIssuesWithFilters 2 params body → 2004005001XX2XX3XX4XX5XX
POST
/dna/data/api/v1/assuranceIssues/query/count
Get the total number of issues for given set of filters
readIssuesCountWithFilters 1 param body → 2004005001XX2XX3XX4XX5XX
POST
/dna/data/api/v1/assuranceIssues/topNAnalytics
Get Top N analytics data of issues
queryIssuesTopNAnalytics 2 params body → 2004005001XX2XX3XX4XX5XX
POST
/dna/data/api/v1/assuranceIssues/trendAnalytics
Get trend analytics data of issues
queryIssuesTrendAnalytics 2 params body → 2004005001XX2XX3XX4XX5XX
POST
/dna/data/api/v1/assuranceIssues/summaryAnalytics
Get summary analytics data of issues
queryIssuesSummaryAnalytics 2 params body → 2004005001XX2XX3XX4XX5XX

Schemas 54

The contract defines 54 schemas that model the data the API accepts and returns. The most detailed are IssueDetailResponse_2 (24 properties), IssueDetailResponse (23 properties), IssuesTrendAnalyticsRequest (6 properties), IssuesTopNAnalyticsRequest (6 properties). Each schema is shown below with its type and property counts.

IssuesAnalyticsGroup
object
Issues Analytics Group object
3 properties
IssuesAnalyticsFunction
string
Name of the aggregate function that should be applied when querying the data.
CountIntegerResponse_response
object
1 property
IgnoreIssuesRequest
object
2 properties
IssuesFilterAttribute
string
Field names which are supported by this API as filter keys
ResolveIssuesResponseModel
object
2 properties
ErrorObject
object
3 properties
ErrorResponse
object
Contains information explaining the error that occured processing this request.
2 properties
IssuesSummaryAnalyticsRequest
object
The input payload to query Summary Analytics Issue data.
5 properties
startAndEndTime
object
start and end time of data set to query. Data is aggregated based on time window and timestamped with window start time. | For example - 1. When data events fa…
2 properties
IssuesFilter
object
In case of single filter, please use key, operator and value combination. If multiple filters need to be applied using a logical operation, please use logicalO…
5 properties
IssuesTopNAnalyticsRequest
object
The input payload to query Top-N Analytics Issue data.
6 properties 2 required
IssuesPaginationWithTrendResponse
object
4 properties
IssuesTrendAnalyticsResponse
object
Issues Trend Analytics Response object
4 properties
LogicalOperator
string
Operator to use when attempting to apply a logical conjunction of more than 1 filter Logical operations include: 'and', 'or'.
IssuesPaginationSortBy
object
Records are sorted based on the field specified.
2 properties
IssuesTrendInterval
string
The time window to aggregate the issues data.
IssuesSummaryAnalyticsResponseModel
object
Issues Summary Analytics Response
3 properties
IssuesPaginationWithAggregateSortResponse
object
4 properties
ResolveIssuesRequest
object
1 property
IssuesAnalyticsAggregateAttributeResponse
object
3 properties
IssueDetailListResponseModel
object
Issue detail list response
3 properties
IgnoreIssuesResponseModel
object
2 properties
UpdateIssueRequest
object
1 property
IssuesAdditionalAttribute
object
2 properties
IssuesAnalyticsAttributeKey
string
CountIntegerResponse
object
Reports
2 properties
IssuesQueryRequest
object
Issues query requst payload
4 properties
IssuesSummaryAnalyticsResponse
object
Issues Summary Analytics Group Response object
3 properties
IssueDetailResponse
object
Contains all details of an issue including suggested actions.
23 properties
IssuesPaginationWithAggregateSortRequest
object
3 properties
IssuesAnalyticsAttributeResponse
object
2 properties
IssueDetailResponse_2
object
Contains all details of an issue including suggested actions.
24 properties
IssuesOperator
string
Type of filter operator to use for querying data | in and out operator takes multiple values and applies the filters
IssuesPaginationWithSortRequest
object
3 properties
IssuesPaginationWithTrendRequest
object
3 properties
IssuesTrendAnalyticsResponseModel
object
Issues Trend Analytics Response
3 properties
IssuesTopNAnalyticsResponseModel
object
Issues Top N Analytics Response
3 properties
IssuesView
string
View is predefined set of attributes supported by the API. Only the attributes related to the given view will be part of the API response along with default at…
ResolveIssuesResponse
object
2 properties
IssuesQueryCountRequest
object
1 property
IssueDetailResponseModel
object
2 properties
IssuesResponseAttribute
string
Field names which are supported by this API as response attributes
IgnoreIssuesResponse
object
2 properties
IssuesTrendAnalyticsRequest
object
The input payload to query Trend Analytics Issue data.
6 properties 1 required
IssuesTopNAnalyticsResponse
array
Issues TopN Analytics Response object
topN
integer
Number of records to retrieve
IssuesAnalyticsAggregateAttributeKey
string
Field name on which the aggregate function should be applied when querying the data.
SuggestedAction
object
Suggested actions to be performed to address this issue
2 properties
IssuesAnalyticsAggregateAttribute
object
2 properties
IssuesPaginationWithSortResponse
object
4 properties
IssuesAnalyticsGroupByKey
string
Field names which are supported as groupBy in Summary, TopN and Trend Aanalytics API
IssuesPaginationWithAggregateSortBy
object
Records are sorted based on the field specified.
3 properties
SuggestedActionStep
object
Details of the command to be executed on the device
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cisco-catalyst-center-issues-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 Issues 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.