Exporting Reports from the Tool
You can export reports from the Bundle page, Endpoint page, and Implementation Component page to a Microsoft Excel Comma Separated Values file (.csv
) or JSON file (.json
) file.
To export the reports, click on the following from the Bundle page, Endpoint page, and Implementation Component pages:
- Export to CSV: Exports the report to a Microsoft Excel Comma Separated Values file (.csv) file.
- Export to JSON: Exports the report to a JSON (.json) file.
The exported reports are stored in the default download directory specified in the browser and are named as follows:
Page | Report Filenames |
---|---|
Bundle |
|
Endpoint |
|
Implementation Component |
|
Sample CSV File
A snippet from a CSV file generated from the EndPoint page is shown below:
Sample JSON File
A snippet from a JSON file generated from the EndPoint page is shown below:
[ { "bindingName": "MANAGEMENTReference_Binding1", "bindingType": "TIBCO-BT-MANAGEMENT", "endpointName": "ComponentFrameworkStatusNotificationService", "outbound": true, "service": false, "actionStatus": "unknown", "environmentName": "DevEnvironment", "id": "ae628df1-a227-40d2-8c37-bdffa865ebf9", "name": "ComponentFrameworkServices", "revision": null, "state": "RUNNING", "uri": "urn:amx:DevEnvironment/com.tibco.amx.platform/
ComponentFrameworkServices_1.0.0_outbound_reference_
ComponentFrameworkStatusNotificationService_
MANAGEMENTReference_Binding1", "version": "1.0.0" } ]