Rollbar integration (Developer Tools, Security). Imported from open-connector.
https://api.rollbar.com/api/1/project/{projectId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | integer | required | The Rollbar project ID. |
/items
| Param | Type | Required | Description |
|---|---|---|---|
| assignedUser | string | optional | Filter by assigned Rollbar username, or use assigned or unassigned. |
| assignedTeam | array | optional | Filter by one or more assigned Rollbar team names. |
| environment | array | optional | Filter by one or more Rollbar environments. |
| framework | array | optional | Filter by one or more Rollbar frameworks. |
| itemIds | array | optional | Filter by one or more Rollbar item IDs. |
| level | array | optional | Filter by one or more Rollbar item levels. |
| page | integer | optional | The 1-based page number to request from Rollbar. |
| query | string | optional | Search query in the same format as the Rollbar Items page. |
| status | array | optional | Filter by one or more Rollbar item statuses. |
| isSnoozed | boolean | optional | Whether to include only snoozed items or to exclude them. |
/item/{itemId}
| Param | Type | Required | Description |
|---|---|---|---|
| itemId | integer | required | The Rollbar item ID. |
/item/{itemId}/instances
| Param | Type | Required | Description |
|---|---|---|---|
| itemId | integer | required | The Rollbar item ID. |
| lastId | integer | optional | The last occurrence ID from the previous page. |
| page | integer | optional | The 1-based page number to request from Rollbar. |
| limit | integer | optional | The number of records to request from Rollbar. |
/instance/{occurrenceId}
| Param | Type | Required | Description |
|---|---|---|---|
| occurrenceId | integer | required | The Rollbar occurrence ID. |
/environments
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based page number to request from Rollbar. |
| limit | integer | optional | The number of records to request from Rollbar. |
/deploys
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based page number to request from Rollbar. |
| limit | integer | optional | The number of records to request from Rollbar. |
/deploy/{deployId}
| Param | Type | Required | Description |
|---|---|---|---|
| deployId | integer | required | The Rollbar deploy ID. |