Agent Configuration Functions
The following functions manage configuration objects (agent configuration objects, host configuration objects, and trusted host objects) for centrally configuring agents.
sm1252sp1
The following functions manage configuration objects (agent configuration objects, host configuration objects, and trusted host objects) for centrally configuring agents.
Trusted hosts are created in any of the following ways:
- During agent installation
- Through the command line using the smreghost tool.
- Through the Sm_PolicyApi_AddTrustedHost() function.
Function | Description |
Adds or modifies an agent configuration object. | |
Adds or modifies a configuration parameter name and corresponding value in a specified agent configuration object. | |
Adds or modifies a host configuration object. | |
Creates or modifies a trusted host object in the object store when there is no connection between the agent and the Policy Server. | |
Deletes an agent configuration object. | |
Deletes a host configuration object. | |
Deletes a trusted host object. | |
Retrieves an agent configuration object. | |
Retrieves a list of configuration parameters for an agent configuration object. | |
Retrieves an agent configuration object by name. | |
Retrieves a host configuration object. | |
Retrieves a host configuration object by name. | |
Retrieves the current shared secret policy. | |
Retrieves a trusted host object by OID. | |
Retrieves a trusted host object by name. | |
Removes a configuration parameter name/value pair from a specified agent configuration object. | |
Sets the current SharedSecretPolicy. |