CompletableFuture<CloudWorkloadSecurityAgentRuleResponse> |
CsmThreatsApi.createCloudWorkloadSecurityAgentRuleAsync(CloudWorkloadSecurityAgentRuleCreateRequest body)
Create a Cloud Workload Security Agent rule.
|
ApiResponse<CloudWorkloadSecurityAgentRuleResponse> |
CsmThreatsApi.createCloudWorkloadSecurityAgentRuleWithHttpInfo(CloudWorkloadSecurityAgentRuleCreateRequest body)
Create a new Agent rule with the given parameters.
|
CompletableFuture<ApiResponse<CloudWorkloadSecurityAgentRuleResponse>> |
CsmThreatsApi.createCloudWorkloadSecurityAgentRuleWithHttpInfoAsync(CloudWorkloadSecurityAgentRuleCreateRequest body)
Create a Cloud Workload Security Agent rule.
|
CompletableFuture<CloudWorkloadSecurityAgentRuleResponse> |
CsmThreatsApi.createCSMThreatsAgentRuleAsync(CloudWorkloadSecurityAgentRuleCreateRequest body)
Create a CSM Threats Agent rule.
|
ApiResponse<CloudWorkloadSecurityAgentRuleResponse> |
CsmThreatsApi.createCSMThreatsAgentRuleWithHttpInfo(CloudWorkloadSecurityAgentRuleCreateRequest body)
Create a new Cloud Security Management Threats Agent rule with the given parameters.
|
CompletableFuture<ApiResponse<CloudWorkloadSecurityAgentRuleResponse>> |
CsmThreatsApi.createCSMThreatsAgentRuleWithHttpInfoAsync(CloudWorkloadSecurityAgentRuleCreateRequest body)
Create a CSM Threats Agent rule.
|
CompletableFuture<CloudWorkloadSecurityAgentRuleResponse> |
CsmThreatsApi.getCloudWorkloadSecurityAgentRuleAsync(String agentRuleId)
Get a Cloud Workload Security Agent rule.
|
ApiResponse<CloudWorkloadSecurityAgentRuleResponse> |
CsmThreatsApi.getCloudWorkloadSecurityAgentRuleWithHttpInfo(String agentRuleId)
Get the details of a specific Agent rule.
|
CompletableFuture<ApiResponse<CloudWorkloadSecurityAgentRuleResponse>> |
CsmThreatsApi.getCloudWorkloadSecurityAgentRuleWithHttpInfoAsync(String agentRuleId)
Get a Cloud Workload Security Agent rule.
|
CompletableFuture<CloudWorkloadSecurityAgentRuleResponse> |
CsmThreatsApi.getCSMThreatsAgentRuleAsync(String agentRuleId)
Get a CSM Threats Agent rule.
|
ApiResponse<CloudWorkloadSecurityAgentRuleResponse> |
CsmThreatsApi.getCSMThreatsAgentRuleWithHttpInfo(String agentRuleId)
Get the details of a specific Cloud Security Management Threats Agent rule.
|
CompletableFuture<ApiResponse<CloudWorkloadSecurityAgentRuleResponse>> |
CsmThreatsApi.getCSMThreatsAgentRuleWithHttpInfoAsync(String agentRuleId)
Get a CSM Threats Agent rule.
|
CompletableFuture<CloudWorkloadSecurityAgentRuleResponse> |
CsmThreatsApi.updateCloudWorkloadSecurityAgentRuleAsync(String agentRuleId,
CloudWorkloadSecurityAgentRuleUpdateRequest body)
Update a Cloud Workload Security Agent rule.
|
ApiResponse<CloudWorkloadSecurityAgentRuleResponse> |
CsmThreatsApi.updateCloudWorkloadSecurityAgentRuleWithHttpInfo(String agentRuleId,
CloudWorkloadSecurityAgentRuleUpdateRequest body)
Update a specific Agent rule.
|
CompletableFuture<ApiResponse<CloudWorkloadSecurityAgentRuleResponse>> |
CsmThreatsApi.updateCloudWorkloadSecurityAgentRuleWithHttpInfoAsync(String agentRuleId,
CloudWorkloadSecurityAgentRuleUpdateRequest body)
Update a Cloud Workload Security Agent rule.
|
CompletableFuture<CloudWorkloadSecurityAgentRuleResponse> |
CsmThreatsApi.updateCSMThreatsAgentRuleAsync(String agentRuleId,
CloudWorkloadSecurityAgentRuleUpdateRequest body)
Update a CSM Threats Agent rule.
|
ApiResponse<CloudWorkloadSecurityAgentRuleResponse> |
CsmThreatsApi.updateCSMThreatsAgentRuleWithHttpInfo(String agentRuleId,
CloudWorkloadSecurityAgentRuleUpdateRequest body)
Update a specific Cloud Security Management Threats Agent rule.
|
CompletableFuture<ApiResponse<CloudWorkloadSecurityAgentRuleResponse>> |
CsmThreatsApi.updateCSMThreatsAgentRuleWithHttpInfoAsync(String agentRuleId,
CloudWorkloadSecurityAgentRuleUpdateRequest body)
Update a CSM Threats Agent rule.
|