-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to increase hard quotas #20
Labels
Bug_SDK
Bugs related to SDK and surrounding scripts
Comments
Updating |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
want to increase the hard quotas , but can't seem to get it right. I am able to update "enforced"
api_instance = isi_sdk_8_2_1.QuotaApi(isi_sdk_8_2_1.ApiClient(configuration))
quota_api = isi_sdk_8_2_1.QuotaApi(api_client)
quota_quota_id = 'HwAHAAEAAAAAAAAAAAAAQAEAAAAAAAAA'
quota_quota = isi_sdk_8_2_1.QuotaQuotaThresholds(
hard=3221225472)
Output:
"code" : "AEC_BAD_REQUEST",
"field" : "hard",
"message" : "Field: hard has error: A property was present that is not defined by the schema."
},
{
"code" : "AEC_BAD_REQUEST",
"message" : "Input validation failed."
}
What am i doing wrong?
The text was updated successfully, but these errors were encountered: