RetentionAction

RetentionAction
RetentionAction
JSON Example
{
    "args": [
        {
            "name": "string",
            "value": "string"
        }
    ],
    "path": "string",
    "type": "string"
}
array of ActionArgs
args
Required

Arguments for the action. Field introduced in 31.1.1. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

string
path
Required

Path to invoke for the action. For example, for API action, this would be an API endpoint. Field introduced in 31.1.1. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

string
type
Required

Type of action to perform such as API, RPC, Script, etc. Enum options - ACTION_API, ACTION_GRPC, ACTION_SCRIPT, ACTION_RPC. Field introduced in 31.1.1. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.