openapi: 3.2.0 info: title: ISE ERS Reportconfig API version: 3.1.0 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/ servers: - url: https://{server}:{port}/ers/config description: Append /ctsapi/v2 or /ctsapi/v3 to above URL while accessing CTS APIs variables: server: description: The host where the API is rooted default: localhost port: description: The port no for CTS APIs is 9063 and for other APIs it is 443 default: '443' security: - HTTPBasicAuthentication: [] tags: - name: reportconfig paths: /reportconfig/: post: tags: - reportconfig summary: TrustSec-Query parameters: [] requestBody: content: application/json: schema: $ref: '#/components/schemas/trustsec.reportconfig' example: CTSReportConfig: reportType: DELTA_WITH_GEN_ID pullId: '1729003030' policyVerId: 12-1-196a90e49e4 containsManualDefs: false reportData: ctsMatrix: sgts: - genID: '0' sgtNumber: '9' policyType: steering sgtArr: - 0E containsValues: false required: true responses: '201': description: Created '400': description: Bad Request content: application/json: schema: $ref: '#/components/schemas/ERSResponse' application/xml: schema: $ref: '#/components/schemas/ERSResponse' text/html: schema: type: string example: null '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found content: application/json: schema: $ref: '#/components/schemas/ERSResponse' application/xml: schema: $ref: '#/components/schemas/ERSResponse' text/html: schema: type: string example: null '406': description: Not Acceptable '415': description: UnSupported Media Type content: application/json: schema: $ref: '#/components/schemas/ERSResponse' application/xml: schema: $ref: '#/components/schemas/ERSResponse' text/html: schema: type: string example: null '500': description: Internal Server Error /ctsapi/v2/reportconfig/: post: tags: - reportconfig summary: TrustSec-Query parameters: [] requestBody: content: application/json: schema: $ref: '#/components/schemas/trustsec.reportconfig' example: CTSReportConfig: reportType: DELTA_WITH_GEN_ID pullId: '1729003030' policyVerId: 12-1-196a90e49e4 containsManualDefs: false reportData: ctsMatrix: sgts: - genID: '0' sgtNumber: '9' policyType: steering sgtArr: - 0E containsValues: false required: true responses: '201': description: Created '400': description: Bad Request content: application/json: schema: $ref: '#/components/schemas/ERSResponse' application/xml: schema: $ref: '#/components/schemas/ERSResponse' text/html: schema: type: string example: null '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found content: application/json: schema: $ref: '#/components/schemas/ERSResponse' application/xml: schema: $ref: '#/components/schemas/ERSResponse' text/html: schema: type: string example: null '406': description: Not Acceptable '415': description: UnSupported Media Type content: application/json: schema: $ref: '#/components/schemas/ERSResponse' application/xml: schema: $ref: '#/components/schemas/ERSResponse' text/html: schema: type: string example: null '500': description: Internal Server Error /ctsapi/v3/reportconfig/: post: tags: - reportconfig summary: TrustSec-Query parameters: [] requestBody: content: application/json: schema: $ref: '#/components/schemas/trustsec.reportconfig' example: CTSReportConfig: reportType: DELTA_WITH_GEN_ID pullId: '1729003030' policyVerId: 12-1-196a90e49e4 containsManualDefs: false reportData: ctsMatrix: sgts: - genID: '0' sgtNumber: '9' policyType: steering sgtArr: - 0E containsValues: false required: true responses: '201': description: Created '400': description: Bad Request content: application/json: schema: $ref: '#/components/schemas/ERSResponse' application/xml: schema: $ref: '#/components/schemas/ERSResponse' text/html: schema: type: string example: null '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found content: application/json: schema: $ref: '#/components/schemas/ERSResponse' application/xml: schema: $ref: '#/components/schemas/ERSResponse' text/html: schema: type: string example: null '406': description: Not Acceptable '415': description: UnSupported Media Type content: application/json: schema: $ref: '#/components/schemas/ERSResponse' application/xml: schema: $ref: '#/components/schemas/ERSResponse' text/html: schema: type: string example: null '500': description: Internal Server Error components: schemas: CTSReportConfig: properties: pullId: title: pullId type: string description: '' example: null policyVerId: title: policyVerId type: string description: '' example: null policyVerIdOnISE: title: policyVerIdOnISE type: string description: '' example: null validationResult: title: validationResult type: string description: '' example: null reportType: title: reportType type: string description: 'allowed values: DISABLED, DELTA_WITH_GEN_ID, DELTA_WITH_VALUES, FULL_WITH_GEN_ID, FULL_WITH_VALUES, FULL_INCLUDE_MANUAL_RULES, POLICY_VERSION_ID' example: null containsValues: title: containsValues type: string description: '' example: null containsManualDefs: title: containsManualDefs type: string description: '' example: null reportData: properties: ctsMatrix: title: ctsMatrix type: string description: '' example: null example: null example: CTSReportConfig: reportType: DELTA_WITH_GEN_ID pullId: '1729003030' policyVerId: 12-1-196a90e49e4 containsManualDefs: false reportData: ctsMatrix: sgts: - genID: '0' sgtNumber: '9' policyType: steering sgtArr: - 0E containsValues: false ERSResponse: type: object properties: operation: type: string example: Operation messages: type: array example: null items: properties: title: type: string example: title type: type: string example: type code: type: string example: code example: null example: null trustsec.reportconfig: required: - CTSReportConfig type: object properties: CTSReportConfig: $ref: '#/components/schemas/CTSReportConfig' example: null securitySchemes: HTTPBasicAuthentication: type: http scheme: basic