Skip to main content

addons

Overview

Nameaddons
TypeResource
Idpagerduty.add_ons.addons

Fields

NameDatatypeDescription
idstring
namestringThe name of the Add-on.
_typestringThe type of Add-on.
html_urlstringa URL at which the entity is uniquely displayed in the Web app
selfstringthe API show URL at which the object is accessible
srcstringThe source URL to display in a frame in the PagerDuty UI. HTTPS is required.
summarystringA short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client. In many cases, this will be identical to name, though it is not intended to be an identifier.
typestringA string that determines the schema of the object. This must be the standard name for the entity, suffixed by _reference if the object is a reference.

Methods

NameAccessible byRequired ParamsDescription
get_addonSELECTidGet details about an existing Add-on.

Addon's are pieces of functionality that developers can write to insert new functionality into PagerDuty's UI.

For more information see the API Concepts Document

Scoped OAuth requires: addons.read
list_addonSELECTList all of the Add-ons installed on your account.

Addon's are pieces of functionality that developers can write to insert new functionality into PagerDuty's UI.

For more information see the API Concepts Document

Scoped OAuth requires: addons.read
create_addonINSERTdata__addonInstall an Add-on for your account.

Addon's are pieces of functionality that developers can write to insert new functionality into PagerDuty's UI.

Given a configuration containing a src parameter, that URL will be embedded in an iframe on a page that's available to users from a drop-down menu.

For more information see the API Concepts Document

Scoped OAuth requires: addons.write
delete_addonDELETEidRemove an existing Add-on.

Addon's are pieces of functionality that developers can write to insert new functionality into PagerDuty's UI.

For more information see the API Concepts Document

Scoped OAuth requires: addons.write
_get_addonEXECidGet details about an existing Add-on.

Addon's are pieces of functionality that developers can write to insert new functionality into PagerDuty's UI.

For more information see the API Concepts Document

Scoped OAuth requires: addons.read
_list_addonEXECList all of the Add-ons installed on your account.

Addon's are pieces of functionality that developers can write to insert new functionality into PagerDuty's UI.

For more information see the API Concepts Document

Scoped OAuth requires: addons.read
update_addonEXECid, data__addonUpdate an existing Add-on.

Addon's are pieces of functionality that developers can write to insert new functionality into PagerDuty's UI.

Given a configuration containing a src parameter, that URL will be embedded in an iframe on a page that's available to users from a drop-down menu.

For more information see the API Concepts Document

Scoped OAuth requires: addons.write