List Available Bundles for a CIS-CAT Pro Assessor Version ========================================================== The “CIS-CAT Pro Assessor Bundles” endpoint allows SecureSuite members to view a list of the available bundles for a released “full functionality” version of CIS-CAT Assessor. Note: Use the "List Available CIS-CAT versions" endpoint to view a list of available versions. .. list-table:: :header-rows: 1 * - Request Type - Visibility * - GET - SecureSuite Members Only Base URL -------- :: https://workbench.cisecurity.org/api/vendor/v1 Endpoint -------- :: /cis-cat/pro/{version}/bundles Request Payload/Parameters -------------------------- In order to provide download authorization, members must first authenticate their license key using the :code:`/license` endpoint. The response from that endpoint is an authorization token. Request Headers ^^^^^^^^^^^^^^^ .. list-table:: :header-rows: 1 * - Header Name - Description * - X-SecureSuite-Token - The token received from a successful license key verification, e.g., :code:`1234|7b68c544113bc4notvalid358ffd4ba7f254e39c4a842cefed748` URL Parameters ^^^^^^^^^^^^^^ .. list-table:: :header-rows: 1 * - URL Parameter - Description * - version - The version number identifier for the CIS-CAT Assessor version to see the bundle list for, e.g. “4.1.0” Response Payload ---------------- Description/Fields ^^^^^^^^^^^^^^^^^^ The response payload is a JSON array of strings representing the bundle options of CIS-CAT Assessor available for that version. Response Example ^^^^^^^^^^^^^^^^ :: { "linux":[ { "name":"CIS-CAT Pro Assessor 4.40.0 Linux - Graphical User Interface not included with Java", "path":"\/api\/vendor\/v1\/cis-cat\/pro\/4.40.0\/linux\/with_java\/without_gui" }, { "name":"CIS-CAT Pro Assessor 4.40.0 Linux - Graphical User Interface not included without Java", "path":"\/api\/vendor\/v1\/cis-cat\/pro\/4.40.0\/linux\/without_java\/without_gui" } ], "mac":[ { "name":"CIS-CAT Pro Assessor 4.40.0 Mac - Graphical User Interface included with Java", "path":"\/api\/vendor\/v1\/cis-cat\/pro\/4.40.0\/mac\/with_java\/with_gui" }, { "name":"CIS-CAT Pro Assessor 4.40.0 Mac - Graphical User Interface not included with Java", "path":"\/api\/vendor\/v1\/cis-cat\/pro\/4.40.0\/mac\/with_java\/without_gui" }, { "name":"CIS-CAT Pro Assessor 4.40.0 Mac - Graphical User Interface not included without Java", "path":"\/api\/vendor\/v1\/cis-cat\/pro\/4.40.0\/mac\/without_java\/without_gui" } ], "windows":[ { "name":"CIS-CAT Pro Assessor 4.40.0 Windows - Graphical User Interface included with Java", "path":"\/api\/vendor\/v1\/cis-cat\/pro\/4.40.0\/windows\/with_java\/with_gui" }, { "name":"CIS-CAT Pro Assessor 4.40.0 Windows - Graphical User Interface not included with Java", "path":"\/api\/vendor\/v1\/cis-cat\/pro\/4.40.0\/windows\/with_java\/without_gui" }, { "name":"CIS-CAT Pro Assessor 4.40.0 Windows - Graphical User Interface not included without Java", "path":"\/api\/vendor\/v1\/cis-cat\/pro\/4.40.0\/windows\/without_java\/without_gui" } ] } .. history .. authors .. license