AgentDetails - AWS Ground Station

AgentDetails

Detailed information about the agent.

Contents

agentVersion

Current agent version.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 64.

Pattern: ^(0|[1-9]\d*)(\.(0|[1-9]\d*))*$

Required: Yes

componentVersions

List of versions being used by agent components.

Type: Array of ComponentVersion objects

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Required: Yes

instanceId

ID of EC2 instance agent is running on.

Type: String

Length Constraints: Minimum length of 10. Maximum length of 64.

Pattern: ^[a-z0-9-]{10,64}$

Required: Yes

instanceType

Type of EC2 instance agent is running on.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 64.

Pattern: ^[a-z0-9.-]{1,64}$

Required: Yes

agentCpuCores

List of CPU cores reserved for the agent.

Type: Array of integers

Array Members: Minimum number of 0 items. Maximum number of 256 items.

Required: No

reservedCpuCores
Note

This field should not be used. Use agentCpuCores instead.

List of CPU cores reserved for processes other than the agent running on the EC2 instance.

Type: Array of integers

Array Members: Minimum number of 0 items. Maximum number of 256 items.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: