|
|
To perform actual management tasks on the target system, the manager should use the Server API to access the necessary OSAs that have been defined and registered with the SCOadmin framework. These calls will be made throughout the manager, whether it involves authorization checking, creating user accounts, exporting filesystems, or just querying the system for data. The Object call format is used for all classes of objects (this is, to access any OSA). The definition of an OSA governs the object attributes and operations that can be used within the object call format.
Object Calls
Name | Description |
---|---|
ObjectCreate | Creates the specified object |
ObjectDelete | Deletes the specified object |
ObjectAction | Performs a class-defined operation on an object |
ObjectGet | Returns values for specified attributes of an object |
ObjectReplaceWithDefault | Replaces values with default values |
ObjectReplace | Replaces values with specified values |
ObjectAdd | Adds values (for attributes that can take multiple values) |
ObjectRemove | Removes values (for attributes that can take multiple values) |