Skip to content

/AWS1/CL_ADSAGENTCONFSTATUS

Information 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.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_AGENTID TYPE /AWS1/ADSSTRING /AWS1/ADSSTRING

The agent ID.

IV_OPERATIONSUCCEEDED TYPE /AWS1/ADSBOOLEAN /AWS1/ADSBOOLEAN

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.

IV_DESCRIPTION TYPE /AWS1/ADSSTRING /AWS1/ADSSTRING

A description of the operation performed.


Queryable Attributes

agentId

The agent ID.

Accessible with the following methods

Method Description
GET_AGENTID() Getter for AGENTID, with configurable default
ASK_AGENTID() Getter for AGENTID w/ exceptions if field has no value
HAS_AGENTID() Determine if AGENTID has a value

operationSucceeded

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.

Accessible with the following methods

Method Description
GET_OPERATIONSUCCEEDED() Getter for OPERATIONSUCCEEDED

description

A description of the operation performed.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_AGENTCONFSTATUSLIST

TYPES TT_AGENTCONFSTATUSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ADSAGENTCONFSTATUS WITH DEFAULT KEY
.