Cisco Cisco Configuration Engine 3.5 Entwickleranleitung

Seite von 344
7-10
Cisco Configuration Engine Software Development Kit API Reference and Programmer Guide 3.5
OL-17661-02
Chapter 7      Device Administration Interface API
End User Interface
Get Error Pattern
Method to get all error patterns.
Signature
String[] getErrorPattern(String deviceCategory)
Arguments
deviceCategory – device category
Return Value
String array of error patterns
Add Ignore Pattern
Method to add ignore pattern.
Signature
int addIgnorePattern(String deviceCategory, String pattern)
Arguments
deviceCategory – device category
pattern – String that contains the ignore pattern
Return Value
Integer that gives the status of the operation.
Delete Ignore Pattern
Method to delete ignore pattern.
Signature
int deleteIgnorePattern(String deviceCategory, String pattern)
Arguments
deviceCategory – device category
pattern – String that contains the ignore pattern
Return Value
Integer that gives the status of the operation.
Get Ignore Pattern
Method to get all ignore patterns.
Signature
String[] getIgnorePattern(String deviceCategory)