@@ -2977,9 +2977,6 @@ paths:
2977
2977
- solutions.backupRestoreRoot
2978
2978
summary : Invoke action enable
2979
2979
description : Enable the Microsoft 365 Backup Storage service for a tenant.
2980
- externalDocs :
2981
- description : Find more info here
2982
- url : https://learn.microsoft.com/graph/api/backuprestoreroot-enable?view=graph-rest-beta
2983
2980
operationId : solution.backupRestore_enable
2984
2981
requestBody :
2985
2982
description : Action parameters
@@ -4558,9 +4555,6 @@ paths:
4558
4555
- solutions.backupRestoreRoot
4559
4556
summary : Invoke action activate
4560
4557
description : ' Activate a protectionPolicyBase. Currently, only one active backup policy per underlying service is supported (that is, one for OneDrive accounts, one for SharePoint sites, and one for Exchange Online users). You can add or remove artifacts (sites or user accounts) to or from each active policy.'
4561
- externalDocs :
4562
- description : Find more info here
4563
- url : https://learn.microsoft.com/graph/api/protectionpolicybase-activate?view=graph-rest-beta
4564
4558
operationId : solution.backupRestore.protectionPolicy_activate
4565
4559
parameters :
4566
4560
- name : protectionPolicyBase-id
@@ -4587,9 +4581,6 @@ paths:
4587
4581
- solutions.backupRestoreRoot
4588
4582
summary : Invoke action deactivate
4589
4583
description : Deactivate a protectionPolicyBase.
4590
- externalDocs :
4591
- description : Find more info here
4592
- url : https://learn.microsoft.com/graph/api/protectionpolicybase-deactivate?view=graph-rest-beta
4593
4584
operationId : solution.backupRestore.protectionPolicy_deactivate
4594
4585
parameters :
4595
4586
- name : protectionPolicyBase-id
@@ -4725,6 +4716,32 @@ paths:
4725
4716
default :
4726
4717
$ref : ' #/components/responses/error'
4727
4718
x-ms-docs-operation-type : operation
4719
+ ' /solutions/backupRestore/protectionUnits/{protectionUnitBase-id}/microsoft.graph.cancelOffboard ' :
4720
+ post :
4721
+ tags :
4722
+ - solutions.backupRestoreRoot
4723
+ summary : Invoke action cancelOffboard
4724
+ description : Cancel offboard for a protectionUnitBase.
4725
+ operationId : solution.backupRestore.protectionUnit_cancelOffboard
4726
+ parameters :
4727
+ - name : protectionUnitBase-id
4728
+ in : path
4729
+ description : The unique identifier of protectionUnitBase
4730
+ required : true
4731
+ style : simple
4732
+ schema :
4733
+ type : string
4734
+ x-ms-docs-key-type : protectionUnitBase
4735
+ responses :
4736
+ 2XX :
4737
+ description : Success
4738
+ content :
4739
+ application/json :
4740
+ schema :
4741
+ $ref : ' #/components/schemas/microsoft.graph.protectionUnitBase'
4742
+ default :
4743
+ $ref : ' #/components/responses/error'
4744
+ x-ms-docs-operation-type : action
4728
4745
' /solutions/backupRestore/protectionUnits/{protectionUnitBase-id}/microsoft.graph.driveProtectionUnit ' :
4729
4746
get :
4730
4747
tags :
@@ -4821,6 +4838,32 @@ paths:
4821
4838
$ref : ' #/components/schemas/microsoft.graph.mailboxProtectionUnit'
4822
4839
default :
4823
4840
$ref : ' #/components/responses/error'
4841
+ ' /solutions/backupRestore/protectionUnits/{protectionUnitBase-id}/microsoft.graph.offboard ' :
4842
+ post :
4843
+ tags :
4844
+ - solutions.backupRestoreRoot
4845
+ summary : Invoke action offboard
4846
+ description : Offboard a protectionUnitBase.
4847
+ operationId : solution.backupRestore.protectionUnit_offboard
4848
+ parameters :
4849
+ - name : protectionUnitBase-id
4850
+ in : path
4851
+ description : The unique identifier of protectionUnitBase
4852
+ required : true
4853
+ style : simple
4854
+ schema :
4855
+ type : string
4856
+ x-ms-docs-key-type : protectionUnitBase
4857
+ responses :
4858
+ 2XX :
4859
+ description : Success
4860
+ content :
4861
+ application/json :
4862
+ schema :
4863
+ $ref : ' #/components/schemas/microsoft.graph.protectionUnitBase'
4864
+ default :
4865
+ $ref : ' #/components/responses/error'
4866
+ x-ms-docs-operation-type : action
4824
4867
' /solutions/backupRestore/protectionUnits/{protectionUnitBase-id}/microsoft.graph.siteProtectionUnit ' :
4825
4868
get :
4826
4869
tags :
@@ -5330,9 +5373,6 @@ paths:
5330
5373
- solutions.backupRestoreRoot
5331
5374
summary : Invoke action search
5332
5375
description : Search for the restorePoint objects associated with a protectionUnit.
5333
- externalDocs :
5334
- description : Find more info here
5335
- url : https://learn.microsoft.com/graph/api/restorepoint-search?view=graph-rest-beta
5336
5376
operationId : solution.backupRestore.restorePoint_search
5337
5377
requestBody :
5338
5378
description : Action parameters
@@ -5560,9 +5600,6 @@ paths:
5560
5600
- solutions.backupRestoreRoot
5561
5601
summary : Invoke action activate
5562
5602
description : ' Activate a draft restoreSessionBase object to restore a protection unit. The following points apply to restoring a protection unit:'
5563
- externalDocs :
5564
- description : Find more info here
5565
- url : https://learn.microsoft.com/graph/api/restoresessionbase-activate?view=graph-rest-beta
5566
5603
operationId : solution.backupRestore.restoreSession_activate
5567
5604
parameters :
5568
5605
- name : restoreSessionBase-id
@@ -5794,9 +5831,6 @@ paths:
5794
5831
- solutions.backupRestoreRoot
5795
5832
summary : Invoke action activate
5796
5833
description : Activate a serviceApp.
5797
- externalDocs :
5798
- description : Find more info here
5799
- url : https://learn.microsoft.com/graph/api/serviceapp-activate?view=graph-rest-beta
5800
5834
operationId : solution.backupRestore.serviceApp_activate
5801
5835
parameters :
5802
5836
- name : serviceApp-id
@@ -5837,9 +5871,6 @@ paths:
5837
5871
- solutions.backupRestoreRoot
5838
5872
summary : Invoke action deactivate
5839
5873
description : Deactivate a serviceApp.
5840
- externalDocs :
5841
- description : Find more info here
5842
- url : https://learn.microsoft.com/graph/api/serviceapp-deactivate?view=graph-rest-beta
5843
5874
operationId : solution.backupRestore.serviceApp_deactivate
5844
5875
parameters :
5845
5876
- name : serviceApp-id
0 commit comments