Bitsight
App Vendor: Bitsight
App Category: Vulnerability Management
Connector Version: 1.0.0
API Version: v1
Notice
This is a beta-app and the documentation is in progress.
About App
The Bitsight app helps with security performance management
The Bitsight app is configured with Orchestrate to perform the following actions:
Action Name | Description |
---|---|
Get Companies GUID | This action retrieves a list of companies GUID. |
Get Company Details | This action retrieves the company details based on the company GUID. |
Get Company Findings | This action retrieves the company findings based on the company GUID. |
Generic Action | This is a generic action to perform any additional use case on Bitsight. |
Configuration Parameters
The following configuration parameters are required for the Bitsight app to communicate with the Bitsight enterprise application. The parameters can be configured by creating instances in the app.
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
API Key | Enter the API key to authenticate the client. | Password | Required |
Action: Get Companies GUID
This action retrieves a list of companies GUID.
Action Input Parameters
This action does not require any action input parameter.
Action: Get Company Details
This action retrieves the company details based on the company GUID.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Company GUID | Enter the unique ID (GUID) of the company. | Text | Required |
Action: Get Company Findings
This action retrieves the company findings based on the company GUID.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Company GUID | Enter the company GUID. | Text | Required |
Action: Generic Action
This is a generic action to perform any additional use case on Bitsight.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
Method | Enter the HTTP method to initiate a request. Example: "GET" | Text | Required |
|
Endpoint | Enter the API endpoint to access. Example: "<company_guid>/findings" | Text | Required |
|
Payload Data | Enter the payload data to pass to the API. Example: {"data": {"type": "smishing","id": 8754}} | Key Value | Optional |
|
Payload JSON | Enter the payload in JSON format. Example: $JSON[{"data": {"type": "phishing", "id": 5468}}] | Any | Optional |
|
Query Params | Enter the query parameters to filter the result. Example: $JSON[{"page":10}] | Any | Optional |
|