Configures fine-grained monitoring for an elastic IP address (EIP).
Operation description
You cannot repeatedly call SetHighDefinitionMonitorLogStatus within a specific period of time.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
vpc:SetHighDefinitionMonitorLogStatus |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RegionId | string | Yes | The region ID of the instance. You can call the DescribeRegions operation to query the most recent region list. | cn-hangzhou |
LogProject | string | Yes | The name of the Simple Log Service (SLS) project. | hdmonitor-cn-shenzhen |
LogStore | string | Yes | The name of the Logstore. | hdmonitor |
InstanceId | string | Yes | The ID of the instance for which you want to configure fine-grained monitoring. | eip-wz9fi6qboho9fwgx7**** |
InstanceType | string | No | The instance type. Set the value to EIP. | EIP |
Status | string | Yes | The status of fine-grained monitoring. Valid values:
| ON |
Response parameters
Examples
Sample success responses
JSON
format
{
"Success": "true",
"RequestId": "54B48E3D-DF70-471B-AA93-08E683A1B457"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InvalidInstanceId | Instance does not exist. | The error message returned because the specified instance does not exist. |
400 | ProjectOrLogstoreNotExist | The specified project or logstore does not exist. | The error message returned because the specified project or Logstore does not exist. |
400 | SourceProjectNotExist | The Source Project or logstore does not exist. | The error message returned because the source project or Logstore does not exist. |
400 | Unauthorized | This api does not support sub user or role. | The error message returned because you cannot call this operation as a RAM user. |
400 | ParameterInvalid | Invalid parameter. | The error message returned because a parameter is invalid. |
400 | InvalidAction.NotSupport | This region does not support this action. | - |
400 | RuleExist | The rule has already existed. | - |
400 | InvalidHdMonitorStatus | Current instance status is not valid for this action. | - |
400 | HdMonitorEipNumberOverLimit | This user has reached the maximum Eip number of high definination. | - |
400 | InvalidAllocationId.NotFound | Specified allocation id is not found. | The error message returned because the specified EIP does not exist. Check whether the value of the parameter is valid. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-06-09 | The Error code has changed | View Change Details |