openapi: 3.2.0 info: title: Cisco Ise Pxgridsettings API version: '1.0' description: 'Operations tagged pxgridsettings across 2 of this provider''s published API definitions: cisco-ise-ers-open-api-ers-apis.yaml, cisco-ise-legacy-ers-pxgrid-settings.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-pxgrid-settings.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-pxgrid-settings.yaml operation_coverage: 2/3 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: pxgridsettings paths: /pxgridsettings/autoapprove: put: tags: - pxgridsettings summary: AutoApprove parameters: [] requestBody: content: application/json: schema: $ref: '#/components/schemas/pxgrid.pxgridsettings' example: PxgridSettings: allowPasswordBasedAccounts: false autoApproveCertBasedAccounts: true 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/pxgridsettings/autoapprove: put: tags: - pxgridsettings summary: Auto approve pxGrid settings description:
This API allows the client to auto approve the pxGrid settings.
parameters: - in: header name: HTTP ERS-Media-Type Header description: Example:- pxgrid.pxgridsettings.1.0 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: 204: description: No Content requestBody: content: application/json: schema: $ref: '#/components/schemas/settings' application/xml: schema: $ref: '#/components/schemas/settings' /ers/config/pxgridsettings/versioninfo: get: tags: - pxgridsettings summary: Get pxGrid settings version information description:This API helps to retrieve the version information related to the pxGrid settings.
responses: 200: description: OK content: application/json: schema: $ref: '#/components/schemas/VersionInfo' components: schemas: updatedField: properties: field: type: string example: null oldValue: type: string example: null newValue: type: string example: null example: null pxgrid.pxgridsettings: required: - PxgridSettings type: object properties: PxgridSettings: $ref: '#/components/schemas/PxgridSettings' 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 PxgridSettings: required: - allowPasswordBasedAccounts - autoApproveCertBasedAccounts properties: autoApproveCertBasedAccounts: title: autoApproveCertBasedAccounts type: boolean description: Auto approve certificate based accounts when true. example: null allowPasswordBasedAccounts: title: allowPasswordBasedAccounts type: boolean description: Allow password based acoounts when true 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: PxgridSettings: allowPasswordBasedAccounts: false autoApproveCertBasedAccounts: true UpdatedFieldsResponse: type: object properties: UpdatedFieldsList: type: object properties: updatedField: type: array example: null items: $ref: '#/components/schemas/updatedField' example: null example: null settings: type: object properties: PxgridSettings: $ref: '#/components/schemas/PxgridSettings_2' VersionInfo: type: object properties: VersionInfo: $ref: '#/components/schemas/version' version: type: object properties: currentServerVersion: type: string example: '1.0' supportedVersions: type: string example: '1.0' link: $ref: '#/components/schemas/link1' PxgridSettings_2: type: object properties: autoApproveCertBasedAccounts: type: boolean example: true allowPasswordBasedAccounts: type: boolean example: false link1: type: object properties: rel: type: string example: self href: type: string example: https://