NAiOS IconNAiOS Logo
Volver al catálogo

Rootly

rootly

Rootly is an AI-native incident management platform that automates workflows and collaboration, integrating with Slack, PagerDuty, and other tools to streamline incident response.

Acciones
3
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (3)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Delete Action ItemROOTLY_DELETE_ACTION_ITEMAcción

This tool allows for the deletion of a specific action item in rootly. it complements the existing rootly list action items functionality by providing the ability to remove individual action items from the system.

Parámetros de entrada

  • action_item_idstringObligatorio

    The unique identifier of the action item to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Action Item DetailsROOTLY_GET_ACTION_ITEMAcción

This tool retrieves a single action item by its id from rootly using a get request to https://api.rootly.com/v1/action items/{id}. it provides detailed information about an action item including summary, description, kind, assigned to, priority, status, due date, and more. it complements other action item management tools.

Parámetros de entrada

  • action_item_idstringObligatorio

    The ID of the action item to retrieve

Parámetros de salida

  • dataobjectObligatorio

    The action item data

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Action ItemsROOTLY_LIST_ACTION_ITEMSAcción

This tool retrieves a list of all action items for an organization in rootly. action items are tasks or follow-up items that need to be completed during or after an incident, helping to track and manage incident-related tasks effectively.

Parámetros de entrada

  • kindstring

    Filter by kind of action item

  • statusstring

    Filter by status

  • prioritystring

    Filter by priority

  • page_sizeinteger

    Number of items per page

  • page_numberinteger

    Page number for pagination

Parámetros de salida

  • dataobject[]Obligatorio

    List of action items

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not