#bucket consistency check change through ansible
1 messages · Page 1 of 1 (latest)
Hi Darren, yes it’s possible. You need to use API available at tenant level. You can use this URL:
GET: https://grid-name/api/v3/org/containers/bucket-name/consistency
To modify, do a PUT on the same URL and specify the body:
{
« Consistency »: « available »
}