Makes a remote procedure call to the specified action
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
The account identifier
When true, the action result is written to the datasync index and the response includes datasync metadata
false
Run ID to associate with the sync operation. Only relevant when sync=true.
"550e8400-e29b-41d4-a716-446655440000"
The action to execute
"create_employee"
Path parameters for the action
{ "id": "123" }Query parameters for the action
Headers for the action
{ "Content-Type": "application/json" }Request body for the action
{ "data": "example" }Override the account-level defender enabled setting for this request. Deprecated: use defender_config instead.
true
Per-request defender configuration. Takes precedence over defender_enabled and project settings.
Action response. When sync=true, the response is wrapped with a datasync metadata field.