Deregister Collector Data Category (QypsDeregCollectorDataCategory) API


  Required Parameter Group:

1 Collector name Input Char(10)
2 Category name Input Char(10)
3 Error Code I/O Char(*)

  Service Program Name: QYPSCOLL

  Default Public Authority: *EXCLUDE

  Threadsafe: Yes

The Deregister Collector Data Category (QypsDeregCollectorDataCategory) API removes a user-defined data category from the Collection Services function of Management Central.


Authorities and Locks

API Public Authority
*EXCLUDE

Required Parameter Group

Collector name
INPUT; CHAR(10)

The name of the collector where the category will be removed. The only currently supported special value is:

*PFR Performance Collector

Category name
INPUT; CHAR(10)

The unique name of the user-defined data category. Category name must be a valid *NAME (basic name) and all uppercase. See ELEM (Element) Statement in CL Reference for more information about *NAME. Names of user-defined data categories registered by IBM® products start with "Q". Non-IBM applications are discouraged from prefixing names of user-defined categories with "Q".

Error code
I/O; CHAR(*)

The structure in which to return error information. For the format of the structure, see Error code parameter.


Error Messages

Message ID Error Message Text
CPF24B4 E Severe error while addressing parameter list.
CPF222E E &1 special authority is required.
CPF3C1E E Required parameter &1 omitted.
CPF3C3C E Value for parameter &1 not valid.
CPF3CF1 E Error code parameter not valid.
CPF3CF2 E Error(s) occurred during running of &1 API.
CPFB94E E Category name &1 does not exist.


Introduced: V5R2


[ Back to top | Performance Management | APIs by category ]