Skip to main content

Get action for a group

GET 

/:customer_id/admin/groups/:group_id/sentinel-actions/:action_id

Fetch an action for a group by it's id

Request

Path Parameters

    customer_id Customer Idrequired

    Id of the tenant

    group_id Group Idrequired

    Id of the group

    action_id uuidrequired

Responses

Schema
    id uuidrequired

    Action id

    target Targetrequired

    Target of the action

    action_type Action Typerequired

    Action type

    description Descriptionrequired

    Action description

    cron_schedule Cron Schedulerequired

    Cron schedule

    cron_is_local_time Cron Is Local Timerequired

    Wether the cron pattern should be interpreted as user's local time or server UTC time

    notification_emails string[]required

    Notification emails

    notification_webhooks string[]required

    Notification webhooks

    enabled Enabledrequired

    Wether the action is enabled

    included_users uuid[]required

    Included users

    excluded_users uuid[]required

    Excluded users

Loading...