#Quota Rules api

1 messages · Page 1 of 1 (latest)

compact urchin
#

Anyone an idea i run the rest api -method PATCH -URI api/storage/quota/rules/uuid?space.hard_limit=123456789
i get respons of the URI that a job is created
if i lookup the job and do an instance on the job it was succefull
but if i do a get policy rule it (or i look it up in activeiq)it is still on the old value and made no changes
i get no initial erorrs when i run the api
i use powershell with the invoke-restmethod

rotund geode
#

The new limit must be set in the request body.

compact urchin
#

Is it possible to give a example ?

rotund geode