All Products
Search
Document Center

Security Center:InstallCloudMonitor

Last Updated:Jul 26, 2024

Installs the CloudMonitor agent on specified servers.

Operation description

Note Before you call this operation, make sure that the Security Center agent on your servers is online and the servers can access Alibaba Cloud services.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ArgusVersionstringYes

The version of the CloudMonitor agent that you want to install on the servers. For more information about the latest version of the CloudMonitor agent, see Overview .

3.5.6
AgentAccessKeystringNo

The AccessKey ID that is required to install the CloudMonitor agent. You can call the DescribeMonitoringAgentAccessKey operation to query the AccessKey ID.

Note This parameter is required only when you install the CloudMonitor agent on servers that are not deployed on Alibaba Cloud.
usY*****R_U
AgentSecretKeystringNo

The AccessKey secret that is required to install the CloudMonitor agent. You can call the DescribeMonitoringAgentAccessKey operation to query the AccessKey secret.

Note This parameter is required only when you install the CloudMonitor agent on servers that are not deployed on Alibaba Cloud.
UCxF2R1sIO90XlU9****
InstanceIdListarrayNo

The IDs of the servers on which you want to install the CloudMonitor agent. Separate multiple IDs with commas (,).

stringNo

The IDs of the servers on which you want to install the CloudMonitor agent. Separate multiple IDs with commas (,).

Note You must specify at least one of the InstanceIdList and UuidList parameters. If you specify both the InstanceIdList and UuidList parameters, the CloudMonitor agent is installed on all the specified servers.
[VMware-564d4e22ce6d9207-c97c8af3a448****,VMware-564d4a9574e0b8ab-843ba10d8b0c****,VMware-564dbb7fddaf27ce-629271166745****]
UuidListarrayNo

The UUIDs of the servers on which you want to install the CloudMonitor agent. Separate multiple UUIDs with commas (,).

stringNo

The UUIDs of the servers on which you want to install the CloudMonitor agent. Separate multiple UUIDs with commas (,).

Note You must specify at least one of the InstanceIdList and UuidList parameters. If you specify both the InstanceIdList and UuidList parameters, the CloudMonitor agent is installed on all the specified servers.
[inet-c669e5d9-0adf-4d71-a9ce-65ed2730****,inet-2e87cce8-763d-4dcd-b39f-d592e1b0****,inet-7c676676-06fa-442e-90fb-b802e5d6****]

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

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

F92AFB96-FACC-57E7-928E-678D04B94CAE
Successboolean

Indicates whether the request was successful. Valid values:

  • true: The request was successful.
  • false: The request failed.
false
Codestring

The error code returned if the request fails.

IllegalParam
Messagestring

The error message returned.

There was an error with your request.
HttpStatusCodeinteger

The HTTP status code returned.

400

Examples

Sample success responses

JSONformat

{
  "RequestId": "F92AFB96-FACC-57E7-928E-678D04B94CAE",
  "Success": false,
  "Code": "IllegalParam",
  "Message": "There was an error with your request.",
  "HttpStatusCode": 400
}

Error codes

HTTP status codeError codeError messageDescription
400ConsoleErrorThe error message is %s %s.-
400IllegalParamIllegal param-
400MachineNotExistThe machine does not exist.-
400AgentNotOnlineThe agent not online.The error message returned because the Security Center agent is offline. Make sure that the Security Center agent is online and try again.
400InvalidParamThere was an error with your request.An error occurred while processing your request. Try again later.
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