This structure defines information about agent instance parameters.
Syntax
This structure had the following format:
typedef struct Sm_AgentApi_AgentDiscovery_s { char paramname[SM_AGENTAPI_SIZE_NAME]; char paramvalue[SM_AGENTAPI_SIZE_NAME]; } Sm_AgentApi_AgentDiscovery_t;
Parameters
This structure had the following parameters:
Use the following names to specify agent instance attributes:
The value of the specified attribute.
Remarks
All agent instance attributes are initialized to "unknown" value. The developer using the Agent API specifies the appropriate values by calling Sm_AgentApi_SetAgentInstanceInfo(). When this call is not made, the agent does not come under the purview of agent discovery.
Copyright © 2014 CA.
All rights reserved.
|
|