cURL
curl --request GET \ --url https://api.example.com/api/military/v1/get-theater-posture
{ "theaters": [ { "theater": "<string>", "postureLevel": "<string>", "activeFlights": 123, "trackedVessels": 123, "activeOperations": [ "<string>" ], "assessedAt": 123 } ] }
GetTheaterPosture retrieves military posture assessments for geographic theaters.
Theater name (e.g., "indo-pacific", "european", "middle-east"). Empty for all theaters.
Successful response
GetTheaterPostureResponse contains theater posture assessments.
Show child attributes
Was this page helpful?