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 # | Resource Version | Cisco ISE Version | Description | ||
| 0 | 1.0 | 2.7 | Initial Cisco ISE Version |
| Attribute | Type | Required | Description | Default Values | Example Values |
| name | String | Yes | Resource Name | supportBundle | |
| id | String | No | Resource UUID, mandatory for update | 1af3d6e2-cc3b-4603-b80f-6827768335ab | |
| description | String | No | Resource Description | Support Bundle Generation | |
| hostName | String | Yes | This parameter is hostName only, xxxx of xxxx.yyy.zz | sampleHost | |
| supportBundleOptions | List | Yes | |||
| - includeConfigDB | Boolean | Yes | Set to include Config DB in Support Bundle | false | |
| - includeDebugLogs | Boolean | Yes | Set to include Debug logs in Support Bundle | false | |
| - includeLocalLogs | Boolean | Yes | Set to include Local logs in Support Bundle | false | |
| - includeCoreFiles | Boolean | Yes | Set to include Core files in Support Bundle | false | |
| - includeSystemLogs | Boolean | Yes | Set to include System logs in Support Bundle | false | |
| - mntLogs | Boolean | Yes | Set to include Monitoring and troublshooting logs in Support Bundle | false | |
| - policyXml | Boolean | Yes | Set to include Policy XML in Support Bundle | false | |
| - fromDate | Date | No | Date from where support bundle should include the logs | 04/21/2019 | |
| - toDate | Date | No | Date upto where support bundle should include the logs | 04/22/2019 |
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://