http://groundstation.{region}.amazonaws.com/ephemerisCreates an Ephemeris with the specified <code>EphemerisData</code>.
A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.
Tags assigned to an ephemeris.
<p>Whether to set the ephemeris status to <code>ENABLED</code> after validation.</p> <p>Setting this to false will set the ephemeris status to <code>DISABLED</code> after validation.</p>
<p>Customer-provided priority score to establish the order in which overlapping ephemerides should be used.</p> <p>The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.</p> <p>Priority must be 1 or greater</p>
Ephemeris data.
The ARN of a KMS key used to encrypt the ephemeris in Ground Station.
AWS Ground Station satellite ID for this ephemeris.
An overall expiration time for the ephemeris in UTC, after which it will become <code>EXPIRED</code>.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://groundstation.{region}.amazonaws.com/ephemeris' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://groundstation.{region}.amazonaws.com/ephemerisCreates an Ephemeris with the specified <code>EphemerisData</code>.
A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.
Tags assigned to an ephemeris.
<p>Whether to set the ephemeris status to <code>ENABLED</code> after validation.</p> <p>Setting this to false will set the ephemeris status to <code>DISABLED</code> after validation.</p>
<p>Customer-provided priority score to establish the order in which overlapping ephemerides should be used.</p> <p>The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.</p> <p>Priority must be 1 or greater</p>
Ephemeris data.
The ARN of a KMS key used to encrypt the ephemeris in Ground Station.
AWS Ground Station satellite ID for this ephemeris.
An overall expiration time for the ephemeris in UTC, after which it will become <code>EXPIRED</code>.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://groundstation.{region}.amazonaws.com/ephemeris' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}