LAST UPDATED: Apr 11, 2025
Overview
Trend Micro Cloud One is a comprehensive security services platform that encompasses detection and response capabilities specifically designed for servers, cloud workloads, and container platforms.
D3 SOAR is providing REST operations to function with Trend Micro Cloud One.
Trend Micro Cloud One is available for use in:
Connection
To connect to Trend Micro Cloud One from D3 SOAR, please follow this part to collect the required information below:
|
Parameter |
Description |
Example |
|
Server Region |
The geographic region code of the Trend Micro Cloud One server. |
us-1 |
|
API Key |
The API key for authentication. |
1y*****YL |
|
API Version |
The API version to use for the connection. |
v1 |
Permission Requirements
Each endpoint in the Trend Micro Cloud One API requires a certain permission scope. The following are required scopes for the commands in this integration:
|
Command |
Required Permission |
|
Add Firewall Rules To Computers |
Full Access |
|
Add Firewall Rules To Policies |
Full Access |
|
Create Policy |
Full Access |
|
List Appliance Stats |
Read Only |
|
List Policy Default Settings |
Read Only |
|
Modify Policy |
Full Access |
|
Remove Firewall Rules From Computers |
Full Access |
|
Remove Firewall Rules From Policies |
Full Access |
|
Search Computers |
Read Only |
|
Search Firewall Rules |
Read Only |
|
Search Policies |
Read Only |
|
Test Connection |
Read Only |
Configuring Trend Micro Cloud One to Work with D3 SOAR
-
Log in to the Trend Micro Cloud One portal (https://cloudone.trendmicro.com/home).
-
In the portal, click the name dropdown and select Account Settings. In the left panel, select API Keys and click New to generate a new API key.
-
Enter an API key alias and specify the role (refer to Permission Requirements) for the key's permissions. Fill in all the required fields. Once finished, click Next.
-
Copy and save the generated API key. You will need it to establish the integration connection in D3 SOAR. Note: The API key can only be viewed once. Store it in a secure location before leaving the page.
Configuring D3 SOAR to Work with Trend Micro Cloud One
-
Log in to D3 SOAR.
-
Find the Trend Micro Cloud One integration.
-
Navigate to Configuration on the top header menu.
-
Click on the Integration icon on the left sidebar.
-
Type Trend Micro Cloud One in the search box to find the integration, then click it to select it.
-
Click + Connection, on the right side of the Connections section. A new connection window will appear.
-
-
Configure the following fields to create a connection to Trend Micro Cloud One.
-
Connection Name: The desired name for the connection.
-
Site: Specifies the site to use the integration connection. Use the drop-down menu to select the site. The Share to Internal Sites option enables all sites defined as internal sites to use the connection. Selecting a specific site will only enable that site to use the connection.
-
Recipient site for events from connections Shared to Internal Sites: This field appears if you selected Share to Internal Sites for Site to let you select the internal site to deploy the integration connection.
-
Agent Name (Optional): Specifies the proxy agent required to build the connection. Use the dropdown menu to select the proxy agent from a list of previously configured proxy agents.
-
Description (Optional): Add your desired description for the connection.
-
Configure User Permissions: Defines which users have access to the connection.
-
Active: Check the tick box to ensure the connection is available for use.
-
System: This section contains the parameters defined specifically for the integration. These parameters must be configured to create the integration connection.
1. Input the Server URL. Default value is us-1.
2. Copy the API Key from the Trend Micro Cloud One platform. Refer to step 4 of Configuring Trend Micro Cloud One to Work with D3 SOAR.
3. Input the API Version. Default value is v1. -
Enable Password Vault: An optional feature that allows users to take the stored credentials from their own password vault. Please refer to the password vault connection guide if needed.
-
Connection Health Check: Updates the connection status you have created. A connection health check is done by scheduling the Test Connection command of this integration. This can only be done when the connection is active.
To set up a connection health check, check the Connection Health Check tick box. You can customize the interval (minutes) for scheduling the health check. An email notification can be set up after a specified number of failed connection attempts.
-
-
Test the connection.
-
Click Test Connection to verify the account credentials and network connection. If the Test Connection Passed alert window appears, the test connection is successful. You will see Passed with a green checkmark appear beside the Test Connection button. If the test connection fails, please check your connection parameters and try again.
-
Click OK to close the alert window.
-
Click + Add to create and add the configured connection.
-
Commands
Trend Micro Cloud One includes the following executable commands for users to set up schedules or create playbook workflows. With the Test Command, you can execute these commands independently for playbook troubleshooting.
Integration API Note
For more information about the Trend Micro Cloud One API, please refer to the Trend Micro Cloud One API reference for Network Security and Workload Security.
READER NOTE
Certain permissions are required for each command. Please refer to the Permission Requirements and Configuring Trend Micro Cloud One to Work with D3 SOAR for details.
Note for Time-related parameters
The input format of time-related parameters may vary based on your account settings. As a result, the sample data provided in our commands is different from what you see. To set your preferred time format, follow these steps:
-
Navigate to Configuration > Application Settings. Select Date/Time Format.
-
Choose your desired date and time format.
-
After that, you will be able to view your preferred time format when configuring the DateTime input parameters for commands.
Add Firewall Rules To Computers
Assigns specific firewall rule IDs to the specified computers.
READER NOTE
Computer IDs and Firewall Rule IDs are required parameters to run this command.
-
Run the Search Computers command to obtain Computer IDs. Computer IDs can be found from the returned raw data at the path $.computers[*].ID.
-
Run the Search Firewall Rules command to obtain Firewall Rule IDs. Firewall Rule IDs can be found from the returned raw data at the path $.firewallRules[*].ID.
Input
|
Input Parameter |
Required/Optional |
Description |
Example |
|
Computer IDs |
Required |
The IDs of the computers to add firewall rules. Computer IDs can be obtained using the Search Computers command. |
[ 4***** ] |
|
Firewall Rule IDs |
Required |
The IDs of the firewall rules to add to the computers. Firewall rule IDs can be obtained using the Search Firewall Rules command. |
[ 6***** ] |
Output
Error Handling
If the Return Data is Partially Successful or Failed, an Error tab will appear in the Test Result window.
The error tab contains the details responded from D3 SOAR or third-party API calls, including Failure Indicator, Status Code, and Message. This can help you locate the root cause of a command failure.
|
Parts in Error |
Description |
Example |
|
Failure Indicator |
Indicates the command failure that happened at a specific input and/or API call. |
Add Firewall Rules To Computers failed. |
|
Status Code |
The response code issued by the third-party API server or the D3 SOAR system that can be used to locate the corresponding error category. For example, if the returned status code is 401, the selected connection is unauthorized to run the command. The user or system support would need to check the permission setting in the Trend Micro Cloud One portal. Refer to the HTTP Status Code Registry for details. |
Status Code: 403. |
|
Message |
The raw data or captured key error message from the integration API server about the API request failure. |
Message: Not allowed. |
|
Error Sample Data Add Firewall Rules To Computers failed. Status Code: 403. Message: Not allowed. |
Add Firewall Rules To Policies
Assigns specific firewall rule IDs to the specified policies.
READER NOTE
Policy IDs and Firewall Rule IDs are required parameters to run this command.
-
Run the Search Policies command to obtain Policy IDs. Policy IDs can be found from the returned raw data at the path $.policies[*].ID.
-
Run the Search Firewall Rules command to obtain Firewall Rule IDs. Firewall Rule IDs can be found from the returned raw data at the path $.firewallRules[*].ID.
Input
|
Input Parameter |
Required/Optional |
Description |
Example |
|
Policy IDs |
Required |
The IDs of the policies to add firewall rules. Policy IDs can be obtained using the Search Policies command. |
[ 1***** ] |
|
Firewall Rule IDs |
Required |
The IDs of the firewall rules to add to the policies. Firewall IDs can be obtained using the Search Firewall Rules command. |
[ 6***** ] |
Output
Error Handling
If the Return Data is Partially Successful or Failed, an Error tab will appear in the Test Result window.
The error tab contains the details responded from D3 SOAR or third-party API calls, including Failure Indicator, Status Code, and Message. This can help you locate the root cause of a command failure.
|
Parts in Error |
Description |
Example |
|
Failure Indicator |
Indicates the command failure that happened at a specific input and/or API call. |
Add Firewall Rules To Policies failed. |
|
Status Code |
The response code issued by the third-party API server or the D3 SOAR system that can be used to locate the corresponding error category. For example, if the returned status code is 401, the selected connection is unauthorized to run the command. The user or system support would need to check the permission setting in the Trend Micro Cloud One portal. Refer to the HTTP Status Code Registry for details. |
Status Code: 403. |
|
Message |
The raw data or captured key error message from the integration API server about the API request failure. |
Message: Not allowed. |
|
Error Sample Data Add Firewall Rules To Policies failed. Status Code: 403. Message: Not allowed. |
Create Policy
Creates a new policy.
READER NOTE
Parent Policy ID is an optional parameter to run this command.
-
Run the Search Policies command to obtain Parent Policy ID. Parent Policy ID can be found from the returned raw data at the path $.policies[*].ID.
Input
|
Input Parameter |
Required/Optional |
Description |
Example |
|
Policy Name |
Required |
The name of the policy. |
testPolicy6 |
|
Description |
Optional |
The description text for the new policy. |
testPolicy6 20230505 |
|
Parent Policy ID |
Optional |
The ID of the parent policy. Policy IDs can be obtained using the Search Policies command. |
2 |
|
Other Settings |
Optional |
The additional fields to change from the default values, defined as a JSON object. |
{ "deviceControl": { "state": "on", "moduleStatus": { "status": "active", "statusMessage": "On" } } } |
Output
Error Handling
If the Return Data is Failed, an Error tab will appear in the Test Result window.
The error tab contains the details responded from D3 SOAR or third-party API calls, including Failure Indicator, Status Code, and Message. This can help you locate the root cause of a command failure.
|
Parts in Error |
Description |
Example |
|
Failure Indicator |
Indicates the command failure that happened at a specific input and/or API call. |
Create Policy failed. |
|
Status Code |
The response code issued by the third-party API server or the D3 SOAR system that can be used to locate the corresponding error category. For example, if the returned status code is 401, the selected connection is unauthorized to run the command. The user or system support would need to check the permission setting in the Trend Micro Cloud One portal. Refer to the HTTP Status Code Registry for details. |
Status Code: 403. |
|
Message |
The raw data or captured key error message from the integration API server about the API request failure. |
Message: Not allowed. |
|
Error Sample Data Create Policy failed. Status Code: 403. Message: Not allowed. |
List Appliance Stats
Lists various statistics categories for multiple appliances. Statistics of the health and network categories are presented in reverse chronological order.
Input
|
Input Parameter |
Required/Optional |
Description |
Example |
|
Appliance IDs |
Optional |
The IDs of the appliances to retrieve statistics. Invalid appliances and appliances without available statistics will be excluded from the 'appliances' key in the returned JSON. If no IDs are provided, data on all available appliances will be returned. |
[1,2] |
|
Cursor |
Optional |
The 'next' string obtained from a previous request, used to retrieve the next page of data. |
replaceme |
|
Statistics |
Optional |
The list of statistics categories to retrieve. If not provided, the default categories returned will be: cpu, health, and network. The valid input values are health, CPU, network, and rule. |
["health","network"] |
|
Limit |
Optional |
The maximum number of individual statistics to return per category. If not provided, only the most recent statistic will be returned for each category. |
1 |
|
Include Total |
Optional |
The option to include totalCount in the results, when set to true. If set to false, totalCount will not be calculated or included. The default setting is false. |
False |
|
Start Time |
Optional |
The starting point for the datetime range when the statistics were recorded. Only statistics taken after this specified time will be included in the results. |
2020-09-01 00:00 |
|
End Time |
Optional |
The ending point for the datetime range when the statistics were recorded. Only statistics taken before this specified time will be included in the results. |
2020-09-10 00:00 |
Output
Error Handling
If the Return Data is Failed, an Error tab will appear in the Test Result window.
The error tab contains the details responded from D3 SOAR or third-party API calls, including Failure Indicator, Status Code, and Message. This can help you locate the root cause of a command failure.
|
Parts in Error |
Description |
Example |
|
Failure Indicator |
Indicates the command failure that happened at a specific input and/or API call. |
List Appliance Stats failed. |
|
Status Code |
The response code issued by the third-party API server or the D3 SOAR system that can be used to locate the corresponding error category. For example, if the returned status code is 401, the selected connection is unauthorized to run the command. The user or system support would need to check the permission setting in the Trend Micro Cloud One portal. Refer to the HTTP Status Code Registry for details. |
Status Code: 400. |
|
Message |
The raw data or captured key error message from the integration API server about the API request failure. |
Message: Invalid CloudOne API key Unauthorized. |
|
Error Sample Data List Appliance Stats failed. Status Code: 400. Message: Invalid CloudOne API key Unauthorized. |
List Policy Default Settings
Lists all default policy settings.
Input
N/A
Output
Error Handling
If the Return Data is Failed, an Error tab will appear in the Test Result window.
The error tab contains the details responded from D3 SOAR or third-party API calls, including Failure Indicator, Status Code, and Message. This can help you locate the root cause of a command failure.
|
Parts in Error |
Description |
Example |
|
Failure Indicator |
Indicates the command failure that happened at a specific input and/or API call. |
List Policy Default Settings failed. |
|
Status Code |
The response code issued by the third-party API server or the D3 SOAR system that can be used to locate the corresponding error category. For example, if the returned status code is 401, the selected connection is unauthorized to run the command. The user or system support would need to check the permission setting in the Trend Micro Cloud One portal. Refer to the HTTP Status Code Registry for details. |
Status Code: 400. |
|
Message |
The raw data or captured key error message from the integration API server about the API request failure. |
Message: Invalid CloudOne API key Unauthorized. |
|
Error Sample Data List Policy Default Settings failed. Status Code: 400. Message: Invalid CloudOne API key Unauthorized. |
Modify Policy
Modifies an existing policy by ID. Any unset elements will be left unchanged.
READER NOTE
-
Policy ID is a required parameter to run this command.
-
Run the Search Policies command to obtain Policy ID. Policy ID can be found in the returned raw data at the path $.policies[*].ID.
-
-
Policy names must be unique. If you decide to modify the name, please exercise caution. If an input name already exists, the error message "The requested policy name already exists" will be returned.
Input
|
Input Parameter |
Required/Optional |
Description |
Example |
|
Policy ID |
Required |
The ID of the policy to modify. Policy IDs can be obtained using the Search Policies command. |
1***** |
|
Modified Settings |
Optional |
The additional fields (e.g. name, parentID, description) to modify, defined as a JSON object. |
{ "parentID": 2, "name": "testPolicy6a", "description": "testPolicy6a 20230505", "recommendationScanMode": "off" } |
Output
Error Handling
If the Return Data is Failed, an Error tab will appear in the Test Result window.
The error tab contains the details responded from D3 SOAR or third-party API calls, including Failure Indicator, Status Code, and Message. This can help you locate the root cause of a command failure.
|
Parts in Error |
Description |
Example |
|
Failure Indicator |
Indicates the command failure that happened at a specific input and/or API call. |
Modify Policy failed. |
|
Status Code |
The response code issued by the third-party API server or the D3 SOAR system that can be used to locate the corresponding error category. For example, if the returned status code is 401, the selected connection is unauthorized to run the command. The user or system support would need to check the permission setting in the Trend Micro Cloud One portal. Refer to the HTTP Status Code Registry for details. |
Status Code: 400. |
|
Message |
The raw data or captured key error message from the integration API server about the API request failure. |
Message: The requested Policy name already exists. |
|
Error Sample Data Modify Policy failed. Status Code: 400. Message: The requested Policy name already exists. |
Remove Firewall Rules From Computers
Unassigns specific firewall rule IDs from the specified computers.
READER NOTE
Computer IDs and Firewall Rule IDs are required parameters to run this command.
-
Run the Search Computers command to obtain Computer IDs. Computer IDs can be found from the returned raw data at the path $.computers[*].ID.
-
Run the Search Firewall Rules command to obtain Firewall Rule IDs. Firewall Rule IDs can be found from the returned raw data at the path $.firewallRules[*].ID.
Input
|
Input Parameter |
Required/Optional |
Description |
Example |
|
Computer IDs |
Required |
The IDs of the computers to remove firewall rules. Computer IDs can be obtained using the Search Computers command. |
[ 4***** ] |
|
Firewall Rule IDs |
Required |
The IDs of the firewall rules to remove from the computers. Firewall rule IDs can be obtained using the Search Firewall Rules command. |
[ 6***** ] |
Output
Error Handling
If the Return Data is Failed, an Error tab will appear in the Test Result window.
The error tab contains the details responded from D3 SOAR or third-party API calls, including Failure Indicator, Status Code, and Message. This can help you locate the root cause of a command failure.
|
Parts in Error |
Description |
Example |
|
Failure Indicator |
Indicates the command failure that happened at a specific input and/or API call. |
Remove Firewall Rules From Computers failed. |
|
Status Code |
The response code issued by the third-party API server or the D3 SOAR system that can be used to locate the corresponding error category. For example, if the returned status code is 401, the selected connection is unauthorized to run the command. The user or system support would need to check the permission setting in the Trend Micro Cloud One portal. Refer to the HTTP Status Code Registry for details. |
Status Code: 403. |
|
Message |
The raw data or captured key error message from the integration API server about the API request failure. |
Message: Not allowed. |
|
Error Sample Data Remove Firewall Rules From Computers failed. Status Code: 403. Message: Not allowed. |
Remove Firewall Rules From Policies
Unassigns specific firewall rule IDs from the specified policies.
READER NOTE
Policy IDs and Firewall Rule IDs are required parameters to run this command.
-
Run the Search Policies command to obtain Policy IDs. Policy IDs can be found from the returned raw data at the path $.policies[*].ID.
-
Run the Search Firewall Rules command to obtain Firewall Rule IDs. Firewall Rule IDs can be found from the returned raw data at the path $.firewallRules[*].ID.
Input
|
Input Parameter |
Required/Optional |
Description |
Example |
|
Policy IDs |
Required |
The IDs of the policies to remove firewall rules. Policy IDs can be obtained using the Search Policies command. |
[ 1***** ] |
|
Firewall Rule IDs |
Required |
The IDs of the firewall rules to remove. Firewall rule IDs can be obtained using the Search Firewall Rules command. |
[ 6***** ] |
Output
Error Handling
If the Return Data is Failed, an Error tab will appear in the Test Result window.
The error tab contains the details responded from D3 SOAR or third-party API calls, including Failure Indicator, Status Code, and Message. This can help you locate the root cause of a command failure.
|
Parts in Error |
Description |
Example |
|
Failure Indicator |
Indicates the command failure that happened at a specific input and/or API call. |
RemoveFirewall Rules From Policies failed. |
|
Status Code |
The response code issued by the third-party API server or the D3 SOAR system that can be used to locate the corresponding error category. For example, if the returned status code is 401, the selected connection is unauthorized to run the command. The user or system support would need to check the permission setting in the Trend Micro Cloud One portal. Refer to the HTTP Status Code Registry for details. |
Status Code: 403. |
|
Message |
The raw data or captured key error message from the integration API server about the API request failure. |
Message: Not allowed. |
|
Error Sample Data RemoveFirewall Rules From Policies failed. Status Code: 403. Message: Not allowed. |
Search Computers
Searches for computers using optional filters.
READER NOTE
-
The input parameters operate on the "and" logic in conjunction. For example, when you provide the host name as "demo" and the platform as "Windows", the host must satisfy both filters in order to be returned.
-
In the case that no computers meet your search criteria, the command will run successfully with no returned results.
Input
|
Input Parameter |
Required/Optional |
Description |
Example |
|
Host Name |
Optional |
The name of the host to retrieve. To use the wildcard character %, enter your search string, adding the % before or after the search string to stand in for unknown characters or words. |
WIN-*****% |
|
Last IP Used |
Optional |
The last used IP address of the hosts to filter results. |
1.1.1.1 |
|
Platform |
Optional |
The platform of the hosts to filter results.To use the wildcard character %, enter your search string, adding the % before or after the search string to stand in for unknown characters or words. |
%Windows% |
|
Expand |
Optional |
The option to retrieve all computer information or only basic computer information. If this parameter is not defined, all information will be retrieved. However, if the basic option fulfills your requirements, it will enhance performance. |
Basic |
Output
Error Handling
If the Return Data is Failed, an Error tab will appear in the Test Result window.
The error tab contains the details responded from D3 SOAR or third-party API calls, including Failure Indicator, Status Code, and Message. This can help you locate the root cause of a command failure.
|
Parts in Error |
Description |
Example |
|
Failure Indicator |
Indicates the command failure that happened at a specific input and/or API call. |
Search Computers failed. |
|
Status Code |
The response code issued by the third-party API server or the D3 SOAR system that can be used to locate the corresponding error category. For example, if the returned status code is 401, the selected connection is unauthorized to run the command. The user or system support would need to check the permission setting in the Trend Micro Cloud One portal. Refer to the HTTP Status Code Registry for details. |
Status Code: 400. |
|
Message |
The raw data or captured key error message from the integration API server about the API request failure. |
Message: Invalid CloudOne API key Unauthorized. |
|
Error Sample Data Search Computers failed. Status Code: 400. Message: Invalid CloudOne API key Unauthorized. |
Search Firewall Rules
Searches for firewall rules using optional filters.
READER NOTE
-
The input parameters operate on the "and" logic in conjunction. For example, when you provide the firewall rule name as "demo" and the direction as "outgoing", the firewall rule must satisfy both filters in order to be returned.
-
In the case that no firewall rules meet your search criteria, the command will run successfully with no returned results.
Input
|
Input Parameter |
Required/Optional |
Description |
Example |
|
Rule Name |
Optional |
The name of the firewall rule to retrieve. To use the wildcard character %, enter your search string, adding the % before or after the search string to stand in for unknown characters or words. |
Off Domain Exceptions - Domain Client % |
|
Direction |
Optional |
The direction of the firewall rules to retrieve. If this parameter is not specified, both incoming and outgoing rules will be returned. |
Outgoing |
|
Priority |
Optional |
The priority level of the firewall rules to retrieve. If this parameter is not specified, firewall rules of any priority level will be returned. |
Normal |
Output
Error Handling
If the Return Data is Failed, an Error tab will appear in the Test Result window.
The error tab contains the details responded from D3 SOAR or third-party API calls, including Failure Indicator, Status Code, and Message. This can help you locate the root cause of a command failure.
|
Parts in Error |
Description |
Example |
|
Failure Indicator |
Indicates the command failure that happened at a specific input and/or API call. |
Search Firewall Rules failed. |
|
Status Code |
The response code issued by the third-party API server or the D3 SOAR system that can be used to locate the corresponding error category. For example, if the returned status code is 401, the selected connection is unauthorized to run the command. The user or system support would need to check the permission setting in the Trend Micro Cloud One portal. Refer to the HTTP Status Code Registry for details. |
Status Code: 400. |
|
Message |
The raw data or captured key error message from the integration API server about the API request failure. |
Message: Invalid CloudOne API key Unauthorized. |
|
Error Sample Data Search Firewall Rules failed. Status Code: 400. Message: Invalid CloudOne API key Unauthorized. |
Search Policies
Search for policies using optional filters.
READER NOTE
-
The input parameters operate on the "and" logic in conjunction. For example, when you provide the policy name as "demo" and the policy description as "test", the policy must satisfy both filters in order to be returned.
-
In the case that no policies meet your search criteria, the command will run successfully with no returned results.
Input
|
Input Parameter |
Required/Optional |
Description |
Example |
|
Policy Name |
Optional |
The name of the policies to retrieve. To use the wildcard character %, enter your search string, adding the % before or after the search string to stand in for unknown characters or words. |
DEMO% |
|
Policy Description |
Optional |
The description of the policy to filter results. To use the wildcard character %, enter your search string, adding the % before or after the search string to stand in for unknown characters or words. |
%for the demo computer% |
|
Parent Policy IDs |
Optional |
The IDs of the parent policies to filter results. |
[ 1 ] |
Output
Error Handling
If the Return Data is Failed, an Error tab will appear in the Test Result window.
The error tab contains the details responded from D3 SOAR or third-party API calls, including Failure Indicator, Status Code, and Message. This can help you locate the root cause of a command failure.
|
Parts in Error |
Description |
Example |
|
Failure Indicator |
Indicates the command failure that happened at a specific input and/or API call. |
Search Policies failed. |
|
Status Code |
The response code issued by the third-party API server or the D3 SOAR system that can be used to locate the corresponding error category. For example, if the returned status code is 401, the selected connection is unauthorized to run the command. The user or system support would need to check the permission setting in the Trend Micro Cloud One portal. Refer to the HTTP Status Code Registry for details. |
Status Code: 400. |
|
Message |
The raw data or captured key error message from the integration API server about the API request failure. |
Message: Invalid CloudOne API key Unauthorized. |
|
Error Sample Data Search Policies failed. Status Code: 400. Message: Invalid CloudOne API key Unauthorized. |
Test Connection
Allows you to perform a health check on an integration connection. You can schedule a periodic health check by selecting Connection Health Check when editing an integration connection.
Input
N/A
Output
Error Handling
If the Return Data is Failed, an Error tab will appear in the Test Result window.
The error tab contains the details responded from D3 SOAR or third-party API calls, including Failure Indicator, Status Code, and Message. This can help you locate the root cause of a command failure.
|
Parts in Error |
Description |
Example |
|
Failure Indicator |
Indicates the command failure that happened at a specific input and/or API call. |
Test Connection failed. Failed to check the connector. |
|
Status Code |
The response code issued by the third-party API server or the D3 SOAR system that can be used to locate the corresponding error category. For example, if the returned status code is 401, the selected connection is unauthorized to run the command. The user or system support would need to check the permission setting in the Trend Micro Cloud One portal. Refer to the HTTP Status Code Registry for details. |
Status Code: 400. |
|
Message |
The raw data or captured key error message from the integration API server about the API request failure. |
Message: Invalid CloudOne API key Unauthorized. |
|
Error Sample Data Test Connection failed. Failed to check the connector. Status Code: 400. Message: Invalid CloudOne API key Unauthorized. |
Deprecated Commands
The following commands have been deprecated and removed from D3 platform:
Add Domains To Permit List, Create Domain Filter Configuration, Distribute Permit List And Domain Filter To Appliances, List Domain Policy Configurations, Remove Domain Entries From Permit List, and Update Domain Filter Config Status.