Hi, David.
Thanks for writing a great code.
I have a question about your code.
When I run "dome9.run_assessment", I get a 500 error, but I cannot determine if the problem is on the Dome9 side or in my code.
Here is the code I ran. All arguments are set separately with type str.
from dome9 import Dome9
dome9 = Dome9(key=api_key_id, secret=api_secret_key)
dome9.run_assessment(rulesetId, cloudAccountId, region=None)
And here is the error statement.
Exception: {'code': 500, 'message': 'Internal Server Error', 'content': b'An error has occured.'}
Please let me know your thoughts on where the problem lies.
Hi, David.
Thanks for writing a great code.
I have a question about your code.
When I run "dome9.run_assessment", I get a 500 error, but I cannot determine if the problem is on the Dome9 side or in my code.
Here is the code I ran. All arguments are set separately with type str.
And here is the error statement.
Please let me know your thoughts on where the problem lies.