1 | Qualified filter name | Input | Char(20) |
2 | Filter type | Input | Char(10) |
3 | Error code | I/O | Char(*) |
The Deregister Filter Notifications (QNMDRGFN) API deregisters a filter. If the identified filter is not currently registered, an error is returned.
The qualified filter name that is being deregistered. The first 10 characters are the filter name, and the last 10 characters are the library name. Special values *LIBL and *CURLIB are not supported for the library name.
The filter type that is being deregistered.
Special values supported are:
*ALR | Alert filter |
*PRB | Problem log filter |
The structure in which to return error information. For the format of the structure, see Error Code Parameter.
Message ID | Error Message Text |
---|---|
CPF24B4 E | Severe error while addressing parameter list. |
CPF3C90 E | Literal value cannot be changed. |
CPF3CF1 E | Error code parameter not valid. |
CPF8100 E | All CPF81xx messages could be returned. xx is from 01 to FF. |
CPF91D1 E | Filter &1/&2 of type &3 was not deregistered. |
CPF91D2 E | Filter type &3 not correct for this operation. |
CPF91D4 E | Filter &1/&2 of type &3 is not registered. |
CPF9800 E | All CPF98xx messages could be signaled. xx is from 01 to FF. |
Top | Network Management APIs | APIs by category |