All Products
Search
Document Center

Security Center:CheckQuaraFileId

Last Updated:Feb 20, 2024

Checks whether the IDs of quarantined files are valid.

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
UuidstringYes

The UUID of the server on which you want to check quarantined files.

Note You can call the DescribeCloudCenterInstances operation to query the UUIDs of servers.
4fe8e1cd-3c37-4851-b9de-124da32c****
QuaraFileIdsarrayYes

The IDs of quarantined files that you want to check.

Note You can call the DescribeSuspEventQuaraFiles operation to query the IDs of quarantined files.
stringYes

The ID of the quarantined file that you want to check.

Note You can call the DescribeSuspEventQuaraFiles operation to query the IDs of quarantined files.
12121711

Response parameters

ParameterTypeDescriptionExample
object
Databoolean

Indicates whether the ID of the quarantined file is valid. Valid values:

  • true: The ID of the quarantined file is valid.
  • false: The ID of the quarantined file is invalid.
true
RequestIdstring

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

7E0618A9-D5EF-4220-9471-C42B5E92719F

Examples

Sample success responses

JSONformat

{
  "Data": true,
  "RequestId": "7E0618A9-D5EF-4220-9471-C42B5E92719F"
}

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