ManagementPack

Applies To: System Center 2012 - Operations Manager, System Center 2012 R2 Operations Manager, System Center 2012 SP1 - Operations Manager

Represents the root element of a management pack.

Schema Hierarchy

ManagementPack

Syntax

<ManagementPack ContentReadable="true/false" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   <Manifest>…</Manifest>
   <TypeDefinitions>…</TypeDefinitions>
   <Monitoring>…</Monitoring>   <ConfigurationGroups>…</ ConfigurationGroups >
   <Templates>…</Templates>
   <PresentationTypes>…</PresentationTypes>
   <Presentation>…</Presentation>
   <LanguagePacks>…</LanguagePacks>   <Resources>…</Resources></ManagementPack>

Attributes and Elements

The following sections describe the attributes, child elements, and parent element of the ManagementPack element. The only required child element is the Manifest element.

Attributes

Attribute Description

ContentReadable

Internal usage only.

RevisionId

Internal usage only.

Child Elements

Element Description

Manifest

Required element. Contains the Identity (Manifest), Name (Manifest), and References (Manifest) of the management pack.

TypeDefinitions

Optional element. Contains all types defined in the management pack: EntityTypes, DataTypes, SchemaTypes, SecureReferences, ModuleTypes, MonitorTypes.

Monitoring

Optional element. Contains all monitoring workflows defined in the management pack: Discoveries, Rules, Tasks, Monitors, Diagnostics, Recoveries, and Overrides.

ConfigurationGroups

Optional element. Contains each ConfigurationGroup defined in the management pack.

Templates

Optional element. Contains each Template defined in the management pack.

PresentationTypes

Optional element. Contains all defined user interface–related types defined in the management pack: ViewTypes, Images, UIPages, and UIPageSets.

Presentation

Optional element. Contains all user interface–related elements defined in the management pack: ConsoleTasks, Views, Folders, FolderItems, ImageReferences, and StringResources.

Reporting

Optional element. Contains all reporting-related elements: DataWarehouseScripts, DataWarehouseDataSets, ReportResources, Reports, LinkedReports, and ReportParameterControls.

LanguagePacks

Optional element. Contains a LanguagePack element for each language supported by the management pack. Each language pack contains DisplayStrings and KnowledgeArticles elements.

Resources

Optional element. Contains all the resources of a management pack (Resource, Assembly (Resources), ReportResource, Image).

Parent Elements

None.

See Also

Reference

ConfigurationGroups
LanguagePacks
Manifest
Monitoring
Presentation
PresentationTypes
Resources
Templates
TypeDefinitions

Other Resources

Reporting