Show Conjunction Data Message (CDM) metadata
GET/v1/cdm/:id/metadata
Display metadata about a CDM file. The full CDM file can be retrieved with the /cdm/{id} endpoint.
Request
Path Parameters
id stringrequired
cdm UUID
Responses
- 200
- 400
- 404
OK
- text/plain
- Schema
- Example (from schema)
Schema
created_at date-time
YYYY-MM-DDTHH:mm:ss.sssssZ
event_id uuidrequired
id uuidrequired
probability_of_collision numberrequired
Possible values: <= 1
[0, 1] or NULL.
tca numberrequired
GPS time in nanoseconds. Epoch at 1980-01-01 00:00:00 UTC.
trajectory1_id uuidrequired
trajectory2_id uuidrequired
{
"created_at": "2024-11-21T00:49:53.206Z",
"event_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"probability_of_collision": 0,
"tca": 0,
"trajectory1_id": "863489ae-b3f1-4a95-9117-0df7c1df1337",
"trajectory2_id": "9f1d24fe-d83b-46ce-8656-7e93d3e82f44"
}
Bad Request
- text/plain
- Schema
- Example (from schema)
Schema
correlation_id string
error string
error_type string
metadata
{
"correlation_id": "string",
"error": "string",
"error_type": "string",
"metadata": {}
}
Not Found
- text/plain
- Schema
- Example (from schema)
Schema
correlation_id string
error string
error_type string
metadata
{
"correlation_id": "string",
"error": "string",
"error_type": "string",
"metadata": {}
}
Loading...