openapi: 3.2.0 info: description: "Support Bundle Trigger API allows clients to trigger support bundle provided the log settings are given using which the support needs to be generated.\n\n\n

Revision History

\n \n\n\n
Revision #Resource VersionCisco ISE VersionDescription
01.02.7Initial Cisco ISE Version
\n

\n\n

Resource Definition

\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n
AttributeTypeRequiredDescriptionDefault ValuesExample Values
nameStringYesResource NamesupportBundle
idStringNoResource UUID, mandatory for update1af3d6e2-cc3b-4603-b80f-6827768335ab
descriptionStringNoResource DescriptionSupport Bundle Generation
hostNameStringYesThis parameter is hostName only, xxxx of xxxx.yyy.zzsampleHost
supportBundleOptionsListYes
- includeConfigDBBooleanYesSet to include Config DB in Support Bundlefalse
- includeDebugLogsBooleanYesSet to include Debug logs in Support Bundlefalse
- includeLocalLogsBooleanYesSet to include Local logs in Support Bundlefalse
- includeCoreFilesBooleanYesSet to include Core files in Support Bundlefalse
- includeSystemLogsBooleanYesSet to include System logs in Support Bundlefalse
- mntLogsBooleanYesSet to include Monitoring and troublshooting logs in Support Bundlefalse
- policyXmlBooleanYesSet to include Policy XML in Support Bundlefalse
- fromDateDateNoDate from where support bundle should include the logs04/21/2019
- toDateDateNoDate upto where support bundle should include the logs04/22/2019
\n" version: 1.0.0 title: Support Bundle Trigger Configuration Supportbundletriggerconfiguration API 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/ tags: - name: supportbundletriggerconfiguration paths: /ers/config/supportbundle: post: tags: - supportbundletriggerconfiguration summary: Create support bundle trigger configuration description:

This API allows the client to create a support bundle trigger configuration.

parameters: - in: header name: HTTP ERS-Media-Type Header description: Example:- supportbundle.supportbundle.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: 201: description: Created requestBody: content: application/json: schema: $ref: '#/components/schemas/supportbundletriggerconfiguration' application/xml: schema: $ref: '#/components/schemas/supportbundletriggerconfiguration' /ers/config/supportbundle/versioninfo: get: tags: - supportbundletriggerconfiguration summary: Get support bundle trigger configuration version information description:

This API helps to retrieve the version information related to the support bundle trigger configuration.

responses: 200: description: OK content: application/json: schema: $ref: '#/components/schemas/VersionInfo' components: schemas: supportbundletriggerconfiguration: type: object properties: SupportBundle: $ref: '#/components/schemas/SupportBundle' VersionInfo: type: object properties: VersionInfo: $ref: '#/components/schemas/version' SupportBundle: type: object properties: name: type: string example: supportBundle description: type: string example: Support Bundle Generation hostName: type: string example: sampleHost supportBundleIncludeOptions: type: object properties: includeConfigDB: type: boolean example: true includeDebugLogs: type: boolean example: true includeLocalLogs: type: boolean example: true includeCoreFiles: type: boolean example: true mntLogs: type: boolean example: true includeSystemLogs: type: boolean example: true policyXml: type: boolean example: true fromDate: type: string example: 04/21/2019 toDate: type: string example: 04/22/2019 version: type: object properties: currentServerVersion: type: string example: '1.0' supportedVersions: type: string example: '1.0' link: $ref: '#/components/schemas/link1' link1: type: object properties: rel: type: string example: self href: type: string example: https://:9060/ers/config/supportbundle/versioninfo type: type: string example: application/json