Version: SG FLX
Community
This is a Technical Preview and should not yet be used in production.
Set Read-Only Action
Content
Setting an index into read-only mode. This will block any write operations on the index.
Example
copy
{
"steps": [
...
{
"name": "inactive",
"conditions": [ ... ],
"actions": [
...
{
"type": "set_read_only"
},
...
]
},
...
]
}