action signl4_get_scripts_inventory { label: "Returns all available inventory scripts which can be added to a SIGNL4 subscription." description: "Returns all available inventory scripts which can be added to a SIGNL4 subscription." provider: signl4 method: GET path: "/scripts/inventory" encoding: json 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 } } }