IKnowledgeManagement Interface

Definition

Allows you access the management pack knowledge articles for Operations Manager on the Service Manager store. A knowledge article contains information about a problem and information about how to fix the problem.

public interface class IKnowledgeManagement
public interface IKnowledgeManagement
type IKnowledgeManagement = interface
Public Interface IKnowledgeManagement

Methods

GetKnowledgeArticles()

Gets a list of all the management pack knowledge articles for Operations Manager on the Service Manager store.

GetKnowledgeArticles(Guid)

Gets a list of management pack knowledge articles for Operations Manager that are related to the specific identified object.

GetKnowledgeArticles(ManagementPackElement)

Gets a list of all management pack knowledge articles for Operations Manager related to the provided management pack element.

GetKnowledgeArticles(ManagementPackKnowledgeArticleCriteria)

Gets a list of management pack knowledge articles for Operations Manager based on the specified criteria. Only knowledge articles that match the criteria are returned.

GetKnowledgeArticles(ManagementPackSubElement)

Gets a list of management pack knowledge articles for Operations Manager that are related to the provided management pack sub element.

GetKnowledgeArticlesLocalized(Guid)

Gets a list of management pack knowledge articles for Operations Manager related to the specific identified object that match the current user’s locale.

GetKnowledgeArticlesLocalized(ManagementPackElement)

Gets a list of all management pack knowledge articles for Operations Manager that are related to the provided management pack element that match the current user’s locale.

GetKnowledgeArticlesLocalized(ManagementPackSubElement)

Gets a list of management pack knowledge articles for Operations Manager that are related to the provided management pack sub element that match the current user’s locale.

Applies to