Values.AgentConfigurationStatusSourceInformation about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation, and whether the agent configuration was updated.
type nonrec t = {agentId : String_.t option;The agent ID.
*)operationSucceeded : Boolean.t option;Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.
*)description : String_.t option;A description of the operation performed.
*)}