# Enable ModSecurity vendor configuration files This function enables a ModSecurity™ vendor's configuration files. When you disable the Web Server role, the system this function. Endpoint: GET /modsec_enable_vendor_configs Version: 11.134.0.5 Security: BasicAuth ## Query parameters: - `vendor_id` (string, required) The vendor's unique short name. Example: "SomeVendor" ## Response 200 fields (application/json): - `data` (object) - `data.outcomes` (array) An array of objects containing elements that represent the outcome of each attempt to enable operation. - `data.outcomes.active` (integer) Whether the configuration file is active. * — Active. * — active. Enum: 1, 0 - `data.outcomes.config` (string) The configuration file path, relative to the directory. Example: "modsec_vendor_configs/SomeVendor/example.conf" - `data.outcomes.exception` (string) If the function fails to enable the configuration file, this return contains the error message. The function returns a value if an error occurred. Example: "This is an error message." - `data.outcomes.ok` (integer) Whether the function successfully enabled the configuration file. * — Enabled. * — Disabled. Enum: 1, 0 - `metadata` (object) - `metadata.command` (string) The method name called. Example: "modsec_enable_vendor_configs" - `metadata.reason` (string) The reason the API function failed when the field is . This field may display a success message when a function succeeds. Example: "OK" - `metadata.result` (integer) * — Success. * — Failed. Check the field for more details. Enum: 1, 0 - `metadata.version` (integer) The version of the API function. Example: 1