GroundStation.Client.get_satellite(**kwargs)¶Returns a satellite.
See also: AWS API Documentation
Request Syntax
response = client.get_satellite(
    satelliteId='string'
)
[REQUIRED]
UUID of a satellite.
{
    'currentEphemeris': {
        'ephemerisId': 'string',
        'epoch': datetime(2015, 1, 1),
        'name': 'string',
        'source': 'CUSTOMER_PROVIDED'|'SPACE_TRACK'
    },
    'groundStations': [
        'string',
    ],
    'noradSatelliteID': 123,
    'satelliteArn': 'string',
    'satelliteId': 'string'
}
Response Structure
The current ephemeris being used to compute the trajectory of the satellite.
UUID of a customer-provided ephemeris.
This field is not populated for default ephemerides from Space Track.
The epoch of a default, ephemeris from Space Track in UTC.
This field is not populated for customer-provided ephemerides.
A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.
A name is only returned for customer-provider ephemerides that have a name associated.
The EphemerisSource that generated a given ephemeris.
A list of ground stations to which the satellite is on-boarded.
NORAD satellite ID number.
ARN of a satellite.
UUID of a satellite.
Exceptions
GroundStation.Client.exceptions.InvalidParameterExceptionGroundStation.Client.exceptions.DependencyExceptionGroundStation.Client.exceptions.ResourceNotFoundException