File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -474,7 +474,7 @@ alert_rule_config_multiple = [
474474 }
475475]
476476
477- j1.update_alert_rule(rule_id = " <id-of-alert-rule" ,
477+ j1.update_alert_rule(rule_id = " <id-of-alert-rule> " ,
478478 name = " Updated Alert Rule Name" ,
479479 description = " Updated Alert Rule Description" ,
480480 j1ql = " find jupiterone_user" ,
@@ -539,15 +539,17 @@ j1.fetch_evaluation_result_download_url(raw_data_key="RULE_EVALUATION/<id-of-eva
539539
540540``` python
541541
542- j1.fetch_downloaded_evaluation_results(download_url = " https://download.us.jupiterone.io/<GUID> %2F RULE_EVALUATION %2F <GUID> %2F <epoch>%2F query0 .json?token=<TOKEN>&Expires=<epoch>" )
542+ j1.fetch_downloaded_evaluation_results(download_url = " https://download.us.jupiterone.io/<id-of-rule>/RULE_EVALUATION/<id-of-evaluation>/ <epoch>/query0 .json?token=<TOKEN>&Expires=<epoch>" )
543543
544544```
545545
546546##### Get Integration Defintion Details
547547
548548``` python
549549
550- j1.get_integration_definition_details(integration_type = " aws" )
550+ # examples: 'aws', 'azure', 'google_cloud'
551+
552+ j1.get_integration_definition_details(integration_type = " <integration-type>" )
551553
552554```
553555
You can’t perform that action at this time.
0 commit comments