VMware Carbon Black Cloud Endpoint Standard
App Vendor: VMware
App Category: Endpoint Detection and Response
App Version in Orchestrate: V1.0.1
API version: V3
Default Port: 443
About App
The VMware Carbon Black Cloud Endpoint Standard app in the Orchestrate application allows security teams to integrate with VMware Carbon Black Cloud Endpoint Standard enterprise application. The app allows Analysts to manage Policies that help in Endpoint threat detection and response.
The VMware Carbon Black Cloud Endpoint Standard app in the Orchestrate application can perform the below listed actions:
Action Name | Description |
---|---|
Get details of a Policy | This action can be used to retrieve details of a Policy. |
Get a list of Policies | This action can be used to retrieve a list of Policies. |
Prerequisites
All the actions configured in the VMware Carbon Black Cloud Endpoint Standard app relate to private APIs. VMware Carbon Black Cloud Endpoint Standard Enterprise subscription is required to access the private APIs.
Configuration parameters
The following configuration parameters are required for the VMware Carbon Black Cloud Endpoint Standard app to communicate with VMware Carbon Black Cloud Endpoint Standard enterprise application. The parameters can be configured by creating instances in the app.
Parameter | Description | Field Type | Required / Optional | Comments |
---|---|---|---|---|
Base URL | Enter the Base URL. | Text | Required | |
API ID | Enter the API ID for authorization | Password | Required | Required Access Level type is "API" |
API Secret Key | Enter the API Secret Key for authorization | Password | Required | Required Access Level type is "API" |
Action: Get details of a Policy
This action can be used to get details of a Policy.
Request Parameters
Parameter | Description | Field Type | Required / Optional | Comments |
---|---|---|---|---|
Policy ID | Enter the Policy ID. | Integer | Required |
Action: Get a list of Policies
This action can be used to get a list of policies.
Request Parameters
Parameter | Description | Field Type | Required / Optional | Comments |
---|---|---|---|---|
Additional Parameters | Enter additional parameters in the form of key value pairs to filter Policies. | Key Value | Required | By default, value is set at start = 1; row = 10 |
Example Request
[ { "extra_params": { "row": "10", "start": "1" } } ]