Raygun integration (Developer Tools, Data). Imported from open-connector.
https://api.raygun.com/v3/applications
| Param | Type | Required | Description |
|---|---|---|---|
| count | integer | optional | Maximum number of items to return. |
| offset | integer | optional | Number of items to skip before returning results. |
| orderBy | array | optional | Fields and optional directions accepted by the Raygun endpoint. |
/applications/{applicationIdentifier}
| Param | Type | Required | Description |
|---|---|---|---|
| applicationIdentifier | string | required | Raygun application identifier. |
/applications/{applicationIdentifier}/deployments
| Param | Type | Required | Description |
|---|---|---|---|
| applicationIdentifier | string | required | Raygun application identifier. |
| count | integer | optional | Maximum number of items to return. |
| offset | integer | optional | Number of items to skip before returning results. |
| orderBy | array | optional | Fields and optional directions accepted by the Raygun deployments endpoint. |
/applications/{applicationIdentifier}/deployments/latest
| Param | Type | Required | Description |
|---|---|---|---|
| applicationIdentifier | string | required | Raygun application identifier. |
/applications/{applicationIdentifier}/deployments/{deploymentIdentifier}
| Param | Type | Required | Description |
|---|---|---|---|
| applicationIdentifier | string | required | Raygun application identifier. |
| deploymentIdentifier | string | required | Raygun deployment identifier. |
/applications/{applicationIdentifier}/deployments
| Param | Type | Required | Description |
|---|---|---|---|
| applicationIdentifier | string | required | Raygun application identifier. |
| version | string | required | Deployment version. |
| ownerName | string | optional | Deployment owner name. |
| emailAddress | string | optional | Deployment owner email address. |
| comment | string | optional | Deployment comment. |
| scmIdentifier | string | optional | Source control identifier for the deployment. |
| scmType | string | optional | Source control system type. |
| deployedAt | string | optional | Deployment timestamp. |
/applications/{applicationIdentifier}/deployments/{deploymentIdentifier}
| Param | Type | Required | Description |
|---|---|---|---|
| applicationIdentifier | string | required | Raygun application identifier. |
| deploymentIdentifier | string | required | Raygun deployment identifier. |
| version | string | optional | Deployment version. |
| ownerName | string | optional | Deployment owner name. |
| emailAddress | string | optional | Deployment owner email address. |
| comment | string | optional | Deployment comment. |
| scmIdentifier | string | optional | Source control identifier for the deployment. |
| scmType | string | optional | Source control system type. |
| deployedAt | string | optional | Deployment timestamp. |
/applications/{applicationIdentifier}/deployments/{deploymentIdentifier}
| Param | Type | Required | Description |
|---|---|---|---|
| applicationIdentifier | string | required | Raygun application identifier. |
| deploymentIdentifier | string | required | Raygun deployment identifier. |
/applications/{applicationIdentifier}/error-groups
| Param | Type | Required | Description |
|---|---|---|---|
| applicationIdentifier | string | required | Raygun application identifier. |
| count | integer | optional | Maximum number of items to return. |
| offset | integer | optional | Number of items to skip before returning results. |
| orderBy | array | optional | Fields and optional directions accepted by the Raygun error groups endpoint. |
/applications/{applicationIdentifier}/error-groups/{errorGroupIdentifier}
| Param | Type | Required | Description |
|---|---|---|---|
| applicationIdentifier | string | required | Raygun application identifier. |
| errorGroupIdentifier | string | required | Raygun error group identifier. |