You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ApplicationDiscoveryService::Types::AgentInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about agents or connectors associated with the user’s AWS account. Information includes agent or connector IDs, IP addresses, media access control (MAC) addresses, agent or connector health, hostname where the agent or connector resides, and agent version for each agent.

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idString

The agent or connector ID.

Returns:

  • (String)

    The agent or connector ID.

#agent_network_info_listArray<Types::AgentNetworkInfo>

Network details about the host where the agent or connector resides.

Returns:

#agent_typeString

Type of agent.

Returns:

  • (String)

    Type of agent.

#collection_statusString

Status of the collection process for an agent or connector.

Returns:

  • (String)

    Status of the collection process for an agent or connector.

#connector_idString

The ID of the connector.

Returns:

  • (String)

    The ID of the connector.

#healthString

The health of the agent or connector.

Possible values:

  • HEALTHY
  • UNHEALTHY
  • RUNNING
  • UNKNOWN
  • BLACKLISTED
  • SHUTDOWN

Returns:

  • (String)

    The health of the agent or connector.

#host_nameString

The name of the host where the agent or connector resides. The host can be a server or virtual machine.

Returns:

  • (String)

    The name of the host where the agent or connector resides.

#last_health_ping_timeString

Time since agent or connector health was reported.

Returns:

  • (String)

    Time since agent or connector health was reported.

#registered_timeString

Agent\'s first registration timestamp in UTC.

Returns:

  • (String)

    Agent\'s first registration timestamp in UTC.

#versionString

The agent or connector version.

Returns:

  • (String)

    The agent or connector version.