PAGERDUTY_GET_ADDONS_LIST
Retrieves a list of all addons associated with the PagerDuty account. This endpoint allows users to view the additional features or integrations that have been added to enhance the platform's capabilities. It provides an overview of the current addons, which can include third-party services or custom extensions that extend the functionality of the core PagerDuty system. This endpoint is useful for auditing the account's current addons, planning for potential new integrations, or managing existing ones. Note that this endpoint only returns basic information about the addons and may not include detailed configuration settings for each addon.
Available from 1 provider (1 remote)
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"title": "Limit",
"description": "The number of results per page."
},
"total": {
"type": "boolean",
"title": "Total",
"default": false,
"description": "By default the `total` field in pagination responses is set to `null` to provide the fastest possible response times. Set `total` to `true` for this field to be populated. See our [Pagination Docs](https://developer.pagerduty.com/docs/rest-api-v2/pagination/) for more information. "
},
"filter": {
"enum": [
"full_page_addon",
"incident_show_addon"
],
"type": "string",
"title": "Filter",
"description": "Filters the results, showing only Add-ons of the given type"
},
"offset": {
"type": "integer",
"title": "Offset",
"description": "Offset to start pagination search results."
},
"include": {
"enum": [
"services"
],
"type": "string",
"title": "Include",
"description": "Array of additional Models to include in response."
},
"service__ids": {
"type": "array",
"items": {
"type": "string",
"properties": {}
},
"title": "Service Ids",
"description": "Filters the results, showing only Add-ons for the given services"
}
}
}
Remote Providers (1)
These servers are accessible over the network — no local installation needed.
PagerDuty
Remotepagerduty