action rumble_update_asset_comments { label: "Update asset comments" provider: rumble method: PATCH path: "/org/assets/{asset_id}/comments" encoding: json input: { type: "object" properties: { asset_id: { type: "string" format: "uuid" } comments: { type: "string" } } required: ["asset_id", "comments"] additionalProperties: false } output: { type: "object" required: ["id", "version"] properties: { addresses: { type: "array" items: { type: "string" } } addresses_extra: { type: "array" items: { type: "string" } } agent_name: { type: "string" } alive: { type: "boolean" format: "boolean" } attributes: { type: "object" } comments: { type: "string" } created_at: { type: "integer" format: "int64" } credentials: { type: "object" } detected_by: { type: "string" } domains: { type: "array" items: { type: "string" } } first_seen: { type: "integer" format: "int64" } hw: { type: "string" } id: { type: "string" format: "uuid" } last_agent_id: { type: "string" format: "uuid" } last_seen: { type: "integer" format: "int64" } last_task_id: { type: "string" format: "uuid" } lowest_rtt: { type: "integer" format: "int64" } lowest_ttl: { type: "integer" format: "int64" } mac_vendors: { type: "array" items: { type: "string" } } macs: { type: "array" items: { type: "string" format: "mac" } } names: { type: "array" items: { type: "string" } } newest_mac: { type: "string" format: "mac" } newest_mac_age: { type: "integer" format: "int64" } newest_mac_vendor: { type: "string" } org_name: { type: "string" } organization_id: { type: "string" format: "uuid" } os: { type: "string" } os_version: { type: "string" } rtts: { type: "object" } service_count: { type: "integer" format: "int64" } service_count_arp: { type: "integer" format: "int64" } service_count_icmp: { type: "integer" format: "int64" } service_count_tcp: { type: "integer" format: "int64" } service_count_udp: { type: "integer" format: "int64" } service_ports_products: { type: "array" items: { type: "string" } } service_ports_protocols: { type: "array" items: { type: "string" } } service_ports_tcp: { type: "array" items: { type: "string" format: "port" } } service_ports_udp: { type: "array" items: { type: "string" format: "port" } } services: { type: "object" } site_id: { type: "string" format: "uuid" } site_name: { type: "string" } tags: { type: "object" } type: { type: "string" } updated_at: { type: "integer" format: "int64" } } } }