Using the SMS API

In a Microsoft® Systems Management Server (SMS) system, the database for a primary site stores the inventory and configuration information for itself and the sites below it in the site hierarchy. The SMS API provides a C-language interface that enables your application to retrieve, add, and remove data in the SMS database.

You can use the SMS API to gain access to objects in an SMS database, such as sites, inventoried objects, packages, jobs, queries, machine groups, and site groups.

All SMS objects are represented by the SMS API as containers, folders, and scalars. This model provides a standard interface to all types of objects within the Systems Management Server. The SMS API supports the concept of filters to regulate object selection. Filters define the criteria used to select the objects you want to find and are configured using tokens.

The following topics present the issues significant to designing applications that take full advantage of the SMS API. For more information about these topics, see the Microsoft Systems Management Server documentation in the "Setup and Systems Management Services" section of the Microsoft Platform SDK.