NAiOS IconNAiOS Logo
Volver al catálogo

Rollbar

rollbar

Error tracking and monitoring platform for developers

Acciones
17
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 (17)

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.

Check Team Project AssignmentROLLBAR_CHECK_TEAM_PROJECT_ASSIGNMENTAcción

Tool to check if a team is assigned to a project in Rollbar. Use when you need to verify team-project relationships or validate access permissions. Returns 404 if the project is not assigned to the team.

Parámetros de entrada

  • team_idintegerObligatorio

    The unique identifier of the team to check

  • project_idintegerObligatorio

    The unique identifier of the project to check

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

Check User Team AssignmentROLLBAR_CHECK_USER_TEAM_ASSIGNMENTAcción

Tool to check if a user is assigned to a team in Rollbar. Use when you need to verify team membership for a specific user.

Parámetros de entrada

  • team_idintegerObligatorio

    The unique identifier of the team to check

  • user_idintegerObligatorio

    The unique identifier of the user to check

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 Occurrences MetricsROLLBAR_GET_OCCURRENCES_METRICSAcción

Get occurrence counts over a span of time with flexible grouping, filtering, and aggregation. Use this to analyze error patterns, track occurrence metrics across time periods, and generate custom reports by grouping on fields like environment, platform, or user attributes.

Parámetros de entrada

  • sortobject

    Sort configuration for query results.

  • limitinteger

    Total rows/groups to return in the result set

  • offsetinteger

    Specific offset/starting point for pagination

  • filtersobject[]

    Array of filter conditions to apply to the query. Filters narrow results by specific field values

  • end_timeintegerObligatorio

    Unix timestamp of end time for the query, inclusive

  • group_bystring[]

    Array of column names on which to group the results

  • timezonestring

    Timezone for the query results. Default is US/Pacific. Examples: Europe/London, Japan

  • aggregatesobject[]

    Array of aggregate functions to perform for each group. Supports count_all, count_distinct, max, and min

  • start_timeintegerObligatorio

    Unix timestamp of start time for the query

  • granularitystringenum

    Timepoint size for returned results.

    secondminutehourdayweekmonthyear

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 ProjectROLLBAR_GET_PROJECTAcción

Tool to retrieve details of a specific Rollbar project by its ID. Use when you need to get project information including name, status, settings, and timestamps.

Parámetros de entrada

  • project_idintegerObligatorio

    The unique identifier of the project to retrieve

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 Team by IDROLLBAR_GET_TEAMAcción

Tool to retrieve details of a specific team by ID. Use when you need to fetch information about a team including its name, account ID, and access level.

Parámetros de entrada

  • team_idintegerObligatorio

    The unique identifier of the team to retrieve

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 TTR metricsROLLBAR_GET_TTR_METRICSAcción

Get resolution time metrics for a list of projects. Use when you need to analyze how long it takes to resolve issues in Rollbar projects.

Parámetros de entrada

  • levelsstring[]

    List of level names to filter by (e.g., error, warning, info).

  • end_timeinteger

    Unix timestamp of end time for the query, inclusive. Default is the current timestamp.

  • functionstringenum

    Function to aggregate time-to-resolution metrics.

    meanmedianminmax
  • timezonestring

    Timezone for the results. Default is US/Pacific. Examples: Europe/London, Japan, UTC.

  • frameworksstring[]

    List of framework names to filter by.

  • start_timeintegerObligatorio

    Unix timestamp of start time for the query. Required.

  • granularitystringenum

    Timepoint size of the returned results.

    secondminutehourdayweekmonthyear
  • project_idsinteger[]

    List of project IDs. Requires Account Access Token.

  • environmentsstring[]

    List of environment names to filter by.

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 User by IDROLLBAR_GET_USERAcción

Tool to retrieve a specific user from Rollbar by their user ID. Use when you need to fetch user details including username, email, and notification settings.

Parámetros de entrada

  • user_idintegerObligatorio

    The unique identifier of the user to retrieve

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

List All ProjectsROLLBAR_LIST_ALL_PROJECTSAcción

Tool to list all projects in the Rollbar account. Use when you need to retrieve all projects associated with the account.

Parámetros de entrada

Sin parámetros.

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

List All TeamsROLLBAR_LIST_ALL_TEAMSAcción

Tool to list all teams in a Rollbar account. Use when you need to retrieve all teams for an account.

Parámetros de entrada

Sin parámetros.

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

List All UsersROLLBAR_LIST_ALL_USERSAcción

Tool to list all users in the Rollbar account. Use when you need to retrieve user information or filter users by email address.

Parámetros de entrada

  • emailstring

    Filter the list of users by email address. If provided, only users with matching email will be returned.

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

List Project TeamsROLLBAR_LIST_PROJECT_TEAMSAcción

Tool to list all teams with access to a Rollbar project. Use when you need to retrieve teams associated with a specific project.

Parámetros de entrada

  • project_idintegerObligatorio

    Unique identifier of the Rollbar project to list teams for.

  • exclude_builtin_teamsinteger

    When set to 1 or true, excludes built-in teams (Owners, Everyone) from the response. Set to 0 or omit to include all teams.

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

List RQL JobsROLLBAR_LIST_RQL_JOBSAcción

Tool to list all RQL (Rollbar Query Language) jobs. Use when you need to retrieve all RQL jobs and their statuses.

Parámetros de entrada

  • pageinteger

    Page number starting from 1

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

List Team InvitationsROLLBAR_LIST_TEAM_INVITATIONSAcción

Tool to list pending invitations to a Rollbar team. Use when you need to view all outstanding team invitations.

Parámetros de entrada

  • pageinteger

    Page number for pagination. Returns up to 5000 results per page. Use page=2, page=3, etc. to get subsequent pages.

  • team_idintegerObligatorio

    Unique identifier of the team to list invitations for.

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

List Team ProjectsROLLBAR_LIST_TEAM_PROJECTSAcción

Tool to list all projects a team has access to in Rollbar. Use when you need to see which projects are associated with a specific team.

Parámetros de entrada

  • team_idintegerObligatorio

    The unique identifier of the team whose projects you want to list.

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

List Team UsersROLLBAR_LIST_TEAM_USERSAcción

Tool to list all users in a Rollbar team. Use when you need to retrieve team membership information.

Parámetros de entrada

  • pageinteger

    Results are returned in sets of 5000. Access more results by specifying page=2, etc.

  • team_idintegerObligatorio

    The unique identifier for the team.

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

List User ProjectsROLLBAR_LIST_USER_PROJECTSAcción

Tool to list all projects a user has access to. Use when you need to retrieve projects for a specific user by their user ID.

Parámetros de entrada

  • user_idintegerObligatorio

    The unique identifier of the user whose projects to retrieve.

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

List User TeamsROLLBAR_LIST_USER_TEAMSAcción

Tool to list all teams a user belongs to in Rollbar. Use when you need to retrieve team memberships for a specific user.

Parámetros de entrada

  • user_idstringObligatorio

    The unique identifier of the user whose teams you want to list.

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