Skip to content

Commit 5e0994c

Browse files
committed
corrected the request params for recovery
1 parent 6751673 commit 5e0994c

File tree

1 file changed

+1
-1
lines changed
  • Solutions/CohesitySecurity/Playbooks/Cohesity_Restore_From_Last_Snapshot

1 file changed

+1
-1
lines changed

Solutions/CohesitySecurity/Playbooks/Cohesity_Restore_From_Last_Snapshot/azuredeploy.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
"body": {
236236
"name": "Sentinel_triggered_restore_task_@{body('Get_object_from_blob_content')}",
237237
"objects": [{
238-
"job_id": "@int(string(body('Get_job_id_from_blob_content')))",
238+
"jobId": "@int(string(body('Get_job_id_from_blob_content')))",
239239
"jobRunId": "@int(string(body('Get_job_instance_id_from_blob_content')))",
240240
"protectionSourceId": "@int(string(body('Get_entity_id_from_blob_content')))",
241241
"sourceName": "@{body('Get_object_from_blob_content')}",

0 commit comments

Comments
 (0)