action meshery_id_get_load_preferences { label: "Handle GET request for load test preferences" description: "Used for fetching load test preferences" provider: meshery method: GET path: "/api/user/prefs/perf" encoding: json input: { type: "object" properties: { uuid: { type: "string" format: "uuid" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }