action meshery_id_getoammeshery_pattern { label: "Handles the get requests for the OAM objects" description: "Getting list of workloads/traits/scopes\n\n{type} being of either trait, scope, workload; registration of adapter capabilities." provider: meshery method: GET path: "/api/oam/{type}" encoding: json input: { type: "object" properties: { type: { type: "string" } } required: ["type"] additionalProperties: false } output: { type: "object" additionalProperties: true } }