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ónTool 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.
ROLLBAR_CHECK_TEAM_PROJECT_ASSIGNMENTAcciónTool 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_idintegerObligatorioThe unique identifier of the team to check
project_idintegerObligatorioThe unique identifier of the project to check
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Check User Team AssignmentROLLBAR_CHECK_USER_TEAM_ASSIGNMENTAcciónTool to check if a user is assigned to a team in Rollbar. Use when you need to verify team membership for a specific user.
ROLLBAR_CHECK_USER_TEAM_ASSIGNMENTAcciónTool 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_idintegerObligatorioThe unique identifier of the team to check
user_idintegerObligatorioThe unique identifier of the user to check
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Occurrences MetricsROLLBAR_GET_OCCURRENCES_METRICSAcciónGet 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.
ROLLBAR_GET_OCCURRENCES_METRICSAcciónGet 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
sortobjectSort configuration for query results.
limitintegerTotal rows/groups to return in the result set
offsetintegerSpecific offset/starting point for pagination
filtersobject[]Array of filter conditions to apply to the query. Filters narrow results by specific field values
end_timeintegerObligatorioUnix timestamp of end time for the query, inclusive
group_bystring[]Array of column names on which to group the results
timezonestringTimezone 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_timeintegerObligatorioUnix timestamp of start time for the query
granularitystringenumTimepoint size for returned results.
secondminutehourdayweekmonthyear
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ProjectROLLBAR_GET_PROJECTAcciónTool 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.
ROLLBAR_GET_PROJECTAcciónTool 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_idintegerObligatorioThe unique identifier of the project to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Team by IDROLLBAR_GET_TEAMAcciónTool 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.
ROLLBAR_GET_TEAMAcciónTool 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_idintegerObligatorioThe unique identifier of the team to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get TTR metricsROLLBAR_GET_TTR_METRICSAcciónGet resolution time metrics for a list of projects. Use when you need to analyze how long it takes to resolve issues in Rollbar projects.
ROLLBAR_GET_TTR_METRICSAcciónGet 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_timeintegerUnix timestamp of end time for the query, inclusive. Default is the current timestamp.
functionstringenumFunction to aggregate time-to-resolution metrics.
meanmedianminmaxtimezonestringTimezone for the results. Default is US/Pacific. Examples: Europe/London, Japan, UTC.
frameworksstring[]List of framework names to filter by.
start_timeintegerObligatorioUnix timestamp of start time for the query. Required.
granularitystringenumTimepoint size of the returned results.
secondminutehourdayweekmonthyearproject_idsinteger[]List of project IDs. Requires Account Access Token.
environmentsstring[]List of environment names to filter by.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get User by IDROLLBAR_GET_USERAcciónTool 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.
ROLLBAR_GET_USERAcciónTool 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_idintegerObligatorioThe unique identifier of the user to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All ProjectsROLLBAR_LIST_ALL_PROJECTSAcciónTool to list all projects in the Rollbar account. Use when you need to retrieve all projects associated with the account.
ROLLBAR_LIST_ALL_PROJECTSAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All TeamsROLLBAR_LIST_ALL_TEAMSAcciónTool to list all teams in a Rollbar account. Use when you need to retrieve all teams for an account.
ROLLBAR_LIST_ALL_TEAMSAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All UsersROLLBAR_LIST_ALL_USERSAcciónTool to list all users in the Rollbar account. Use when you need to retrieve user information or filter users by email address.
ROLLBAR_LIST_ALL_USERSAcciónTool 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
emailstringFilter the list of users by email address. If provided, only users with matching email will be returned.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Project TeamsROLLBAR_LIST_PROJECT_TEAMSAcciónTool to list all teams with access to a Rollbar project. Use when you need to retrieve teams associated with a specific project.
ROLLBAR_LIST_PROJECT_TEAMSAcciónTool 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_idintegerObligatorioUnique identifier of the Rollbar project to list teams for.
exclude_builtin_teamsintegerWhen 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List RQL JobsROLLBAR_LIST_RQL_JOBSAcciónTool to list all RQL (Rollbar Query Language) jobs. Use when you need to retrieve all RQL jobs and their statuses.
ROLLBAR_LIST_RQL_JOBSAcciónTool to list all RQL (Rollbar Query Language) jobs. Use when you need to retrieve all RQL jobs and their statuses.
Parámetros de entrada
pageintegerPage number starting from 1
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Team InvitationsROLLBAR_LIST_TEAM_INVITATIONSAcciónTool to list pending invitations to a Rollbar team. Use when you need to view all outstanding team invitations.
ROLLBAR_LIST_TEAM_INVITATIONSAcciónTool to list pending invitations to a Rollbar team. Use when you need to view all outstanding team invitations.
Parámetros de entrada
pageintegerPage number for pagination. Returns up to 5000 results per page. Use page=2, page=3, etc. to get subsequent pages.
team_idintegerObligatorioUnique identifier of the team to list invitations for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Team ProjectsROLLBAR_LIST_TEAM_PROJECTSAcciónTool 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.
ROLLBAR_LIST_TEAM_PROJECTSAcciónTool 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_idintegerObligatorioThe unique identifier of the team whose projects you want to list.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Team UsersROLLBAR_LIST_TEAM_USERSAcciónTool to list all users in a Rollbar team. Use when you need to retrieve team membership information.
ROLLBAR_LIST_TEAM_USERSAcciónTool to list all users in a Rollbar team. Use when you need to retrieve team membership information.
Parámetros de entrada
pageintegerResults are returned in sets of 5000. Access more results by specifying page=2, etc.
team_idintegerObligatorioThe unique identifier for the team.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List User ProjectsROLLBAR_LIST_USER_PROJECTSAcciónTool to list all projects a user has access to. Use when you need to retrieve projects for a specific user by their user ID.
ROLLBAR_LIST_USER_PROJECTSAcciónTool 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_idintegerObligatorioThe unique identifier of the user whose projects to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List User TeamsROLLBAR_LIST_USER_TEAMSAcciónTool to list all teams a user belongs to in Rollbar. Use when you need to retrieve team memberships for a specific user.
ROLLBAR_LIST_USER_TEAMSAcciónTool 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_idstringObligatorioThe unique identifier of the user whose teams you want to list.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not