openapi: 3.2.0 info: title: Cisco Ise Restidstoresettings API version: '1.0' description: 'Operations tagged restidstoresettings across 2 of this provider''s published API definitions: cisco-ise-ers-open-api-ers-apis.yaml, cisco-ise-legacy-ers-rest-id-store.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-ers-open-api-ers-apis.yaml, the provider's source document. Operations and schemas are the provider's, unmodified; only the partition is ours. derived_from: cisco-ise-ers-open-api-ers-apis.yaml operation_coverage: 2/4 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: restidstoresettings paths: /restidstoresettings/: get: tags: - restidstoresettings summary: GetRestIDStoreSettings parameters: [] responses: '200': description: Successful response content: application/json: schema: $ref: '#/components/schemas/restidstoresettingsResponse' application/xml: schema: $ref: '#/components/schemas/restidstoresettingsResponse' 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: [] 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' /restidstoresettings/{id}: put: tags: - restidstoresettings summary: Update parameters: - name: id in: path required: true schema: title: id type: string example: null requestBody: content: application/json: schema: $ref: '#/components/schemas/identitystores.restidstoresettings' example: ERSRestIDStoreSettings: enableRestIdStore: false name: RestIDStoreSettings description: RestIDStore Settings id: dceff5c6-d4f2-48b7-92ae-87adcdd2777b 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: [] 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/restidstoresettings: get: tags: - restidstoresettings summary: Get REST ID store settings description:
This API helps to retrieve the REST ID store settings.
responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/ERSRestIDStoreSettings_2' /ers/config/restidstoresettings/{id}: put: tags: - restidstoresettings summary: Update REST ID store by ID. Operation 'Update' can be used within Bulk Request. description:This API helps to retrieve the REST ID store settings.
parameters: - name: id in: path required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/ERSRestIDStoreSettings_2' application/xml: schema: $ref: '#/components/schemas/ERSRestIDStoreSettings_2' 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 restidstoresettingsResponseEntity: properties: enableRestIdStore: title: enableRestIdStore type: object description: Enable or Disable RestIDStore 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 updatedField: properties: field: type: string example: null oldValue: type: string example: null newValue: type: string example: null example: null restidstoresettingsResponse: type: object properties: ERSRestIDStoreSettings: $ref: '#/components/schemas/restidstoresettingsResponseEntity' example: ERSRestIDStoreSettings: enableRestIdStore: false name: RestIDStoreSettings description: RestIDStore Settings id: dceff5c6-d4f2-48b7-92ae-87adcdd2777b 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 ERSRestIDStoreSettings: required: - enableRestIdStore - name properties: enableRestIdStore: title: enableRestIdStore type: object description: Enable or Disable RestIDStore 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: ERSRestIDStoreSettings: enableRestIdStore: false name: RestIDStoreSettings description: RestIDStore Settings id: dceff5c6-d4f2-48b7-92ae-87adcdd2777b identitystores.restidstoresettings: required: - ERSRestIDStoreSettings type: object properties: ERSRestIDStoreSettings: $ref: '#/components/schemas/ERSRestIDStoreSettings' example: null UpdatedFieldsResponse: type: object properties: UpdatedFieldsList: type: object properties: updatedField: type: array example: null items: $ref: '#/components/schemas/updatedField' example: null example: null ERSRestIDStoreSettings_2: type: object properties: name: type: string id: type: string description: type: string enableRestIdStore: type: boolean securitySchemes: HTTPBasicAuthentication: type: http scheme: basic x-refined-from: - cisco-ise-ers-open-api-ers-apis.yaml - cisco-ise-legacy-ers-rest-id-store.yaml