openapi: 3.2.0 info: title: Cisco ISE API - TrustSec Classification rule API version: 1.0.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://172.23.118.207:443 description: Inferred Url tags: - name: Classification rule paths: /api/v1/trustsec/classification-policy: get: tags: - Classification rule summary: Classification rule - Get Classification rule List. description: Classification rule - ISE uses ACI policy objects as conditions to determine which context goes to which Primary Sgt and Secondary Sgts. operationId: getClassificationRuleList parameters: - name: X-Request-ID in: header description: The request ID header consists of the request ID which is returned in the response headers and also appears in the API service logs. required: false schema: type: string exampleSetFlag: true responses: '200': description: list of CdpClassificationRuleListResponse objects content: application/json: schema: $ref: '#/components/schemas/CdpClassificationRuleListResponseEntity' exampleSetFlag: false '400': description: Bad request content: application/json: schema: $ref: '#/components/schemas/Error' exampleSetFlag: false '401': description: Unauthorized '403': description: Forbidden '404': description: The specified resource was not found content: application/json: schema: $ref: '#/components/schemas/Error' exampleSetFlag: false post: tags: - Classification rule summary: Classification rule - Create Classification rule . description: 'Classification rule - Create Classification rule : ' operationId: createClassificationRuleConfiguration parameters: - name: X-Request-ID in: header description: The request ID header consists of the request ID which is returned in the response headers and also appears in the API service logs. required: false schema: type: string exampleSetFlag: true requestBody: content: application/json: schema: $ref: '#/components/schemas/CdpClassificationRule' exampleSetFlag: false responses: '200': description: list of CdpClassificationRuleResponse objects content: application/json: schema: $ref: '#/components/schemas/CdpClassificationRuleResponseEntity' exampleSetFlag: false '201': description: Created '400': description: Bad request content: application/json: schema: $ref: '#/components/schemas/Error' exampleSetFlag: false '401': description: Unauthorized '403': description: Forbidden '404': description: The specified resource was not found content: application/json: schema: $ref: '#/components/schemas/Error' exampleSetFlag: false /api/v1/trustsec/classification-policy/preview: post: tags: - Classification rule summary: Classification Policy - Preview the result of this Classification Policy on the bindings data. description: 'Classification Policy - Preview Classification Policy: ' operationId: getClassificationRuleFilterPreview parameters: - name: X-Request-ID in: header description: The request ID header consists of the request ID which is returned in the response headers and also appears in the API service logs. required: false schema: type: string exampleSetFlag: true requestBody: content: application/json: schema: $ref: '#/components/schemas/CdpClassificationRuleFilterWithPage' exampleSetFlag: false responses: '200': description: list of ClassificationRulePreviewResponseEntity objects content: application/json: schema: $ref: '#/components/schemas/CdpClassificationRulePreviewResponseEntity' exampleSetFlag: false '201': description: Created '400': description: Bad request content: application/json: schema: $ref: '#/components/schemas/Error' exampleSetFlag: false '401': description: Unauthorized '403': description: Forbidden '404': description: The specified resource was not found content: application/json: schema: $ref: '#/components/schemas/Error' exampleSetFlag: false /api/v1/trustsec/classification-policy/re-rank: post: tags: - Classification rule summary: Classification rule - Re-rank Classification rules. description: 'Classification rule - Re-rank Classification rules. ' operationId: reRankClassificationRules parameters: - name: X-Request-ID in: header description: The request ID header consists of the request ID which is returned in the response headers and also appears in the API service logs. required: false schema: type: string exampleSetFlag: true requestBody: content: application/json: schema: $ref: '#/components/schemas/CdpClassificationRuleRankRequestList' exampleSetFlag: false responses: '200': description: list of CdpClassificationRuleListResponse objects content: application/json: schema: $ref: '#/components/schemas/CdpClassificationRuleListResponseEntity' exampleSetFlag: false '201': description: Created '400': description: Bad request content: application/json: schema: $ref: '#/components/schemas/Error' exampleSetFlag: false '401': description: Unauthorized '403': description: Forbidden '404': description: The specified resource was not found content: application/json: schema: $ref: '#/components/schemas/Error' exampleSetFlag: false /api/v1/trustsec/classification-policy/{filterId}: get: tags: - Classification rule summary: Classification rule - Get Classification rule attributes. description: Classification rule - Get Classification rule attributes. operationId: getClassificationRuleById parameters: - name: filterId in: path description: Inbound / Outbound Rule id required: true style: simple schema: type: string format: uuid exampleSetFlag: true - name: X-Request-ID in: header description: The request ID header consists of the request ID which is returned in the response headers and also appears in the API service logs. required: false schema: type: string exampleSetFlag: true responses: '200': description: list of CdpClassificationRuleResponse objects content: application/json: schema: $ref: '#/components/schemas/CdpClassificationRuleResponseEntity' exampleSetFlag: false '400': description: Bad request content: application/json: schema: $ref: '#/components/schemas/Error' exampleSetFlag: false '401': description: Unauthorized '403': description: Forbidden '404': description: The specified resource was not found content: application/json: schema: $ref: '#/components/schemas/Error' exampleSetFlag: false put: tags: - Classification rule summary: Classification rule - Update Classification rule. description: Classification rule - Update Classification rule. operationId: updateClassificationRuleById parameters: - name: filterId in: path description: Inbound / Outbound Rule id required: true style: simple schema: type: string format: uuid exampleSetFlag: true - name: X-Request-ID in: header description: The request ID header consists of the request ID which is returned in the response headers and also appears in the API service logs. required: false schema: type: string exampleSetFlag: true requestBody: content: application/json: schema: $ref: '#/components/schemas/CdpClassificationRule' exampleSetFlag: false responses: '200': description: list of CdpClassificationRuleResponse objects content: application/json: schema: $ref: '#/components/schemas/CdpClassificationRuleResponseEntity' exampleSetFlag: false '201': description: Created '204': description: No Content content: application/json: schema: $ref: '#/components/schemas/CdpClassificationRuleResponseEntity' exampleSetFlag: false '400': description: Bad request content: application/json: schema: $ref: '#/components/schemas/Error' exampleSetFlag: false '401': description: Unauthorized '403': description: Forbidden '404': description: The specified resource was not found content: application/json: schema: $ref: '#/components/schemas/Error' exampleSetFlag: false delete: tags: - Classification rule summary: Classification rule - Delete Classification rule . description: Classification rule - Delete Classification rule . operationId: deleteClassificationRuleById parameters: - name: filterId in: path description: Inbound / Outbound Rule id required: true style: simple schema: type: string format: uuid exampleSetFlag: true - name: X-Request-ID in: header description: The request ID header consists of the request ID which is returned in the response headers and also appears in the API service logs. required: false schema: type: string exampleSetFlag: true responses: '200': description: Response with success message content: application/json: schema: $ref: '#/components/schemas/MessageResponseEntity' exampleSetFlag: false '204': description: No Content content: application/json: schema: $ref: '#/components/schemas/MessageResponseEntity' exampleSetFlag: false '400': description: Bad request content: application/json: schema: $ref: '#/components/schemas/Error' exampleSetFlag: false '401': description: Unauthorized '403': description: Forbidden '404': description: The specified resource was not found content: application/json: schema: $ref: '#/components/schemas/Error' exampleSetFlag: false components: schemas: RuleCommon: title: RuleCommon required: - name type: object properties: condition: $ref: '#/components/schemas/Condition' exampleSetFlag: true default: type: boolean description: Indicates if this rule is the default one example: false exampleSetFlag: true hitCounts: type: integer description: The amount of times the rule was matched format: int32 readOnly: true example: 2 exampleSetFlag: true id: type: string description: The identifier of the rule format: uuid readOnly: true example: d82952cb-b901-4b09-b363-5ebf39bdbaf9 exampleSetFlag: true name: type: string description: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses] example: MyRuleName_1 exampleSetFlag: true rank: type: integer description: The rank(priority) in relation to other rules. Lower rank is higher priority. format: int32 example: 1 exampleSetFlag: true state: type: string description: The state that the rule is in. A disabled rule cannot be matched. example: enabled exampleSetFlag: true enum: - disabled - enabled - monitor description: Common attributes in rule authentication/authorization exampleSetFlag: false Link: title: Link required: - href type: object properties: href: type: string example: https://{{ISE_IP}}/api/v1/policy/{{protocol}}/policy-set/{{resource-id}} exampleSetFlag: true rel: type: string example: self exampleSetFlag: true enum: - next - previous - self - status type: type: string example: application/json exampleSetFlag: true exampleSetFlag: false CdpClassificationRulePreview: title: CdpClassificationRulePreview type: object properties: ipAddress: type: string exampleSetFlag: true learnedBy: type: string exampleSetFlag: true learnedFrom: type: string exampleSetFlag: true matchingRules: type: array description: matching rules used in the inbound rule destination configurations example: '["Rule1","Rule2"]' exampleSetFlag: true items: type: string exampleSetFlag: false primarySgt: type: string description: Primary SGT name used in the Classification Rule exampleSetFlag: true secondarySgts: type: array description: Secondary SGT names used in the Classification Rule example: '["sgt1","sgt2"]' exampleSetFlag: true items: type: string exampleSetFlag: false sgtDomains: type: array description: Sxp Domains used in the inbound rule destination configurations example: '["sxpDomain1","sxpDomain2"]' exampleSetFlag: true items: type: string exampleSetFlag: false source: type: string exampleSetFlag: true vn: type: string exampleSetFlag: true description: Classification Rule Preview details exampleSetFlag: false CdpClassificationRulePreviewResponseEntity: title: CdpClassificationRulePreviewResponseEntity required: - response - version type: object properties: response: type: array exampleSetFlag: true items: $ref: '#/components/schemas/CdpClassificationRulePreview' exampleSetFlag: false version: type: string exampleSetFlag: true exampleSetFlag: false MessageResponseEntity: title: MessageResponseEntity required: - message type: object properties: message: type: string example: Success exampleSetFlag: true description: Response object containing success message exampleSetFlag: false CdpClassificationRuleListResponseEntity: title: CdpClassificationRuleListResponseEntity required: - response - version type: object properties: response: type: array exampleSetFlag: true items: $ref: '#/components/schemas/CdpClassificationRule' exampleSetFlag: false version: type: string example: 1.0.0 exampleSetFlag: true exampleSetFlag: false Error: title: Error required: - code - message type: object properties: code: type: integer format: int32 example: 400 exampleSetFlag: true message: type: string example: Some error occurred exampleSetFlag: true exampleSetFlag: false Condition: title: Condition required: - conditionType type: object properties: conditionType: type: string description: example: ConditionAttributes exampleSetFlag: true enum: - ConditionAndBlock - ConditionAttributes - ConditionOrBlock - ConditionReference - LibraryConditionAndBlock - LibraryConditionAttributes - LibraryConditionOrBlock - TimeAndDateCondition isNegate: type: boolean description: Indicates whereas this condition is in negate mode example: false exampleSetFlag: true link: $ref: '#/components/schemas/Link' exampleSetFlag: true description: exampleSetFlag: false CdpClassificationRuleRankRequestList: title: CdpClassificationRuleRankRequestList type: object properties: classificationRuleRankRequests: type: array exampleSetFlag: true items: $ref: '#/components/schemas/CdpClassificationRuleRankRequest' exampleSetFlag: false exampleSetFlag: false CdpClassificationRuleFilterWithPage: title: CdpClassificationRuleFilterWithPage type: object properties: PageNumber: type: integer description: Page Number format: int32 example: 0 exampleSetFlag: true PageSize: type: integer description: Page Size format: int32 example: 50000 exampleSetFlag: true cdpClassificationRule: $ref: '#/components/schemas/CdpClassificationRule' exampleSetFlag: true description: Classification Policy details with Page Info exampleSetFlag: false CdpClassificationRuleResponseEntity: title: CdpClassificationRuleResponseEntity required: - response - version type: object properties: response: $ref: '#/components/schemas/CdpClassificationRule' exampleSetFlag: true version: type: string example: 1.0.0 exampleSetFlag: true exampleSetFlag: false CdpClassificationRule: title: CdpClassificationRule type: object properties: mappingsCount: type: integer format: int32 exampleSetFlag: true primarySgt: type: string example: Auditor exampleSetFlag: true rule: $ref: '#/components/schemas/RuleCommon' exampleSetFlag: true secondarySgts: type: array description: Secondary Sgts used in the Classification Rule destination configurations example: '["sgt 1","sgt 2"]' exampleSetFlag: true items: type: string exampleSetFlag: false description: Classification Rule details exampleSetFlag: false CdpClassificationRuleRankRequest: title: CdpClassificationRuleRankRequest type: object properties: id: type: string description: Identifier for the Classification Rule record format: uuid readOnly: true example: 12345678-f0e7-456b-a2d1-876543320b14 exampleSetFlag: true name: type: string example: Classification Rule 1 exampleSetFlag: true rank: type: integer format: int32 example: 1 exampleSetFlag: true description: Classification Rule Rank Request Object exampleSetFlag: false