All Products
Search
Document Center

Security Center:UpdateCustomizeReportStatus

Last Updated:May 22, 2025

Changes the status of a security report.

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
ReportIdlongYes

The ID of the report.

Note You can call the DescribeCustomizeReportList operation to query the ID.
123
ReportStatusintegerYes

The status of the report. Valid values:

  • 0: disabled.
  • 1: enabled.
1
PinnedTimelongNo

The time when the report is pinned. Unit: milliseconds.

1717430400000

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

64C76BEE-6A47-54D9-BD91-BD3E8A1B****

Examples

Sample success responses

JSONformat

{
  "RequestId": "64C76BEE-6A47-54D9-BD91-BD3E8A1B****"
}

Error codes

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

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