REST API to Enable and Disable Analyzer Execution Statistics
API Context for the following APIs is http://<host name or IP address>:<appnode port>/bw/app.json/{app_Name}/{app_Version}/analyzerstat
Get Status
Method
|
GET
|
Description
|
To get the status of the analyzer execution stats for a particular application.
|
Path Parameters
|
- parameter: appName
- Type: String
- Description: Application name
- parameter: appVersion
- Type: String
- Description: Application version
|
Query Parameters
|
- parameter: entity
- Type: String
- Description: Select the entity as
activity or
process
|
Header Parameters
|
None
|
Output
|
- Code: 405
Message: Entity name is not valid. The valid names are [process | activity]
Description: An entity is not selected.
The valid values for the query parameter entity are [process | activity].
|
Enable Analyzer Stats
Method
|
POST
|
Description
|
To enable the analyzer execution stats for a particular application.
|
Path Parameters
|
- parameter: appName
- Type: String
- Description: Application name
- parameter: appVersion
- Type: String
- Description: Application version
|
Query Parameters
|
- parameter: entity
- Type: String
- Description: Select the entity as
activity or
process
|
Header Parameters
|
None
|
Output
|
- Code: 405
Message: Entity name is not valid. The valid names are [process | activity]
Description: An entity is not selected.
The valid values for the query parameter entity are [process | activity].
|
Disable Analyzer Stats
Method
|
DELETE
|
Description
|
To disable the analyzer execution stats for a particular application.
|
Path Parameters
|
- parameter: appName
- Type: String
- Description: Application name
- parameter: appVersion
- Type: String
- Description: Application version
|
Query Parameters
|
- parameter: entity
- Type: String
- Description: Select the entity as
activity or
process
|
Header Parameters
|
None
|
Output
|
- Code: 405
Message: Entity name is not valid. The valid names are [process | activity]
Description: An entity is not selected.
The valid values for the query parameter entity are [process | activity].
|
Copyright © 2020. TIBCO Software Inc. All Rights Reserved.