action rumble_get_service { label: "Get service details" provider: rumble method: GET path: "/org/services/{service_id}" encoding: json input: { type: "object" properties: { service_id: { type: "string" format: "uuid" } } required: ["service_id"] additionalProperties: false } output: { type: "object" required: ["id", "service_id"] 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_address: { type: "string" } service_asset_id: { type: "string" format: "uuid" } 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_created_at: { type: "integer" format: "int64" } service_data: { type: "object" } service_id: { type: "string" format: "uuid" } service_link: { type: "string" } service_port: { type: "string" format: "port" } 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" } } service_protocol: { type: "string" } service_screenshot_link: { type: "string" } service_summary: { type: "string" } service_transport: { type: "string" } service_updated_at: { type: "integer" format: "int64" } service_vhost: { type: "string" } 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" } } } }