cURL
curl --request GET \ --url https://api.example.com/api/infrastructure/v1/get-cable-health
{ "generatedAt": 123, "cables": {} }
GetCableHealth computes health status for submarine cables from NGA maritime warning signals.
Successful response
GetCableHealthResponse contains health status for submarine cables with active signals.
Generation timestamp, as Unix epoch milliseconds.. Warning: Values > 2^53 may lose precision in JavaScript
Health records keyed by cable identifier.
Show child attributes
Was this page helpful?