Disable policy analysis on a single workspace
Disable policy analysis on the workspace.
POST /openapi/v1/applications/{application_id}/disable_analysis
Parameters: The request URL contains the following parameters
|
|
|
---|---|---|
Name |
Type |
Description |
application_id |
string |
The unique identifier for the workspace. |
Response object: Returns an object with the following attributes:
Attribute |
Type |
Description |
data_set |
object |
JSON object representation of the data set. |
analyzed_policy_version |
integer |
Last analyzed p* version of the workspace. |
Sample python code
application_id = '5d02b493755f0237a3d6e078'
resp = restclient.post('/applications/%s/disable_analysis' % application_id)