Cisco Identity Services Engine Allowedprotocols API

The allowedprotocols API from Cisco Identity Services Engine — 3 operation(s) for allowedprotocols.

Documentation

Specifications

Other Resources

🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/ERS-Open-API/ERS_APIs.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/TrustSec.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/policy.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/exim.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/rbac.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/deployment.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/certificates.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/upgrade.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/5G.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/alarms.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/prometheus-alertmanager.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/pxgrid-direct.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/webhooks.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/licensing.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/duo-identity-sync.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/endpoints.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/ise-profiler.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/ipsec.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/oidc.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/mfa.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/BackupRestore.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/patch-hot-patch.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/Repository.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/custom-attributes.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/data-connect.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/pxgrid-cloud.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/api-sgt-reservation.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/System-Settings.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/endpoint-replication.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/lsd-settings.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Open-API/task-service.yaml
🔗
OpenAPI Source
https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/endpoints/Monitoring-Open-API/monitoring-open-api.yaml

OpenAPI Specification

cisco-ise-allowedprotocols-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: ISE ERS Allowedprotocols 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: allowedprotocols
paths:
  /allowedprotocols/:
    get:
      tags:
      - allowedprotocols
      summary: Get-All
      parameters:
      - $ref: '#/components/parameters/ppage'
      - $ref: '#/components/parameters/psize'
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/allowedprotocolsListResponse'
            application/xml:
              schema:
                $ref: '#/components/schemas/allowedprotocolsListResponse'
            text/html:
              schema:
                type: string
                example: null
        '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
    post:
      tags:
      - allowedprotocols
      summary: Create
      parameters: []
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/policy.allowedprotocols'
            example:
              AllowedProtocols:
                allowEapMd5: true
                allowMsChapV2: false
                allowMsChapV1: false
                allowEapTls: true
                description: example allowed protocols
                requireMessageAuth: false
                displayAdditionalTLSParams: false
                peap:
                  allowPeapEapMsChapV2: true
                  requireCryptobinding: false
                  allowPeapEapMsChapV2PwdChange: false
                  allowPeapEapGtc: false
                  allowPeapEapMsChapV2PwdChangeRetries: 1
                  allowPeapEapTlsAuthOfExpiredCerts: false
                  allowPeapV0: false
                  allowPeapEapTls: true
                eapTlsLBit: false
                eapTtls:
                  eapTtlsEapMsChapV2PwdChange: false
                  eapTtlsMsChapV2: true
                  eapTtlsMsChapV1: true
                  eapTtlsEapMsChapV2: true
                  eapTtlsPapAscii: true
                  eapTtlsEapMd5: true
                  eapTtlsEapMsChapV2PwdChangeRetries: 1
                  eapTtlsChap: true
                teap:
                  allowTeapEapTlsAuthOfExpiredCerts: false
                  allowTeapEapMsChapV2PwdChange: false
                  enableEapChaining: false
                  acceptClientCertDuringTunnelEst: true
                  allowTeapEapMsChapV2: true
                  allowDowngradeMsk: true
                  allowTeapEapMsChapV2PwdChangeRetries: 3
                  allowTeapEapTls: true
                preferredEapProtocol: PEAP
                allowWeakCiphersForEap: false
                allowChap: false
                id: dceff5c6-d4f2-48b7-92ae-87adcdd2777b
                fiveG: false
                eapTls:
                  eapTlsEnableStatelessSessionResume: false
                  allowEapTlsAuthOfExpiredCerts: false
                allowPreferredEapProtocol: true
                allowTeap: true
                processHostLookup: true
                allowPapAscii: true
                allowPeap: true
                eapFast:
                  allowEapFastEapMsChapV2PwdChangeRetries: 1
                  allowEapFastEapTlsAuthOfExpiredCerts: false
                  allowEapFastEapGtc: true
                  allowEapFastEapGtcPwdChangeRetries: 1
                  allowEapFastEapTls: true
                  eapFastUsePacsUseProactivePacUpdatePrecentage: 10
                  eapFastUsePacsStatelessSessionResume: false
                  allowEapFastEapMsChapV2: true
                  eapFastUsePacsAllowMachineAuthentication: false
                  eapFastUsePacsTunnelPacTtlUnits: SECONDS
                  allowEapFastEapMsChapV2PwdChange: false
                  eapFastUsePacsAllowAnonymProvisioning: false
                  eapFastEnableEAPChaining: false
                  eapFastUsePacsTunnelPacTtl: 7776000
                  eapFastUsePacsAllowAuthenProvisioning: false
                  eapFastUsePacs: true
                  allowEapFastEapGtcPwdChange: false
                allowEapTtls: true
                name: allowedprotocols1
                allowLeap: false
                allowEapFast: true
                rsaPss: 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
  /allowedprotocols/name/{name}:
    get:
      tags:
      - allowedprotocols
      summary: Get-By-Name
      parameters:
      - name: name
        in: path
        required: true
        schema:
          title: name
          type: string
          example: null
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/allowedprotocolsResponse'
            application/xml:
              schema:
                $ref: '#/components/schemas/allowedprotocolsResponse'
            text/html:
              schema:
                type: string
                example: null
        '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
  /allowedprotocols/{id}:
    get:
      tags:
      - allowedprotocols
      summary: Get-By-Id
      parameters:
      - name: id
        in: path
        required: true
        schema:
          title: id
          type: string
          example: null
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/allowedprotocolsResponse'
            application/xml:
              schema:
                $ref: '#/components/schemas/allowedprotocolsResponse'
            text/html:
              schema:
                type: string
                example: null
        '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
    put:
      tags:
      - allowedprotocols
      summary: Update
      parameters:
      - name: id
        in: path
        required: true
        schema:
          title: id
          type: string
          example: null
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/policy.allowedprotocols'
            example:
              AllowedProtocols:
                allowEapMd5: true
                allowMsChapV2: false
                allowMsChapV1: false
                allowEapTls: true
                description: example allowed protocols
                requireMessageAuth: false
                displayAdditionalTLSParams: false
                peap:
                  allowPeapEapMsChapV2: true
                  requireCryptobinding: false
                  allowPeapEapMsChapV2PwdChange: false
                  allowPeapEapGtc: false
                  allowPeapEapMsChapV2PwdChangeRetries: 1
                  allowPeapEapTlsAuthOfExpiredCerts: false
                  allowPeapV0: false
                  allowPeapEapTls: true
                eapTlsLBit: false
                eapTtls:
                  eapTtlsEapMsChapV2PwdChange: false
                  eapTtlsMsChapV2: true
                  eapTtlsMsChapV1: true
                  eapTtlsEapMsChapV2: true
                  eapTtlsPapAscii: true
                  eapTtlsEapMd5: true
                  eapTtlsEapMsChapV2PwdChangeRetries: 1
                  eapTtlsChap: true
                teap:
                  allowTeapEapTlsAuthOfExpiredCerts: false
                  allowTeapEapMsChapV2PwdChange: false
                  enableEapChaining: false
                  acceptClientCertDuringTunnelEst: true
                  allowTeapEapMsChapV2: true
                  allowDowngradeMsk: true
                  allowTeapEapMsChapV2PwdChangeRetries: 3
                  allowTeapEapTls: true
                preferredEapProtocol: PEAP
                allowWeakCiphersForEap: false
                allowChap: false
                id: dceff5c6-d4f2-48b7-92ae-87adcdd2777b
                fiveG: false
                eapTls:
                  eapTlsEnableStatelessSessionResume: false
                  allowEapTlsAuthOfExpiredCerts: false
                allowPreferredEapProtocol: true
                allowTeap: true
                processHostLookup: true
                allowPapAscii: true
                allowPeap: true
                eapFast:
                  allowEapFastEapMsChapV2PwdChangeRetries: 1
                  allowEapFastEapTlsAuthOfExpiredCerts: false
                  allowEapFastEapGtc: true
                  allowEapFastEapGtcPwdChangeRetries: 1
                  allowEapFastEapTls: true
                  eapFastUsePacsUseProactivePacUpdatePrecentage: 10
                  eapFastUsePacsStatelessSessionResume: false
                  allowEapFastEapMsChapV2: true
                  eapFastUsePacsAllowMachineAuthentication: false
                  eapFastUsePacsTunnelPacTtlUnits: SECONDS
                  allowEapFastEapMsChapV2PwdChange: false
                  eapFastUsePacsAllowAnonymProvisioning: false
                  eapFastEnableEAPChaining: false
                  eapFastUsePacsTunnelPacTtl: 7776000
                  eapFastUsePacsAllowAuthenProvisioning: false
                  eapFastUsePacs: true
                  allowEapFastEapGtcPwdChange: false
                allowEapTtls: true
                name: allowedprotocols1
                allowLeap: false
                allowEapFast: true
                rsaPss: false
        required: true
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/UpdatedFieldsResponse'
            application/xml:
              schema:
                $ref: '#/components/schemas/UpdatedFieldsResponse'
        '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 response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ERSResponse'
    delete:
      tags:
      - allowedprotocols
      summary: Delete
      parameters:
      - name: id
        in: path
        required: true
        schema:
          title: id
          type: string
          example: null
      responses:
        '204':
          description: No Content
        '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
    patch:
      tags:
      - allowedprotocols
      summary: Patch
      description: Update any attribute subset. Only attributes that sent will be affected.
      parameters:
      - name: id
        in: path
        required: true
        schema:
          title: id
          type: string
          example: null
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/policy.allowedprotocols'
            example:
              AllowedProtocols:
                allowEapMd5: true
                allowMsChapV2: false
                allowMsChapV1: false
                allowEapTls: true
                description: example allowed protocols
                requireMessageAuth: false
                displayAdditionalTLSParams: false
                peap:
                  allowPeapEapMsChapV2: true
                  requireCryptobinding: false
                  allowPeapEapMsChapV2PwdChange: false
                  allowPeapEapGtc: false
                  allowPeapEapMsChapV2PwdChangeRetries: 1
                  allowPeapEapTlsAuthOfExpiredCerts: false
                  allowPeapV0: false
                  allowPeapEapTls: true
                eapTlsLBit: false
                eapTtls:
                  eapTtlsEapMsChapV2PwdChange: false
                  eapTtlsMsChapV2: true
                  eapTtlsMsChapV1: true
                  eapTtlsEapMsChapV2: true
                  eapTtlsPapAscii: true
                  eapTtlsEapMd5: true
                  eapTtlsEapMsChapV2PwdChangeRetries: 1
                  eapTtlsChap: true
                teap:
                  allowTeapEapTlsAuthOfExpiredCerts: false
                  allowTeapEapMsChapV2PwdChange: false
                  enableEapChaining: false
                  acceptClientCertDuringTunnelEst: true
                  allowTeapEapMsChapV2: true
                  allowDowngradeMsk: true
                  allowTeapEapMsChapV2PwdChangeRetries: 3
                  allowTeapEapTls: true
                preferredEapProtocol: PEAP
                allowWeakCiphersForEap: false
                allowChap: false
                id: dceff5c6-d4f2-48b7-92ae-87adcdd2777b
                fiveG: false
                eapTls:
                  eapTlsEnableStatelessSessionResume: false
                  allowEapTlsAuthOfExpiredCerts: false
                allowPreferredEapProtocol: true
                allowTeap: true
                processHostLookup: true
                allowPapAscii: true
                allowPeap: true
                eapFast:
                  allowEapFastEapMsChapV2PwdChangeRetries: 1
                  allowEapFastEapTlsAuthOfExpiredCerts: false
                  allowEapFastEapGtc: true
                  allowEapFastEapGtcPwdChangeRetries: 1
                  allowEapFastEapTls: true
                  eapFastUsePacsUseProactivePacUpdatePrecentage: 10
                  eapFastUsePacsStatelessSessionResume: false
                  allowEapFastEapMsChapV2: true
                  eapFastUsePacsAllowMachineAuthentication: false
                  eapFastUsePacsTunnelPacTtlUnits: SECONDS
                  allowEapFastEapMsChapV2PwdChange: false
                  eapFastUsePacsAllowAnonymProvisioning: false
                  eapFastEnableEAPChaining: false
                  eapFastUsePacsTunnelPacTtl: 7776000
                  eapFastUsePacsAllowAuthenProvisioning: false
                  eapFastUsePacs: true
                  allowEapFastEapGtcPwdChange: false
                allowEapTtls: true
                name: allowedprotocols1
                allowLeap: false
                allowEapFast: true
                rsaPss: false
        required: true
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/allowedprotocolsResponse'
        '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 response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ERSResponse'
components:
  schemas:
    Link:
      type: object
      properties:
        rel:
          type: string
          example: self
          enum:
          - next
          - previous
          - self
          - status
        href:
          type: string
          example: https://{server}:{port}/ers/config
        type:
          type: string
          example: application/json
      example: null
    allowedprotocolsResponse:
      type: object
      properties:
        AllowedProtocols:
          $ref: '#/components/schemas/allowedprotocolsResponseEntity'
      example:
        AllowedProtocols:
          allowEapMd5: true
          allowMsChapV2: false
          allowMsChapV1: false
          allowEapTls: true
          description: example allowed protocols
          requireMessageAuth: false
          displayAdditionalTLSParams: false
          peap:
            allowPeapEapMsChapV2: true
            requireCryptobinding: false
            allowPeapEapMsChapV2PwdChange: false
            allowPeapEapGtc: false
            allowPeapEapMsChapV2PwdChangeRetries: 1
            allowPeapEapTlsAuthOfExpiredCerts: false
            allowPeapV0: false
            allowPeapEapTls: true
          eapTlsLBit: false
          eapTtls:
            eapTtlsEapMsChapV2PwdChange: false
            eapTtlsMsChapV2: true
            eapTtlsMsChapV1: true
            eapTtlsEapMsChapV2: true
            eapTtlsPapAscii: true
            eapTtlsEapMd5: true
            eapTtlsEapMsChapV2PwdChangeRetries: 1
            eapTtlsChap: true
          teap:
            allowTeapEapTlsAuthOfExpiredCerts: false
            allowTeapEapMsChapV2PwdChange: false
            enableEapChaining: false
            acceptClientCertDuringTunnelEst: true
            allowTeapEapMsChapV2: true
            allowDowngradeMsk: true
            allowTeapEapMsChapV2PwdChangeRetries: 3
            allowTeapEapTls: true
          preferredEapProtocol: PEAP
          allowWeakCiphersForEap: false
          allowChap: false
          id: dceff5c6-d4f2-48b7-92ae-87adcdd2777b
          fiveG: false
          eapTls:
            eapTlsEnableStatelessSessionResume: false
            allowEapTlsAuthOfExpiredCerts: false
          allowPreferredEapProtocol: true
          allowTeap: true
          processHostLookup: true
          allowPapAscii: true
          allowPeap: true
          eapFast:
            allowEapFastEapMsChapV2PwdChangeRetries: 1
            allowEapFastEapTlsAuthOfExpiredCerts: false
            allowEapFastEapGtc: true
            allowEapFastEapGtcPwdChangeRetries: 1
            allowEapFastEapTls: true
            eapFastUsePacsUseProactivePacUpdatePrecentage: 10
            eapFastUsePacsStatelessSessionResume: false
            allowEapFastEapMsChapV2: true
            eapFastUsePacsAllowMachineAuthentication: false
            eapFastUsePacsTunnelPacTtlUnits: SECONDS
            allowEapFastEapMsChapV2PwdChange: false
            eapFastUsePacsAllowAnonymProvisioning: false
            eapFastEnableEAPChaining: false
            eapFastUsePacsTunnelPacTtl: 7776000
            eapFastUsePacsAllowAuthenProvisioning: false
            eapFastUsePacs: true
            allowEapFastEapGtcPwdChange: false
          allowEapTtls: true
          name: allowedprotocols1
          allowLeap: false
          allowEapFast: true
          rsaPss: false
    updatedField:
      properties:
        field:
          type: string
          example: null
        oldValue:
          type: string
          example: null
        newValue:
          type: string
          example: null
      example: null
    policy.allowedprotocols:
      required:
      - AllowedProtocols
      type: object
      properties:
        AllowedProtocols:
          $ref: '#/components/schemas/AllowedProtocols'
      example: null
    allowedprotocolsResponseEntity:
      properties:
        processHostLookup:
          title: processHostLookup
          type: boolean
          description: ''
          example: null
        allowPapAscii:
          title: allowPapAscii
          type: boolean
          description: ''
          example: null
        allowChap:
          title: allowChap
          type: boolean
          description: ''
          example: null
        allowMsChapV1:
          title: allowMsChapV1
          type: boolean
          description: ''
          example: null
        allowMsChapV2:
          title: allowMsChapV2
          type: boolean
          description: ''
          example: null
        allowEapMd5:
          title: allowEapMd5
          type: boolean
          description: ''
          example: null
        allowLeap:
          title: allowLeap
          type: boolean
          description: ''
          example: null
        allowEapTls:
          title: allowEapTls
          type: boolean
          description: ''
          example: null
        allowEapTtls:
          title: allowEapTtls
          type: boolean
          description: ''
          example: null
        allowEapFast:
          title: allowEapFast
          type: boolean
          description: ''
          example: null
        allowPeap:
          title: allowPeap
          type: boolean
          description: ''
          example: null
        allowTeap:
          title: allowTeap
          type: boolean
          description: ''
          example: null
        allowPreferredEapProtocol:
          title: allowPreferredEapProtocol
          type: boolean
          description: ''
          example: null
        eapTlsLBit:
          title: eapTlsLBit
          type: boolean
          description: ''
          example: null
        allowWeakCiphersForEap:
          title: allowWeakCiphersForEap
          type: boolean
          description: ''
          example: null
        fiveG:
          title: fiveG
          type: boolean
          description: ''
          example: null
        rsaPss:
          title: rsaPss
          type: boolean
          description: ''
          example: null
        displayAdditionalTLSParams:
          title: displayAdditionalTLSParams
          type: boolean
          description: ''
          example: null
        requireMessageAuth:
          title: requireMessageAuth
          type: boolean
          description: ''
          example: null
        preferredEapProtocol:
          title: preferredEapProtocol
          type: string
          description: 'The preferredEapProtocol is required only if allowPreferredEapProtocol is true, otherwise it must be ignored. Allowed Values: EAP_FAST, PEAP, LEAP, EAP_MD5, EAP_TLS, EAP_TTLS, TEAP'
          example: null
        eapTls:
          properties:
            allowEapTlsAuthOfExpiredCerts:
              title: allowEapTlsAuthOfExpiredCerts
              type: boolean
              description: ''
              example: null
            eapTlsEnableStatelessSessionResume:
              title: eapTlsEnableStatelessSessionResume
              type: boolean
              description: ''
              example: null
            eapTlsSessionTicketTtl:
              title: eapTlsSessionTicketTtl
              type: object
              description: Time to live. The eapTlsSessionTicketTtl is required only if eapTlsEnableStatelessSessionResume is true, otherwise it must be ignored
              example: null
            eapTlsSessionTicketTtlUnits:
              title: eapTlsSessionTicketTtlUnits
              type: object
              description: 'Time to live time units. The eapTlsSessionTicketTtlUnits is required only if eapTlsEnableStatelessSessionResume is true, otherwise it must be ignored. Allowed Values: SECONDS, MINUTES, HOURS, DAYS, WEEKS'
              example: null
            eapTlsSessionTicketPrecentage:
              title: eapTlsSessionTicketPrecentage
              type: object
              description: The eapTlsSessionTicketPrecentage is required only if eapTlsEnableStatelessSessionResume

# --- truncated at 32 KB (69 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/cisco-ise/refs/heads/main/openapi/cisco-ise-allowedprotocols-api-openapi.yml