String agentId
The agent ID.
Boolean 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.
String description
A description of the operation performed.
String agentId
The agent ID.
String hostName
The name of the host where the agent resides. The host can be a server or virtual machine.
List<E> agentNetworkInfoList
Network details about the host where the agent resides.
String connectorId
This data type is currently not valid.
String version
The agent version.
String health
The health of the agent.
String configurationType
A type of IT asset that you want to tag.
String configurationId
The configuration ID for the item you want to tag. You can specify a list of keys and values.
String key
A type of tag to filter on. For example, serverType.
String value
A value to filter on. For example key = serverType and value = web server.
Date timeOfCreation
The time the configuration tag was created in Coordinated Universal Time (UTC).
List<E> configurationIds
A list of configuration items that you want to tag.
List<E> tags
Tags that you want to associate with one or more configuration items. Specify the tags that you want to create in a key-value format. For example:
{"key": "serverType", "value": "webServer"}
List<E> configurationIds
A list of configuration items with tags that you want to delete.
List<E> tags
Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:
{"key": "serverType", "value": "webServer"}
List<E> agentIds
The agent IDs for which you want information. If you specify no IDs, the system returns information about all agents associated with your AWS user account.
Integer maxResults
The total number of agents to return. The maximum value is 100.
String nextToken
A token to start the list. Use this token to get the next set of results.
List<E> agentsInfo
Lists AWS agents by ID or lists all agents associated with your user account if you did not specify an agent ID. The output includes agent IDs, IP addresses, media access control (MAC) addresses, agent health, host name where the agent resides, and the version number of each agent.
String nextToken
The call returns a token. Use this token to get the next set of results.
List<E> exportIds
A unique identifier that you can use to query the export status.
Integer maxResults
The maximum number of results that you want to display as a part of the query.
String nextToken
A token to get the next set of results. For example, if you specified 100
IDs for DescribeConfigurationsRequest$configurationIds but
set DescribeExportConfigurationsRequest$maxResults to 10,
you will get results in a set of 10. Use the token in the query to get
the next set of 10.
List<E> exportsInfo
Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.
String nextToken
A token to get the next set of results. For example, if you specified 100
IDs for DescribeConfigurationsRequest$configurationIds but
set DescribeExportConfigurationsRequest$maxResults to 10,
you will get results in a set of 10. Use the token in the query to get
the next set of 10.
List<E> filters
You can filter the list using a key-value format. You can
separate these items by using logical operators. Allowed filters include
tagKey, tagValue, and
configurationId.
Integer maxResults
The total number of items to return. The maximum value is 100.
String nextToken
A token to start the list. Use this token to get the next set of results.
String exportId
A unique identifier that you can use to query the export status.
String exportId
A unique identifier that you can use to query the export.
String exportStatus
The status of the configuration data export. The status can succeed, fail, or be in-progress.
String statusMessage
Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.
String configurationsDownloadUrl
A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.
Date exportRequestTime
The time the configuration data export was initiated.
String name
The name of the filter. The following filter names are allowed for
SERVER configuration items.
Server
server.hostName
server.osName
server.osVersion
server.configurationid
server.agentid
The name of the filter. The following filter names are allowed for
PROCESS configuration items.
Process
process.configurationid
process.name
process.commandLine
server.configurationid
server.hostName
server.osName
server.osVersion
server.agentId
The name of the filter. The following filter names are allowed for
CONNECTION configuration items.
Connection
connection.sourceIp
connection.destinationIp
connection.destinationPort
sourceProcess.configurationId
sourceProcess.name
sourceProcess.commandLine
destinationProcess.configurationId
destinationProcess.name
destinationProcess.commandLine
sourceServer.configurationId
sourceServer.hostName
sourceServer.osName
sourceServer.osVersion
sourceServer.agentId
destinationServer.configurationId
destinationServer.hostName
destinationServer.osName
destinationServer.osVersion
destinationServer.agentId
List<E> values
A string value that you want to filter on. For example, if you choose the
destinationServer.osVersion filter name, you could specify
Ubuntu for the value.
String condition
A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as though concatenated by AND. If you specify multiple values for a particular filter, the system differentiates the values using OR. Calling either DescribeConfigurations or ListConfigurations returns attributes of matching configuration items.
String configurationType
A valid configuration identified by the Discovery Service.
List<E> filters
You can filter the list using a key-value format. For example:
{"key": "serverType", "value": "webServer"}
You can separate these items by using logical operators.
Integer maxResults
The total number of items to return. The maximum value is 100.
String nextToken
A token to start the list. Use this token to get the next set of results.
List<E> agentIds
The IDs of the agents that you want to start collecting data. If you send
a request to an AWS agent ID that you do not have permission to contact,
according to your AWS account, the service does not throw an exception.
Instead, it returns the error in the Description field. If you
send a request to multiple agents and you do not have permission to
contact some of those agents, the system does not throw an exception.
Instead, the system shows Failed in the Description
field.
Copyright © 2016. All rights reserved.