GroundStation / Client / get_agent_configuration
get_agent_configuration#
- GroundStation.Client.get_agent_configuration(**kwargs)#
Note
For use by AWS Ground Station Agent and shouldn’t be called directly.
Gets the latest configuration information for a registered agent.
See also: AWS API Documentation
Request Syntax
response = client.get_agent_configuration( agentId='string' )
- Parameters:
agentId (string) –
[REQUIRED]
UUID of agent to get configuration information for.
- Return type:
dict
- Returns:
Response Syntax
{ 'agentId': 'string', 'taskingDocument': 'string' }
Response Structure
(dict) –
agentId (string) –
UUID of agent.
taskingDocument (string) –
Tasking document for agent.
Exceptions
GroundStation.Client.exceptions.InvalidParameterException
GroundStation.Client.exceptions.DependencyException
GroundStation.Client.exceptions.ResourceNotFoundException