Skip to content

Commit f2b2148

Browse files
authored
Update servicestatus.md with more details about protectionChangeLocked and restoreLocked
Adding more details about protectionChangeLocked and restoreLocked.
1 parent 2643ea3 commit f2b2148

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

api-reference/v1.0/resources/servicestatus.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,15 @@ Represents the tenant-level service status of the backup service.
5151
|:------|:------------|
5252
|disabled | Service is disabled. This is the default state. The service isn't enabled for the tenant.|
5353
|enabled | Service is enabled. A new protection policy can be created or modified and restore is allowed.|
54-
|protectionChangeLocked | Service is locked with no change in protection allowed. A new protection policy can't be created or updated. No new protection items can be added or removed.|
55-
|restoreLocked | Service is locked with no protection change and no restore. The protection policy can't be created or updated. No new protection items can be added or removed. No restore can be performed.|
54+
|protectionChangeLocked | Service is locked with no change in protection allowed. A new protection policy can't be created or updated. No new protection items can be added or removed.
55+
When does it happen?
56+
Scenario 1 : Tenant has no Active Service apps.
57+
In this case, if there are no active service apps found for the tenant, the feature status of the tenant will be changed to ProtectionChangeLocked from Enabled. To fix this, tenant needs to activate a service app and call the enable API for the same.
58+
Scenario 2 : Tenant has unhealthy billing profile
59+
In this case, when an unhealthy billing profile is found for a tenant, the feature status is automatically moved to "protectionChangeLocked" from "enabled", and the policies are deactivated right away. To resolve this, tenant needs to update the billing profile with a healthy one and wait for 24-48 hrs to get reflected.|
60+
|restoreLocked | Service is locked with no protection change and no restore. The protection policy can't be created or updated. No new protection items can be added or removed. No restore can be performed.
61+
When does it happen?
62+
When a tenant stays in the "ProtectionChangeLocked" for 30 days, the status changes from "protectionChangeLocked" to "restoreLocked", with this change, restore capabilities are blocked and billing gets stopped as well. To fix this , tenant needs to follow the specific steps depending on the scenarios it belongs to (1 or 2)|
5663
|unknownFutureValue | Evolvable enumeration sentinel value. Don't use.|
5764

5865
## Relationships

0 commit comments

Comments
 (0)