action signl4_get_scripts_inventory_parsed { label: "Returns all inventory scripts." provider: signl4 method: GET path: "/scripts/inventory/parsed" encoding: json input: { type: "object" properties: { language: { type: "string" } } additionalProperties: false } output: { type: "array" items: { type: "object" properties: { config: { type: "object" } data: { type: "object" properties: { description: { type: "string" } name: { type: "string" } scriptType: { type: "string" } shortDescription: { type: "string" } } additionalProperties: false } eventPattern: { type: "object" } scriptId: { type: "string" } scriptLocalizationDetails: { type: "array" items: { type: "object" properties: { configMetadata: { type: "object" } data: { type: "object" additionalProperties: true } language: { type: "string" } } additionalProperties: false } } scriptName: { type: "string" } visibility: { type: "string" } } additionalProperties: false } } }