← Tools Reference

Raygun

Raygun integration (Developer Tools, Data). Imported from open-connector.

API key10 toolshttps://api.raygun.com/v3
GET
raygun_list_applications
List Raygun applications available to the personal access token.

/applications

3 parameters
ParamTypeRequiredDescription
countintegeroptionalMaximum number of items to return.
offsetintegeroptionalNumber of items to skip before returning results.
orderByarrayoptionalFields and optional directions accepted by the Raygun endpoint.
GET
raygun_get_application
Retrieve a Raygun application by identifier.

/applications/{applicationIdentifier}

1 parameter
ParamTypeRequiredDescription
applicationIdentifierstringrequiredRaygun application identifier.
GET
raygun_list_deployments
List deployments for a Raygun application.

/applications/{applicationIdentifier}/deployments

4 parameters
ParamTypeRequiredDescription
applicationIdentifierstringrequiredRaygun application identifier.
countintegeroptionalMaximum number of items to return.
offsetintegeroptionalNumber of items to skip before returning results.
orderByarrayoptionalFields and optional directions accepted by the Raygun deployments endpoint.
GET
raygun_get_latest_deployment
Retrieve the latest deployment for a Raygun application.

/applications/{applicationIdentifier}/deployments/latest

1 parameter
ParamTypeRequiredDescription
applicationIdentifierstringrequiredRaygun application identifier.
GET
raygun_get_deployment
Retrieve a Raygun deployment by identifier.

/applications/{applicationIdentifier}/deployments/{deploymentIdentifier}

2 parameters
ParamTypeRequiredDescription
applicationIdentifierstringrequiredRaygun application identifier.
deploymentIdentifierstringrequiredRaygun deployment identifier.
POST
raygun_create_deployment
Create a deployment for a Raygun application.

/applications/{applicationIdentifier}/deployments

8 parameters
ParamTypeRequiredDescription
applicationIdentifierstringrequiredRaygun application identifier.
versionstringrequiredDeployment version.
ownerNamestringoptionalDeployment owner name.
emailAddressstringoptionalDeployment owner email address.
commentstringoptionalDeployment comment.
scmIdentifierstringoptionalSource control identifier for the deployment.
scmTypestringoptionalSource control system type.
deployedAtstringoptionalDeployment timestamp.
PATCH
raygun_update_deployment
Update a Raygun deployment.

/applications/{applicationIdentifier}/deployments/{deploymentIdentifier}

9 parameters
ParamTypeRequiredDescription
applicationIdentifierstringrequiredRaygun application identifier.
deploymentIdentifierstringrequiredRaygun deployment identifier.
versionstringoptionalDeployment version.
ownerNamestringoptionalDeployment owner name.
emailAddressstringoptionalDeployment owner email address.
commentstringoptionalDeployment comment.
scmIdentifierstringoptionalSource control identifier for the deployment.
scmTypestringoptionalSource control system type.
deployedAtstringoptionalDeployment timestamp.
DELETE
raygun_delete_deployment
Delete a Raygun deployment.

/applications/{applicationIdentifier}/deployments/{deploymentIdentifier}

2 parameters
ParamTypeRequiredDescription
applicationIdentifierstringrequiredRaygun application identifier.
deploymentIdentifierstringrequiredRaygun deployment identifier.
GET
raygun_list_error_groups
List crash reporting error groups for a Raygun application.

/applications/{applicationIdentifier}/error-groups

4 parameters
ParamTypeRequiredDescription
applicationIdentifierstringrequiredRaygun application identifier.
countintegeroptionalMaximum number of items to return.
offsetintegeroptionalNumber of items to skip before returning results.
orderByarrayoptionalFields and optional directions accepted by the Raygun error groups endpoint.
GET
raygun_get_error_group
Retrieve a Raygun error group by identifier.

/applications/{applicationIdentifier}/error-groups/{errorGroupIdentifier}

2 parameters
ParamTypeRequiredDescription
applicationIdentifierstringrequiredRaygun application identifier.
errorGroupIdentifierstringrequiredRaygun error group identifier.