All Products
Search
Document Center

Security Center:GetBackupAutoConfigStatus

Last Updated:May 22, 2025

Checks whether the managed anti-ransomware feature can automatically configure an anti-ransomware policy for servers.

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
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object

PlainResult

Dataobject

The response parameters.

CanConfigAutoboolean

Indicates whether the anti-ransomware policy for servers can be automatically configured by the managed anti-ransomware feature. Valid values:

  • false
  • true
false
RequestIdstring

The request ID.

898F7AA7-CECD-5EC7-AF4D-664C601B****

Examples

Sample success responses

JSONformat

{
  "Data": {
    "CanConfigAuto": false
  },
  "RequestId": "898F7AA7-CECD-5EC7-AF4D-664C601B****"
}

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.