Skip to content

unable to increase hard quotas #20

@newbee162

Description

@newbee162

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?

Metadata

Metadata

Assignees

Labels

Bug_SDKBugs related to SDK and surrounding scripts

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions