-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Bug_SDKBugs related to SDK and surrounding scriptsBugs related to SDK and surrounding scripts
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Bug_SDKBugs related to SDK and surrounding scriptsBugs related to SDK and surrounding scripts