Get Rules Of Plugin

Get Rules Of Plugin

Retrieve all the notification rules of the plugin instance

Request
URI
GET
https://{api_host}/suite-api/api/alertplugins/{pluginId}/rules
COPY
Path Parameters
string
pluginId
Required

The identifier for the plugin instance


Authentication
This operation uses the following authentication methods.
Responses
200

List of notification rules

Returns notification-rules of type(s) application/json
"No Custom Example is Available"
object
pageInfo
Optional

Represents page information for a paged result

array of object
links
Optional

Collection of links

array of object
rules
Optional

List of Notification Rules


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/alertplugins/{pluginId}/rules