Swimlane Turbine API
13 min
the swimlane turbine api connector enables users to perform customized api requests to the swimlane turbine platform, facilitating extensive automation and integration possibilities the swimlane turbine api connector enables seamless integration with the swimlane turbine platform, a leader in low code security automation by leveraging this connector, users can perform generic api requests, including get and post methods, to interact with the turbine platform directly from within their swimlane environment this integration facilitates the automation of security workflows, enhances telemetry capture, and extends actionability across the security ecosystem the connector's key benefits include streamlined data exchange, simplified automation of tasks, and the ability to customize interactions with the turbine api without writing code prerequisites to utilize the swimlane turbine api connector effectively, you must have the following turbine api authentication credentials, which can be either username/password credentials associated with a user account on the swimlane turbine platform personal access token (pat) a secure token generated within the swimlane turbine platform for api access without using a password username/password authentication url the base url of your swimlane turbine instance username a valid username with the necessary permissions password the password associated with the username pat authentication url the base url of your swimlane turbine instance pat a valid personal access token generated from your swimlane turbine instance capabilities this connector provides the following capabilities generic turbine api request configurations turbine api authentication turbine api authentication using either username/password or personal access token (pat) configuration parameters parameter description type required instances array optional verify ssl boolean optional actions generic turbine api request performs a generic api request to the swimlane turbine platform, utilizing the specified host parameter endpoint method get input argument name type required description input argument name type required description host string required the turbine host you're connecting to; should match an entry in the asset i e us1 swimlane app path string optional parameter for generic turbine api request method string optional http method to use output parameter type description output parameter type description status code number http status code of the response example \[ { "status code" 200, "response headers" { "content type" "application/json", "date" "thu, 01 jan 2024 00 00 00 gmt" }, "reason" "ok" } ] response headers header description example content type the media type of the resource application/json date the date and time at which the message was originated thu, 01 jan 2024 00 00 00 gmt