action meshery_id_system_sync { label: "Handle GET request for config sync" description: "Used to send session data to the UI for initial sync" provider: meshery method: GET path: "/api/system/sync" encoding: json output: { type: "object" additionalProperties: true } }