get_agent_configuration
(**kwargs)¶Gets the latest configuration information for a registered agent.
See also: AWS API Documentation
Request Syntax
response = client.get_agent_configuration(
agentId='string'
)
[REQUIRED]
UUID of agent to get configuration information for.
{
'agentId': 'string',
'taskingDocument': 'string'
}
Response Structure
UUID of agent.
Tasking document for agent.
Exceptions
GroundStation.Client.exceptions.InvalidParameterException
GroundStation.Client.exceptions.DependencyException
GroundStation.Client.exceptions.ResourceNotFoundException