openapi: 3.2.0 info: title: Cisco Ise Sxpconnections API version: '1.0' description: 'Operations tagged sxpconnections across 2 of this provider''s published API definitions: cisco-ise-ers-open-api-ers-apis.yaml, cisco-ise-legacy-ers-sxp-connections.yaml. Each path carries the servers of the definition it was published in.' 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. derived_view: Per-tag view of cisco-ise-legacy-ers-sxp-connections.yaml, the provider's source document. Operations and schemas are the provider's, unmodified; only the partition is ours. derived_from: cisco-ise-legacy-ers-sxp-connections.yaml operation_coverage: 8/13 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' tags: - name: sxpconnections paths: /sxpconnections/: get: tags: - sxpconnections summary: Get-All parameters: - name: filter in: query description: Filter Supported Fields:[name, description] required: false allowReserved: true schema: type: string example: toDate.CONTAINS.SEP - $ref: '#/components/parameters/ppage' - $ref: '#/components/parameters/psize' - name: sortdsc in: query description: Sorting Supported Fields:[name, description] required: false allowReserved: true schema: example: null enum: - name - description - name: sortasc in: query description: Sorting Supported Fields:[name, description] required: false allowReserved: true schema: example: null enum: - name - description responses: '200': description: Successful response content: application/json: schema: $ref: '#/components/schemas/sxpconnectionsListResponse' application/xml: schema: $ref: '#/components/schemas/sxpconnectionsListResponse' 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 security: - HTTPBasicAuthentication: [] post: tags: - sxpconnections summary: Create parameters: [] requestBody: content: application/json: schema: $ref: '#/components/schemas/sxp.sxpconnections' example: ERSSxpConnection: sxpVpn: Sxp VPN Name ipAddress: Sxp Peer IP address description: Brief description about network peer sxpNode: Sxp Node Name sxpVersion: Sxp Version enabled: true sxpPeer: Sxp Peer Name sxpMode: Sxp Mode 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 security: - HTTPBasicAuthentication: [] 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' /sxpconnections/{id}: get: tags: - sxpconnections 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/sxpconnectionsResponse' application/xml: schema: $ref: '#/components/schemas/sxpconnectionsResponse' 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 security: - HTTPBasicAuthentication: [] put: tags: - sxpconnections summary: Update parameters: - name: id in: path required: true schema: title: id type: string example: null requestBody: content: application/json: schema: $ref: '#/components/schemas/sxp.sxpconnections' example: ERSSxpConnection: sxpVpn: Sxp VPN Name ipAddress: Sxp Peer IP address description: Brief description about network peer sxpNode: Sxp Node Name sxpVersion: Sxp Version enabled: true sxpPeer: Sxp Peer Name sxpMode: Sxp Mode 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' security: - HTTPBasicAuthentication: [] delete: tags: - sxpconnections 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 security: - HTTPBasicAuthentication: [] 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' /ers/config/sxpconnections/{id}: get: tags: - sxpconnections summary: Get SXP connection by ID description:
This API allows the client to get a SXP connection by ID.
parameters: - name: id in: path required: true schema: type: string - in: header name: HTTP ERS-Media-Type Header description: Example:- sxp.sxpconnections.1.1 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/sxpconnections' application/xml: schema: $ref: '#/components/schemas/sxpconnections' put: tags: - sxpconnections summary: Update SXP connection description:This API allows the client to update a SXP connection.
parameters: - name: id in: path required: true schema: type: string - in: header name: HTTP ERS-Media-Type Header description: Example:- sxp.sxpconnections.1.1 required: false schema: type: string - in: header name: HTTP X-CSRF-TOKEN Header description: The Token value from the GET X-CSRF-TOKEN fetch request schema: type: string - in: header name: Bulk Support description: Operation 'Update' can be used within Bulk Request schema: type: string responses: 200: description: OK content: application/json: schema: $ref: '#/components/schemas/Update' application/xml: schema: $ref: '#/components/schemas/Update' requestBody: content: application/json: schema: $ref: '#/components/schemas/sxpconnections' application/xml: schema: $ref: '#/components/schemas/sxpconnections' delete: tags: - sxpconnections summary: Delete SXP connection description:This API deletes a SXP connection.
parameters: - name: id in: path required: true schema: type: string - in: header name: HTTP ERS-Media-Type Header description: Example:- sxp.sxpconnections.1.1 required: false schema: type: string - in: header name: HTTP X-CSRF-TOKEN Header description: The Token value from the GET X-CSRF-TOKEN fetch request schema: type: string - in: header name: Bulk Support description: Operation 'Delete' can be used within Bulk Request schema: type: string responses: 204: description: No Content /ers/config/sxpconnections: get: tags: - sxpconnections summary: Get all SXP connections description:This API allows the client to get all the SXP connections.
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
This API creates a SXP connection.
parameters: - in: header name: HTTP ERS-Media-Type Header description: Example:- sxp.sxpconnections.1.1 required: false schema: type: string - in: header name: HTTP X-CSRF-TOKEN Header description: The Token value from the GET X-CSRF-TOKEN fetch request schema: type: string - in: header name: Bulk Support description: Operation 'Create' can be used within Bulk Request schema: type: string responses: 201: description: Created requestBody: content: application/json: schema: $ref: '#/components/schemas/sxpconnections' application/xml: schema: $ref: '#/components/schemas/sxpconnections' /ers/config/sxpconnections/versioninfo: get: tags: - sxpconnections summary: Get SXP connections version information description:This API helps to retrieve the version information related to the SXP connections.
responses: 200: description: OK content: application/json: schema: $ref: '#/components/schemas/VersionInfo' /ers/config/sxpconnections/submit: put: tags: - sxpconnections summary: Submit bulk request description:This API allows the client to submit the bulk request.
responses: 202: description: Accepted requestBody: content: application/json: schema: $ref: '#/components/schemas/bulkrequest' application/xml: schema: $ref: '#/components/schemas/bulkrequest' /ers/config/sxpconnections/bulk/{bulkid}: get: tags: - sxpconnections summary: Monitor bulk request description:This API allows the client to monitor the bulk request.
parameters: - name: bulkid in: path required: true schema: type: string responses: 200: description: OK content: application/json: schema: $ref: '#/components/schemas/bulkstatus' application/xml: schema: $ref: '#/components/schemas/bulkstatus' 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 sxpconnectionsResponseEntity: properties: sxpPeer: title: sxpPeer type: string description: '' example: null sxpVpn: title: sxpVpn type: string description: '' example: null sxpNode: title: sxpNode type: string description: '' example: null ipAddress: title: ipAddress type: string description: '' example: null sxpMode: title: sxpMode type: string description: '' example: null sxpVersion: title: sxpVersion type: string description: '' example: null enabled: title: enabled type: object description: '' example: null name: title: name type: string description: name example: null id: title: id type: string description: Id example: null description: title: description type: string description: Description example: null link: $ref: '#/components/schemas/Link' example: null 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 updatedField: properties: field: type: string example: null oldValue: type: string example: null newValue: type: string example: null example: null sxpconnectionsListResponseEntity: properties: id: title: id type: string description: Id description example: null name: title: name type: string description: name description example: null description: title: description type: string description: description example: null link: $ref: '#/components/schemas/Link' example: null sxpconnectionsResponse: type: object properties: ERSSxpConnection: $ref: '#/components/schemas/sxpconnectionsResponseEntity' example: ERSSxpConnection: sxpVpn: Sxp VPN Name ipAddress: Sxp Peer IP address description: Brief description about network peer sxpNode: Sxp Node Name sxpVersion: Sxp Version enabled: true sxpPeer: Sxp Peer Name sxpMode: Sxp Mode ERSSxpConnection: required: - enabled - ipAddress - sxpMode - sxpNode - sxpPeer - sxpVersion - sxpVpn properties: sxpPeer: title: sxpPeer type: string description: '' example: null sxpVpn: title: sxpVpn type: string description: '' example: null sxpNode: title: sxpNode type: string description: '' example: null ipAddress: title: ipAddress type: string description: '' example: null sxpMode: title: sxpMode type: string description: '' example: null sxpVersion: title: sxpVersion type: string description: '' example: null enabled: title: enabled type: object description: '' example: null name: title: name type: string description: name example: null id: title: id type: string description: Id example: null description: title: description type: string description: Description example: null example: ERSSxpConnection: sxpVpn: Sxp VPN Name ipAddress: Sxp Peer IP address description: Brief description about network peer sxpNode: Sxp Node Name sxpVersion: Sxp Version enabled: true sxpPeer: Sxp Peer Name sxpMode: Sxp Mode sxp.sxpconnections: required: - ERSSxpConnection type: object properties: ERSSxpConnection: $ref: '#/components/schemas/ERSSxpConnection' example: null sxpconnectionsListResponse: type: object properties: SearchResult: type: object properties: total: type: integer example: '2' resources: type: array example: null items: $ref: '#/components/schemas/sxpconnectionsListResponseEntity' example: null example: SearchResult: total: 2 previousPage: rel: previous href: link-to-previous-page type: application/xml nextPage: rel: next href: link-to-next-page type: application/xml resources: - name: name1 link: rel: self href: