All Products
Search
Document Center

Security Center:ModifyClientConfSetup

Last Updated:May 22, 2025

Modifies the resource configurations of the Security Center agent.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
StrategyTagstringYes

The type of the tag.

machineResource
StrategyTagValuestringYes

The value of the tag. Valid values:

  • major
  • advanced
  • basic
major
StrategyConfigstringNo

The configurations of the Security Center agent.

  • cpu: the maximum CPU utilization that can be occupied by the Security Center agent on the server
  • mem: the maximum memory usage that can be occupied by the Security Center agent on the server
{ "cpu": "20" }

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

60E24426-B910-5D7F-8B8B-3BCDC3FC****

Examples

Sample success responses

JSONformat

{
  "RequestId": "60E24426-B910-5D7F-8B8B-3BCDC3FC****"
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history