Files
manila/api-ref/source/samples/share-access-rules-update-response.json
Kiran Pawar 65d48c0589 Allow to update access level of access rule
Update API will only allow to update access_level of access_type.
Pass the information to share drivers and let them handle update
access rule if supported.

Closes-bug: #2066871
Change-Id: Ieb836d7e63ce8bb14c4ae4fc57b012ee3249dcc7
2025-01-02 14:35:00 +00:00

18 lines
482 B
JSON

{
"access": {
"access_level": "ro",
"state": "error",
"id": "507bf114-36f2-4f56-8cf4-857985ca87c1",
"share_id": "fb213952-2352-41b4-ad7b-2c4c69d13eef",
"access_type": "ip",
"access_to": "0.0.0.0/0",
"access_key": null,
"created_at": "2024-12-17T02:01:04.000000",
"updated_at": "2024-12-17T02:01:04.000000",
"metadata": {
"key1": "value1",
"key2": "value2"
}
}
}