action neowsapp_retrieve_sentry_risk_data_by_id { label: "Retrieve Sentry (Impact Risk ) Near Earth Objectby ID " description: "Retrieves Sentry Near Earth Object by ID" provider: neowsapp method: GET path: "/rest/v1/neo/sentry/{asteroid_id}" encoding: json input: { type: "object" properties: { asteroid_id: { type: "string" } } required: ["asteroid_id"] additionalProperties: false } output: { type: "object" properties: { Palermo_scale_max: { type: "string" } absolute_magnitude: { type: "string" } average_lunar_distance: { type: "number" format: "double" } designation: { type: "string" } estimated_diameter: { type: "string" } fullname: { type: "string" } impact_probability: { type: "string" } is_active_sentry_object: { type: "boolean" } last_obs: { type: "string" } last_obs_jd: { type: "string" } palermo_scale_ave: { type: "string" } potential_impacts: { type: "string" } removal_date: { type: "string" } sentryId: { type: "string" } torino_scale: { type: "string" } v_infinity: { type: "string" } year_range_max: { type: "string" } year_range_min: { type: "string" } } } }