update_agent_status
(**kwargs)¶Update the status of the agent.
See also: AWS API Documentation
Request Syntax
response = client.update_agent_status(
agentId='string',
aggregateStatus={
'signatureMap': {
'string': True|False
},
'status': 'SUCCESS'|'FAILED'|'ACTIVE'|'INACTIVE'
},
componentStatuses=[
{
'bytesReceived': 123,
'bytesSent': 123,
'capabilityArn': 'string',
'componentType': 'LAMINAR_FLOW'|'PRISM'|'DIGITIZER',
'dataflowId': 'string',
'packetsDropped': 123,
'status': 'SUCCESS'|'FAILED'|'ACTIVE'|'INACTIVE'
},
],
taskId='string'
)
[REQUIRED]
UUID of agent to update.
[REQUIRED]
Aggregate status for agent.
Sparse map of failure signatures.
Aggregate status.
[REQUIRED]
List of component statuses for agent.
Data on the status of agent components.
Bytes received by the component.
Bytes sent by the component.
Capability ARN of the component.
The Component type.
Dataflow UUID associated with the component.
Packets dropped by component.
Component status.
[REQUIRED]
GUID of agent task.
dict
Response Syntax
{
'agentId': 'string'
}
Response Structure
(dict) --
agentId (string) --
UUID of updated agent.
Exceptions
GroundStation.Client.exceptions.InvalidParameterException
GroundStation.Client.exceptions.DependencyException
GroundStation.Client.exceptions.ResourceNotFoundException