openapi: 3.2.0
info:
description: "Telemetry Information API allows clients to get telemetry configuration information.\n\n
Revision History
\n \n| Revision # | Resource Version | Cisco ISE Version | Description |
\n| 0 | 1.0 | 3.0 | Initial Cisco ISE Version | | |
\n
\n
\n\nResource Definition
\n\n| Attribute | Type | Required | Description | Example Values |
\n| name | String | Yes | Resource Name | |
\n| id | String | No | Resource UUID, mandatory for update | ed7176fb-3faf-4060-845e-d5fa5236bd6e |
\n| description | String | No | Resource Description | |
\n| status | String | No | | SCHEnable |
\n| deploymentId | String | No | | ed7176fb-3faf-4060-845e-d5fa5236bd6e |
\n| udiSN | String | No | | CH2MKIEGBGO |
\n
\n"
version: 1.0.0
title: Telemetry Information Telemetryinformation API
x-provenance:
method: harvested
authored_by: Cisco
harvested_by: API Evangelist
harvested_on: '2026-08-19'
first_party: true
provider_published: true
source_host: pubhub.devnetcloud.com
note: 103 ISE API descriptions (1,490 operations; 32 OpenAPI 3.0.x + 71 Swagger 2.0) enumerated from Cisco's own DevNet project manifest and fetched anonymously. Byte-identity reconfirmed 2026-08-19 by SHA-256 against the live source.
x-evidence:
- type: source
url: https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/
- type: source
url: https://developer.cisco.com/docs/identity-services-engine/
tags:
- name: telemetryinformation
paths:
/ers/config/telemetryinfo/{id}:
get:
tags:
- telemetryinformation
summary: Get telemetry information by ID
description: This API allows the client to get telemetry information by ID.
parameters:
- name: id
in: path
required: true
schema:
type: string
- in: header
name: HTTP ERS-Media-Type Header
description: Example:- telemetry.telemetryinfo.1.0
required: false
schema:
type: string
- in: header
name: HTTP X-CSRF-TOKEN Header
description: Required Only if Enabled from GUI Example:- fetch
schema:
type: string
responses:
200:
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/telemetryinfo'
application/xml:
schema:
$ref: '#/components/schemas/telemetryinfo'
/ers/config/telemetryinfo:
get:
tags:
- telemetryinformation
summary: Get all telemtry information
description: This API allows the client to get all the telemetry information.
Filter:
[deploymentId]
To search guest users by using toDate column,follow the format:
DD-MON-YY (Example:13-SEP-18)
Day or Year:GET /ers/config/guestuser/?filter=toDate.CONTAINS.13
Month:GET /ers/config/guestuser/?filter=toDate.CONTAINS.SEP
Date:GET /ers/config/guestuser/?filter=toDate.CONTAINS.13-SEP-18
parameters:
- in: header
name: HTTP ERS-Media-Type Header
description: Example:- telemetry.telemetryinfo.1.0
required: false
schema:
type: string
- in: header
name: HTTP X-CSRF-TOKEN Header
description: Required Only if Enabled from GUI Example:- fetch
schema:
type: string
responses:
200:
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/search'
application/xml:
schema:
$ref: '#/components/schemas/search'
/ers/config/telemetryinfo/versioninfo:
get:
tags:
- telemetryinformation
summary: Get telemtry information version information
description: This API helps to retrieve the version information related to the telemetry information.
responses:
200:
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/VersionInfo'
components:
schemas:
telemetryinfo:
type: object
properties:
TelemetryInfo:
$ref: '#/components/schemas/TelemetryInfo'
VersionInfo:
type: object
properties:
VersionInfo:
$ref: '#/components/schemas/version'
SearchResult:
type: object
properties:
total:
type: integer
example: 1
resources:
type: array
example:
- id: ed7176fb-3faf-4060-845e-d5fa5236bd6e
link:
rel: self
href: https://:9060/ers/config/telemetryinfo/ed7176fb-3faf-4060-845e-d5fa5236bd6e
type: application/json
items:
properties:
name:
type: string
search:
type: object
properties:
SearchResult:
$ref: '#/components/schemas/SearchResult'
version:
type: object
properties:
currentServerVersion:
type: string
example: '1.0'
supportedVersions:
type: string
example: '1.0'
link:
$ref: '#/components/schemas/link1'
TelemetryInfo:
type: object
properties:
id:
type: string
example: ed7176fb-3faf-4060-845e-d5fa5236bd6e
status:
type: string
example: SCHEnable
deploymentId:
type: string
example: Sed7176fb-3faf-4060-845e-d5fa5236bd6e
udiSN:
type: string
example: CH2MKIEGBGO
link:
type: object
properties:
rel:
type: string
example: self
href:
type: string
example: https://:9060/ers/config/ers/config/telemetryinfo/ed7176fb-3faf-4060-845e-d5fa5236bd6e
type:
type: string
example: application/json
link1:
type: object
properties:
rel:
type: string
example: self
href:
type: string
example: https://:9060/ers/config/telemetryinfo/versioninfo
type:
type: string
example: application/json