1 | Collector name | I | Char(10) |
2 | Qualified data queue name | I | Char(20) |
3 | Notification type | I | Binary(4) |
4 | Category list | I | Array of Char(10) |
5 | Category count | I | Binary(4) |
6 | Error Code | I/O | Char(*) |
The Remove Collector Notification (QypsRmvCollectorNotification) API removes a notification registration from a collector for a specified data queue and collection event. A collection event occurs when:
The name of the collector that is removing notification. One of these special values must be used:
*PFR | Performance Collector |
The data queue from which the notification is to be removed. The first ten characters contain the data queue name, and the second ten characters contain the data queue library name. The data queue must already exist. You can use these special values for the library name:
*CURLIB | The job's current library. |
*LIBL | The library list. |
The type of event notification to remove:
0 | Collector - remove the cycle, end, and interval notifications. |
1 | Cycle - remove the collection cycle event notification. |
2 | End - remove notification of the end event. |
3 | Interval - remove notification of the default collection interval event. |
4 | Category - remove notification for the category event. |
List of category names, for which notification is to be removed. This field is only applicable when Notification type is set to category notification (4). Category name can be a system-defined category name or a user-defined category name.
The number of categories entered in input field Category list. This field is only applicable when Notification type is set to category notification (4). Category count must have a value of '0' when Notification type is not a category notification (4).
The structure in which to return error information. For the format of the structure, see Error Code Parameter.
Message ID | Error Message Text |
---|---|
CPF3C1E E | Required parameter &1 omitted. |
CPF3C3C E | Value for parameter &1 not valid. |
CPF3CF2 E | Error(s) occurred during running of &1 API. |
CPF9802 E | Not authorized to object &2 in &3. |
CPF9820 E | Not authorized to use library &1. |
CPFB94A E | Collector communications error. Reason code &1. |
Top | Performance Management | APIs by category |