Object configuration functions

Use the following functions to access managed objects and edit configuration data:

Function

Synchronous/
Asynchronous

Description

oamOpenObject

Synchronous

Starts an editing session on the specified managed object. Returns a handle to be used with subsequent NMS OAM service object-specific function invocations.

oamCloseObject

Synchronous

Ends the editing session for a managed object, validating and saving changes.

oamGetKeyword

Synchronous

Retrieves a keyword value for a managed object.

oamGetQualifier

Synchronous

Retrieves a keyword qualifier for a managed object.

oamSetKeyword

Synchronous

Sets a keyword for a managed object.

oamConfigExport

Synchronous

Exports the current configuration to an output file.

oamConfigImport

Synchronous

Imports the current configuration from an input file.