From 7e593e6b7237cad3b941fe6a4779843a222a6d5c Mon Sep 17 00:00:00 2001 From: SeaBlooms Date: Mon, 16 Dec 2024 14:28:26 -0700 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9ecd5d1..f94de1a 100644 --- a/README.md +++ b/README.md @@ -474,7 +474,7 @@ alert_rule_config_multiple = [ } ] -j1.update_alert_rule(rule_id="%2FRULE_EVALUATION%2F%2F%2Fquery0.json?token=&Expires=") +j1.fetch_downloaded_evaluation_results(download_url="https://download.us.jupiterone.io//RULE_EVALUATION///query0.json?token=&Expires=") ``` @@ -547,7 +547,9 @@ j1.fetch_downloaded_evaluation_results(download_url="https://download.us.jupiter ```python -j1.get_integration_definition_details(integration_type="aws") +# examples: 'aws', 'azure', 'google_cloud' + +j1.get_integration_definition_details(integration_type="") ```