action netbox_status_list { label: "status_list" description: "A lightweight read-only endpoint for conveying NetBox's current operational status." provider: netbox method: GET path: "/status/" encoding: json output: { type: "object" additionalProperties: true } }