diff --git a/src/RecoveryServices/RecoveryServices.SiteRecovery.Test/ScenarioTests/A2A/A2ATestsHelper.ps1 b/src/RecoveryServices/RecoveryServices.SiteRecovery.Test/ScenarioTests/A2A/A2ATestsHelper.ps1 index d124fbc81515..a91a7f495dad 100644 --- a/src/RecoveryServices/RecoveryServices.SiteRecovery.Test/ScenarioTests/A2A/A2ATestsHelper.ps1 +++ b/src/RecoveryServices/RecoveryServices.SiteRecovery.Test/ScenarioTests/A2A/A2ATestsHelper.ps1 @@ -132,6 +132,11 @@ function getRecoveryCacheStorageAccountName{ function getRecoveryResourceGroupName{ return "recRG"+ $seed; } + +function getRecoveryNicName{ + return "A2ArecNICName"+ $seed; +} + function Get-RandomSuffix( [int] $size = 8) { diff --git a/src/RecoveryServices/RecoveryServices.SiteRecovery.Test/ScenarioTests/A2A/AsrA2ATests.cs b/src/RecoveryServices/RecoveryServices.SiteRecovery.Test/ScenarioTests/A2A/AsrA2ATests.cs index 111de7d2bf3d..55f26421f1cc 100644 --- a/src/RecoveryServices/RecoveryServices.SiteRecovery.Test/ScenarioTests/A2A/AsrA2ATests.cs +++ b/src/RecoveryServices/RecoveryServices.SiteRecovery.Test/ScenarioTests/A2A/AsrA2ATests.cs @@ -97,6 +97,13 @@ public void A2AReplicateProximityPlacementGroupVm() this.RunPowerShellTest(_logger, Constants.NewModel, "Test-ReplicateProximityPlacementGroupVm"); } + [Fact] + [Trait(Category.AcceptanceType, Category.CheckIn)] + public void A2AVMNicConfig() + { + this.RunPowerShellTest(_logger, Constants.NewModel, "Test-VMNicConfig"); + } + [Fact] [Trait(Category.AcceptanceType, Category.CheckIn)] public void A2AZoneToZoneRecoveryPlanReplication() diff --git a/src/RecoveryServices/RecoveryServices.SiteRecovery.Test/ScenarioTests/A2A/AsrA2ATests.ps1 b/src/RecoveryServices/RecoveryServices.SiteRecovery.Test/ScenarioTests/A2A/AsrA2ATests.ps1 index 0acce8e85c83..c5d9af8a9218 100644 --- a/src/RecoveryServices/RecoveryServices.SiteRecovery.Test/ScenarioTests/A2A/AsrA2ATests.ps1 +++ b/src/RecoveryServices/RecoveryServices.SiteRecovery.Test/ScenarioTests/A2A/AsrA2ATests.ps1 @@ -22,9 +22,8 @@ NewA2ADiskReplicationConfiguration creation test. #> -function Test-NewA2ADiskReplicationConfiguration -{ - $recoveryStorageAccountId ="/subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/a2a-rg/providers/Microsoft.Storage/storageAccounts/a2argdisks412" +function Test-NewA2ADiskReplicationConfiguration { + $recoveryStorageAccountId = "/subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/a2a-rg/providers/Microsoft.Storage/storageAccounts/a2argdisks412" $logStorageAccountId = "/subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/ltrgp1705152333/providers/Microsoft.Storage/storageAccounts/stagingsa2name1705152333" $vhdUri = "https://powershelltestdiag414.blob.core.windows.net/vhds/pslinV2-520180112143232.vhd" @@ -32,9 +31,9 @@ function Test-NewA2ADiskReplicationConfiguration -RecoveryAzureStorageAccountId $recoveryStorageAccountId ` -LogStorageAccountId $logStorageAccountId - Assert-True { $v.vhdUri -eq $vhdUri } - Assert-True { $v.recoveryAzureStorageAccountId -eq $recoveryStorageAccountId } - Assert-True { $v.logStorageAccountId -eq $logStorageAccountId } + Assert-True { $v.vhdUri -eq $vhdUri } + Assert-True { $v.recoveryAzureStorageAccountId -eq $recoveryStorageAccountId } + Assert-True { $v.logStorageAccountId -eq $logStorageAccountId } } @@ -42,8 +41,7 @@ function Test-NewA2ADiskReplicationConfiguration .SYNOPSIS NewA2ADiskReplicationConfiguration creation test. #> -function Test-NewA2AManagedDiskReplicationConfiguration -{ +function Test-NewA2AManagedDiskReplicationConfiguration { $logStorageAccountId = "fdd" $DiskId = "diskId" $RecoveryResourceGroupId = "3" @@ -51,114 +49,114 @@ function Test-NewA2AManagedDiskReplicationConfiguration $RecoveryTargetDiskAccountType = "Premium_LRS" $v = New-AzRecoveryServicesAsrAzureToAzureDiskReplicationConfig -managed -LogStorageAccountId $logStorageAccountId ` - -DiskId "diskId" -RecoveryResourceGroupId $RecoveryResourceGroupId -RecoveryReplicaDiskAccountType $RecoveryReplicaDiskAccountType ` - -RecoveryTargetDiskAccountType $RecoveryTargetDiskAccountType + -DiskId "diskId" -RecoveryResourceGroupId $RecoveryResourceGroupId -RecoveryReplicaDiskAccountType $RecoveryReplicaDiskAccountType ` + -RecoveryTargetDiskAccountType $RecoveryTargetDiskAccountType - Assert-True { $v.LogStorageAccountId -eq $LogStorageAccountId } - Assert-True { $v.DiskId -eq $DiskId } - Assert-True { $v.RecoveryResourceGroupId -eq $RecoveryResourceGroupId } + Assert-True { $v.LogStorageAccountId -eq $LogStorageAccountId } + Assert-True { $v.DiskId -eq $DiskId } + Assert-True { $v.RecoveryResourceGroupId -eq $RecoveryResourceGroupId } } <# .SYNOPSIS NewA2ADiskReplicationConfiguration for CMK vms creation test. #> -function Test-NewA2AManagedDiskReplicationConfigurationWithCmk -{ param([string] $seed ='104') +function Test-NewA2AManagedDiskReplicationConfigurationWithCmk { + param([string] $seed = '104') - $primaryPolicyName = getPrimaryPolicy - $recoveryPolicyName = getRecoveryPolicy + $primaryPolicyName = getPrimaryPolicy + $recoveryPolicyName = getRecoveryPolicy - $primaryContainerMappingName = getPrimaryContainerMapping - $recoveryContainerMappingName = getRecoveryContainerMapping + $primaryContainerMappingName = getPrimaryContainerMapping + $recoveryContainerMappingName = getRecoveryContainerMapping - $primaryContainerName = getPrimaryContainer - $recoveryContainerName = getRecoveryContainer - $vaultRgLocation = getVaultRgLocation - $vaultName = getVaultName - $vaultLocation = getVaultLocation - $vaultRg = getVaultRg - $primaryLocation = getPrimaryLocation - $recoveryLocation = getRecoveryLocation - $primaryFabricName = getPrimaryFabric - $recoveryFabricName = getRecoveryFabric - $RecoveryReplicaDiskAccountType = "Premium_LRS" - $RecoveryTargetDiskAccountType = "Premium_LRS" - $policyName = getPrimaryPolicy - $mappingName = getPrimaryContainerMapping - $primaryNetMapping = getPrimaryNetworkMapping - - #create recovery side resources - $recRgName = getRecoveryResourceGroupName - New-AzResourceGroup -name $recRgName -location $recoveryLocation -force - [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) - $RecoveryAzureNetworkId = createRecoveryNetworkId - $index =$RecoveryAzureNetworkId.IndexOf("/providers/") - $recRg =$RecoveryAzureNetworkId.Substring(0,$index) + $primaryContainerName = getPrimaryContainer + $recoveryContainerName = getRecoveryContainer + $vaultRgLocation = getVaultRgLocation + $vaultName = getVaultName + $vaultLocation = getVaultLocation + $vaultRg = getVaultRg + $primaryLocation = getPrimaryLocation + $recoveryLocation = getRecoveryLocation + $primaryFabricName = getPrimaryFabric + $recoveryFabricName = getRecoveryFabric + $RecoveryReplicaDiskAccountType = "Premium_LRS" + $RecoveryTargetDiskAccountType = "Premium_LRS" + $policyName = getPrimaryPolicy + $mappingName = getPrimaryContainerMapping + $primaryNetMapping = getPrimaryNetworkMapping + + #create recovery side resources + $recRgName = getRecoveryResourceGroupName + New-AzResourceGroup -name $recRgName -location $recoveryLocation -force + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) + $RecoveryAzureNetworkId = createRecoveryNetworkId + $index = $RecoveryAzureNetworkId.IndexOf("/providers/") + $recRg = $RecoveryAzureNetworkId.Substring(0, $index) #create primary - $vmName = getAzureVmName - $v2VmId = createAzureVm - $logStg = createCacheStorageAccount - $vm = get-azVm -ResourceGroupName $vmName -Name $vmName - $vhdid =$vm.StorageProfile.OSDisk.ManagedDisk.Id - $index =$v2VmId.IndexOf("/providers/") - $Rg =$v2VmId.Substring(0,$index) - $PrimaryAzureNetworkId = $Rg + "/providers/Microsoft.Network/virtualNetworks/" + $vmName + $vmName = getAzureVmName + $v2VmId = createAzureVm + $logStg = createCacheStorageAccount + $vm = get-azVm -ResourceGroupName $vmName -Name $vmName + $vhdid = $vm.StorageProfile.OSDisk.ManagedDisk.Id + $index = $v2VmId.IndexOf("/providers/") + $Rg = $v2VmId.Substring(0, $index) + $PrimaryAzureNetworkId = $Rg + "/providers/Microsoft.Network/virtualNetworks/" + $vmName # vault Creation - New-AzResourceGroup -name $vaultRg -location $vaultRgLocation -force - [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) - New-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName -Location $vaultLocation - [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) - $Vault = Get-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName - Set-ASRVaultContext -Vault $Vault + New-AzResourceGroup -name $vaultRg -location $vaultRgLocation -force + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) + New-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName -Location $vaultLocation + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) + $Vault = Get-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName + Set-ASRVaultContext -Vault $Vault # fabric Creation - $fabJob= New-AzRecoveryServicesAsrFabric -Azure -Name $primaryFabricName -Location $primaryLocation - WaitForJobCompletion -JobId $fabJob.Name - $fab = Get-AzRecoveryServicesAsrFabric -Name $primaryFabricName - Assert-true { $fab.name -eq $primaryFabricName } - Assert-AreEqual $fab.FabricSpecificDetails.Location $primaryLocation - - $fabJob= New-AzRecoveryServicesAsrFabric -Azure -Name $recoveryFabricName -Location $recoveryLocation - WaitForJobCompletion -JobId $fabJob.Name - $fab = Get-AzRecoveryServicesAsrFabric -Name $recoveryFabricName - Assert-true { $fab.name -eq $recoveryFabricName } - Assert-AreEqual $fab.FabricSpecificDetails.Location $recoveryLocation - $pf = get-asrFabric -Name $primaryFabricName - $rf = get-asrFabric -Name $recoveryFabricName + $fabJob = New-AzRecoveryServicesAsrFabric -Azure -Name $primaryFabricName -Location $primaryLocation + WaitForJobCompletion -JobId $fabJob.Name + $fab = Get-AzRecoveryServicesAsrFabric -Name $primaryFabricName + Assert-true { $fab.name -eq $primaryFabricName } + Assert-AreEqual $fab.FabricSpecificDetails.Location $primaryLocation + + $fabJob = New-AzRecoveryServicesAsrFabric -Azure -Name $recoveryFabricName -Location $recoveryLocation + WaitForJobCompletion -JobId $fabJob.Name + $fab = Get-AzRecoveryServicesAsrFabric -Name $recoveryFabricName + Assert-true { $fab.name -eq $recoveryFabricName } + Assert-AreEqual $fab.FabricSpecificDetails.Location $recoveryLocation + $pf = get-asrFabric -Name $primaryFabricName + $rf = get-asrFabric -Name $recoveryFabricName #Container creation - $job = New-AzRecoveryServicesAsrProtectionContainer -Name $primaryContainerName -Fabric $pf - WaitForJobCompletion -JobId $Job.Name - $pc = Get-asrProtectionContainer -name $primaryContainerName -Fabric $pf - Assert-NotNull($pc) - $job = New-AzRecoveryServicesAsrProtectionContainer -Name $recoveryContainerName -Fabric $rf - WaitForJobCompletion -JobId $Job.Name - $rc = Get-asrProtectionContainer -name $recoveryContainerName -Fabric $rf - Assert-NotNull($rc) + $job = New-AzRecoveryServicesAsrProtectionContainer -Name $primaryContainerName -Fabric $pf + WaitForJobCompletion -JobId $Job.Name + $pc = Get-asrProtectionContainer -name $primaryContainerName -Fabric $pf + Assert-NotNull($pc) + $job = New-AzRecoveryServicesAsrProtectionContainer -Name $recoveryContainerName -Fabric $rf + WaitForJobCompletion -JobId $Job.Name + $rc = Get-asrProtectionContainer -name $recoveryContainerName -Fabric $rf + Assert-NotNull($rc) #create policy and mapping - $job = New-AzRecoveryServicesAsrPolicy -Name $policyName -RecoveryPointRetentionInHours 12 -AzureToAzure - WaitForJobCompletion -JobId $job.Name - $policy = Get-AzRecoveryServicesAsrPolicy -Name $policyName - $job = New-AzRecoveryServicesAsrProtectionContainerMapping -Name $mappingName -Policy $policy -PrimaryProtectionContainer $pc -RecoveryProtectionContainer $rc - WaitForJobCompletion -JobId $job.Name - $mapping = Get-AzRecoveryServicesAsrProtectionContainerMapping -Name $mappingName -ProtectionContainer $pc + $job = New-AzRecoveryServicesAsrPolicy -Name $policyName -RecoveryPointRetentionInHours 12 -AzureToAzure + WaitForJobCompletion -JobId $job.Name + $policy = Get-AzRecoveryServicesAsrPolicy -Name $policyName + $job = New-AzRecoveryServicesAsrProtectionContainerMapping -Name $mappingName -Policy $policy -PrimaryProtectionContainer $pc -RecoveryProtectionContainer $rc + WaitForJobCompletion -JobId $job.Name + $mapping = Get-AzRecoveryServicesAsrProtectionContainerMapping -Name $mappingName -ProtectionContainer $pc #network mapping - $job = New-AzRecoveryServicesAsrNetworkMapping -AzureToAzure -Name $primaryNetMapping -PrimaryFabric $pf -PrimaryAzureNetworkId $PrimaryAzureNetworkId -RecoveryFabric $rf -RecoveryAzureNetworkId $RecoveryAzureNetworkId - WaitForJobCompletion -JobId $job.Name + $job = New-AzRecoveryServicesAsrNetworkMapping -AzureToAzure -Name $primaryNetMapping -PrimaryFabric $pf -PrimaryAzureNetworkId $PrimaryAzureNetworkId -RecoveryFabric $rf -RecoveryAzureNetworkId $RecoveryAzureNetworkId + WaitForJobCompletion -JobId $job.Name - #enable Replication - $RecoveryDiskEncryptionSetId = "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/cmkDELwrg/providers/Microsoft.Compute/diskEncryptionSets/cmkdiskSe1dEL2" - - $v = New-AzRecoveryServicesAsrAzureToAzureDiskReplicationConfig -managed -LogStorageAccountId $logStg ` - -DiskId $vhdid -RecoveryResourceGroupId $recRg -RecoveryReplicaDiskAccountType $RecoveryReplicaDiskAccountType ` - -RecoveryTargetDiskAccountType $RecoveryTargetDiskAccountType -RecoveryDiskEncryptionSetId $RecoveryDiskEncryptionSetId - Assert-True { $v.RecoveryDiskEncryptionSetId -eq $RecoveryDiskEncryptionSetId } - $enableDRjob = New-AzRecoveryServicesAsrReplicationProtectedItem -AzureToAzure -AzureVmId $v2VmId -Name $vmName -ProtectionContainerMapping $mapping -RecoveryResourceGroupId $recRg -AzureToAzureDiskReplicationConfiguration $v + #enable Replication + $RecoveryDiskEncryptionSetId = "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/cmkDELwrg/providers/Microsoft.Compute/diskEncryptionSets/cmkdiskSe1dEL2" + + $v = New-AzRecoveryServicesAsrAzureToAzureDiskReplicationConfig -managed -LogStorageAccountId $logStg ` + -DiskId $vhdid -RecoveryResourceGroupId $recRg -RecoveryReplicaDiskAccountType $RecoveryReplicaDiskAccountType ` + -RecoveryTargetDiskAccountType $RecoveryTargetDiskAccountType -RecoveryDiskEncryptionSetId $RecoveryDiskEncryptionSetId + Assert-True { $v.RecoveryDiskEncryptionSetId -eq $RecoveryDiskEncryptionSetId } + $enableDRjob = New-AzRecoveryServicesAsrReplicationProtectedItem -AzureToAzure -AzureVmId $v2VmId -Name $vmName -ProtectionContainerMapping $mapping -RecoveryResourceGroupId $recRg -AzureToAzureDiskReplicationConfiguration $v } @@ -168,83 +166,83 @@ function Test-NewA2AManagedDiskReplicationConfigurationWithCmk #> function Test-NewAsrFabric { $seed = 35; - $vaultRgLocation = getVaultRgLocation - $vaultName = getVaultName - $vaultLocation = getVaultLocation - $vaultRg = getVaultRg - $primaryLocation = getPrimaryLocation - $recoveryLocation = getRecoveryLocation - $primaryFabricName = getPrimaryFabric - $recoveryFabricName = getRecoveryFabric + $vaultRgLocation = getVaultRgLocation + $vaultName = getVaultName + $vaultLocation = getVaultLocation + $vaultRg = getVaultRg + $primaryLocation = getPrimaryLocation + $recoveryLocation = getRecoveryLocation + $primaryFabricName = getPrimaryFabric + $recoveryFabricName = getRecoveryFabric - New-AzResourceGroup -name $vaultRg -location $vaultRgLocation -force - [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) + New-AzResourceGroup -name $vaultRg -location $vaultRgLocation -force + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) # vault Creation - New-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName -Location $vaultLocation - [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) - $Vault = Get-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName - Set-ASRVaultContext -Vault $Vault + New-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName -Location $vaultLocation + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) + $Vault = Get-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName + Set-ASRVaultContext -Vault $Vault # fabric Creation - ### AzureToAzure New paramset - $fabJob= New-AzRecoveryServicesAsrFabric -Azure -Name $primaryFabricName -Location $primaryLocation - WaitForJobCompletion -JobId $fabJob.Name - $fab = Get-AzRecoveryServicesAsrFabric -Name $primaryFabricName - Assert-true { $fab.name -eq $primaryFabricName } - Assert-AreEqual $fab.FabricSpecificDetails.Location $primaryLocation + ### AzureToAzure New paramset + $fabJob = New-AzRecoveryServicesAsrFabric -Azure -Name $primaryFabricName -Location $primaryLocation + WaitForJobCompletion -JobId $fabJob.Name + $fab = Get-AzRecoveryServicesAsrFabric -Name $primaryFabricName + Assert-true { $fab.name -eq $primaryFabricName } + Assert-AreEqual $fab.FabricSpecificDetails.Location $primaryLocation } -function Test-NewContainer{ +function Test-NewContainer { $seed = 33; $primaryPolicyName = getPrimaryPolicy - $recoveryPolicyName = getRecoveryPolicy + $recoveryPolicyName = getRecoveryPolicy - $primaryContainerMappingName = getPrimaryContainerMapping - $recoveryContainerMappingName = getRecoveryContainerMapping + $primaryContainerMappingName = getPrimaryContainerMapping + $recoveryContainerMappingName = getRecoveryContainerMapping - $primaryContainerName = getPrimaryContainer - $recoveryContainerName = getRecoveryContainer - $vaultRgLocation = getVaultRgLocation - $vaultName = getVaultName - $vaultLocation = getVaultLocation - $vaultRg = getVaultRg - $primaryLocation = getPrimaryLocation - $recoveryLocation = getRecoveryLocation - $primaryFabricName = getPrimaryFabric - $recoveryFabricName = getRecoveryFabric - $RecoveryReplicaDiskAccountType = "Premium_LRS" - $RecoveryTargetDiskAccountType = "Premium_LRS" - - New-AzResourceGroup -name $vaultRg -location $vaultRgLocation -force - [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) + $primaryContainerName = getPrimaryContainer + $recoveryContainerName = getRecoveryContainer + $vaultRgLocation = getVaultRgLocation + $vaultName = getVaultName + $vaultLocation = getVaultLocation + $vaultRg = getVaultRg + $primaryLocation = getPrimaryLocation + $recoveryLocation = getRecoveryLocation + $primaryFabricName = getPrimaryFabric + $recoveryFabricName = getRecoveryFabric + $RecoveryReplicaDiskAccountType = "Premium_LRS" + $RecoveryTargetDiskAccountType = "Premium_LRS" + + New-AzResourceGroup -name $vaultRg -location $vaultRgLocation -force + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) # vault Creation - New-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName -Location $vaultLocation - [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) - $Vault = Get-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName - Set-ASRVaultContext -Vault $Vault + New-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName -Location $vaultLocation + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) + $Vault = Get-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName + Set-ASRVaultContext -Vault $Vault # fabric Creation - ### AzureToAzure New paramset - $fabJob= New-AzRecoveryServicesAsrFabric -Azure -Name $primaryFabricName -Location $primaryLocation - WaitForJobCompletion -JobId $fabJob.Name - $fab = Get-AzRecoveryServicesAsrFabric -Name $primaryFabricName - Assert-true { $fab.name -eq $primaryFabricName } - Assert-AreEqual $fab.FabricSpecificDetails.Location $primaryLocation - - $fabJob= New-AzRecoveryServicesAsrFabric -Azure -Name $recoveryFabricName -Location $recoveryLocation - WaitForJobCompletion -JobId $fabJob.Name - $fab = Get-AzRecoveryServicesAsrFabric -Name $recoveryFabricName - Assert-true { $fab.name -eq $recoveryFabricName } - Assert-AreEqual $fab.FabricSpecificDetails.Location $recoveryLocation - $pf = get-asrFabric -Name $primaryFabricName - $rf = get-asrFabric -Name $recoveryFabricName + ### AzureToAzure New paramset + $fabJob = New-AzRecoveryServicesAsrFabric -Azure -Name $primaryFabricName -Location $primaryLocation + WaitForJobCompletion -JobId $fabJob.Name + $fab = Get-AzRecoveryServicesAsrFabric -Name $primaryFabricName + Assert-true { $fab.name -eq $primaryFabricName } + Assert-AreEqual $fab.FabricSpecificDetails.Location $primaryLocation + + $fabJob = New-AzRecoveryServicesAsrFabric -Azure -Name $recoveryFabricName -Location $recoveryLocation + WaitForJobCompletion -JobId $fabJob.Name + $fab = Get-AzRecoveryServicesAsrFabric -Name $recoveryFabricName + Assert-true { $fab.name -eq $recoveryFabricName } + Assert-AreEqual $fab.FabricSpecificDetails.Location $recoveryLocation + $pf = get-asrFabric -Name $primaryFabricName + $rf = get-asrFabric -Name $recoveryFabricName - ### AzureToAzure (Default) - $job = New-AzRecoveryServicesAsrProtectionContainer -Name $primaryContainerName -Fabric $pf - WaitForJobCompletion -JobId $Job.Name - $pc = Get-asrProtectionContainer -name $primaryContainerName -Fabric $pf - Assert-NotNull($pc) - Assert-AreEqual $pc.Name $primaryContainerName + ### AzureToAzure (Default) + $job = New-AzRecoveryServicesAsrProtectionContainer -Name $primaryContainerName -Fabric $pf + WaitForJobCompletion -JobId $Job.Name + $pc = Get-asrProtectionContainer -name $primaryContainerName -Fabric $pf + Assert-NotNull($pc) + Assert-AreEqual $pc.Name $primaryContainerName } @@ -253,151 +251,149 @@ function Test-NewContainer{ Test RemoveReplicationProtectedItemDisk new parametersets #> -function Test-RemoveReplicationProtectedItemDisk{ - param([string] $seed ='102') - $primaryPolicyName = getPrimaryPolicy - $recoveryPolicyName = getRecoveryPolicy +function Test-RemoveReplicationProtectedItemDisk { + param([string] $seed = '102') + $primaryPolicyName = getPrimaryPolicy + $recoveryPolicyName = getRecoveryPolicy - $primaryContainerMappingName = getPrimaryContainerMapping - $recoveryContainerMappingName = getRecoveryContainerMapping + $primaryContainerMappingName = getPrimaryContainerMapping + $recoveryContainerMappingName = getRecoveryContainerMapping - $primaryContainerName = getPrimaryContainer - $recoveryContainerName = getRecoveryContainer - $vaultRgLocation = getVaultRgLocation - $vaultName = getVaultName - $vaultLocation = getVaultLocation - $vaultRg = getVaultRg - $primaryLocation = getPrimaryLocation - $recoveryLocation = getRecoveryLocation - $primaryFabricName = getPrimaryFabric - $recoveryFabricName = getRecoveryFabric - $RecoveryReplicaDiskAccountType = "Premium_LRS" - $RecoveryTargetDiskAccountType = "Premium_LRS" - $policyName = getPrimaryPolicy - $mappingName = getPrimaryContainerMapping - $primaryNetMapping = getPrimaryNetworkMapping - - #create recovery side resources - $recRgName = getRecoveryResourceGroupName - New-AzResourceGroup -name $recRgName -location $recoveryLocation -force - [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) - $RecoveryAzureNetworkId = createRecoveryNetworkId - $index =$RecoveryAzureNetworkId.IndexOf("/providers/") - $recRg =$RecoveryAzureNetworkId.Substring(0,$index) + $primaryContainerName = getPrimaryContainer + $recoveryContainerName = getRecoveryContainer + $vaultRgLocation = getVaultRgLocation + $vaultName = getVaultName + $vaultLocation = getVaultLocation + $vaultRg = getVaultRg + $primaryLocation = getPrimaryLocation + $recoveryLocation = getRecoveryLocation + $primaryFabricName = getPrimaryFabric + $recoveryFabricName = getRecoveryFabric + $RecoveryReplicaDiskAccountType = "Premium_LRS" + $RecoveryTargetDiskAccountType = "Premium_LRS" + $policyName = getPrimaryPolicy + $mappingName = getPrimaryContainerMapping + $primaryNetMapping = getPrimaryNetworkMapping + + #create recovery side resources + $recRgName = getRecoveryResourceGroupName + New-AzResourceGroup -name $recRgName -location $recoveryLocation -force + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) + $RecoveryAzureNetworkId = createRecoveryNetworkId + $index = $RecoveryAzureNetworkId.IndexOf("/providers/") + $recRg = $RecoveryAzureNetworkId.Substring(0, $index) #create primary - $vmName = getAzureVmName - $v2VmId = createAzureVm - $logStg = createCacheStorageAccount - $vm = get-azVm -ResourceGroupName $vmName -Name $vmName - $vhdid =$vm.StorageProfile.OSDisk.ManagedDisk.Id - $index =$v2VmId.IndexOf("/providers/") - $Rg =$v2VmId.Substring(0,$index) - $PrimaryAzureNetworkId = $Rg + "/providers/Microsoft.Network/virtualNetworks/" + $vmName + $vmName = getAzureVmName + $v2VmId = createAzureVm + $logStg = createCacheStorageAccount + $vm = get-azVm -ResourceGroupName $vmName -Name $vmName + $vhdid = $vm.StorageProfile.OSDisk.ManagedDisk.Id + $index = $v2VmId.IndexOf("/providers/") + $Rg = $v2VmId.Substring(0, $index) + $PrimaryAzureNetworkId = $Rg + "/providers/Microsoft.Network/virtualNetworks/" + $vmName # vault Creation - New-AzResourceGroup -name $vaultRg -location $vaultRgLocation -force - [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) - New-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName -Location $vaultLocation - [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) - $Vault = Get-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName - Set-ASRVaultContext -Vault $Vault + New-AzResourceGroup -name $vaultRg -location $vaultRgLocation -force + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) + New-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName -Location $vaultLocation + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) + $Vault = Get-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName + Set-ASRVaultContext -Vault $Vault # fabric Creation - $fabJob= New-AzRecoveryServicesAsrFabric -Azure -Name $primaryFabricName -Location $primaryLocation - WaitForJobCompletion -JobId $fabJob.Name - $fab = Get-AzRecoveryServicesAsrFabric -Name $primaryFabricName - Assert-true { $fab.name -eq $primaryFabricName } - Assert-AreEqual $fab.FabricSpecificDetails.Location $primaryLocation - - $fabJob= New-AzRecoveryServicesAsrFabric -Azure -Name $recoveryFabricName -Location $recoveryLocation - WaitForJobCompletion -JobId $fabJob.Name - $fab = Get-AzRecoveryServicesAsrFabric -Name $recoveryFabricName - Assert-true { $fab.name -eq $recoveryFabricName } - Assert-AreEqual $fab.FabricSpecificDetails.Location $recoveryLocation - $pf = get-asrFabric -Name $primaryFabricName - $rf = get-asrFabric -Name $recoveryFabricName + $fabJob = New-AzRecoveryServicesAsrFabric -Azure -Name $primaryFabricName -Location $primaryLocation + WaitForJobCompletion -JobId $fabJob.Name + $fab = Get-AzRecoveryServicesAsrFabric -Name $primaryFabricName + Assert-true { $fab.name -eq $primaryFabricName } + Assert-AreEqual $fab.FabricSpecificDetails.Location $primaryLocation + + $fabJob = New-AzRecoveryServicesAsrFabric -Azure -Name $recoveryFabricName -Location $recoveryLocation + WaitForJobCompletion -JobId $fabJob.Name + $fab = Get-AzRecoveryServicesAsrFabric -Name $recoveryFabricName + Assert-true { $fab.name -eq $recoveryFabricName } + Assert-AreEqual $fab.FabricSpecificDetails.Location $recoveryLocation + $pf = get-asrFabric -Name $primaryFabricName + $rf = get-asrFabric -Name $recoveryFabricName #Container creation - $job = New-AzRecoveryServicesAsrProtectionContainer -Name $primaryContainerName -Fabric $pf - WaitForJobCompletion -JobId $Job.Name - $pc = Get-asrProtectionContainer -name $primaryContainerName -Fabric $pf - Assert-NotNull($pc) - $job = New-AzRecoveryServicesAsrProtectionContainer -Name $recoveryContainerName -Fabric $rf - WaitForJobCompletion -JobId $Job.Name - $rc = Get-asrProtectionContainer -name $recoveryContainerName -Fabric $rf - Assert-NotNull($rc) + $job = New-AzRecoveryServicesAsrProtectionContainer -Name $primaryContainerName -Fabric $pf + WaitForJobCompletion -JobId $Job.Name + $pc = Get-asrProtectionContainer -name $primaryContainerName -Fabric $pf + Assert-NotNull($pc) + $job = New-AzRecoveryServicesAsrProtectionContainer -Name $recoveryContainerName -Fabric $rf + WaitForJobCompletion -JobId $Job.Name + $rc = Get-asrProtectionContainer -name $recoveryContainerName -Fabric $rf + Assert-NotNull($rc) #create policy and mapping - $job = New-AzRecoveryServicesAsrPolicy -Name $policyName -RecoveryPointRetentionInHours 12 -AzureToAzure - WaitForJobCompletion -JobId $job.Name - $policy = Get-AzRecoveryServicesAsrPolicy -Name $policyName - $job = New-AzRecoveryServicesAsrProtectionContainerMapping -Name $mappingName -Policy $policy -PrimaryProtectionContainer $pc -RecoveryProtectionContainer $rc - WaitForJobCompletion -JobId $job.Name - $mapping = Get-AzRecoveryServicesAsrProtectionContainerMapping -Name $mappingName -ProtectionContainer $pc + $job = New-AzRecoveryServicesAsrPolicy -Name $policyName -RecoveryPointRetentionInHours 12 -AzureToAzure + WaitForJobCompletion -JobId $job.Name + $policy = Get-AzRecoveryServicesAsrPolicy -Name $policyName + $job = New-AzRecoveryServicesAsrProtectionContainerMapping -Name $mappingName -Policy $policy -PrimaryProtectionContainer $pc -RecoveryProtectionContainer $rc + WaitForJobCompletion -JobId $job.Name + $mapping = Get-AzRecoveryServicesAsrProtectionContainerMapping -Name $mappingName -ProtectionContainer $pc #network mapping - $job = New-AzRecoveryServicesAsrNetworkMapping -AzureToAzure -Name $primaryNetMapping -PrimaryFabric $pf -PrimaryAzureNetworkId $PrimaryAzureNetworkId -RecoveryFabric $rf -RecoveryAzureNetworkId $RecoveryAzureNetworkId - WaitForJobCompletion -JobId $job.Name + $job = New-AzRecoveryServicesAsrNetworkMapping -AzureToAzure -Name $primaryNetMapping -PrimaryFabric $pf -PrimaryAzureNetworkId $PrimaryAzureNetworkId -RecoveryFabric $rf -RecoveryAzureNetworkId $RecoveryAzureNetworkId + WaitForJobCompletion -JobId $job.Name - #enable Replication - $v = New-AzRecoveryServicesAsrAzureToAzureDiskReplicationConfig -managed -LogStorageAccountId $logStg ` - -DiskId $vhdid -RecoveryResourceGroupId $recRg -RecoveryReplicaDiskAccountType $RecoveryReplicaDiskAccountType ` - -RecoveryTargetDiskAccountType $RecoveryTargetDiskAccountType - $enableDRjob = New-AzRecoveryServicesAsrReplicationProtectedItem -AzureToAzure -AzureVmId $v2VmId -Name $vmName -ProtectionContainerMapping $mapping -RecoveryResourceGroupId $recRg -AzureToAzureDiskReplicationConfiguration $v - WaitForJobCompletion -JobId $enableDRjob.Name - WaitForIRCompletion -affectedObjectId $enableDRjob.TargetObjectId + #enable Replication + $v = New-AzRecoveryServicesAsrAzureToAzureDiskReplicationConfig -managed -LogStorageAccountId $logStg ` + -DiskId $vhdid -RecoveryResourceGroupId $recRg -RecoveryReplicaDiskAccountType $RecoveryReplicaDiskAccountType ` + -RecoveryTargetDiskAccountType $RecoveryTargetDiskAccountType + $enableDRjob = New-AzRecoveryServicesAsrReplicationProtectedItem -AzureToAzure -AzureVmId $v2VmId -Name $vmName -ProtectionContainerMapping $mapping -RecoveryResourceGroupId $recRg -AzureToAzureDiskReplicationConfiguration $v + WaitForJobCompletion -JobId $enableDRjob.Name + WaitForIRCompletion -affectedObjectId $enableDRjob.TargetObjectId #add diskId - $pe = Get-AzRecoveryServicesAsrReplicationProtectedItem -ProtectionContainer $pc -Name $vmName - Assert-NotNull($pe) + $pe = Get-AzRecoveryServicesAsrReplicationProtectedItem -ProtectionContainer $pc -Name $vmName + Assert-NotNull($pe) #create disk and attach - $diskName = getAzureDataDiskName - $newDiskConfig = New-AzDiskConfig -Location $vm.Location -CreateOption Empty -DiskSizeGB 20 - $newDisk = New-AzDisk -ResourceGroupName $vm.ResourceGroupName -DiskName $diskName -Disk $newDiskConfig - $vm = Add-AzVMDataDisk -VM $vm -Name $diskName -CreateOption Attach -ManagedDiskId $newDisk.Id -Lun 6 - Update-azVm -ResourceGroupName $vmName -VM $vm + $diskName = getAzureDataDiskName + $newDiskConfig = New-AzDiskConfig -Location $vm.Location -CreateOption Empty -DiskSizeGB 20 + $newDisk = New-AzDisk -ResourceGroupName $vm.ResourceGroupName -DiskName $diskName -Disk $newDiskConfig + $vm = Add-AzVMDataDisk -VM $vm -Name $diskName -CreateOption Attach -ManagedDiskId $newDisk.Id -Lun 6 + Update-azVm -ResourceGroupName $vmName -VM $vm #wait for the add-disk health warning to appear - Write-Host $("Waiting for Add-Disk health warning...") -ForegroundColor Yellow - $HealthQueryWaitTimeInSeconds = 10 - do - { - $pe = Get-AzRecoveryServicesAsrReplicationProtectedItem -ProtectionContainer $pc -Name $vmName - $healthError = $pe.ReplicationHealthErrors | where-object {$_.ErrorCode -eq 153039} - - if($healthError -eq $null) - { - Write-Host $("Waiting for Add-Disk health warning...") -ForegroundColor Yellow - Write-Host $("Waiting for: " + $HealthQueryWaitTimeInSeconds.ToString + " Seconds") -ForegroundColor Yellow - [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait($HealthQueryWaitTimeInSeconds * 1000) - } - }While($healthError -eq $null) - - #add disks - $storageAccountName = "cachedisk1" - $storageAccount = New-AzStorageAccount -ResourceGroupName $vmName -Location $primaryLocation -Name $storageAccountName -Type 'Standard_LRS' - $disk2= New-AzRecoveryServicesAsrAzureToAzureDiskReplicationConfig -DiskId $newDisk.Id -LogStorageAccountId $storageAccount.Id -ManagedDisk -RecoveryReplicaDiskAccountType $RecoveryReplicaDiskAccountType -RecoveryResourceGroupId $pe.ProviderSpecificDetails.A2ADiskDetails[0].RecoveryResourceGroupId -RecoveryTargetDiskAccountType $RecoveryTargetDiskAccountType - $addDRjob = Add-AzRecoveryServicesAsrReplicationProtectedItemDisk -ReplicationProtectedItem $pe -AzureToAzureDiskReplicationConfiguration $disk2 - WaitForJobCompletion -JobId $addDRjob.Name + Write-Host $("Waiting for Add-Disk health warning...") -ForegroundColor Yellow + $HealthQueryWaitTimeInSeconds = 10 + do { + $pe = Get-AzRecoveryServicesAsrReplicationProtectedItem -ProtectionContainer $pc -Name $vmName + $healthError = $pe.ReplicationHealthErrors | where-object { $_.ErrorCode -eq 153039 } + + if ($healthError -eq $null) { + Write-Host $("Waiting for Add-Disk health warning...") -ForegroundColor Yellow + Write-Host $("Waiting for: " + $HealthQueryWaitTimeInSeconds.ToString + " Seconds") -ForegroundColor Yellow + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait($HealthQueryWaitTimeInSeconds * 1000) + } + }While ($healthError -eq $null) + + #add disks + $storageAccountName = "cachedisk1" + $storageAccount = New-AzStorageAccount -ResourceGroupName $vmName -Location $primaryLocation -Name $storageAccountName -Type 'Standard_LRS' + $disk2 = New-AzRecoveryServicesAsrAzureToAzureDiskReplicationConfig -DiskId $newDisk.Id -LogStorageAccountId $storageAccount.Id -ManagedDisk -RecoveryReplicaDiskAccountType $RecoveryReplicaDiskAccountType -RecoveryResourceGroupId $pe.ProviderSpecificDetails.A2ADiskDetails[0].RecoveryResourceGroupId -RecoveryTargetDiskAccountType $RecoveryTargetDiskAccountType + $addDRjob = Add-AzRecoveryServicesAsrReplicationProtectedItemDisk -ReplicationProtectedItem $pe -AzureToAzureDiskReplicationConfiguration $disk2 + WaitForJobCompletion -JobId $addDRjob.Name #get disk to deattach - Remove-AzStorageAccount -ResourceGroupName $vmName -Name $storageAccountName - WaitForAddDisksIRCompletion -affectedObjectId $addDRjob.TargetObjectId -JobQueryWaitTimeInSeconds 10 -IsExpectedToPass $false - [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) + Remove-AzStorageAccount -ResourceGroupName $vmName -Name $storageAccountName + WaitForAddDisksIRCompletion -affectedObjectId $addDRjob.TargetObjectId -JobQueryWaitTimeInSeconds 10 -IsExpectedToPass $false + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) - $pe = Get-AzRecoveryServicesAsrReplicationProtectedItem -ProtectionContainer $pc -Name $vmName - $removeDisk =$pe.ProviderSpecificDetails.A2ADiskDetails | where-object {$_.AllowedDiskLevelOperations.Count -ne 0} + $pe = Get-AzRecoveryServicesAsrReplicationProtectedItem -ProtectionContainer $pc -Name $vmName + $removeDisk = $pe.ProviderSpecificDetails.A2ADiskDetails | where-object { $_.AllowedDiskLevelOperations.Count -ne 0 } - Assert-NotNull($removeDisk) - $vm = get-azVm -ResourceGroupName $vmName -Name $vmName - $removeDiskObj = $vm.StorageProfile.DataDisks | Where-Object {$_.Name -eq $removeDisk.DiskName} - $removeDRjob = Remove-AzRecoveryServicesAsrReplicationProtectedItemDisk -ReplicationProtectedItem $pe -DiskId $removeDiskObj.ManagedDisk.Id - WaitForJobCompletion -JobId $removeDRjob.Name + Assert-NotNull($removeDisk) + $vm = get-azVm -ResourceGroupName $vmName -Name $vmName + $removeDiskObj = $vm.StorageProfile.DataDisks | Where-Object { $_.Name -eq $removeDisk.DiskName } + $removeDRjob = Remove-AzRecoveryServicesAsrReplicationProtectedItemDisk -ReplicationProtectedItem $pe -DiskId $removeDiskObj.ManagedDisk.Id + WaitForJobCompletion -JobId $removeDRjob.Name - $pe = Get-AzRecoveryServicesAsrReplicationProtectedItem -ProtectionContainer $pc -Name $vmName - Assert-NotNull($pe) + $pe = Get-AzRecoveryServicesAsrReplicationProtectedItem -ProtectionContainer $pc -Name $vmName + Assert-NotNull($pe) } <# @@ -405,148 +401,282 @@ function Test-RemoveReplicationProtectedItemDisk{ Test ReplicateProximityPlacementGroupVm new parametersets #> -function Test-ReplicateProximityPlacementGroupVm{ - param([string] $seed ='910') - $primaryPolicyName = getPrimaryPolicy - $recoveryPolicyName = getRecoveryPolicy +function Test-ReplicateProximityPlacementGroupVm { + param([string] $seed = '910') + $primaryPolicyName = getPrimaryPolicy + $recoveryPolicyName = getRecoveryPolicy - $primaryContainerMappingName = getPrimaryContainerMapping - $recoveryContainerMappingName = getRecoveryContainerMapping + $primaryContainerMappingName = getPrimaryContainerMapping + $recoveryContainerMappingName = getRecoveryContainerMapping - $primaryContainerName = getPrimaryContainer - $recoveryContainerName = getRecoveryContainer - $vaultRgLocation = getVaultRgLocation - $vaultName = getVaultName - $vaultLocation = getVaultLocation - $vaultRg = getVaultRg - $primaryLocation = getPrimaryLocation - $recoveryLocation = getRecoveryLocation - $primaryFabricName = getPrimaryFabric - $recoveryFabricName = getRecoveryFabric - $RecoveryReplicaDiskAccountType = "Premium_LRS" - $RecoveryTargetDiskAccountType = "Premium_LRS" - $policyName = getPrimaryPolicy - $mappingName = getPrimaryContainerMapping - $recMappingName = getRecoveryContainerMapping - $primaryNetMapping = getPrimaryNetworkMapping - $recoveryNetMapping = getRecoveryNetworkMapping - - #create recovery side resources - $recRgName = getRecoveryResourceGroupName - New-AzResourceGroup -name $recRgName -location $recoveryLocation -force - [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) - $RecoveryAzureNetworkId = createRecoveryNetworkId - $index =$RecoveryAzureNetworkId.IndexOf("/providers/") - $recRg =$RecoveryAzureNetworkId.Substring(0,$index) - #create proximity placement group - $recPpg = New-AzProximityPlacementGroup -ResourceGroupName $recRgName -Name "PPG1-asr" -Location $recoveryLocation - $recPpg1 = New-AzProximityPlacementGroup -ResourceGroupName $recRgName -Name "PPG2-asr" -Location $recoveryLocation - - #create primary - $vmName = getAzureVmName - New-AzResourceGroup -name $vmName -location $primaryLocation -force - [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) - $logStg = createCacheStorageAccount - $recLogStg = createRecoveryCacheStorageAccount - - $v2VmId = createAzureVmInProximityPlacementgroup - $vm = get-azVm -ResourceGroupName $vmName -Name $vmName - $vhdid =$vm.StorageProfile.OSDisk.ManagedDisk.Id - $index =$vm.Id.IndexOf("/providers/") - $Rg =$vm.Id.Substring(0,$index) - $PrimaryAzureNetworkId = $Rg + "/providers/Microsoft.Network/virtualNetworks/" + $vmName + $primaryContainerName = getPrimaryContainer + $recoveryContainerName = getRecoveryContainer + $vaultRgLocation = getVaultRgLocation + $vaultName = getVaultName + $vaultLocation = getVaultLocation + $vaultRg = getVaultRg + $primaryLocation = getPrimaryLocation + $recoveryLocation = getRecoveryLocation + $primaryFabricName = getPrimaryFabric + $recoveryFabricName = getRecoveryFabric + $RecoveryReplicaDiskAccountType = "Premium_LRS" + $RecoveryTargetDiskAccountType = "Premium_LRS" + $policyName = getPrimaryPolicy + $mappingName = getPrimaryContainerMapping + $recMappingName = getRecoveryContainerMapping + $primaryNetMapping = getPrimaryNetworkMapping + $recoveryNetMapping = getRecoveryNetworkMapping + + #create recovery side resources + $recRgName = getRecoveryResourceGroupName + New-AzResourceGroup -name $recRgName -location $recoveryLocation -force + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) + $RecoveryAzureNetworkId = createRecoveryNetworkId + $index = $RecoveryAzureNetworkId.IndexOf("/providers/") + $recRg = $RecoveryAzureNetworkId.Substring(0, $index) + #create proximity placement group + $recPpg = New-AzProximityPlacementGroup -ResourceGroupName $recRgName -Name "PPG1-asr" -Location $recoveryLocation + $recPpg1 = New-AzProximityPlacementGroup -ResourceGroupName $recRgName -Name "PPG2-asr" -Location $recoveryLocation + + #create primary + $vmName = getAzureVmName + New-AzResourceGroup -name $vmName -location $primaryLocation -force + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) + $logStg = createCacheStorageAccount + $recLogStg = createRecoveryCacheStorageAccount + + $v2VmId = createAzureVmInProximityPlacementgroup + $vm = get-azVm -ResourceGroupName $vmName -Name $vmName + $vhdid = $vm.StorageProfile.OSDisk.ManagedDisk.Id + $index = $vm.Id.IndexOf("/providers/") + $Rg = $vm.Id.Substring(0, $index) + $PrimaryAzureNetworkId = $Rg + "/providers/Microsoft.Network/virtualNetworks/" + $vmName - # vault Creation - New-AzResourceGroup -name $vaultRg -location $vaultRgLocation -force - [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) - New-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName -Location $vaultLocation - [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) - $Vault = Get-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName - Set-ASRVaultContext -Vault $Vault - - # fabric Creation - $fabJob= New-AzRecoveryServicesAsrFabric -Azure -Name $primaryFabricName -Location $primaryLocation - WaitForJobCompletion -JobId $fabJob.Name - $fab = Get-AzRecoveryServicesAsrFabric -Name $primaryFabricName - Assert-true { $fab.name -eq $primaryFabricName } - Assert-AreEqual $fab.FabricSpecificDetails.Location $primaryLocation - - $fabJob= New-AzRecoveryServicesAsrFabric -Azure -Name $recoveryFabricName -Location $recoveryLocation - WaitForJobCompletion -JobId $fabJob.Name - $fab = Get-AzRecoveryServicesAsrFabric -Name $recoveryFabricName - Assert-true { $fab.name -eq $recoveryFabricName } - Assert-AreEqual $fab.FabricSpecificDetails.Location $recoveryLocation - $pf = get-asrFabric -Name $primaryFabricName - $rf = get-asrFabric -Name $recoveryFabricName + # vault Creation + New-AzResourceGroup -name $vaultRg -location $vaultRgLocation -force + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) + New-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName -Location $vaultLocation + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) + $Vault = Get-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName + Set-ASRVaultContext -Vault $Vault + + # fabric Creation + $fabJob = New-AzRecoveryServicesAsrFabric -Azure -Name $primaryFabricName -Location $primaryLocation + WaitForJobCompletion -JobId $fabJob.Name + $fab = Get-AzRecoveryServicesAsrFabric -Name $primaryFabricName + Assert-true { $fab.name -eq $primaryFabricName } + Assert-AreEqual $fab.FabricSpecificDetails.Location $primaryLocation + + $fabJob = New-AzRecoveryServicesAsrFabric -Azure -Name $recoveryFabricName -Location $recoveryLocation + WaitForJobCompletion -JobId $fabJob.Name + $fab = Get-AzRecoveryServicesAsrFabric -Name $recoveryFabricName + Assert-true { $fab.name -eq $recoveryFabricName } + Assert-AreEqual $fab.FabricSpecificDetails.Location $recoveryLocation + $pf = get-asrFabric -Name $primaryFabricName + $rf = get-asrFabric -Name $recoveryFabricName - #Container creation - $job = New-AzRecoveryServicesAsrProtectionContainer -Name $primaryContainerName -Fabric $pf - WaitForJobCompletion -JobId $Job.Name - $pc = Get-asrProtectionContainer -name $primaryContainerName -Fabric $pf - Assert-NotNull($pc) - $job = New-AzRecoveryServicesAsrProtectionContainer -Name $recoveryContainerName -Fabric $rf - WaitForJobCompletion -JobId $Job.Name - $rc = Get-asrProtectionContainer -name $recoveryContainerName -Fabric $rf - Assert-NotNull($rc) - - #create policy and mapping - $job = New-AzRecoveryServicesAsrPolicy -Name $policyName -RecoveryPointRetentionInHours 12 -AzureToAzure - WaitForJobCompletion -JobId $job.Name - $policy = Get-AzRecoveryServicesAsrPolicy -Name $policyName - $job = New-AzRecoveryServicesAsrProtectionContainerMapping -Name $mappingName -Policy $policy -PrimaryProtectionContainer $pc -RecoveryProtectionContainer $rc - WaitForJobCompletion -JobId $job.Name - $mapping = Get-AzRecoveryServicesAsrProtectionContainerMapping -Name $mappingName -ProtectionContainer $pc + #Container creation + $job = New-AzRecoveryServicesAsrProtectionContainer -Name $primaryContainerName -Fabric $pf + WaitForJobCompletion -JobId $Job.Name + $pc = Get-asrProtectionContainer -name $primaryContainerName -Fabric $pf + Assert-NotNull($pc) + $job = New-AzRecoveryServicesAsrProtectionContainer -Name $recoveryContainerName -Fabric $rf + WaitForJobCompletion -JobId $Job.Name + $rc = Get-asrProtectionContainer -name $recoveryContainerName -Fabric $rf + Assert-NotNull($rc) + + #create policy and mapping + $job = New-AzRecoveryServicesAsrPolicy -Name $policyName -RecoveryPointRetentionInHours 12 -AzureToAzure + WaitForJobCompletion -JobId $job.Name + $policy = Get-AzRecoveryServicesAsrPolicy -Name $policyName + $job = New-AzRecoveryServicesAsrProtectionContainerMapping -Name $mappingName -Policy $policy -PrimaryProtectionContainer $pc -RecoveryProtectionContainer $rc + WaitForJobCompletion -JobId $job.Name + $mapping = Get-AzRecoveryServicesAsrProtectionContainerMapping -Name $mappingName -ProtectionContainer $pc - #network mapping - $job = New-AzRecoveryServicesAsrNetworkMapping -AzureToAzure -Name $primaryNetMapping -PrimaryFabric $pf -PrimaryAzureNetworkId $PrimaryAzureNetworkId -RecoveryFabric $rf -RecoveryAzureNetworkId $RecoveryAzureNetworkId - WaitForJobCompletion -JobId $job.Name - - #Reverse Conatiner mapping - $job = New-AzRecoveryServicesAsrProtectionContainerMapping -Name $recMappingName -Policy $policy -PrimaryProtectionContainer $rc -RecoveryProtectionContainer $pc - WaitForJobCompletion -JobId $job.Name - $revMapping = Get-AzRecoveryServicesAsrProtectionContainerMapping -Name $recMappingName -ProtectionContainer $rc - - #Reverse network mapping - $job = New-AzRecoveryServicesAsrNetworkMapping -AzureToAzure -Name $recoveryNetMapping -PrimaryFabric $rf -PrimaryAzureNetworkId $RecoveryAzureNetworkId -RecoveryFabric $pf -RecoveryAzureNetworkId $PrimaryAzureNetworkId - WaitForJobCompletion -JobId $job.Name - - #enable Replication - $v = New-AzRecoveryServicesAsrAzureToAzureDiskReplicationConfig -managed -LogStorageAccountId $logStg ` - -DiskId $vhdid -RecoveryResourceGroupId $recRg -RecoveryReplicaDiskAccountType $RecoveryReplicaDiskAccountType ` - -RecoveryTargetDiskAccountType $RecoveryTargetDiskAccountType - $enableDRjob = New-AzRecoveryServicesAsrReplicationProtectedItem -AzureToAzure -AzureVmId $vm.Id -Name $vmName -ProtectionContainerMapping $mapping -RecoveryResourceGroupId $recRg -AzureToAzureDiskReplicationConfiguration $v -RecoveryProximityPlacementGroupId $recPpg.Id - WaitForJobCompletion -JobId $enableDRjob.Name - WaitForIRCompletion -affectedObjectId $enableDRjob.TargetObjectId - - #Validate PPG Set in replicated vm properties - $pe = Get-AzRecoveryServicesAsrReplicationProtectedItem -ProtectionContainer $pc -Name $vmName - Assert-NotNull($pe.providerSpecificDetails.RecoveryProximityPlacementGroupId) + #network mapping + $job = New-AzRecoveryServicesAsrNetworkMapping -AzureToAzure -Name $primaryNetMapping -PrimaryFabric $pf -PrimaryAzureNetworkId $PrimaryAzureNetworkId -RecoveryFabric $rf -RecoveryAzureNetworkId $RecoveryAzureNetworkId + WaitForJobCompletion -JobId $job.Name + + #Reverse Conatiner mapping + $job = New-AzRecoveryServicesAsrProtectionContainerMapping -Name $recMappingName -Policy $policy -PrimaryProtectionContainer $rc -RecoveryProtectionContainer $pc + WaitForJobCompletion -JobId $job.Name + $revMapping = Get-AzRecoveryServicesAsrProtectionContainerMapping -Name $recMappingName -ProtectionContainer $rc + + #Reverse network mapping + $job = New-AzRecoveryServicesAsrNetworkMapping -AzureToAzure -Name $recoveryNetMapping -PrimaryFabric $rf -PrimaryAzureNetworkId $RecoveryAzureNetworkId -RecoveryFabric $pf -RecoveryAzureNetworkId $PrimaryAzureNetworkId + WaitForJobCompletion -JobId $job.Name + + #enable Replication + $v = New-AzRecoveryServicesAsrAzureToAzureDiskReplicationConfig -managed -LogStorageAccountId $logStg ` + -DiskId $vhdid -RecoveryResourceGroupId $recRg -RecoveryReplicaDiskAccountType $RecoveryReplicaDiskAccountType ` + -RecoveryTargetDiskAccountType $RecoveryTargetDiskAccountType + $enableDRjob = New-AzRecoveryServicesAsrReplicationProtectedItem -AzureToAzure -AzureVmId $vm.Id -Name $vmName -ProtectionContainerMapping $mapping -RecoveryResourceGroupId $recRg -AzureToAzureDiskReplicationConfiguration $v -RecoveryProximityPlacementGroupId $recPpg.Id + WaitForJobCompletion -JobId $enableDRjob.Name + WaitForIRCompletion -affectedObjectId $enableDRjob.TargetObjectId + + #Validate PPG Set in replicated vm properties + $pe = Get-AzRecoveryServicesAsrReplicationProtectedItem -ProtectionContainer $pc -Name $vmName + Assert-NotNull($pe.providerSpecificDetails.RecoveryProximityPlacementGroupId) - #Update Vmpropertie - $updateDRjob = Set-AzRecoveryServicesAsrReplicationProtectedItem -InputObject $pe -RecoveryProximityPlacementGroupId $recPpg1.Id - WaitForJobCompletion -JobId $updateDRjob.Name - $pe = Get-AzRecoveryServicesAsrReplicationProtectedItem -ProtectionContainer $pc -Name $vmName - Assert-NotNull($pe.providerSpecificDetails.RecoveryProximityPlacementGroupId) + #Update Vmpropertie + $updateDRjob = Set-AzRecoveryServicesAsrReplicationProtectedItem -InputObject $pe -RecoveryProximityPlacementGroupId $recPpg1.Id + WaitForJobCompletion -JobId $updateDRjob.Name + $pe = Get-AzRecoveryServicesAsrReplicationProtectedItem -ProtectionContainer $pc -Name $vmName + Assert-NotNull($pe.providerSpecificDetails.RecoveryProximityPlacementGroupId) - #Failover - $failoverjob = Start-AzRecoveryServicesAsrUnPlannedFailoverJob -ReplicationProtectedItem $pe -Direction PrimaryToRecovery -PerformSourceSideAction - WaitForJobCompletion -JobId $failoverjob.Name - #Get recovery vm and verify - $recvm = get-azVm -ResourceGroupName $recRgName -Name $vmName - Assert-NotNull($recvm.ProximityPlacementGroup.Id); - - #Switch replication - $vm = get-azVm -ResourceGroupName $vmName -Name $vmName - $vhdid =$recvm.StorageProfile.OSDisk.ManagedDisk.Id - $v = New-AzRecoveryServicesAsrAzureToAzureDiskReplicationConfig -managed -LogStorageAccountId $recLogStg ` - -DiskId $vhdid -RecoveryResourceGroupId $Rg -RecoveryReplicaDiskAccountType $RecoveryReplicaDiskAccountType ` - -RecoveryTargetDiskAccountType $RecoveryTargetDiskAccountType - [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(600 * 1000) - $Switchjob = Update-AzureRmRecoveryServicesAsrProtectionDirection -AzureToAzure -ProtectionContainerMapping $revMapping[0] -RecoveryResourceGroupId $Rg -ReplicationProtectedItem $pe -RecoveryProximityPlacementGroupId $vm.ProximityPlacementGroup.Id -AzureToAzureDiskReplicationConfiguration $v - WaitForJobCompletion -JobId $Switchjob.Name - - $pe = Get-AzRecoveryServicesAsrReplicationProtectedItem -ProtectionContainer $rc -Name $vmName - Assert-NotNull($pe.providerSpecificDetails.RecoveryProximityPlacementGroupId) + #Failover + $failoverjob = Start-AzRecoveryServicesAsrUnPlannedFailoverJob -ReplicationProtectedItem $pe -Direction PrimaryToRecovery -PerformSourceSideAction + WaitForJobCompletion -JobId $failoverjob.Name + #Get recovery vm and verify + $recvm = get-azVm -ResourceGroupName $recRgName -Name $vmName + Assert-NotNull($recvm.ProximityPlacementGroup.Id); + + #Switch replication + $vm = get-azVm -ResourceGroupName $vmName -Name $vmName + $vhdid = $recvm.StorageProfile.OSDisk.ManagedDisk.Id + $v = New-AzRecoveryServicesAsrAzureToAzureDiskReplicationConfig -managed -LogStorageAccountId $recLogStg ` + -DiskId $vhdid -RecoveryResourceGroupId $Rg -RecoveryReplicaDiskAccountType $RecoveryReplicaDiskAccountType ` + -RecoveryTargetDiskAccountType $RecoveryTargetDiskAccountType + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(600 * 1000) + $Switchjob = Update-AzureRmRecoveryServicesAsrProtectionDirection -AzureToAzure -ProtectionContainerMapping $revMapping[0] -RecoveryResourceGroupId $Rg -ReplicationProtectedItem $pe -RecoveryProximityPlacementGroupId $vm.ProximityPlacementGroup.Id -AzureToAzureDiskReplicationConfiguration $v + WaitForJobCompletion -JobId $Switchjob.Name + + $pe = Get-AzRecoveryServicesAsrReplicationProtectedItem -ProtectionContainer $rc -Name $vmName + Assert-NotNull($pe.providerSpecificDetails.RecoveryProximityPlacementGroupId) +} + +<# +.SYNOPSIS + Test VMNicConfig new parametersets +#> + +function Test-VMNicConfig { + param([string] $seed = '330') + $primaryContainerMappingName = getPrimaryContainerMapping + $recoveryContainerMappingName = getRecoveryContainerMapping + + $primaryContainerName = getPrimaryContainer + $recoveryContainerName = getRecoveryContainer + $vaultRgLocation = getVaultRgLocation + $vaultName = getVaultName + $vaultLocation = getVaultLocation + $vaultRg = getVaultRg + $primaryLocation = getPrimaryLocation + $recoveryLocation = getRecoveryLocation + $primaryFabricName = getPrimaryFabric + $recoveryFabricName = getRecoveryFabric + $RecoveryReplicaDiskAccountType = "Premium_LRS" + $RecoveryTargetDiskAccountType = "Premium_LRS" + $policyName = getPrimaryPolicy + $mappingName = getPrimaryContainerMapping + $recMappingName = getRecoveryContainerMapping + $primaryNetMapping = getPrimaryNetworkMapping + $recoveryNetMapping = getRecoveryNetworkMapping + + #create recovery side resources + $recRgName = getRecoveryResourceGroupName + New-AzResourceGroup -name $recRgName -location $recoveryLocation -force + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) + $RecoveryAzureNetworkId = createRecoveryNetworkId + $index = $RecoveryAzureNetworkId.IndexOf("/providers/") + $recRg = $RecoveryAzureNetworkId.Substring(0, $index) + + #create primary + $vmName = getAzureVmName + New-AzResourceGroup -name $vmName -location $primaryLocation -force + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) + $logStg = createCacheStorageAccount + $recLogStg = createRecoveryCacheStorageAccount + + $v2VmId = createAzureVm + $vm = get-azVm -ResourceGroupName $vmName -Name $vmName + $vhdid = $vm.StorageProfile.OSDisk.ManagedDisk.Id + $index = $vm.Id.IndexOf("/providers/") + $Rg = $vm.Id.Substring(0, $index) + $PrimaryAzureNetworkId = $Rg + "/providers/Microsoft.Network/virtualNetworks/" + $vmName + + # vault Creation + New-AzResourceGroup -name $vaultRg -location $vaultRgLocation -force + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) + New-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName -Location $vaultLocation + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) + $Vault = Get-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName + Set-ASRVaultContext -Vault $Vault + + # fabric Creation + $fabJob = New-AzRecoveryServicesAsrFabric -Azure -Name $primaryFabricName -Location $primaryLocation + WaitForJobCompletion -JobId $fabJob.Name + $fab = Get-AzRecoveryServicesAsrFabric -Name $primaryFabricName + Assert-true { $fab.name -eq $primaryFabricName } + Assert-AreEqual $fab.FabricSpecificDetails.Location $primaryLocation + + $fabJob = New-AzRecoveryServicesAsrFabric -Azure -Name $recoveryFabricName -Location $recoveryLocation + WaitForJobCompletion -JobId $fabJob.Name + $fab = Get-AzRecoveryServicesAsrFabric -Name $recoveryFabricName + Assert-true { $fab.name -eq $recoveryFabricName } + Assert-AreEqual $fab.FabricSpecificDetails.Location $recoveryLocation + $pf = get-asrFabric -Name $primaryFabricName + $rf = get-asrFabric -Name $recoveryFabricName + + #Container creation + $job = New-AzRecoveryServicesAsrProtectionContainer -Name $primaryContainerName -Fabric $pf + WaitForJobCompletion -JobId $Job.Name + $pc = Get-asrProtectionContainer -name $primaryContainerName -Fabric $pf + Assert-NotNull($pc) + $job = New-AzRecoveryServicesAsrProtectionContainer -Name $recoveryContainerName -Fabric $rf + WaitForJobCompletion -JobId $Job.Name + $rc = Get-asrProtectionContainer -name $recoveryContainerName -Fabric $rf + Assert-NotNull($rc) + + #create policy and mapping + $job = New-AzRecoveryServicesAsrPolicy -Name $policyName -RecoveryPointRetentionInHours 12 -AzureToAzure + WaitForJobCompletion -JobId $job.Name + $policy = Get-AzRecoveryServicesAsrPolicy -Name $policyName + $job = New-AzRecoveryServicesAsrProtectionContainerMapping -Name $mappingName -Policy $policy -PrimaryProtectionContainer $pc -RecoveryProtectionContainer $rc + WaitForJobCompletion -JobId $job.Name + $mapping = Get-AzRecoveryServicesAsrProtectionContainerMapping -Name $mappingName -ProtectionContainer $pc + + #network mapping + $job = New-AzRecoveryServicesAsrNetworkMapping -AzureToAzure -Name $primaryNetMapping -PrimaryFabric $pf -PrimaryAzureNetworkId $PrimaryAzureNetworkId -RecoveryFabric $rf -RecoveryAzureNetworkId $RecoveryAzureNetworkId + WaitForJobCompletion -JobId $job.Name + + #Reverse Conatiner mapping + $job = New-AzRecoveryServicesAsrProtectionContainerMapping -Name $recMappingName -Policy $policy -PrimaryProtectionContainer $rc -RecoveryProtectionContainer $pc + WaitForJobCompletion -JobId $job.Name + $revMapping = Get-AzRecoveryServicesAsrProtectionContainerMapping -Name $recMappingName -ProtectionContainer $rc + + #Reverse network mapping + $job = New-AzRecoveryServicesAsrNetworkMapping -AzureToAzure -Name $recoveryNetMapping -PrimaryFabric $rf -PrimaryAzureNetworkId $RecoveryAzureNetworkId -RecoveryFabric $pf -RecoveryAzureNetworkId $PrimaryAzureNetworkId + WaitForJobCompletion -JobId $job.Name + + #enable Replication + $v = New-AzRecoveryServicesAsrAzureToAzureDiskReplicationConfig -managed -LogStorageAccountId $logStg ` + -DiskId $vhdid -RecoveryResourceGroupId $recRg -RecoveryReplicaDiskAccountType $RecoveryReplicaDiskAccountType ` + -RecoveryTargetDiskAccountType $RecoveryTargetDiskAccountType + $enableDRjob = New-AzRecoveryServicesAsrReplicationProtectedItem -AzureToAzure -AzureVmId $vm.Id -Name $vmName -ProtectionContainerMapping $mapping -RecoveryResourceGroupId $recRg -AzureToAzureDiskReplicationConfiguration $v + WaitForJobCompletion -JobId $enableDRjob.Name + WaitForIRCompletion -affectedObjectId $enableDRjob.TargetObjectId + + #Validate PE + $pe = Get-AzRecoveryServicesAsrReplicationProtectedItem -ProtectionContainer $pc -Name $vmName + Assert-NotNull($pe) + + #Update VM Nic properties + $pe = Get-AzRecoveryServicesAsrReplicationProtectedItem -ProtectionContainer $pc -Name $vmName + $nicId = $pe.NicDetailsList[0].NicId + $recNicName = getRecoveryNicName + $nicConfig = New-AzRecoveryServicesAsrVMNicConfig -NicId $nicId -ReplicationProtectedItem $pe -RecoveryNicName $recNicName -RecoveryNicResourceGroupName $recRgName -ReuseExistingNic + + $updateDRjob = Set-AzRecoveryServicesAsrReplicationProtectedItem -InputObject $pe -ASRVMNicConfiguration $nicConfig + WaitForJobCompletion -JobId $updateDRjob.Name + $pe = Get-AzRecoveryServicesAsrReplicationProtectedItem -ProtectionContainer $pc -Name $vmName + Assert-NotNull($pe.NicDetailsList[0].RecoveryNicName) + Assert-NotNull($pe.NicDetailsList[0].RecoveryNicResourceGroupName) + Assert-NotNull($pe.NicDetailsList[0].ReuseExistingNic) + + #Failover + $failoverjob = Start-AzRecoveryServicesAsrUnPlannedFailoverJob -ReplicationProtectedItem $pe -Direction PrimaryToRecovery -PerformSourceSideAction + WaitForJobCompletion -JobId $failoverjob.Name } <# @@ -554,119 +684,119 @@ function Test-ReplicateProximityPlacementGroupVm{ Test ZoneToZoneRecoveryPlanReplication new parametersets #> -function Test-ZoneToZoneRecoveryPlanReplication{ - param([string] $seed ='347') - $primaryPolicyName = getPrimaryPolicy - $recoveryPolicyName = getRecoveryPolicy +function Test-ZoneToZoneRecoveryPlanReplication { + param([string] $seed = '347') + $primaryPolicyName = getPrimaryPolicy + $recoveryPolicyName = getRecoveryPolicy - $primaryContainerMappingName = getPrimaryContainerMapping - $recoveryContainerMappingName = getRecoveryContainerMapping + $primaryContainerMappingName = getPrimaryContainerMapping + $recoveryContainerMappingName = getRecoveryContainerMapping - $primaryContainerName = getPrimaryContainer - $recoveryContainerName = getRecoveryContainer - $vaultRgLocation = getPrimaryZoneLocation - $vaultName = getVaultName - $vaultLocation = getPrimaryZoneLocation - $vaultRg = getVaultRg - $primaryLocation = getPrimaryZoneLocation - $recoveryLocation = getPrimaryZoneLocation - $primaryFabricName = getPrimaryFabric - $RecoveryReplicaDiskAccountType = "Premium_LRS" - $RecoveryTargetDiskAccountType = "Premium_LRS" - $policyName = getPrimaryPolicy - $mappingName = getPrimaryContainerMapping - $recZone = getRecoveryZone - $priZone = getPrimaryZone - $RecoveryPlanName = getRecoveryPlanName - - #create recovery side resources - $recRgName = getRecoveryResourceGroupName - New-AzResourceGroup -name $recRgName -location $recoveryLocation -force - [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) - $RecoveryAzureNetworkId = createRecoveryNetworkIdForZone - $index =$RecoveryAzureNetworkId.IndexOf("/providers/") - $recRg =$RecoveryAzureNetworkId.Substring(0,$index) - - #create primary - $vmName = getAzureVmName - New-AzResourceGroup -name $vmName -location $primaryLocation -force - [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) - $logStg = createCacheStorageAccountForZone - - $v2VmId = createAzureVmInAvailabilityZone - $vm = get-azVm -ResourceGroupName $vmName -Name $vmName - $vhdid =$vm.StorageProfile.OSDisk.ManagedDisk.Id - $index =$vm.Id.IndexOf("/providers/") - $Rg =$vm.Id.Substring(0,$index) - $PrimaryAzureNetworkId = $Rg + "/providers/Microsoft.Network/virtualNetworks/" + $vmName + $primaryContainerName = getPrimaryContainer + $recoveryContainerName = getRecoveryContainer + $vaultRgLocation = getPrimaryZoneLocation + $vaultName = getVaultName + $vaultLocation = getPrimaryZoneLocation + $vaultRg = getVaultRg + $primaryLocation = getPrimaryZoneLocation + $recoveryLocation = getPrimaryZoneLocation + $primaryFabricName = getPrimaryFabric + $RecoveryReplicaDiskAccountType = "Premium_LRS" + $RecoveryTargetDiskAccountType = "Premium_LRS" + $policyName = getPrimaryPolicy + $mappingName = getPrimaryContainerMapping + $recZone = getRecoveryZone + $priZone = getPrimaryZone + $RecoveryPlanName = getRecoveryPlanName + + #create recovery side resources + $recRgName = getRecoveryResourceGroupName + New-AzResourceGroup -name $recRgName -location $recoveryLocation -force + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) + $RecoveryAzureNetworkId = createRecoveryNetworkIdForZone + $index = $RecoveryAzureNetworkId.IndexOf("/providers/") + $recRg = $RecoveryAzureNetworkId.Substring(0, $index) + + #create primary + $vmName = getAzureVmName + New-AzResourceGroup -name $vmName -location $primaryLocation -force + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) + $logStg = createCacheStorageAccountForZone + + $v2VmId = createAzureVmInAvailabilityZone + $vm = get-azVm -ResourceGroupName $vmName -Name $vmName + $vhdid = $vm.StorageProfile.OSDisk.ManagedDisk.Id + $index = $vm.Id.IndexOf("/providers/") + $Rg = $vm.Id.Substring(0, $index) + $PrimaryAzureNetworkId = $Rg + "/providers/Microsoft.Network/virtualNetworks/" + $vmName - # vault Creation - New-AzResourceGroup -name $vaultRg -location $vaultRgLocation -force - [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) - New-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName -Location $vaultLocation - [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) - $Vault = Get-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName - Set-ASRVaultContext -Vault $Vault - - # fabric Creation - $fabJob= New-AzRecoveryServicesAsrFabric -Azure -Name $primaryFabricName -Location $primaryLocation - WaitForJobCompletion -JobId $fabJob.Name - $fab = Get-AzRecoveryServicesAsrFabric -Name $primaryFabricName - Assert-true { $fab.name -eq $primaryFabricName } - Assert-AreEqual $fab.FabricSpecificDetails.Location $primaryLocation - - $pf = get-asrFabric -Name $primaryFabricName + # vault Creation + New-AzResourceGroup -name $vaultRg -location $vaultRgLocation -force + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) + New-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName -Location $vaultLocation + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) + $Vault = Get-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName + Set-ASRVaultContext -Vault $Vault + + # fabric Creation + $fabJob = New-AzRecoveryServicesAsrFabric -Azure -Name $primaryFabricName -Location $primaryLocation + WaitForJobCompletion -JobId $fabJob.Name + $fab = Get-AzRecoveryServicesAsrFabric -Name $primaryFabricName + Assert-true { $fab.name -eq $primaryFabricName } + Assert-AreEqual $fab.FabricSpecificDetails.Location $primaryLocation + + $pf = get-asrFabric -Name $primaryFabricName - #Container creation - $job = New-AzRecoveryServicesAsrProtectionContainer -Name $primaryContainerName -Fabric $pf - WaitForJobCompletion -JobId $Job.Name - $pc = Get-asrProtectionContainer -name $primaryContainerName -Fabric $pf - Assert-NotNull($pc) - $job = New-AzRecoveryServicesAsrProtectionContainer -Name $recoveryContainerName -Fabric $pf - WaitForJobCompletion -JobId $Job.Name - $rc = Get-asrProtectionContainer -name $recoveryContainerName -Fabric $pf - Assert-NotNull($rc) - - #create policy and mapping - $job = New-AzRecoveryServicesAsrPolicy -Name $policyName -RecoveryPointRetentionInHours 12 -AzureToAzure - WaitForJobCompletion -JobId $job.Name - $policy = Get-AzRecoveryServicesAsrPolicy -Name $policyName - $job = New-AzRecoveryServicesAsrProtectionContainerMapping -Name $mappingName -Policy $policy -PrimaryProtectionContainer $pc -RecoveryProtectionContainer $rc - WaitForJobCompletion -JobId $job.Name - $mapping = Get-AzRecoveryServicesAsrProtectionContainerMapping -Name $mappingName -ProtectionContainer $pc - - #enable Replication - $v = New-AzRecoveryServicesAsrAzureToAzureDiskReplicationConfig -managed -LogStorageAccountId $logStg ` - -DiskId $vhdid -RecoveryResourceGroupId $recRg -RecoveryReplicaDiskAccountType $RecoveryReplicaDiskAccountType ` - -RecoveryTargetDiskAccountType $RecoveryTargetDiskAccountType - $enableDRjob = New-AzRecoveryServicesAsrReplicationProtectedItem -AzureToAzure -AzureVmId $vm.Id -Name $vmName -ProtectionContainerMapping $mapping -RecoveryResourceGroupId $recRg -AzureToAzureDiskReplicationConfiguration $v -RecoveryAvailabilityZone $recZone -RecoveryAzureNetworkId $RecoveryAzureNetworkId -RecoveryAzureSubnetName "frontendSubnet" - WaitForJobCompletion -JobId $enableDRjob.Name - WaitForIRCompletion -affectedObjectId $enableDRjob.TargetObjectId + #Container creation + $job = New-AzRecoveryServicesAsrProtectionContainer -Name $primaryContainerName -Fabric $pf + WaitForJobCompletion -JobId $Job.Name + $pc = Get-asrProtectionContainer -name $primaryContainerName -Fabric $pf + Assert-NotNull($pc) + $job = New-AzRecoveryServicesAsrProtectionContainer -Name $recoveryContainerName -Fabric $pf + WaitForJobCompletion -JobId $Job.Name + $rc = Get-asrProtectionContainer -name $recoveryContainerName -Fabric $pf + Assert-NotNull($rc) + + #create policy and mapping + $job = New-AzRecoveryServicesAsrPolicy -Name $policyName -RecoveryPointRetentionInHours 12 -AzureToAzure + WaitForJobCompletion -JobId $job.Name + $policy = Get-AzRecoveryServicesAsrPolicy -Name $policyName + $job = New-AzRecoveryServicesAsrProtectionContainerMapping -Name $mappingName -Policy $policy -PrimaryProtectionContainer $pc -RecoveryProtectionContainer $rc + WaitForJobCompletion -JobId $job.Name + $mapping = Get-AzRecoveryServicesAsrProtectionContainerMapping -Name $mappingName -ProtectionContainer $pc + + #enable Replication + $v = New-AzRecoveryServicesAsrAzureToAzureDiskReplicationConfig -managed -LogStorageAccountId $logStg ` + -DiskId $vhdid -RecoveryResourceGroupId $recRg -RecoveryReplicaDiskAccountType $RecoveryReplicaDiskAccountType ` + -RecoveryTargetDiskAccountType $RecoveryTargetDiskAccountType + $enableDRjob = New-AzRecoveryServicesAsrReplicationProtectedItem -AzureToAzure -AzureVmId $vm.Id -Name $vmName -ProtectionContainerMapping $mapping -RecoveryResourceGroupId $recRg -AzureToAzureDiskReplicationConfiguration $v -RecoveryAvailabilityZone $recZone -RecoveryAzureNetworkId $RecoveryAzureNetworkId -RecoveryAzureSubnetName "frontendSubnet" + WaitForJobCompletion -JobId $enableDRjob.Name + WaitForIRCompletion -affectedObjectId $enableDRjob.TargetObjectId - $pe = Get-AzRecoveryServicesAsrReplicationProtectedItem -ProtectionContainer $pc -Name $vmName - Assert-NotNull($pe) - - #Create Recovery Plan - $createRecoveryJob = New-AzRecoveryServicesAsrRecoveryPlan -AzureZoneToZone -Name $RecoveryPlanName -PrimaryFabric $pf -ReplicationProtectedItem $pe -RecoveryZone $recZone -PrimaryZone $priZone - WaitForJobCompletion -JobId $createRecoveryJob.Name - - #Get Recovery Plan - $RecoveryPlan = Get-AzRecoveryServicesAsrRecoveryPlan -Name $RecoveryPlanName - Assert-NotNull($RecoveryPlan) - - #Failover - $failoverjob = Start-AzRecoveryServicesAsrUnPlannedFailoverJob -RecoveryPlan $RecoveryPlan -Direction PrimaryToRecovery -PerformSourceSideAction - WaitForJobCompletion -JobId $failoverjob.Name - #Get recovery vm and verify - $recvm = get-azVm -ResourceGroupName $recRgName -Name $vmName - Assert-NotNull($recvm.Zones); - - $pe = Get-AzRecoveryServicesAsrReplicationProtectedItem -ProtectionContainer $pc -Name $vmName - Assert-NotNull($pe) - - #Get Recovery Plan - $RecoveryPlan = Get-AzRecoveryServicesAsrRecoveryPlan -Name $RecoveryPlanName - Assert-NotNull($RecoveryPlan) + $pe = Get-AzRecoveryServicesAsrReplicationProtectedItem -ProtectionContainer $pc -Name $vmName + Assert-NotNull($pe) + + #Create Recovery Plan + $createRecoveryJob = New-AzRecoveryServicesAsrRecoveryPlan -AzureZoneToZone -Name $RecoveryPlanName -PrimaryFabric $pf -ReplicationProtectedItem $pe -RecoveryZone $recZone -PrimaryZone $priZone + WaitForJobCompletion -JobId $createRecoveryJob.Name + + #Get Recovery Plan + $RecoveryPlan = Get-AzRecoveryServicesAsrRecoveryPlan -Name $RecoveryPlanName + Assert-NotNull($RecoveryPlan) + + #Failover + $failoverjob = Start-AzRecoveryServicesAsrUnPlannedFailoverJob -RecoveryPlan $RecoveryPlan -Direction PrimaryToRecovery -PerformSourceSideAction + WaitForJobCompletion -JobId $failoverjob.Name + #Get recovery vm and verify + $recvm = get-azVm -ResourceGroupName $recRgName -Name $vmName + Assert-NotNull($recvm.Zones); + + $pe = Get-AzRecoveryServicesAsrReplicationProtectedItem -ProtectionContainer $pc -Name $vmName + Assert-NotNull($pe) + + #Get Recovery Plan + $RecoveryPlan = Get-AzRecoveryServicesAsrRecoveryPlan -Name $RecoveryPlanName + Assert-NotNull($RecoveryPlan) } <# @@ -674,124 +804,124 @@ function Test-ZoneToZoneRecoveryPlanReplication{ Test RecoveryPlanReplication new parametersets #> -function Test-RecoveryPlanReplication{ - param([string] $seed ='918') - $primaryPolicyName = getPrimaryPolicy - $recoveryPolicyName = getRecoveryPolicy +function Test-RecoveryPlanReplication { + param([string] $seed = '918') + $primaryPolicyName = getPrimaryPolicy + $recoveryPolicyName = getRecoveryPolicy - $primaryContainerMappingName = getPrimaryContainerMapping - $recoveryContainerMappingName = getRecoveryContainerMapping + $primaryContainerMappingName = getPrimaryContainerMapping + $recoveryContainerMappingName = getRecoveryContainerMapping - $primaryContainerName = getPrimaryContainer - $recoveryContainerName = getRecoveryContainer - $vaultRgLocation = getVaultRgLocation - $vaultName = getVaultName - $vaultLocation = getVaultLocation - $vaultRg = getVaultRg - $primaryLocation = getPrimaryLocation - $recoveryLocation = getRecoveryLocation - $primaryFabricName = getPrimaryFabric - $recoveryFabricName = getRecoveryFabric - $RecoveryReplicaDiskAccountType = "Premium_LRS" - $RecoveryTargetDiskAccountType = "Premium_LRS" - $policyName = getPrimaryPolicy - $mappingName = getPrimaryContainerMapping - $recMappingName = getRecoveryContainerMapping - $primaryNetMapping = getPrimaryNetworkMapping - $recoveryNetMapping = getRecoveryNetworkMapping - $RecoveryPlanName = getRecoveryPlanName - - #create recovery side resources - $recRgName = getRecoveryResourceGroupName - New-AzResourceGroup -name $recRgName -location $recoveryLocation -force - [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) - $RecoveryAzureNetworkId = createRecoveryNetworkId - $index =$RecoveryAzureNetworkId.IndexOf("/providers/") - $recRg =$RecoveryAzureNetworkId.Substring(0,$index) - #create proximity placement group - $recPpg = New-AzProximityPlacementGroup -ResourceGroupName $recRgName -Name "PPG1-asr" -Location $recoveryLocation - $recPpg1 = New-AzProximityPlacementGroup -ResourceGroupName $recRgName -Name "PPG2-asr" -Location $recoveryLocation - - #create primary - $vmName = getAzureVmName - New-AzResourceGroup -name $vmName -location $primaryLocation -force - [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) - $logStg = createCacheStorageAccount - $recLogStg = createRecoveryCacheStorageAccount - - $v2VmId = createAzureVmInProximityPlacementgroup - $vm = get-azVm -ResourceGroupName $vmName -Name $vmName - $vhdid =$vm.StorageProfile.OSDisk.ManagedDisk.Id - $index =$vm.Id.IndexOf("/providers/") - $Rg =$vm.Id.Substring(0,$index) - $PrimaryAzureNetworkId = $Rg + "/providers/Microsoft.Network/virtualNetworks/" + $vmName + $primaryContainerName = getPrimaryContainer + $recoveryContainerName = getRecoveryContainer + $vaultRgLocation = getVaultRgLocation + $vaultName = getVaultName + $vaultLocation = getVaultLocation + $vaultRg = getVaultRg + $primaryLocation = getPrimaryLocation + $recoveryLocation = getRecoveryLocation + $primaryFabricName = getPrimaryFabric + $recoveryFabricName = getRecoveryFabric + $RecoveryReplicaDiskAccountType = "Premium_LRS" + $RecoveryTargetDiskAccountType = "Premium_LRS" + $policyName = getPrimaryPolicy + $mappingName = getPrimaryContainerMapping + $recMappingName = getRecoveryContainerMapping + $primaryNetMapping = getPrimaryNetworkMapping + $recoveryNetMapping = getRecoveryNetworkMapping + $RecoveryPlanName = getRecoveryPlanName + + #create recovery side resources + $recRgName = getRecoveryResourceGroupName + New-AzResourceGroup -name $recRgName -location $recoveryLocation -force + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) + $RecoveryAzureNetworkId = createRecoveryNetworkId + $index = $RecoveryAzureNetworkId.IndexOf("/providers/") + $recRg = $RecoveryAzureNetworkId.Substring(0, $index) + #create proximity placement group + $recPpg = New-AzProximityPlacementGroup -ResourceGroupName $recRgName -Name "PPG1-asr" -Location $recoveryLocation + $recPpg1 = New-AzProximityPlacementGroup -ResourceGroupName $recRgName -Name "PPG2-asr" -Location $recoveryLocation + + #create primary + $vmName = getAzureVmName + New-AzResourceGroup -name $vmName -location $primaryLocation -force + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) + $logStg = createCacheStorageAccount + $recLogStg = createRecoveryCacheStorageAccount + + $v2VmId = createAzureVmInProximityPlacementgroup + $vm = get-azVm -ResourceGroupName $vmName -Name $vmName + $vhdid = $vm.StorageProfile.OSDisk.ManagedDisk.Id + $index = $vm.Id.IndexOf("/providers/") + $Rg = $vm.Id.Substring(0, $index) + $PrimaryAzureNetworkId = $Rg + "/providers/Microsoft.Network/virtualNetworks/" + $vmName - # vault Creation - New-AzResourceGroup -name $vaultRg -location $vaultRgLocation -force - [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) - New-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName -Location $vaultLocation - [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) - $Vault = Get-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName - Set-ASRVaultContext -Vault $Vault - - # fabric Creation - $fabJob= New-AzRecoveryServicesAsrFabric -Azure -Name $primaryFabricName -Location $primaryLocation - WaitForJobCompletion -JobId $fabJob.Name - $fab = Get-AzRecoveryServicesAsrFabric -Name $primaryFabricName - Assert-true { $fab.name -eq $primaryFabricName } - Assert-AreEqual $fab.FabricSpecificDetails.Location $primaryLocation - - $fabJob= New-AzRecoveryServicesAsrFabric -Azure -Name $recoveryFabricName -Location $recoveryLocation - WaitForJobCompletion -JobId $fabJob.Name - $fab = Get-AzRecoveryServicesAsrFabric -Name $recoveryFabricName - Assert-true { $fab.name -eq $recoveryFabricName } - Assert-AreEqual $fab.FabricSpecificDetails.Location $recoveryLocation - $pf = get-asrFabric -Name $primaryFabricName - $rf = get-asrFabric -Name $recoveryFabricName + # vault Creation + New-AzResourceGroup -name $vaultRg -location $vaultRgLocation -force + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) + New-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName -Location $vaultLocation + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(20 * 1000) + $Vault = Get-AzRecoveryServicesVault -ResourceGroupName $vaultRg -Name $vaultName + Set-ASRVaultContext -Vault $Vault + + # fabric Creation + $fabJob = New-AzRecoveryServicesAsrFabric -Azure -Name $primaryFabricName -Location $primaryLocation + WaitForJobCompletion -JobId $fabJob.Name + $fab = Get-AzRecoveryServicesAsrFabric -Name $primaryFabricName + Assert-true { $fab.name -eq $primaryFabricName } + Assert-AreEqual $fab.FabricSpecificDetails.Location $primaryLocation + + $fabJob = New-AzRecoveryServicesAsrFabric -Azure -Name $recoveryFabricName -Location $recoveryLocation + WaitForJobCompletion -JobId $fabJob.Name + $fab = Get-AzRecoveryServicesAsrFabric -Name $recoveryFabricName + Assert-true { $fab.name -eq $recoveryFabricName } + Assert-AreEqual $fab.FabricSpecificDetails.Location $recoveryLocation + $pf = get-asrFabric -Name $primaryFabricName + $rf = get-asrFabric -Name $recoveryFabricName - #Container creation - $job = New-AzRecoveryServicesAsrProtectionContainer -Name $primaryContainerName -Fabric $pf - WaitForJobCompletion -JobId $Job.Name - $pc = Get-asrProtectionContainer -name $primaryContainerName -Fabric $pf - Assert-NotNull($pc) - $job = New-AzRecoveryServicesAsrProtectionContainer -Name $recoveryContainerName -Fabric $rf - WaitForJobCompletion -JobId $Job.Name - $rc = Get-asrProtectionContainer -name $recoveryContainerName -Fabric $rf - Assert-NotNull($rc) - - #create policy and mapping - $job = New-AzRecoveryServicesAsrPolicy -Name $policyName -RecoveryPointRetentionInHours 12 -AzureToAzure - WaitForJobCompletion -JobId $job.Name - $policy = Get-AzRecoveryServicesAsrPolicy -Name $policyName - $job = New-AzRecoveryServicesAsrProtectionContainerMapping -Name $mappingName -Policy $policy -PrimaryProtectionContainer $pc -RecoveryProtectionContainer $rc - WaitForJobCompletion -JobId $job.Name - $mapping = Get-AzRecoveryServicesAsrProtectionContainerMapping -Name $mappingName -ProtectionContainer $pc + #Container creation + $job = New-AzRecoveryServicesAsrProtectionContainer -Name $primaryContainerName -Fabric $pf + WaitForJobCompletion -JobId $Job.Name + $pc = Get-asrProtectionContainer -name $primaryContainerName -Fabric $pf + Assert-NotNull($pc) + $job = New-AzRecoveryServicesAsrProtectionContainer -Name $recoveryContainerName -Fabric $rf + WaitForJobCompletion -JobId $Job.Name + $rc = Get-asrProtectionContainer -name $recoveryContainerName -Fabric $rf + Assert-NotNull($rc) + + #create policy and mapping + $job = New-AzRecoveryServicesAsrPolicy -Name $policyName -RecoveryPointRetentionInHours 12 -AzureToAzure + WaitForJobCompletion -JobId $job.Name + $policy = Get-AzRecoveryServicesAsrPolicy -Name $policyName + $job = New-AzRecoveryServicesAsrProtectionContainerMapping -Name $mappingName -Policy $policy -PrimaryProtectionContainer $pc -RecoveryProtectionContainer $rc + WaitForJobCompletion -JobId $job.Name + $mapping = Get-AzRecoveryServicesAsrProtectionContainerMapping -Name $mappingName -ProtectionContainer $pc - #network mapping - $job = New-AzRecoveryServicesAsrNetworkMapping -AzureToAzure -Name $primaryNetMapping -PrimaryFabric $pf -PrimaryAzureNetworkId $PrimaryAzureNetworkId -RecoveryFabric $rf -RecoveryAzureNetworkId $RecoveryAzureNetworkId - WaitForJobCompletion -JobId $job.Name - - #enable Replication - $v = New-AzRecoveryServicesAsrAzureToAzureDiskReplicationConfig -managed -LogStorageAccountId $logStg ` - -DiskId $vhdid -RecoveryResourceGroupId $recRg -RecoveryReplicaDiskAccountType $RecoveryReplicaDiskAccountType ` - -RecoveryTargetDiskAccountType $RecoveryTargetDiskAccountType - $enableDRjob = New-AzRecoveryServicesAsrReplicationProtectedItem -AzureToAzure -AzureVmId $vm.Id -Name $vmName -ProtectionContainerMapping $mapping -RecoveryResourceGroupId $recRg -AzureToAzureDiskReplicationConfiguration $v -RecoveryProximityPlacementGroupId $recPpg.Id - WaitForJobCompletion -JobId $enableDRjob.Name - WaitForIRCompletion -affectedObjectId $enableDRjob.TargetObjectId - - #Validate PPG Set in replicated vm properties - $pe = Get-AzRecoveryServicesAsrReplicationProtectedItem -ProtectionContainer $pc -Name $vmName - Assert-NotNull($pe.providerSpecificDetails.RecoveryProximityPlacementGroupId) - - #Create Recovery Plan - $createRecoveryJob = New-AzRecoveryServicesAsrRecoveryPlan -Name $RecoveryPlanName -PrimaryFabric $pf -RecoveryFabric $rf -ReplicationProtectedItem $pe - WaitForJobCompletion -JobId $createRecoveryJob.Name - - #Get Recovery Plan - $RecoveryPlan = Get-AzRecoveryServicesAsrRecoveryPlan -Name $RecoveryPlanName - Assert-NotNull($RecoveryPlan) + #network mapping + $job = New-AzRecoveryServicesAsrNetworkMapping -AzureToAzure -Name $primaryNetMapping -PrimaryFabric $pf -PrimaryAzureNetworkId $PrimaryAzureNetworkId -RecoveryFabric $rf -RecoveryAzureNetworkId $RecoveryAzureNetworkId + WaitForJobCompletion -JobId $job.Name + + #enable Replication + $v = New-AzRecoveryServicesAsrAzureToAzureDiskReplicationConfig -managed -LogStorageAccountId $logStg ` + -DiskId $vhdid -RecoveryResourceGroupId $recRg -RecoveryReplicaDiskAccountType $RecoveryReplicaDiskAccountType ` + -RecoveryTargetDiskAccountType $RecoveryTargetDiskAccountType + $enableDRjob = New-AzRecoveryServicesAsrReplicationProtectedItem -AzureToAzure -AzureVmId $vm.Id -Name $vmName -ProtectionContainerMapping $mapping -RecoveryResourceGroupId $recRg -AzureToAzureDiskReplicationConfiguration $v -RecoveryProximityPlacementGroupId $recPpg.Id + WaitForJobCompletion -JobId $enableDRjob.Name + WaitForIRCompletion -affectedObjectId $enableDRjob.TargetObjectId + + #Validate PPG Set in replicated vm properties + $pe = Get-AzRecoveryServicesAsrReplicationProtectedItem -ProtectionContainer $pc -Name $vmName + Assert-NotNull($pe.providerSpecificDetails.RecoveryProximityPlacementGroupId) + + #Create Recovery Plan + $createRecoveryJob = New-AzRecoveryServicesAsrRecoveryPlan -Name $RecoveryPlanName -PrimaryFabric $pf -RecoveryFabric $rf -ReplicationProtectedItem $pe + WaitForJobCompletion -JobId $createRecoveryJob.Name + + #Get Recovery Plan + $RecoveryPlan = Get-AzRecoveryServicesAsrRecoveryPlan -Name $RecoveryPlanName + Assert-NotNull($RecoveryPlan) - #Failover - $failoverjob = Start-AzRecoveryServicesAsrUnPlannedFailoverJob -RecoveryPlan $RecoveryPlan -Direction PrimaryToRecovery -PerformSourceSideAction - WaitForJobCompletion -JobId $failoverjob.Name + #Failover + $failoverjob = Start-AzRecoveryServicesAsrUnPlannedFailoverJob -RecoveryPlan $RecoveryPlan -Direction PrimaryToRecovery -PerformSourceSideAction + WaitForJobCompletion -JobId $failoverjob.Name } \ No newline at end of file diff --git a/src/RecoveryServices/RecoveryServices.SiteRecovery.Test/SessionRecords/RecoveryServices.SiteRecovery.Test.AsrA2ATests/A2AVMNicConfig.json b/src/RecoveryServices/RecoveryServices.SiteRecovery.Test/SessionRecords/RecoveryServices.SiteRecovery.Test.AsrA2ATests/A2AVMNicConfig.json new file mode 100644 index 000000000000..4a6a595042a4 --- /dev/null +++ b/src/RecoveryServices/RecoveryServices.SiteRecovery.Test/SessionRecords/RecoveryServices.SiteRecovery.Test.AsrA2ATests/A2AVMNicConfig.json @@ -0,0 +1,24489 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/recRG330?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlZ3JvdXBzL3JlY1JHMzMwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"eastus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1afeeab1-a53e-4831-927d-0bee69fefb15" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "28" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "c9555eb1-8d97-4b91-87e0-1801c29a5dd6" + ], + "x-ms-correlation-request-id": [ + "c9555eb1-8d97-4b91-87e0-1801c29a5dd6" + ], + "x-ms-routing-request-id": [ + "CENTRALINDIA:20200626T100506Z:c9555eb1-8d97-4b91-87e0-1801c29a5dd6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:05:05 GMT" + ], + "Content-Length": [ + "169" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330\",\r\n \"name\": \"recRG330\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330/providers/Microsoft.Network/virtualNetworks/A2ARecoveryNetwork330?api-version=2020-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL3JlY1JHMzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3MvQTJBUmVjb3ZlcnlOZXR3b3JrMzMwP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cc3206e6-a038-4677-a817-dcc52373fd66" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.21.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "01fd5ded-5d71-4a15-a80b-ae971191dd74" + ], + "x-ms-correlation-request-id": [ + "01fd5ded-5d71-4a15-a80b-ae971191dd74" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100527Z:01fd5ded-5d71-4a15-a80b-ae971191dd74" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:05:26 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "235" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/A2ARecoveryNetwork330' under resource group 'recRG330' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330/providers/Microsoft.Network/virtualNetworks/A2ARecoveryNetwork330?api-version=2020-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL3JlY1JHMzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3MvQTJBUmVjb3ZlcnlOZXR3b3JrMzMwP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.21.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"73b0ad20-6456-44c5-a147-9e5617ba8f71\"" + ], + "x-ms-request-id": [ + "b8179bce-b330-4c2f-8e0a-9b85d509d94c" + ], + "x-ms-correlation-request-id": [ + "8465af6b-5619-4ed0-aa1f-5597a8d1ac35" + ], + "x-ms-arm-service-request-id": [ + "6b1fd3b8-5bd0-497f-8cca-c87b20fc7979" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100601Z:8465af6b-5619-4ed0-aa1f-5597a8d1ac35" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:06:00 GMT" + ], + "Content-Length": [ + "1333" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"A2ARecoveryNetwork330\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330/providers/Microsoft.Network/virtualNetworks/A2ARecoveryNetwork330\",\r\n \"etag\": \"W/\\\"73b0ad20-6456-44c5-a147-9e5617ba8f71\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3e175135-a65f-4907-8e4b-f262175a0998\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"frontendSubnet\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330/providers/Microsoft.Network/virtualNetworks/A2ARecoveryNetwork330/subnets/frontendSubnet\",\r\n \"etag\": \"W/\\\"73b0ad20-6456-44c5-a147-9e5617ba8f71\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330/providers/Microsoft.Network/virtualNetworks/A2ARecoveryNetwork330?api-version=2020-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL3JlY1JHMzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3MvQTJBUmVjb3ZlcnlOZXR3b3JrMzMwP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d1b29a07-57ed-4e23-abb9-b0c6f83fe9b2" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.21.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"73b0ad20-6456-44c5-a147-9e5617ba8f71\"" + ], + "x-ms-request-id": [ + "6e70bc88-0431-4b4a-ae59-2fcf96a87f64" + ], + "x-ms-correlation-request-id": [ + "bf166f54-b2ef-43a9-80a3-84903b13ba14" + ], + "x-ms-arm-service-request-id": [ + "40fc0f59-46ba-4ce0-a2ff-e57736e87caa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100601Z:bf166f54-b2ef-43a9-80a3-84903b13ba14" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:06:01 GMT" + ], + "Content-Length": [ + "1333" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"A2ARecoveryNetwork330\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330/providers/Microsoft.Network/virtualNetworks/A2ARecoveryNetwork330\",\r\n \"etag\": \"W/\\\"73b0ad20-6456-44c5-a147-9e5617ba8f71\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3e175135-a65f-4907-8e4b-f262175a0998\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"frontendSubnet\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330/providers/Microsoft.Network/virtualNetworks/A2ARecoveryNetwork330/subnets/frontendSubnet\",\r\n \"etag\": \"W/\\\"73b0ad20-6456-44c5-a147-9e5617ba8f71\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330/providers/Microsoft.Network/virtualNetworks/A2ARecoveryNetwork330?api-version=2020-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL3JlY1JHMzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3MvQTJBUmVjb3ZlcnlOZXR3b3JrMzMwP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.1.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"frontendSubnet\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"eastus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "627d11e6-ec0a-4665-ba30-0c336ecbe841" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.21.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "685" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "3" + ], + "x-ms-request-id": [ + "f9707064-d96b-4205-b3a1-c4d906be1050" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/providers/Microsoft.Network/locations/eastus/operations/f9707064-d96b-4205-b3a1-c4d906be1050?api-version=2020-04-01" + ], + "x-ms-correlation-request-id": [ + "2cee6d4a-0aaa-4bdf-b574-952000df51f5" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "27aeadec-ef49-406b-9879-027dbe7055a2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100536Z:2cee6d4a-0aaa-4bdf-b574-952000df51f5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:05:36 GMT" + ], + "Content-Length": [ + "1331" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"A2ARecoveryNetwork330\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330/providers/Microsoft.Network/virtualNetworks/A2ARecoveryNetwork330\",\r\n \"etag\": \"W/\\\"7d69eca9-8efc-469a-a2b2-89564237a9fd\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"3e175135-a65f-4907-8e4b-f262175a0998\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"frontendSubnet\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330/providers/Microsoft.Network/virtualNetworks/A2ARecoveryNetwork330/subnets/frontendSubnet\",\r\n \"etag\": \"W/\\\"7d69eca9-8efc-469a-a2b2-89564237a9fd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/providers/Microsoft.Network/locations/eastus/operations/f9707064-d96b-4205-b3a1-c4d906be1050?api-version=2020-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZjk3MDcwNjQtZDk2Yi00MjA1LWIzYTEtYzRkOTA2YmUxMDUwP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.21.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "cdd87c03-01ab-4bf4-8427-a70e1fc5d4e1" + ], + "x-ms-correlation-request-id": [ + "0387e453-4e70-4ef2-89a4-26ce813c48f9" + ], + "x-ms-arm-service-request-id": [ + "3d801463-1640-4883-8f54-c95ba4ea1e24" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100540Z:0387e453-4e70-4ef2-89a4-26ce813c48f9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:05:40 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/providers/Microsoft.Network/locations/eastus/operations/f9707064-d96b-4205-b3a1-c4d906be1050?api-version=2020-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZjk3MDcwNjQtZDk2Yi00MjA1LWIzYTEtYzRkOTA2YmUxMDUwP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.21.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "e09375d8-61c2-4614-805c-d574fb185ec2" + ], + "x-ms-correlation-request-id": [ + "61fe8604-4749-4739-8ced-dd55b008a9f8" + ], + "x-ms-arm-service-request-id": [ + "37dd268d-db55-4d50-bd8e-8737233f5cc2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100550Z:61fe8604-4749-4739-8ced-dd55b008a9f8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:05:50 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/providers/Microsoft.Network/locations/eastus/operations/f9707064-d96b-4205-b3a1-c4d906be1050?api-version=2020-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZjk3MDcwNjQtZDk2Yi00MjA1LWIzYTEtYzRkOTA2YmUxMDUwP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.21.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "27608f2e-8514-4e17-a894-bd6e0f2dc847" + ], + "x-ms-correlation-request-id": [ + "5ca4caba-3d36-49af-bc60-c71424411ff3" + ], + "x-ms-arm-service-request-id": [ + "7e1fabd2-05e7-4d7f-8d93-f5f4eb08a9d8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100600Z:5ca4caba-3d36-49af-bc60-c71424411ff3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:06:00 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/a2aVM330?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlZ3JvdXBzL2EyYVZNMzMwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"westus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "70a5e13a-bd35-4a51-a0fb-bb05ba279d6c" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "28" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-request-id": [ + "b2f12e3f-278c-4be2-944a-f5c29347047a" + ], + "x-ms-correlation-request-id": [ + "b2f12e3f-278c-4be2-944a-f5c29347047a" + ], + "x-ms-routing-request-id": [ + "CENTRALINDIA:20200626T100605Z:b2f12e3f-278c-4be2-944a-f5c29347047a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:06:05 GMT" + ], + "Content-Length": [ + "169" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330\",\r\n \"name\": \"a2aVM330\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Storage/storageAccounts/cache330?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL2EyYVZNMzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvY2FjaGUzMzA/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"westus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f2acc036-047c-4ae0-82d9-88949e88aaa4" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.14" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "98" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/providers/Microsoft.Storage/locations/westus/asyncoperations/900bca11-189b-4146-b50d-e4e3545cbf73?monitor=true&api-version=2017-10-01" + ], + "Retry-After": [ + "17" + ], + "x-ms-request-id": [ + "900bca11-189b-4146-b50d-e4e3545cbf73" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "58e6198a-56e1-44b6-9ee2-b0585997342f" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100631Z:58e6198a-56e1-44b6-9ee2-b0585997342f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:06:30 GMT" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/providers/Microsoft.Storage/locations/westus/asyncoperations/900bca11-189b-4146-b50d-e4e3545cbf73?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvd2VzdHVzL2FzeW5jb3BlcmF0aW9ucy85MDBiY2ExMS0xODliLTQxNDYtYjUwZC1lNGUzNTQ1Y2JmNzM/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9f175977-f8cd-493f-9f3c-786f521255f4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "670e0002-2938-4ed4-b16f-04f5550c8221" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100649Z:670e0002-2938-4ed4-b16f-04f5550c8221" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:06:48 GMT" + ], + "Content-Length": [ + "1027" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Storage/storageAccounts/cache330\",\r\n \"name\": \"cache330\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-26T10:06:31.204701Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-26T10:06:31.204701Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-26T10:06:31.1265759Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://cache330.blob.core.windows.net/\",\r\n \"queue\": \"https://cache330.queue.core.windows.net/\",\r\n \"table\": \"https://cache330.table.core.windows.net/\",\r\n \"file\": \"https://cache330.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330/providers/Microsoft.Storage/storageAccounts/rlog330?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL3JlY1JHMzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvcmxvZzMzMD9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"eastus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "711f784f-ab8b-4181-b1b4-00cf3d96405f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.14" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "98" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/providers/Microsoft.Storage/locations/eastus/asyncoperations/28bba85a-8833-4c03-be46-da280e9f5b01?monitor=true&api-version=2017-10-01" + ], + "Retry-After": [ + "17" + ], + "x-ms-request-id": [ + "28bba85a-8833-4c03-be46-da280e9f5b01" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "07c7a10d-2e88-4714-9dcd-5e7b548f9fb6" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100654Z:07c7a10d-2e88-4714-9dcd-5e7b548f9fb6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:06:54 GMT" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/providers/Microsoft.Storage/locations/eastus/asyncoperations/28bba85a-8833-4c03-be46-da280e9f5b01?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzL2FzeW5jb3BlcmF0aW9ucy8yOGJiYTg1YS04ODMzLTRjMDMtYmU0Ni1kYTI4MGU5ZjViMDE/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "7b47080d-9193-4988-bf70-bd513113c63a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "187db028-5169-4f9d-b0a6-087b50d76498" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100711Z:187db028-5169-4f9d-b0a6-087b50d76498" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:07:11 GMT" + ], + "Content-Length": [ + "1021" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330/providers/Microsoft.Storage/storageAccounts/rlog330\",\r\n \"name\": \"rlog330\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-26T10:06:53.710367Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-06-26T10:06:53.710367Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-06-26T10:06:53.6166702Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://rlog330.blob.core.windows.net/\",\r\n \"queue\": \"https://rlog330.queue.core.windows.net/\",\r\n \"table\": \"https://rlog330.table.core.windows.net/\",\r\n \"file\": \"https://rlog330.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Compute/images/RHEL?api-version=2019-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL2EyYVZNMzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9pbWFnZXMvUkhFTD9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dce8a6c4-7906-496e-bf97-3819b68e2c7b" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/36.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "b93dbf01-f62b-4b91-9e98-4a20e6bbcd3c" + ], + "x-ms-correlation-request-id": [ + "b93dbf01-f62b-4b91-9e98-4a20e6bbcd3c" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100712Z:b93dbf01-f62b-4b91-9e98-4a20e6bbcd3c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:07:11 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "209" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Compute/images/RHEL' under resource group 'a2aVM330' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/providers/Microsoft.Compute?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "83faacd2-8649-4c16-b033-4102391072db" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "52bb653b-d024-4c34-8975-f8530819b056" + ], + "x-ms-correlation-request-id": [ + "52bb653b-d024-4c34-8975-f8530819b056" + ], + "x-ms-routing-request-id": [ + "CENTRALINDIA:20200626T100712Z:52bb653b-d024-4c34-8975-f8530819b056" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:07:11 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "33466" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/providers/Microsoft.Compute\",\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"60e6cd67-9c8c-4951-9b3c-23c25a2169af\",\r\n \"roleDefinitionId\": \"e4770acb-272e-4dc8-87f3-12f44a612224\"\r\n },\r\n {\r\n \"applicationId\": \"a303894e-f1d8-4a37-bf10-67aa654a0596\",\r\n \"roleDefinitionId\": \"903ac751-8ad5-4e5a-bfc2-5e49f450a241\"\r\n },\r\n {\r\n \"applicationId\": \"a8b6bf88-1d1a-4626-b040-9a729ea93c65\",\r\n \"roleDefinitionId\": \"45c8267c-80ba-4b96-9a43-115b8f49fccd\"\r\n },\r\n {\r\n \"applicationId\": \"184909ca-69f1-4368-a6a7-c558ee6eb0bd\",\r\n \"roleDefinitionId\": \"45c8267c-80ba-4b96-9a43-115b8f49fccd\"\r\n },\r\n {\r\n \"applicationId\": \"5e5e43d4-54da-4211-86a4-c6e7f3715801\",\r\n \"roleDefinitionId\": \"ffcd6e5b-8772-457d-bb17-89703c03428f\"\r\n },\r\n {\r\n \"applicationId\": \"ce6ff14a-7fdc-4685-bbe0-f6afdfcfa8e0\",\r\n \"roleDefinitionId\": \"cb17cddc-dbac-4ae0-ae79-8db34eddfca0\"\r\n },\r\n {\r\n \"applicationId\": \"372140e0-b3b7-4226-8ef9-d57986796201\",\r\n \"roleDefinitionId\": \"cb17cddc-dbac-4ae0-ae79-8db34eddfca0\"\r\n },\r\n {\r\n \"applicationId\": \"b9a92e36-2cf8-4f4e-bcb3-9d99e00e14ab\",\r\n \"roleDefinitionId\": \"6efa92ca-56b6-40af-a468-5e3d2b5232f0\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"availabilitySets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Germany West Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/extensions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-10-30-preview\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Germany West Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/extensions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-10-30-preview\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/virtualMachines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-10-30-preview\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/virtualMachines/networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/publicIPAddresses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-10-30-preview\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/vmSizes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/runCommands\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualMachines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/publishers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"restorePointCollections\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"restorePointCollections/restorePoints\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"proximityPlacementGroups\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"sshPublicKeys\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sharedVMImages\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-15-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"sharedVMImages/versions\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-15-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/artifactPublishers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capsoperations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-06-01\",\r\n \"2017-10-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"galleries\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-06-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"galleries/images\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-06-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"galleries/images/versions\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-06-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"disks\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-11-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-09-30\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-03-30\",\r\n \"2016-04-30-preview\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Germany West Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"snapshots\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-11-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-09-30\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-03-30\",\r\n \"2016-04-30-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/diskoperations\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-11-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-09-30\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-03-30\",\r\n \"2016-04-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"diskEncryptionSets\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-11-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"locations/vsmoperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"France South\",\r\n \"West US 2\",\r\n \"Japan West\",\r\n \"France Central\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Japan East\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"South Africa West\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"images\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"locations/logAnalytics\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"hostGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Australia East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Germany West Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"hostGroups/hosts\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Australia East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"2\",\r\n \"3\",\r\n \"1\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Germany West Central\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Compute/virtualMachines/a2aVM330?api-version=2019-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL2EyYVZNMzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvYTJhVk0zMzA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b03790b9-2788-43d9-8e5d-a9a605782e10" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/36.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "f128d87c-fd30-4740-9c68-0f0c00c9b305" + ], + "x-ms-correlation-request-id": [ + "f128d87c-fd30-4740-9c68-0f0c00c9b305" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100712Z:f128d87c-fd30-4740-9c68-0f0c00c9b305" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:07:12 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "222" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Compute/virtualMachines/a2aVM330' under resource group 'a2aVM330' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Compute/virtualMachines/a2aVM330?api-version=2019-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL2EyYVZNMzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvYTJhVk0zMzA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/36.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31996" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "885b0899-cdb2-47cf-8278-29fef2da6479" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "7bd70ef1-9a4a-45ae-88bc-181efe7622f1" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100903Z:7bd70ef1-9a4a-45ae-88bc-181efe7622f1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:09:02 GMT" + ], + "Content-Length": [ + "1682" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"a2aVM330\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Compute/virtualMachines/a2aVM330\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"vmId\": \"3c0753bd-92ad-4c28-ad4b-43f4c63e4878\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"RedHat\",\r\n \"offer\": \"RHEL\",\r\n \"sku\": \"7-RAW\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"7.7.2019090418\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"a2aVM330_OsDisk_1_d10cdc8c00844e31b4402f4430f934a7\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2AVM330/providers/Microsoft.Compute/disks/a2aVM330_OsDisk_1_d10cdc8c00844e31b4402f4430f934a7\"\r\n },\r\n \"diskSizeGB\": 32\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"a2aVM330\",\r\n \"adminUsername\": \"adminUser\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkInterfaces/a2aVM330\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Compute/virtualMachines/a2aVM330?api-version=2019-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL2EyYVZNMzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvYTJhVk0zMzA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e6915216-8d54-4737-ae4a-5d8cf7d513a1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/36.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31995" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "544762ba-b47b-46f5-8e0b-2aa537b00c94" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "a8d68677-d17b-46db-896d-de0402c192e9" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100904Z:a8d68677-d17b-46db-896d-de0402c192e9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:09:04 GMT" + ], + "Content-Length": [ + "1682" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"a2aVM330\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Compute/virtualMachines/a2aVM330\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"vmId\": \"3c0753bd-92ad-4c28-ad4b-43f4c63e4878\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"RedHat\",\r\n \"offer\": \"RHEL\",\r\n \"sku\": \"7-RAW\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"7.7.2019090418\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"a2aVM330_OsDisk_1_d10cdc8c00844e31b4402f4430f934a7\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2AVM330/providers/Microsoft.Compute/disks/a2aVM330_OsDisk_1_d10cdc8c00844e31b4402f4430f934a7\"\r\n },\r\n \"diskSizeGB\": 32\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"a2aVM330\",\r\n \"adminUsername\": \"adminUser\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkInterfaces/a2aVM330\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/a2aVM330?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlZ3JvdXBzL2EyYVZNMzMwP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "631aaa3b-4cf5-44fe-ad38-394a79f9aac7" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "07ff90d5-65fd-429f-92f3-c198e9cc2e21" + ], + "x-ms-correlation-request-id": [ + "07ff90d5-65fd-429f-92f3-c198e9cc2e21" + ], + "x-ms-routing-request-id": [ + "CENTRALINDIA:20200626T100712Z:07ff90d5-65fd-429f-92f3-c198e9cc2e21" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:07:11 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "169" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330\",\r\n \"name\": \"a2aVM330\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkInterfaces/a2aVM330?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL2EyYVZNMzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9hMmFWTTMzMD9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d7121f0e-1141-4b62-abb2-6d8a1167763b" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Network.Version2017.10.01.NetworkManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "9ac6fc78-afd3-41b8-9f8d-d98f1485c049" + ], + "x-ms-correlation-request-id": [ + "9ac6fc78-afd3-41b8-9f8d-d98f1485c049" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100713Z:9ac6fc78-afd3-41b8-9f8d-d98f1485c049" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:07:12 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "224" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkInterfaces/a2aVM330' under resource group 'a2aVM330' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkInterfaces/a2aVM330?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL2EyYVZNMzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9hMmFWTTMzMD9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Network.Version2017.10.01.NetworkManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"3918cec7-3c55-4786-8958-b07b2db277ed\"" + ], + "x-ms-request-id": [ + "80f791f0-72f1-4e92-afd6-eaf0724c657d" + ], + "x-ms-correlation-request-id": [ + "f2f69b29-5863-40f7-9a14-3b0d52e7b120" + ], + "x-ms-arm-service-request-id": [ + "d9c12d2a-83c6-41ef-a316-54f45d2f2c2b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100739Z:f2f69b29-5863-40f7-9a14-3b0d52e7b120" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:07:38 GMT" + ], + "Content-Length": [ + "1913" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"a2aVM330\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkInterfaces/a2aVM330\",\r\n \"etag\": \"W/\\\"3918cec7-3c55-4786-8958-b07b2db277ed\\\"\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"58901a68-b44e-4446-abff-302f3b0a8568\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"a2aVM330\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkInterfaces/a2aVM330/ipConfigurations/a2aVM330\",\r\n \"etag\": \"W/\\\"3918cec7-3c55-4786-8958-b07b2db277ed\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"192.168.1.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/publicIPAddresses/a2aVM330\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/virtualNetworks/a2aVM330/subnets/a2aVM330\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"fdev3rxw4aoujg21shpzemtxnd.dx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkSecurityGroups/a2aVM330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/virtualNetworks/a2aVM330?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL2EyYVZNMzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3MvYTJhVk0zMzA/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "39e38a85-c193-45e7-a3f9-ab74d031a88d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Network.Version2017.10.01.NetworkManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "97a015cd-ccdc-4572-93d0-2baa64a54156" + ], + "x-ms-correlation-request-id": [ + "97a015cd-ccdc-4572-93d0-2baa64a54156" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100713Z:97a015cd-ccdc-4572-93d0-2baa64a54156" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:07:13 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "222" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/a2aVM330' under resource group 'a2aVM330' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/virtualNetworks/a2aVM330?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL2EyYVZNMzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3MvYTJhVk0zMzA/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Network.Version2017.10.01.NetworkManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"879d1c3f-37fe-4b10-a370-21f95fe80359\"" + ], + "x-ms-request-id": [ + "76822c1f-3624-4cfd-b5f9-16d217ba2905" + ], + "x-ms-correlation-request-id": [ + "2e362469-fbf7-469b-a788-75a10d8d4115" + ], + "x-ms-arm-service-request-id": [ + "0605338c-7d24-4a9f-a788-abca6fc999b2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100725Z:2e362469-fbf7-469b-a788-75a10d8d4115" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:07:24 GMT" + ], + "Content-Length": [ + "1108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"a2aVM330\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/virtualNetworks/a2aVM330\",\r\n \"etag\": \"W/\\\"879d1c3f-37fe-4b10-a370-21f95fe80359\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c65ec928-f0f6-441d-9b9b-91df9232776b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"192.168.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"a2aVM330\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/virtualNetworks/a2aVM330/subnets/a2aVM330\",\r\n \"etag\": \"W/\\\"879d1c3f-37fe-4b10-a370-21f95fe80359\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"192.168.1.0/24\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/publicIPAddresses/a2aVM330?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL2EyYVZNMzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9hMmFWTTMzMD9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0bce5955-af24-4e25-bbf9-be65c8b92efb" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Network.Version2017.10.01.NetworkManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "c347417b-8202-4bb5-8959-d9c905240bb5" + ], + "x-ms-correlation-request-id": [ + "c347417b-8202-4bb5-8959-d9c905240bb5" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100713Z:c347417b-8202-4bb5-8959-d9c905240bb5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:07:13 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "224" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/a2aVM330' under resource group 'a2aVM330' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/publicIPAddresses/a2aVM330?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL2EyYVZNMzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9hMmFWTTMzMD9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Network.Version2017.10.01.NetworkManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"e529a95c-67f9-43a2-bb84-5889b7324035\"" + ], + "x-ms-request-id": [ + "4bce12c0-1443-4537-ba69-58f88e3a53e9" + ], + "x-ms-correlation-request-id": [ + "646105e3-4e01-4b40-b28b-4e00761be2cc" + ], + "x-ms-arm-service-request-id": [ + "c4b5de9e-c2c6-414b-9cd4-7e4a650ac2d9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100734Z:646105e3-4e01-4b40-b28b-4e00761be2cc" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:07:34 GMT" + ], + "Content-Length": [ + "754" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"a2aVM330\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/publicIPAddresses/a2aVM330\",\r\n \"etag\": \"W/\\\"e529a95c-67f9-43a2-bb84-5889b7324035\\\"\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"02958253-528f-4e1b-a06e-8c81f2064542\",\r\n \"ipAddress\": \"40.83.173.200\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"domain330\",\r\n \"fqdn\": \"domain330.westus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkSecurityGroups/a2aVM330?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL2EyYVZNMzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrU2VjdXJpdHlHcm91cHMvYTJhVk0zMzA/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "01313928-389a-436c-9ff2-ba374a72d930" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Network.Version2017.10.01.NetworkManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "d883f86a-0cea-48e9-9748-00dfe4b838fd" + ], + "x-ms-correlation-request-id": [ + "d883f86a-0cea-48e9-9748-00dfe4b838fd" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100714Z:d883f86a-0cea-48e9-9748-00dfe4b838fd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:07:13 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "228" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkSecurityGroups/a2aVM330' under resource group 'a2aVM330' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkSecurityGroups/a2aVM330?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL2EyYVZNMzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrU2VjdXJpdHlHcm91cHMvYTJhVk0zMzA/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Network.Version2017.10.01.NetworkManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "W/\"ca8d395f-c156-41f9-beed-d263378ba0ed\"" + ], + "x-ms-request-id": [ + "3a03676e-e16a-4f91-9a8a-555bf92f9285" + ], + "x-ms-correlation-request-id": [ + "ddfa0105-2fb7-4e30-b05b-6c1895679312" + ], + "x-ms-arm-service-request-id": [ + "e57e5a97-fb36-46fe-bc9c-8fd09be23dc1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100725Z:ddfa0105-2fb7-4e30-b05b-6c1895679312" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:07:25 GMT" + ], + "Content-Length": [ + "7388" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"a2aVM330\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkSecurityGroups/a2aVM330\",\r\n \"etag\": \"W/\\\"ca8d395f-c156-41f9-beed-d263378ba0ed\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2937068b-16f4-4ef0-b996-9b4d18ec7b4f\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"a2aVM33022\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkSecurityGroups/a2aVM330/securityRules/a2aVM33022\",\r\n \"etag\": \"W/\\\"ca8d395f-c156-41f9-beed-d263378ba0ed\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"22\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 1000,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n }\r\n ],\r\n \"defaultSecurityRules\": [\r\n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkSecurityGroups/a2aVM330/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"ca8d395f-c156-41f9-beed-d263378ba0ed\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkSecurityGroups/a2aVM330/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"ca8d395f-c156-41f9-beed-d263378ba0ed\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow inbound traffic from azure load balancer\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkSecurityGroups/a2aVM330/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"ca8d395f-c156-41f9-beed-d263378ba0ed\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Deny all inbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkSecurityGroups/a2aVM330/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"ca8d395f-c156-41f9-beed-d263378ba0ed\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow outbound traffic from all VMs to all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkSecurityGroups/a2aVM330/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"ca8d395f-c156-41f9-beed-d263378ba0ed\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"Internet\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkSecurityGroups/a2aVM330/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"ca8d395f-c156-41f9-beed-d263378ba0ed\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Deny all outbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n }\r\n ]\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/virtualNetworks/a2aVM330?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL2EyYVZNMzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya3MvYTJhVk0zMzA/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"192.168.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"192.168.1.0/24\"\r\n },\r\n \"name\": \"a2aVM330\"\r\n }\r\n ]\r\n },\r\n \"location\": \"westus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "29e3c082-80e9-4920-bdec-e2044058eb63" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Network.Version2017.10.01.NetworkManagementClient/1.3.14" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "300" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "3" + ], + "x-ms-request-id": [ + "6630bc93-ecf1-4f33-ab66-a132ad629dd7" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/providers/Microsoft.Network/locations/westus/operations/6630bc93-ecf1-4f33-ab66-a132ad629dd7?api-version=2017-10-01" + ], + "x-ms-correlation-request-id": [ + "f3549bb2-35cf-433d-b9c1-20a3127e5394" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "7cec3ad1-29b0-4b5d-b018-5d348be4acc5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100721Z:f3549bb2-35cf-433d-b9c1-20a3127e5394" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:07:20 GMT" + ], + "Content-Length": [ + "1106" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"a2aVM330\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/virtualNetworks/a2aVM330\",\r\n \"etag\": \"W/\\\"06a425d1-2183-4ef7-98c2-f2fbed705cf6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c65ec928-f0f6-441d-9b9b-91df9232776b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"192.168.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"a2aVM330\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/virtualNetworks/a2aVM330/subnets/a2aVM330\",\r\n \"etag\": \"W/\\\"06a425d1-2183-4ef7-98c2-f2fbed705cf6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"192.168.1.0/24\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkSecurityGroups/a2aVM330?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL2EyYVZNMzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrU2VjdXJpdHlHcm91cHMvYTJhVk0zMzA/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"securityRules\": [\r\n {\r\n \"properties\": {\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"22\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 1000,\r\n \"direction\": \"Inbound\"\r\n },\r\n \"name\": \"a2aVM33022\"\r\n }\r\n ]\r\n },\r\n \"location\": \"westus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6a651818-c24d-4f5b-afcb-32d3d2bdf594" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Network.Version2017.10.01.NetworkManagementClient/1.3.14" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "451" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "3" + ], + "x-ms-request-id": [ + "93cd6bc3-4793-46f6-b822-31ac65c0b284" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/providers/Microsoft.Network/locations/westus/operations/93cd6bc3-4793-46f6-b822-31ac65c0b284?api-version=2017-10-01" + ], + "x-ms-correlation-request-id": [ + "6e8edaf2-2684-4649-b9b0-8f0ed389b513" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "43f7655c-7d7f-4fff-85c7-599d31c8afe0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100721Z:6e8edaf2-2684-4649-b9b0-8f0ed389b513" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:07:21 GMT" + ], + "Content-Length": [ + "7380" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"a2aVM330\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkSecurityGroups/a2aVM330\",\r\n \"etag\": \"W/\\\"ab1dac59-827a-443e-85f2-04efca76325b\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2937068b-16f4-4ef0-b996-9b4d18ec7b4f\",\r\n \"securityRules\": [\r\n {\r\n \"name\": \"a2aVM33022\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkSecurityGroups/a2aVM330/securityRules/a2aVM33022\",\r\n \"etag\": \"W/\\\"ab1dac59-827a-443e-85f2-04efca76325b\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"protocol\": \"Tcp\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"22\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 1000,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n }\r\n ],\r\n \"defaultSecurityRules\": [\r\n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkSecurityGroups/a2aVM330/defaultSecurityRules/AllowVnetInBound\",\r\n \"etag\": \"W/\\\"ab1dac59-827a-443e-85f2-04efca76325b\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkSecurityGroups/a2aVM330/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\r\n \"etag\": \"W/\\\"ab1dac59-827a-443e-85f2-04efca76325b\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Allow inbound traffic from azure load balancer\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"AzureLoadBalancer\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkSecurityGroups/a2aVM330/defaultSecurityRules/DenyAllInBound\",\r\n \"etag\": \"W/\\\"ab1dac59-827a-443e-85f2-04efca76325b\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Deny all inbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkSecurityGroups/a2aVM330/defaultSecurityRules/AllowVnetOutBound\",\r\n \"etag\": \"W/\\\"ab1dac59-827a-443e-85f2-04efca76325b\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Allow outbound traffic from all VMs to all VMs in VNET\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"VirtualNetwork\",\r\n \"destinationAddressPrefix\": \"VirtualNetwork\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65000,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkSecurityGroups/a2aVM330/defaultSecurityRules/AllowInternetOutBound\",\r\n \"etag\": \"W/\\\"ab1dac59-827a-443e-85f2-04efca76325b\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"Internet\",\r\n \"access\": \"Allow\",\r\n \"priority\": 65001,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkSecurityGroups/a2aVM330/defaultSecurityRules/DenyAllOutBound\",\r\n \"etag\": \"W/\\\"ab1dac59-827a-443e-85f2-04efca76325b\\\"\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Deny all outbound traffic\",\r\n \"protocol\": \"*\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationPortRange\": \"*\",\r\n \"sourceAddressPrefix\": \"*\",\r\n \"destinationAddressPrefix\": \"*\",\r\n \"access\": \"Deny\",\r\n \"priority\": 65500,\r\n \"direction\": \"Outbound\",\r\n \"sourcePortRanges\": [],\r\n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n }\r\n ]\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/publicIPAddresses/a2aVM330?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL2EyYVZNMzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9wdWJsaWNJUEFkZHJlc3Nlcy9hMmFWTTMzMD9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"domain330\"\r\n }\r\n },\r\n \"location\": \"westus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c4f692b2-5e59-4e39-b2e3-36e65006e8ae" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Network.Version2017.10.01.NetworkManagementClient/1.3.14" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "202" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "1" + ], + "x-ms-request-id": [ + "206e7f13-4f3e-4b17-8224-af6972e2b5bc" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/providers/Microsoft.Network/locations/westus/operations/206e7f13-4f3e-4b17-8224-af6972e2b5bc?api-version=2017-10-01" + ], + "x-ms-correlation-request-id": [ + "ef775533-1737-4ddd-b86e-1cdbff6043c2" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "ad27c2fe-9d90-4214-804b-7f1e1c166370" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100721Z:ef775533-1737-4ddd-b86e-1cdbff6043c2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:07:20 GMT" + ], + "Content-Length": [ + "718" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"a2aVM330\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/publicIPAddresses/a2aVM330\",\r\n \"etag\": \"W/\\\"d6b952b3-b7c1-4c55-b9e1-7977e5b5e829\\\"\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"02958253-528f-4e1b-a06e-8c81f2064542\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"domain330\",\r\n \"fqdn\": \"domain330.westus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/providers/Microsoft.Network/locations/westus/operations/206e7f13-4f3e-4b17-8224-af6972e2b5bc?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjA2ZTdmMTMtNGYzZS00YjE3LTgyMjQtYWY2OTcyZTJiNWJjP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Network.Version2017.10.01.NetworkManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "2" + ], + "x-ms-request-id": [ + "f1ef883a-bae3-4b57-a0a0-06279100f16c" + ], + "x-ms-correlation-request-id": [ + "6840f36a-3165-4113-8655-42c45d1290cd" + ], + "x-ms-arm-service-request-id": [ + "f60aeeef-db70-4302-964f-3386b4b999f5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100723Z:6840f36a-3165-4113-8655-42c45d1290cd" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:07:22 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/providers/Microsoft.Network/locations/westus/operations/206e7f13-4f3e-4b17-8224-af6972e2b5bc?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjA2ZTdmMTMtNGYzZS00YjE3LTgyMjQtYWY2OTcyZTJiNWJjP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Network.Version2017.10.01.NetworkManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "2" + ], + "x-ms-request-id": [ + "c95c6297-be43-4939-9638-81ac8604d7da" + ], + "x-ms-correlation-request-id": [ + "645d3285-2b50-41f2-a624-96195c2e93c0" + ], + "x-ms-arm-service-request-id": [ + "95e090fb-3134-43c1-8c56-fb22c0fa49ae" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100725Z:645d3285-2b50-41f2-a624-96195c2e93c0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:07:24 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/providers/Microsoft.Network/locations/westus/operations/206e7f13-4f3e-4b17-8224-af6972e2b5bc?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjA2ZTdmMTMtNGYzZS00YjE3LTgyMjQtYWY2OTcyZTJiNWJjP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Network.Version2017.10.01.NetworkManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "2" + ], + "x-ms-request-id": [ + "b106d547-ec8e-4e2e-b256-307b23faaaf3" + ], + "x-ms-correlation-request-id": [ + "0d2af53f-888b-42a9-ad28-6dc9737aaae4" + ], + "x-ms-arm-service-request-id": [ + "3c8f537b-e93e-4c7d-8b38-870d77ed17e5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100727Z:0d2af53f-888b-42a9-ad28-6dc9737aaae4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:07:27 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/providers/Microsoft.Network/locations/westus/operations/206e7f13-4f3e-4b17-8224-af6972e2b5bc?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjA2ZTdmMTMtNGYzZS00YjE3LTgyMjQtYWY2OTcyZTJiNWJjP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Network.Version2017.10.01.NetworkManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "2" + ], + "x-ms-request-id": [ + "0a2b4587-4074-43fc-8988-de703b398dbf" + ], + "x-ms-correlation-request-id": [ + "123ee887-034e-40ec-8594-f4f6d87b9e20" + ], + "x-ms-arm-service-request-id": [ + "6008f8ca-d1ac-46a6-b4aa-5202ab315a8c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100730Z:123ee887-034e-40ec-8594-f4f6d87b9e20" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:07:29 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/providers/Microsoft.Network/locations/westus/operations/206e7f13-4f3e-4b17-8224-af6972e2b5bc?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjA2ZTdmMTMtNGYzZS00YjE3LTgyMjQtYWY2OTcyZTJiNWJjP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Network.Version2017.10.01.NetworkManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "2" + ], + "x-ms-request-id": [ + "a003b0b2-81fa-495b-954b-3599cd9750ea" + ], + "x-ms-correlation-request-id": [ + "dce04551-7f42-403b-a93b-5b1e0853ed6e" + ], + "x-ms-arm-service-request-id": [ + "e531c85b-db39-4985-9d94-5ab70c5261c4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100732Z:dce04551-7f42-403b-a93b-5b1e0853ed6e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:07:31 GMT" + ], + "Content-Length": [ + "30" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/providers/Microsoft.Network/locations/westus/operations/206e7f13-4f3e-4b17-8224-af6972e2b5bc?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMjA2ZTdmMTMtNGYzZS00YjE3LTgyMjQtYWY2OTcyZTJiNWJjP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Network.Version2017.10.01.NetworkManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "b9820a0d-fa03-4642-aa25-67eca32c32ee" + ], + "x-ms-correlation-request-id": [ + "dc660f74-a8cd-4a5b-948e-f1680d522fe8" + ], + "x-ms-arm-service-request-id": [ + "0482a358-da59-4b89-8843-2c440e10ca8c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100734Z:dc660f74-a8cd-4a5b-948e-f1680d522fe8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:07:33 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/providers/Microsoft.Network/locations/westus/operations/6630bc93-ecf1-4f33-ab66-a132ad629dd7?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNjYzMGJjOTMtZWNmMS00ZjMzLWFiNjYtYTEzMmFkNjI5ZGQ3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Network.Version2017.10.01.NetworkManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "d4ba9cc9-8baa-4a67-af41-1b1bc0b2fc3c" + ], + "x-ms-correlation-request-id": [ + "2380de48-cd78-4673-be98-2a4969003e01" + ], + "x-ms-arm-service-request-id": [ + "ba73d667-80ca-4efe-b4ae-96246793c2d2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100724Z:2380de48-cd78-4673-be98-2a4969003e01" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:07:23 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/providers/Microsoft.Network/locations/westus/operations/93cd6bc3-4793-46f6-b822-31ac65c0b284?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOTNjZDZiYzMtNDc5My00NmY2LWI4MjItMzFhYzY1YzBiMjg0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Network.Version2017.10.01.NetworkManagementClient/1.3.14" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "5663e90f-c681-46ae-9fb9-2e10c798bf77" + ], + "x-ms-correlation-request-id": [ + "12bd780e-a920-49ba-9bfe-e3a2887c921e" + ], + "x-ms-arm-service-request-id": [ + "3139c49c-85bb-411b-a154-c7d203b2a99b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100725Z:12bd780e-a920-49ba-9bfe-e3a2887c921e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:07:25 GMT" + ], + "Content-Length": [ + "29" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkInterfaces/a2aVM330?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL2EyYVZNMzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrSW50ZXJmYWNlcy9hMmFWTTMzMD9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkSecurityGroups/a2aVM330\"\r\n },\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/virtualNetworks/a2aVM330/subnets/a2aVM330\"\r\n },\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/publicIPAddresses/a2aVM330\"\r\n }\r\n },\r\n \"name\": \"a2aVM330\"\r\n }\r\n ],\r\n \"enableAcceleratedNetworking\": false\r\n },\r\n \"location\": \"westus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b4eb56e8-c02b-4376-82b1-87e977e6f53f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Network.Version2017.10.01.NetworkManagementClient/1.3.14" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "803" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9eda0fd1-97e1-49f2-8847-6b94f21c592e" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/providers/Microsoft.Network/locations/westus/operations/9eda0fd1-97e1-49f2-8847-6b94f21c592e?api-version=2017-10-01" + ], + "x-ms-correlation-request-id": [ + "0b6539bf-b96c-4866-912f-f44b82b3b44e" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-arm-service-request-id": [ + "77da7c35-f03f-4aae-a001-06c9377a71e8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100738Z:0b6539bf-b96c-4866-912f-f44b82b3b44e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:07:38 GMT" + ], + "Content-Length": [ + "1913" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"a2aVM330\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkInterfaces/a2aVM330\",\r\n \"etag\": \"W/\\\"3918cec7-3c55-4786-8958-b07b2db277ed\\\"\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"58901a68-b44e-4446-abff-302f3b0a8568\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"a2aVM330\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkInterfaces/a2aVM330/ipConfigurations/a2aVM330\",\r\n \"etag\": \"W/\\\"3918cec7-3c55-4786-8958-b07b2db277ed\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"192.168.1.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/publicIPAddresses/a2aVM330\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/virtualNetworks/a2aVM330/subnets/a2aVM330\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"fdev3rxw4aoujg21shpzemtxnd.dx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkSecurityGroups/a2aVM330\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Compute/virtualMachines/a2aVM330?api-version=2019-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL2EyYVZNMzMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS92aXJ0dWFsTWFjaGluZXMvYTJhVk0zMzA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"RedHat\",\r\n \"offer\": \"RHEL\",\r\n \"sku\": \"7-RAW\",\r\n \"version\": \"latest\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"a2aVM330\",\r\n \"adminUsername\": \"adminUser\",\r\n \"adminPassword\": \"System.Security.SecureString\",\r\n \"linuxConfiguration\": {}\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkInterfaces/a2aVM330\"\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"westus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9ed2d581-346f-4f6e-83bf-2a41b84e98e2" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/36.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "734" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/providers/Microsoft.Compute/locations/westus/operations/b4fca5ee-4ee0-407a-b16a-ddc0bedb83e8?api-version=2019-12-01" + ], + "Azure-AsyncNotification": [ + "Enabled" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "b4fca5ee-4ee0-407a-b16a-ddc0bedb83e8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "da44c0cb-a232-42ad-ab8c-e921a32b4f9d" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100742Z:da44c0cb-a232-42ad-ab8c-e921a32b4f9d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:07:42 GMT" + ], + "Content-Length": [ + "1429" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"a2aVM330\",\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Compute/virtualMachines/a2aVM330\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"vmId\": \"3c0753bd-92ad-4c28-ad4b-43f4c63e4878\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"RedHat\",\r\n \"offer\": \"RHEL\",\r\n \"sku\": \"7-RAW\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"7.7.2019090418\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 32\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"a2aVM330\",\r\n \"adminUsername\": \"adminUser\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": false,\r\n \"provisionVMAgent\": true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkInterfaces/a2aVM330\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/providers/Microsoft.Compute/locations/westus/operations/b4fca5ee-4ee0-407a-b16a-ddc0bedb83e8?api-version=2019-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYjRmY2E1ZWUtNGVlMC00MDdhLWIxNmEtZGRjMGJlZGI4M2U4P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/36.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "35" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "976a1082-9f78-49bd-8eb1-bf3d48790636" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "341ada91-d021-4a1a-8678-26b5f2799ada" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100752Z:341ada91-d021-4a1a-8678-26b5f2799ada" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:07:52 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2020-06-26T15:37:41.1800167+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b4fca5ee-4ee0-407a-b16a-ddc0bedb83e8\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/providers/Microsoft.Compute/locations/westus/operations/b4fca5ee-4ee0-407a-b16a-ddc0bedb83e8?api-version=2019-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYjRmY2E1ZWUtNGVlMC00MDdhLWIxNmEtZGRjMGJlZGI4M2U4P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/36.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "c20fe942-e8da-465f-9d9f-795c7ac450bf" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "353fd7ec-bb42-4a1a-855f-4754acb68a55" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100828Z:353fd7ec-bb42-4a1a-855f-4754acb68a55" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:08:28 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2020-06-26T15:37:41.1800167+05:30\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b4fca5ee-4ee0-407a-b16a-ddc0bedb83e8\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/providers/Microsoft.Compute/locations/westus/operations/b4fca5ee-4ee0-407a-b16a-ddc0bedb83e8?api-version=2019-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYjRmY2E1ZWUtNGVlMC00MDdhLWIxNmEtZGRjMGJlZGI4M2U4P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/36.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29996" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "d6d37d9d-6f2b-4d84-9048-1a9307974370" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "7485b906-c009-4d32-a050-451539e1e64f" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100903Z:7485b906-c009-4d32-a050-451539e1e64f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:09:02 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2020-06-26T15:37:41.1800167+05:30\",\r\n \"endTime\": \"2020-06-26T15:38:41.1491756+05:30\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b4fca5ee-4ee0-407a-b16a-ddc0bedb83e8\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/A2APowershellTestRg330?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlZ3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzA/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"eastus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6c140724-fecb-4dd7-ac70-94049cb77c5a" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.14" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "28" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-request-id": [ + "d4e0a501-3e2a-4ec6-bc83-5d24a4cd083a" + ], + "x-ms-correlation-request-id": [ + "d4e0a501-3e2a-4ec6-bc83-5d24a4cd083a" + ], + "x-ms-routing-request-id": [ + "CENTRALINDIA:20200626T100906Z:d4e0a501-3e2a-4ec6-bc83-5d24a4cd083a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 26 Jun 2020 10:09:05 GMT" + ], + "Content-Length": [ + "197" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330\",\r\n \"name\": \"A2APowershellTestRg330\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMD9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {},\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"location\": \"eastus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dbd63fa7-6d2d-4574-a7c8-d52670bdd78e-2020-06-26 10:09:26Z-P" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "91" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "709933f3-9c3e-4f12-bbec-14342a825aa9" + ], + "x-ms-client-request-id": [ + "dbd63fa7-6d2d-4574-a7c8-d52670bdd78e-2020-06-26 10:09:26Z-P" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "204" + ], + "x-ms-correlation-request-id": [ + "709933f3-9c3e-4f12-bbec-14342a825aa9" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100933Z:709933f3-9c3e-4f12-bbec-14342a825aa9" + ], + "Date": [ + "Fri, 26 Jun 2020 10:09:33 GMT" + ], + "Content-Length": [ + "471" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"location\": \"eastus\",\r\n \"name\": \"A2APowershellTest330\",\r\n \"etag\": \"W/\\\"datetime'2020-06-26T10%3A09%3A31.8629944Z'\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateEndpointStateForBackup\": \"None\",\r\n \"privateEndpointStateForSiteRecovery\": \"None\"\r\n },\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMD9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ee20c763-b570-4047-a891-340e8ba37f81-2020-06-26 10:09:53Z-P" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "4a3a6375-5e0d-4c47-a5e3-6b3d55f453f2" + ], + "x-ms-client-request-id": [ + "ee20c763-b570-4047-a891-340e8ba37f81-2020-06-26 10:09:53Z-P" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "4a3a6375-5e0d-4c47-a5e3-6b3d55f453f2" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100954Z:4a3a6375-5e0d-4c47-a5e3-6b3d55f453f2" + ], + "Date": [ + "Fri, 26 Jun 2020 10:09:53 GMT" + ], + "Content-Length": [ + "471" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"location\": \"eastus\",\r\n \"name\": \"A2APowershellTest330\",\r\n \"etag\": \"W/\\\"datetime'2020-06-26T10%3A09%3A31.8629944Z'\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateEndpointStateForBackup\": \"None\",\r\n \"privateEndpointStateForSiteRecovery\": \"None\"\r\n },\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/extendedInformation/vaultExtendedInfo?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9leHRlbmRlZEluZm9ybWF0aW9uL3ZhdWx0RXh0ZW5kZWRJbmZvP2FwaS12ZXJzaW9uPTIwMTYtMDYtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "57e5ff7b-be5d-4ef5-9b10-507ad6e8f582-2020-06-26 10:09:54Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "385940df-ec90-4d68-9988-58cb385e1f0f" + ], + "x-ms-client-request-id": [ + "57e5ff7b-be5d-4ef5-9b10-507ad6e8f582-2020-06-26 10:09:54Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "385940df-ec90-4d68-9988-58cb385e1f0f" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100954Z:385940df-ec90-4d68-9988-58cb385e1f0f" + ], + "Date": [ + "Fri, 26 Jun 2020 10:09:54 GMT" + ], + "Content-Length": [ + "86" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"ErrorCode\": \"ResourceExtendedInfoNotFound\",\r\n \"Message\": {\r\n \"Language\": \"en-US\",\r\n \"Value\": \"\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/extendedInformation/vaultExtendedInfo?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9leHRlbmRlZEluZm9ybWF0aW9uL3ZhdWx0RXh0ZW5kZWRJbmZvP2FwaS12ZXJzaW9uPTIwMTYtMDYtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"integrityKey\": \"tx8xxMO6ZjoYCyPKO5R5bQ==\",\r\n \"algorithm\": \"None\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9fcefbd8-34f4-4a76-82cc-c1355320270a-2020-06-26 10:09:54Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "102" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "a053cf40-be55-4f2e-b540-b511a1962c25" + ], + "x-ms-client-request-id": [ + "9fcefbd8-34f4-4a76-82cc-c1355320270a-2020-06-26 10:09:54Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "a053cf40-be55-4f2e-b540-b511a1962c25" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100955Z:a053cf40-be55-4f2e-b540-b511a1962c25" + ], + "Date": [ + "Fri, 26 Jun 2020 10:09:54 GMT" + ], + "Content-Length": [ + "412" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"vaultExtendedInfo\",\r\n \"etag\": \"3f7294c6-4794-46c6-a043-4b577be5fafe\",\r\n \"properties\": {\r\n \"integrityKey\": \"tx8xxMO6ZjoYCyPKO5R5bQ==\",\r\n \"algorithm\": \"None\"\r\n },\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330extendedInformation/vaultExtendedInfo\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/extendedInformation\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cz9hcGktdmVyc2lvbj0yMDE2LTA2LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3b440c13-2cc7-4e35-9db2-af02930e2a70" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.RecoveryServicesClient/4.3.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "18446bac-5f2e-4772-95c2-d1cf92ed7d9d" + ], + "x-ms-client-request-id": [ + "3b440c13-2cc7-4e35-9db2-af02930e2a70" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "18446bac-5f2e-4772-95c2-d1cf92ed7d9d" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100955Z:18446bac-5f2e-4772-95c2-d1cf92ed7d9d" + ], + "Date": [ + "Fri, 26 Jun 2020 10:09:55 GMT" + ], + "Content-Length": [ + "483" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"location\": \"eastus\",\r\n \"name\": \"A2APowershellTest330\",\r\n \"etag\": \"W/\\\"datetime'2020-06-26T10%3A09%3A55.2005745Z'\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateEndpointStateForBackup\": \"None\",\r\n \"privateEndpointStateForSiteRecovery\": \"None\"\r\n },\r\n \"id\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkZhYnJpY3MvYTJhUHJpbWFyeUZhYnJpYzMzMD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"customDetails\": {\r\n \"instanceType\": \"Azure\",\r\n \"location\": \"westus\"\r\n }\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a8662301-a187-4b23-aacc-7802fe42da9d-2020-06-26 10:09:55Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162595797)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767395797)\\/\",\"ClientRequestId\":\"a8662301-a187-4b23-aacc-7802fe42da9d-2020-06-26 10:09:55Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"tANCW8UtRVx5Gv1M1ZWA79P9IwnCrZMebZUjIZ37xF0=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "119" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/operationresults/86fa9372-31fc-410a-8706-d86699726ea9?api-version=2018-07-10" + ], + "Retry-After": [ + "30" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9", + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationOperationStatus/86fa9372-31fc-410a-8706-d86699726ea9?api-version=2018-07-10" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "a8662301-a187-4b23-aacc-7802fe42da9d-2020-06-26 10:09:55Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "0fa40c26-4980-4274-a41e-9eb3db01cbcc" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100956Z:0fa40c26-4980-4274-a41e-9eb3db01cbcc" + ], + "Date": [ + "Fri, 26 Jun 2020 10:09:56 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODZmYTkzNzItMzFmYy00MTBhLTg3MDYtZDg2Njk5NzI2ZWE5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2786b9f3-0a77-4305-9214-b6103e845d0b-2020-06-26 10:09:56Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162596811)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767396811)\\/\",\"ClientRequestId\":\"2786b9f3-0a77-4305-9214-b6103e845d0b-2020-06-26 10:09:56Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"kV/IHek/ZDDSff9hjePQFp5/dFeSd1a2IsYq5v5ddNk=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "2786b9f3-0a77-4305-9214-b6103e845d0b-2020-06-26 10:09:56Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "af55293d-620d-4111-bae7-549550244498" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100957Z:af55293d-620d-4111-bae7-549550244498" + ], + "Date": [ + "Fri, 26 Jun 2020 10:09:56 GMT" + ], + "Content-Length": [ + "1343" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"a8662301-a187-4b23-aacc-7802fe42da9d-2020-06-26 10:09:55Z-Ps ActivityId: 0fa40c26-4980-4274-a41e-9eb3db01cbcc\",\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"RegisterVMMTask\",\r\n \"name\": \"RegisterVmmTask\",\r\n \"startTime\": \"2020-06-26T10:09:56.4590911Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Registering the server\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"a2aPrimaryFabric330\",\r\n \"primaryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODZmYTkzNzItMzFmYy00MTBhLTg3MDYtZDg2Njk5NzI2ZWE5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f32a4d4f-ef73-4543-8e49-54edc49dc8c1-2020-06-26 10:09:57Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162597209)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767397209)\\/\",\"ClientRequestId\":\"f32a4d4f-ef73-4543-8e49-54edc49dc8c1-2020-06-26 10:09:57Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"ef7Cl+UiP7VtMUVjSWgrZaHxrFeEcKppKnalQaUezZU=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "f32a4d4f-ef73-4543-8e49-54edc49dc8c1-2020-06-26 10:09:57Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "2b44849d-c82b-4c43-adc6-6035b86ffb82" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T100957Z:2b44849d-c82b-4c43-adc6-6035b86ffb82" + ], + "Date": [ + "Fri, 26 Jun 2020 10:09:56 GMT" + ], + "Content-Length": [ + "1343" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"a8662301-a187-4b23-aacc-7802fe42da9d-2020-06-26 10:09:55Z-Ps ActivityId: 0fa40c26-4980-4274-a41e-9eb3db01cbcc\",\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"RegisterVMMTask\",\r\n \"name\": \"RegisterVmmTask\",\r\n \"startTime\": \"2020-06-26T10:09:56.4590911Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Registering the server\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"a2aPrimaryFabric330\",\r\n \"primaryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODZmYTkzNzItMzFmYy00MTBhLTg3MDYtZDg2Njk5NzI2ZWE5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "29312c97-ae22-4746-b379-f815ed972585-2020-06-26 10:10:17Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162617539)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767417539)\\/\",\"ClientRequestId\":\"29312c97-ae22-4746-b379-f815ed972585-2020-06-26 10:10:17Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"QtBOhxPy5ZSKxmlCvshITwC6YOdlDnRzT7SbU9D4dK8=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "29312c97-ae22-4746-b379-f815ed972585-2020-06-26 10:10:17Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "8ee1b183-a660-4a07-b1fb-61ef3b51ed0f" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101017Z:8ee1b183-a660-4a07-b1fb-61ef3b51ed0f" + ], + "Date": [ + "Fri, 26 Jun 2020 10:10:17 GMT" + ], + "Content-Length": [ + "1343" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"a8662301-a187-4b23-aacc-7802fe42da9d-2020-06-26 10:09:55Z-Ps ActivityId: 0fa40c26-4980-4274-a41e-9eb3db01cbcc\",\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"RegisterVMMTask\",\r\n \"name\": \"RegisterVmmTask\",\r\n \"startTime\": \"2020-06-26T10:09:56.4590911Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Registering the server\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"a2aPrimaryFabric330\",\r\n \"primaryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODZmYTkzNzItMzFmYy00MTBhLTg3MDYtZDg2Njk5NzI2ZWE5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "df5f94ca-360e-4981-8d2e-81ebec4a5166-2020-06-26 10:10:37Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162637942)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767437942)\\/\",\"ClientRequestId\":\"df5f94ca-360e-4981-8d2e-81ebec4a5166-2020-06-26 10:10:37Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"zVJ2ay+0MrD8HZNNuMrNarPM+nxpefRfFhAH6QI0rz4=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "df5f94ca-360e-4981-8d2e-81ebec4a5166-2020-06-26 10:10:37Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "ffe52958-c69a-4d77-a70f-c3c137b37629" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101038Z:ffe52958-c69a-4d77-a70f-c3c137b37629" + ], + "Date": [ + "Fri, 26 Jun 2020 10:10:37 GMT" + ], + "Content-Length": [ + "1343" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"a8662301-a187-4b23-aacc-7802fe42da9d-2020-06-26 10:09:55Z-Ps ActivityId: 0fa40c26-4980-4274-a41e-9eb3db01cbcc\",\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"RegisterVMMTask\",\r\n \"name\": \"RegisterVmmTask\",\r\n \"startTime\": \"2020-06-26T10:09:56.4590911Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Registering the server\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"a2aPrimaryFabric330\",\r\n \"primaryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODZmYTkzNzItMzFmYy00MTBhLTg3MDYtZDg2Njk5NzI2ZWE5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "310131ab-5629-4179-9a8e-50f5e08e05e4-2020-06-26 10:10:58Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162658288)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767458288)\\/\",\"ClientRequestId\":\"310131ab-5629-4179-9a8e-50f5e08e05e4-2020-06-26 10:10:58Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"lR6D42jjClqDWsylqGSDii+BBqkG3qFDtI5QwMGuRF0=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "310131ab-5629-4179-9a8e-50f5e08e05e4-2020-06-26 10:10:58Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "41acf59c-b8c9-4388-a020-d2f91a658a6e" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101058Z:41acf59c-b8c9-4388-a020-d2f91a658a6e" + ], + "Date": [ + "Fri, 26 Jun 2020 10:10:58 GMT" + ], + "Content-Length": [ + "1343" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"a8662301-a187-4b23-aacc-7802fe42da9d-2020-06-26 10:09:55Z-Ps ActivityId: 0fa40c26-4980-4274-a41e-9eb3db01cbcc\",\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"RegisterVMMTask\",\r\n \"name\": \"RegisterVmmTask\",\r\n \"startTime\": \"2020-06-26T10:09:56.4590911Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Registering the server\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"a2aPrimaryFabric330\",\r\n \"primaryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODZmYTkzNzItMzFmYy00MTBhLTg3MDYtZDg2Njk5NzI2ZWE5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "70d8449f-493e-43d4-99c2-3b405e89273a-2020-06-26 10:11:18Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162678640)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767478640)\\/\",\"ClientRequestId\":\"70d8449f-493e-43d4-99c2-3b405e89273a-2020-06-26 10:11:18Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"iC3IgK/HvWx0N4Etj+TVgYk4xFfGxpKz5gNve7txJ2g=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "70d8449f-493e-43d4-99c2-3b405e89273a-2020-06-26 10:11:18Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "fb70168a-4387-4b63-bafb-7a4a2664f1c0" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101118Z:fb70168a-4387-4b63-bafb-7a4a2664f1c0" + ], + "Date": [ + "Fri, 26 Jun 2020 10:11:18 GMT" + ], + "Content-Length": [ + "1381" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"a8662301-a187-4b23-aacc-7802fe42da9d-2020-06-26 10:09:55Z-Ps ActivityId: 0fa40c26-4980-4274-a41e-9eb3db01cbcc\",\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"RegisterVMMTask\",\r\n \"name\": \"RegisterVmmTask\",\r\n \"startTime\": \"2020-06-26T10:11:01.2023193Z\",\r\n \"endTime\": \"2020-06-26T10:11:01.5306719Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Registering the server\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"a2aPrimaryFabric330\",\r\n \"primaryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkZhYnJpY3MvYTJhUHJpbWFyeUZhYnJpYzMzMD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c461dee8-a015-412e-93a2-acd701239f18-2020-06-26 10:11:18Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162678961)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767478961)\\/\",\"ClientRequestId\":\"c461dee8-a015-412e-93a2-acd701239f18-2020-06-26 10:11:18Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"KG8oj0+7+ymkh6ZWtD4OHcvxgQ7347tg1f/hd8V5yE4=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "c461dee8-a015-412e-93a2-acd701239f18-2020-06-26 10:11:18Z-Ps 6/26/2020 10:11:19 AM" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "c461dee8-a015-412e-93a2-acd701239f18-2020-06-26 10:11:18Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "c0f8e58d-9af2-45ec-88e5-2352fc090758" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101119Z:c0f8e58d-9af2-45ec-88e5-2352fc090758" + ], + "Date": [ + "Fri, 26 Jun 2020 10:11:19 GMT" + ], + "Content-Length": [ + "683" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"a2aPrimaryFabric330\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330\",\r\n \"properties\": {\r\n \"friendlyName\": \"West US\",\r\n \"encryptionDetails\": {\r\n \"kekState\": \"None\",\r\n \"kekCertThumbprint\": null\r\n },\r\n \"rolloverEncryptionDetails\": {\r\n \"kekState\": \"None\",\r\n \"kekCertThumbprint\": null\r\n },\r\n \"internalIdentifier\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"Azure\",\r\n \"location\": \"westus\",\r\n \"containerIds\": [],\r\n \"zones\": []\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkZhYnJpY3MvYTJhUHJpbWFyeUZhYnJpYzMzMD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ac149a41-f21e-4e35-be7f-4bea1bb37d95-2020-06-26 10:12:43Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162763180)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767563180)\\/\",\"ClientRequestId\":\"ac149a41-f21e-4e35-be7f-4bea1bb37d95-2020-06-26 10:12:43Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"cA4/MhauAgeSUOZ+dUco5Mv0TFyAzoDWhnhc0LhRBrg=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "ac149a41-f21e-4e35-be7f-4bea1bb37d95-2020-06-26 10:12:43Z-Ps 6/26/2020 10:12:43 AM" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "ac149a41-f21e-4e35-be7f-4bea1bb37d95-2020-06-26 10:12:43Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "7589bd9b-9f9c-48d8-8e33-e2df77371fe3" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101243Z:7589bd9b-9f9c-48d8-8e33-e2df77371fe3" + ], + "Date": [ + "Fri, 26 Jun 2020 10:12:43 GMT" + ], + "Content-Length": [ + "683" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"a2aPrimaryFabric330\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330\",\r\n \"properties\": {\r\n \"friendlyName\": \"West US\",\r\n \"encryptionDetails\": {\r\n \"kekState\": \"None\",\r\n \"kekCertThumbprint\": null\r\n },\r\n \"rolloverEncryptionDetails\": {\r\n \"kekState\": \"None\",\r\n \"kekCertThumbprint\": null\r\n },\r\n \"internalIdentifier\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"Azure\",\r\n \"location\": \"westus\",\r\n \"containerIds\": [],\r\n \"zones\": []\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aRecoveryFabric330?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkZhYnJpY3MvYTJhUmVjb3ZlcnlGYWJyaWMzMzA/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"customDetails\": {\r\n \"instanceType\": \"Azure\",\r\n \"location\": \"eastus\"\r\n }\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "656efb1e-c738-4947-942d-354b43bb946e-2020-06-26 10:11:19Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162679745)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767479745)\\/\",\"ClientRequestId\":\"656efb1e-c738-4947-942d-354b43bb946e-2020-06-26 10:11:19Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"qOJxgEPVZNJW+Fj3UJPEv0ZVeeXadYhBH10FN4eAXWk=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "119" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aRecoveryFabric330/operationresults/f1cf0321-ada5-4c02-af69-7307afd6e24b?api-version=2018-07-10" + ], + "Retry-After": [ + "30" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b", + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationOperationStatus/f1cf0321-ada5-4c02-af69-7307afd6e24b?api-version=2018-07-10" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "656efb1e-c738-4947-942d-354b43bb946e-2020-06-26 10:11:19Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "aadbbd7a-1ed6-4076-8392-68eaeb097d3a" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101120Z:aadbbd7a-1ed6-4076-8392-68eaeb097d3a" + ], + "Date": [ + "Fri, 26 Jun 2020 10:11:20 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvZjFjZjAzMjEtYWRhNS00YzAyLWFmNjktNzMwN2FmZDZlMjRiP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fb8d9384-7079-4221-8b83-c1005c9a47c0-2020-06-26 10:11:20Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162680812)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767480812)\\/\",\"ClientRequestId\":\"fb8d9384-7079-4221-8b83-c1005c9a47c0-2020-06-26 10:11:20Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"a346rrSfh9HREzHDvsuIdl6sBdt5zpMbGITereawO/o=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "fb8d9384-7079-4221-8b83-c1005c9a47c0-2020-06-26 10:11:20Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "853ae345-fd16-4460-a9aa-b435e1fc6e8a" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101121Z:853ae345-fd16-4460-a9aa-b435e1fc6e8a" + ], + "Date": [ + "Fri, 26 Jun 2020 10:11:20 GMT" + ], + "Content-Length": [ + "1344" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"656efb1e-c738-4947-942d-354b43bb946e-2020-06-26 10:11:19Z-Ps ActivityId: aadbbd7a-1ed6-4076-8392-68eaeb097d3a\",\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"RegisterVMMTask\",\r\n \"name\": \"RegisterVmmTask\",\r\n \"startTime\": \"2020-06-26T10:11:20.690901Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Registering the server\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"primaryVmmName\": \"a2aRecoveryFabric330\",\r\n \"primaryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvZjFjZjAzMjEtYWRhNS00YzAyLWFmNjktNzMwN2FmZDZlMjRiP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "929317a2-38a1-4f62-b176-c2b48ede4667-2020-06-26 10:11:21Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162681247)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767481247)\\/\",\"ClientRequestId\":\"929317a2-38a1-4f62-b176-c2b48ede4667-2020-06-26 10:11:21Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"d53JZMPTRdmo9qW95l3cwTB2Pcb58SK2TM9LrEZh1+w=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "929317a2-38a1-4f62-b176-c2b48ede4667-2020-06-26 10:11:21Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "ed25ac91-0dc5-4c1c-9ce6-4334a4a6bc6c" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101121Z:ed25ac91-0dc5-4c1c-9ce6-4334a4a6bc6c" + ], + "Date": [ + "Fri, 26 Jun 2020 10:11:20 GMT" + ], + "Content-Length": [ + "1344" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"656efb1e-c738-4947-942d-354b43bb946e-2020-06-26 10:11:19Z-Ps ActivityId: aadbbd7a-1ed6-4076-8392-68eaeb097d3a\",\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"RegisterVMMTask\",\r\n \"name\": \"RegisterVmmTask\",\r\n \"startTime\": \"2020-06-26T10:11:20.690901Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Registering the server\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"primaryVmmName\": \"a2aRecoveryFabric330\",\r\n \"primaryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvZjFjZjAzMjEtYWRhNS00YzAyLWFmNjktNzMwN2FmZDZlMjRiP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0b846fc6-5723-4bce-ab70-e4c7c9428468-2020-06-26 10:11:41Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162701539)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767501539)\\/\",\"ClientRequestId\":\"0b846fc6-5723-4bce-ab70-e4c7c9428468-2020-06-26 10:11:41Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"K1ZvIb2UJ+CJpzvua0wUcWZvcm2WpuB/FKTY6F4aQUg=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "0b846fc6-5723-4bce-ab70-e4c7c9428468-2020-06-26 10:11:41Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "a1e88ed4-e90c-4901-a4de-dddecf46346e" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101141Z:a1e88ed4-e90c-4901-a4de-dddecf46346e" + ], + "Date": [ + "Fri, 26 Jun 2020 10:11:41 GMT" + ], + "Content-Length": [ + "1344" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"656efb1e-c738-4947-942d-354b43bb946e-2020-06-26 10:11:19Z-Ps ActivityId: aadbbd7a-1ed6-4076-8392-68eaeb097d3a\",\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"RegisterVMMTask\",\r\n \"name\": \"RegisterVmmTask\",\r\n \"startTime\": \"2020-06-26T10:11:20.690901Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Registering the server\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"primaryVmmName\": \"a2aRecoveryFabric330\",\r\n \"primaryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvZjFjZjAzMjEtYWRhNS00YzAyLWFmNjktNzMwN2FmZDZlMjRiP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "074a37f2-5804-4321-bfd0-b759e3d12247-2020-06-26 10:12:01Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162721836)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767521836)\\/\",\"ClientRequestId\":\"074a37f2-5804-4321-bfd0-b759e3d12247-2020-06-26 10:12:01Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"4an7rKZhyLaifs9b+tUUEo9OwwA6PBLsr+ecMud3ixk=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "074a37f2-5804-4321-bfd0-b759e3d12247-2020-06-26 10:12:01Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "4f8da79d-9eeb-4ea2-96d8-29533a020a79" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101202Z:4f8da79d-9eeb-4ea2-96d8-29533a020a79" + ], + "Date": [ + "Fri, 26 Jun 2020 10:12:01 GMT" + ], + "Content-Length": [ + "1344" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"656efb1e-c738-4947-942d-354b43bb946e-2020-06-26 10:11:19Z-Ps ActivityId: aadbbd7a-1ed6-4076-8392-68eaeb097d3a\",\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"RegisterVMMTask\",\r\n \"name\": \"RegisterVmmTask\",\r\n \"startTime\": \"2020-06-26T10:11:20.690901Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Registering the server\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"primaryVmmName\": \"a2aRecoveryFabric330\",\r\n \"primaryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvZjFjZjAzMjEtYWRhNS00YzAyLWFmNjktNzMwN2FmZDZlMjRiP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "138ab7cb-6382-441c-aec4-27f94005817d-2020-06-26 10:12:22Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162742204)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767542204)\\/\",\"ClientRequestId\":\"138ab7cb-6382-441c-aec4-27f94005817d-2020-06-26 10:12:22Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"1svBlui8TUxYcCQLY+01agGXx+fCqsDiYnasRHXpuvM=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "138ab7cb-6382-441c-aec4-27f94005817d-2020-06-26 10:12:22Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "9164d873-5eef-4176-a39d-b8488a9dcf54" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101222Z:9164d873-5eef-4176-a39d-b8488a9dcf54" + ], + "Date": [ + "Fri, 26 Jun 2020 10:12:22 GMT" + ], + "Content-Length": [ + "1344" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"656efb1e-c738-4947-942d-354b43bb946e-2020-06-26 10:11:19Z-Ps ActivityId: aadbbd7a-1ed6-4076-8392-68eaeb097d3a\",\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"RegisterVMMTask\",\r\n \"name\": \"RegisterVmmTask\",\r\n \"startTime\": \"2020-06-26T10:11:20.690901Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Registering the server\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"primaryVmmName\": \"a2aRecoveryFabric330\",\r\n \"primaryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvZjFjZjAzMjEtYWRhNS00YzAyLWFmNjktNzMwN2FmZDZlMjRiP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cf0309dc-dbe6-4cfb-baf9-66520a5c71cf-2020-06-26 10:12:42Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162762523)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767562523)\\/\",\"ClientRequestId\":\"cf0309dc-dbe6-4cfb-baf9-66520a5c71cf-2020-06-26 10:12:42Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"b0gCyoK66qVVPrV3St66DFgZPINXIlGPH1h4FZokiOU=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "cf0309dc-dbe6-4cfb-baf9-66520a5c71cf-2020-06-26 10:12:42Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "4e13bee2-cf5d-4b50-a88c-9dd86490752d" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101242Z:4e13bee2-cf5d-4b50-a88c-9dd86490752d" + ], + "Date": [ + "Fri, 26 Jun 2020 10:12:42 GMT" + ], + "Content-Length": [ + "1381" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"656efb1e-c738-4947-942d-354b43bb946e-2020-06-26 10:11:19Z-Ps ActivityId: aadbbd7a-1ed6-4076-8392-68eaeb097d3a\",\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"RegisterVMMTask\",\r\n \"name\": \"RegisterVmmTask\",\r\n \"startTime\": \"2020-06-26T10:12:25.3553015Z\",\r\n \"endTime\": \"2020-06-26T10:12:25.65218Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Registering the server\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"primaryVmmName\": \"a2aRecoveryFabric330\",\r\n \"primaryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aRecoveryFabric330?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkZhYnJpY3MvYTJhUmVjb3ZlcnlGYWJyaWMzMzA/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b22da62b-5ae4-4265-8969-71428eb958d1-2020-06-26 10:12:42Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162762821)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767562821)\\/\",\"ClientRequestId\":\"b22da62b-5ae4-4265-8969-71428eb958d1-2020-06-26 10:12:42Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"cSQRcrlR6IWmVExs/6KPPUBgEXrEytBacoPTYFPqZNc=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "b22da62b-5ae4-4265-8969-71428eb958d1-2020-06-26 10:12:42Z-Ps 6/26/2020 10:12:42 AM" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "b22da62b-5ae4-4265-8969-71428eb958d1-2020-06-26 10:12:42Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "3c74c419-6e9f-449d-8ad9-dcac6424083e" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101243Z:3c74c419-6e9f-449d-8ad9-dcac6424083e" + ], + "Date": [ + "Fri, 26 Jun 2020 10:12:42 GMT" + ], + "Content-Length": [ + "685" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"a2aRecoveryFabric330\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aRecoveryFabric330\",\r\n \"properties\": {\r\n \"friendlyName\": \"East US\",\r\n \"encryptionDetails\": {\r\n \"kekState\": \"None\",\r\n \"kekCertThumbprint\": null\r\n },\r\n \"rolloverEncryptionDetails\": {\r\n \"kekState\": \"None\",\r\n \"kekCertThumbprint\": null\r\n },\r\n \"internalIdentifier\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"Azure\",\r\n \"location\": \"eastus\",\r\n \"containerIds\": [],\r\n \"zones\": []\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aRecoveryFabric330?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkZhYnJpY3MvYTJhUmVjb3ZlcnlGYWJyaWMzMzA/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8cfb4a3c-46d0-491e-9594-1dbf97a0dc08-2020-06-26 10:12:43Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162763526)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767563526)\\/\",\"ClientRequestId\":\"8cfb4a3c-46d0-491e-9594-1dbf97a0dc08-2020-06-26 10:12:43Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"bTXWaA1rua3CgbRgqFDLG/KgnFk9CR5N4rvvIz9Ibgw=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "8cfb4a3c-46d0-491e-9594-1dbf97a0dc08-2020-06-26 10:12:43Z-Ps 6/26/2020 10:12:43 AM" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "8cfb4a3c-46d0-491e-9594-1dbf97a0dc08-2020-06-26 10:12:43Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "0a895596-e761-4753-a34b-c7f95dfc6365" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101243Z:0a895596-e761-4753-a34b-c7f95dfc6365" + ], + "Date": [ + "Fri, 26 Jun 2020 10:12:43 GMT" + ], + "Content-Length": [ + "685" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"a2aRecoveryFabric330\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aRecoveryFabric330\",\r\n \"properties\": {\r\n \"friendlyName\": \"East US\",\r\n \"encryptionDetails\": {\r\n \"kekState\": \"None\",\r\n \"kekCertThumbprint\": null\r\n },\r\n \"rolloverEncryptionDetails\": {\r\n \"kekState\": \"None\",\r\n \"kekCertThumbprint\": null\r\n },\r\n \"internalIdentifier\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"Azure\",\r\n \"location\": \"eastus\",\r\n \"containerIds\": [],\r\n \"zones\": []\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationProtectionContainers/A2APrimaryContainer330?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkZhYnJpY3MvYTJhUHJpbWFyeUZhYnJpYzMzMC9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL0EyQVByaW1hcnlDb250YWluZXIzMzA/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {}\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7eee3235-8d99-49be-b4b8-57a4eb5f5489-2020-06-26 10:12:43Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162763911)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767563911)\\/\",\"ClientRequestId\":\"7eee3235-8d99-49be-b4b8-57a4eb5f5489-2020-06-26 10:12:43Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"2lRKqp3ydNnk7WDodPQjctMTGSdYthhnx9Ip934ECno=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "24" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationProtectionContainers/A2APrimaryContainer330/operationresults/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008?api-version=2018-07-10" + ], + "Retry-After": [ + "30" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008", + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationOperationStatus/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008?api-version=2018-07-10" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "7eee3235-8d99-49be-b4b8-57a4eb5f5489-2020-06-26 10:12:43Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-correlation-request-id": [ + "f1c3bcee-c6b8-4076-9d86-4559ec2365a8" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101244Z:f1c3bcee-c6b8-4076-9d86-4559ec2365a8" + ], + "Date": [ + "Fri, 26 Jun 2020 10:12:44 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvNDRjYTVmZmUtM2FhNi00NDgxLWI3YjktYzhkZTM0ZThjMDA4P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "83a2aee6-0e6d-4b13-afef-e4dc75fbaec6-2020-06-26 10:12:44Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162764733)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767564733)\\/\",\"ClientRequestId\":\"83a2aee6-0e6d-4b13-afef-e4dc75fbaec6-2020-06-26 10:12:44Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"X5+ge/TyFNVBbOqsornN+XXB5mIo2NhD9D6cPNHx4y4=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "83a2aee6-0e6d-4b13-afef-e4dc75fbaec6-2020-06-26 10:12:44Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "56339b9f-669e-42ca-a1da-1e2e3ca701b5" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101244Z:56339b9f-669e-42ca-a1da-1e2e3ca701b5" + ], + "Date": [ + "Fri, 26 Jun 2020 10:12:44 GMT" + ], + "Content-Length": [ + "1824" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"7eee3235-8d99-49be-b4b8-57a4eb5f5489-2020-06-26 10:12:43Z-Ps ActivityId: f1c3bcee-c6b8-4076-9d86-4559ec2365a8\",\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"CreateCloudPreflightChecksTask\",\r\n \"name\": \"CreateCloudPreflightChecksTask\",\r\n \"startTime\": \"2020-06-26T10:12:44.6916832Z\",\r\n \"endTime\": \"2020-06-26T10:12:44.7385618Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for protection container creation\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateCloudTask\",\r\n \"name\": \"CreateCloudTask\",\r\n \"startTime\": \"2020-06-26T10:12:44.7385618Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Creating protection container\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"primaryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvNDRjYTVmZmUtM2FhNi00NDgxLWI3YjktYzhkZTM0ZThjMDA4P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2f3fc068-c854-4de5-8694-fc33481844fa-2020-06-26 10:12:45Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162765069)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767565069)\\/\",\"ClientRequestId\":\"2f3fc068-c854-4de5-8694-fc33481844fa-2020-06-26 10:12:45Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"g4xZ6Xm7D5QXDL5Cdq0cXb2xHLhd+RCvlbmeMiIFKqM=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "2f3fc068-c854-4de5-8694-fc33481844fa-2020-06-26 10:12:45Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "dc3b9c8a-adda-49ab-8533-25bc9eea085a" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101245Z:dc3b9c8a-adda-49ab-8533-25bc9eea085a" + ], + "Date": [ + "Fri, 26 Jun 2020 10:12:44 GMT" + ], + "Content-Length": [ + "1831" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"7eee3235-8d99-49be-b4b8-57a4eb5f5489-2020-06-26 10:12:43Z-Ps ActivityId: f1c3bcee-c6b8-4076-9d86-4559ec2365a8\",\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"CreateCloudPreflightChecksTask\",\r\n \"name\": \"CreateCloudPreflightChecksTask\",\r\n \"startTime\": \"2020-06-26T10:12:44.6916832Z\",\r\n \"endTime\": \"2020-06-26T10:12:44.7854439Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for protection container creation\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateCloudTask\",\r\n \"name\": \"CreateCloudTask\",\r\n \"startTime\": \"2020-06-26T10:12:44.7854439Z\",\r\n \"endTime\": \"2020-06-26T10:12:44.7854439Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Creating protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"primaryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationProtectionContainers/A2APrimaryContainer330?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkZhYnJpY3MvYTJhUHJpbWFyeUZhYnJpYzMzMC9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL0EyQVByaW1hcnlDb250YWluZXIzMzA/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cc2b740f-7717-455e-8ac7-61db976b8419-2020-06-26 10:12:45Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162765378)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767565378)\\/\",\"ClientRequestId\":\"cc2b740f-7717-455e-8ac7-61db976b8419-2020-06-26 10:12:45Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"ShspW+MYydzZUk/5Ggx6ODQHCjx84tESEuRg2GQPVDY=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "cc2b740f-7717-455e-8ac7-61db976b8419-2020-06-26 10:12:45Z-Ps 6/26/2020 10:12:45 AM" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "cc2b740f-7717-455e-8ac7-61db976b8419-2020-06-26 10:12:45Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "982aa121-e0ef-432a-87ef-ce3ddbee8da7" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101245Z:982aa121-e0ef-432a-87ef-ce3ddbee8da7" + ], + "Date": [ + "Fri, 26 Jun 2020 10:12:45 GMT" + ], + "Content-Length": [ + "580" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationProtectionContainers/A2APrimaryContainer330\",\r\n \"name\": \"A2APrimaryContainer330\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"West US\",\r\n \"friendlyName\": \"A2APrimaryContainer330\",\r\n \"fabricType\": \"Azure\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"NotPaired\",\r\n \"role\": \"\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationProtectionContainers/A2APrimaryContainer330/replicationProtectionContainerMappings?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkZhYnJpY3MvYTJhUHJpbWFyeUZhYnJpYzMzMC9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL0EyQVByaW1hcnlDb250YWluZXIzMzAvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVyTWFwcGluZ3M/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9a26ed74-eab1-4af2-9c09-cfc4ef75b64a-2020-06-26 10:12:45Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162765729)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767565729)\\/\",\"ClientRequestId\":\"9a26ed74-eab1-4af2-9c09-cfc4ef75b64a-2020-06-26 10:12:45Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"a4N9KkNiLGzW1EAXD1w/mBL/xYymPGSn4UltDx9uX0I=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "9a26ed74-eab1-4af2-9c09-cfc4ef75b64a-2020-06-26 10:12:45Z-Ps 6/26/2020 10:12:45 AM" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "9a26ed74-eab1-4af2-9c09-cfc4ef75b64a-2020-06-26 10:12:45Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "f98533e4-ab18-4785-9ce5-953ea4d480b7" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101246Z:f98533e4-ab18-4785-9ce5-953ea4d480b7" + ], + "Date": [ + "Fri, 26 Jun 2020 10:12:45 GMT" + ], + "Content-Length": [ + "28" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aRecoveryFabric330/replicationProtectionContainers/A2ARecoveryContainer330?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkZhYnJpY3MvYTJhUmVjb3ZlcnlGYWJyaWMzMzAvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9BMkFSZWNvdmVyeUNvbnRhaW5lcjMzMD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {}\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f2098943-f94e-41b1-a706-772ae7d66130-2020-06-26 10:12:46Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162766103)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767566103)\\/\",\"ClientRequestId\":\"f2098943-f94e-41b1-a706-772ae7d66130-2020-06-26 10:12:46Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"mUJkhV0RV4ecq0XtbomeKdi2Giq0sy6+plw4Z6NJXgo=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "24" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aRecoveryFabric330/replicationProtectionContainers/A2ARecoveryContainer330/operationresults/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3?api-version=2018-07-10" + ], + "Retry-After": [ + "30" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3", + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationOperationStatus/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3?api-version=2018-07-10" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "f2098943-f94e-41b1-a706-772ae7d66130-2020-06-26 10:12:46Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1196" + ], + "x-ms-correlation-request-id": [ + "d37b0152-c814-453d-9fe7-721d8f6b1204" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101246Z:d37b0152-c814-453d-9fe7-721d8f6b1204" + ], + "Date": [ + "Fri, 26 Jun 2020 10:12:46 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvNGQ2ZDQxZmUtYjNmMy00MTkwLWFjMjYtMDRlYTAwZDMzZWEzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "78063c0f-88c5-497c-8612-153056b433c2-2020-06-26 10:12:46Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162766712)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767566712)\\/\",\"ClientRequestId\":\"78063c0f-88c5-497c-8612-153056b433c2-2020-06-26 10:12:46Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"qUcPRmck8WUFxdScOfadA3CpYqqAHhO4KGPfMct8NMw=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "78063c0f-88c5-497c-8612-153056b433c2-2020-06-26 10:12:46Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "d92439a4-9082-41ea-a1c9-9a25af94d8b2" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101246Z:d92439a4-9082-41ea-a1c9-9a25af94d8b2" + ], + "Date": [ + "Fri, 26 Jun 2020 10:12:46 GMT" + ], + "Content-Length": [ + "1768" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"f2098943-f94e-41b1-a706-772ae7d66130-2020-06-26 10:12:46Z-Ps ActivityId: d37b0152-c814-453d-9fe7-721d8f6b1204\",\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"CreateCloudPreflightChecksTask\",\r\n \"name\": \"CreateCloudPreflightChecksTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for protection container creation\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateCloudTask\",\r\n \"name\": \"CreateCloudTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Creating protection container\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"primaryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvNGQ2ZDQxZmUtYjNmMy00MTkwLWFjMjYtMDRlYTAwZDMzZWEzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e6baddef-9424-4bf7-8707-11a3f6475bf1-2020-06-26 10:12:47Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162767011)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767567011)\\/\",\"ClientRequestId\":\"e6baddef-9424-4bf7-8707-11a3f6475bf1-2020-06-26 10:12:47Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"c9oKrKgJ2ZlwsceeaWmty3ajYqby9Foe3VgGZodVhfk=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "e6baddef-9424-4bf7-8707-11a3f6475bf1-2020-06-26 10:12:47Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "1036e059-0f98-4333-8403-16740e2f3239" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101247Z:1036e059-0f98-4333-8403-16740e2f3239" + ], + "Date": [ + "Fri, 26 Jun 2020 10:12:46 GMT" + ], + "Content-Length": [ + "1768" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"f2098943-f94e-41b1-a706-772ae7d66130-2020-06-26 10:12:46Z-Ps ActivityId: d37b0152-c814-453d-9fe7-721d8f6b1204\",\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"CreateCloudPreflightChecksTask\",\r\n \"name\": \"CreateCloudPreflightChecksTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for protection container creation\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateCloudTask\",\r\n \"name\": \"CreateCloudTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Creating protection container\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"primaryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvNGQ2ZDQxZmUtYjNmMy00MTkwLWFjMjYtMDRlYTAwZDMzZWEzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "967bb7dd-30c0-4956-9cbf-aa7c210507c2-2020-06-26 10:13:07Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162787313)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767587313)\\/\",\"ClientRequestId\":\"967bb7dd-30c0-4956-9cbf-aa7c210507c2-2020-06-26 10:13:07Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"EtxO39RbsJZ7e/8u5N3B7wjNXUliwrkNgp/vbt1CYM0=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "967bb7dd-30c0-4956-9cbf-aa7c210507c2-2020-06-26 10:13:07Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "a5e8b2bf-d7ed-43ed-b489-42af78e75ee8" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101307Z:a5e8b2bf-d7ed-43ed-b489-42af78e75ee8" + ], + "Date": [ + "Fri, 26 Jun 2020 10:13:06 GMT" + ], + "Content-Length": [ + "1831" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"f2098943-f94e-41b1-a706-772ae7d66130-2020-06-26 10:12:46Z-Ps ActivityId: d37b0152-c814-453d-9fe7-721d8f6b1204\",\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"CreateCloudPreflightChecksTask\",\r\n \"name\": \"CreateCloudPreflightChecksTask\",\r\n \"startTime\": \"2020-06-26T10:12:47.2706515Z\",\r\n \"endTime\": \"2020-06-26T10:12:47.5833031Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for protection container creation\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateCloudTask\",\r\n \"name\": \"CreateCloudTask\",\r\n \"startTime\": \"2020-06-26T10:12:47.5833031Z\",\r\n \"endTime\": \"2020-06-26T10:12:47.5833031Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Creating protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"primaryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aRecoveryFabric330/replicationProtectionContainers/A2ARecoveryContainer330?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkZhYnJpY3MvYTJhUmVjb3ZlcnlGYWJyaWMzMzAvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9BMkFSZWNvdmVyeUNvbnRhaW5lcjMzMD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "635f8f54-691a-4a75-adca-751e9c96c469-2020-06-26 10:13:07Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162787619)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767587619)\\/\",\"ClientRequestId\":\"635f8f54-691a-4a75-adca-751e9c96c469-2020-06-26 10:13:07Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"1KS6nya1Oz2RlRUrPBKYgrTys6wVX6lHneONR87mnME=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "635f8f54-691a-4a75-adca-751e9c96c469-2020-06-26 10:13:07Z-Ps 6/26/2020 10:13:07 AM" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "635f8f54-691a-4a75-adca-751e9c96c469-2020-06-26 10:13:07Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "d28fac7e-679c-43e5-827a-b1e77297671a" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101307Z:d28fac7e-679c-43e5-827a-b1e77297671a" + ], + "Date": [ + "Fri, 26 Jun 2020 10:13:07 GMT" + ], + "Content-Length": [ + "584" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aRecoveryFabric330/replicationProtectionContainers/A2ARecoveryContainer330\",\r\n \"name\": \"A2ARecoveryContainer330\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"East US\",\r\n \"friendlyName\": \"A2ARecoveryContainer330\",\r\n \"fabricType\": \"Azure\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"NotPaired\",\r\n \"role\": \"\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aRecoveryFabric330/replicationProtectionContainers/A2ARecoveryContainer330/replicationProtectionContainerMappings?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkZhYnJpY3MvYTJhUmVjb3ZlcnlGYWJyaWMzMzAvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9BMkFSZWNvdmVyeUNvbnRhaW5lcjMzMC9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJNYXBwaW5ncz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "86dc7e31-e138-4738-a029-5c9d0ab71843-2020-06-26 10:13:07Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162787976)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767587976)\\/\",\"ClientRequestId\":\"86dc7e31-e138-4738-a029-5c9d0ab71843-2020-06-26 10:13:07Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"EEvxrrVpnZTNOLlcvgKs4GI9ql8P1nQPo6SeDGD4wiA=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "86dc7e31-e138-4738-a029-5c9d0ab71843-2020-06-26 10:13:07Z-Ps 6/26/2020 10:13:08 AM" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "86dc7e31-e138-4738-a029-5c9d0ab71843-2020-06-26 10:13:07Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "4a4e129b-8b6f-4b82-b956-a03406688cef" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101308Z:4a4e129b-8b6f-4b82-b956-a03406688cef" + ], + "Date": [ + "Fri, 26 Jun 2020 10:13:07 GMT" + ], + "Content-Length": [ + "28" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationPolicies/TestA2APolicy1330?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvblBvbGljaWVzL1Rlc3RBMkFQb2xpY3kxMzMwP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"providerSpecificInput\": {\r\n \"instanceType\": \"A2A\",\r\n \"recoveryPointHistory\": 720,\r\n \"crashConsistentFrequencyInMinutes\": 5,\r\n \"appConsistentFrequencyInMinutes\": 0,\r\n \"multiVmSyncStatus\": \"Enable\"\r\n }\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f55777b4-0239-40a2-bf4b-525cae9b6dc2-2020-06-26 10:13:08Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162788351)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767588351)\\/\",\"ClientRequestId\":\"f55777b4-0239-40a2-bf4b-525cae9b6dc2-2020-06-26 10:13:08Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"mCrQyt1wSgyjsogwb7NttfBE0t5WwbMqs7o0DX2CYpY=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "262" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationPolicies/TestA2APolicy1330/operationresults/ff74204e-8564-4f9b-9089-9fe2cb090c1a?api-version=2018-07-10" + ], + "Retry-After": [ + "30" + ], + "x-ms-request-id": [ + "f55777b4-0239-40a2-bf4b-525cae9b6dc2-2020-06-26 10:13:08Z-Ps 6/26/2020 10:13:08 AM" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationOperationStatus/ff74204e-8564-4f9b-9089-9fe2cb090c1a?api-version=2018-07-10" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "f55777b4-0239-40a2-bf4b-525cae9b6dc2-2020-06-26 10:13:08Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1195" + ], + "x-ms-correlation-request-id": [ + "952b425b-5b4d-42cd-921f-4dae90842571" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101308Z:952b425b-5b4d-42cd-921f-4dae90842571" + ], + "Date": [ + "Fri, 26 Jun 2020 10:13:08 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvZmY3NDIwNGUtODU2NC00ZjliLTkwODktOWZlMmNiMDkwYzFhP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a17f3d86-7435-446c-a4e5-96ad94af2e96-2020-06-26 10:13:08Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162788997)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767588997)\\/\",\"ClientRequestId\":\"a17f3d86-7435-446c-a4e5-96ad94af2e96-2020-06-26 10:13:08Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"KOCl1EbdWxx2CpOXp/QORRECans7/4bzWChHC66zSTg=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "a17f3d86-7435-446c-a4e5-96ad94af2e96-2020-06-26 10:13:08Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "f859b357-ce0b-440e-a6ac-3cddb27f1194" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101309Z:f859b357-ce0b-440e-a6ac-3cddb27f1194" + ], + "Date": [ + "Fri, 26 Jun 2020 10:13:08 GMT" + ], + "Content-Length": [ + "1727" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"f55777b4-0239-40a2-bf4b-525cae9b6dc2-2020-06-26 10:13:08Z-Ps ActivityId: 952b425b-5b4d-42cd-921f-4dae90842571\",\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"AddProtectionProfilePreflightsCheckTask\",\r\n \"name\": \"AddProtectionProfilePreflightsCheckTask\",\r\n \"startTime\": \"2020-06-26T10:13:09.0798009Z\",\r\n \"endTime\": \"2020-06-26T10:13:09.0798009Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for creating the replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"AddProtectionProfileTask\",\r\n \"name\": \"AddProtectionProfileTask\",\r\n \"startTime\": \"2020-06-26T10:13:09.0798009Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Creating the replication policy\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {}\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvZmY3NDIwNGUtODU2NC00ZjliLTkwODktOWZlMmNiMDkwYzFhP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "41738759-ddba-4bb2-8ad2-9d2ecbf61d49-2020-06-26 10:13:09Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162789333)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767589333)\\/\",\"ClientRequestId\":\"41738759-ddba-4bb2-8ad2-9d2ecbf61d49-2020-06-26 10:13:09Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"BzTbBaqZXGpsNTttGDZnk9rXe6mYsxzjBs5TuhFDepw=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11973" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "41738759-ddba-4bb2-8ad2-9d2ecbf61d49-2020-06-26 10:13:09Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "4fd5c9d8-c998-42d6-a0fc-51078ec44491" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101309Z:4fd5c9d8-c998-42d6-a0fc-51078ec44491" + ], + "Date": [ + "Fri, 26 Jun 2020 10:13:08 GMT" + ], + "Content-Length": [ + "1757" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"f55777b4-0239-40a2-bf4b-525cae9b6dc2-2020-06-26 10:13:08Z-Ps ActivityId: 952b425b-5b4d-42cd-921f-4dae90842571\",\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"AddProtectionProfilePreflightsCheckTask\",\r\n \"name\": \"AddProtectionProfilePreflightsCheckTask\",\r\n \"startTime\": \"2020-06-26T10:13:09.0798009Z\",\r\n \"endTime\": \"2020-06-26T10:13:09.1891865Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for creating the replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"AddProtectionProfileTask\",\r\n \"name\": \"AddProtectionProfileTask\",\r\n \"startTime\": \"2020-06-26T10:13:09.1891865Z\",\r\n \"endTime\": \"2020-06-26T10:13:09.1891865Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Creating the replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {}\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationPolicies/TestA2APolicy1330?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvblBvbGljaWVzL1Rlc3RBMkFQb2xpY3kxMzMwP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0faf3171-d6ef-448f-ae7e-24630a4fe3e9-2020-06-26 10:13:09Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162789684)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767589684)\\/\",\"ClientRequestId\":\"0faf3171-d6ef-448f-ae7e-24630a4fe3e9-2020-06-26 10:13:09Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"X0g1FYdyESSVRwEV7/xQs5IT4fjwHzKZmoQSoMpNo60=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "0faf3171-d6ef-448f-ae7e-24630a4fe3e9-2020-06-26 10:13:09Z-Ps 6/26/2020 10:13:09 AM" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "0faf3171-d6ef-448f-ae7e-24630a4fe3e9-2020-06-26 10:13:09Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "facc1943-d589-4375-8199-bc5d607dd891" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101309Z:facc1943-d589-4375-8199-bc5d607dd891" + ], + "Date": [ + "Fri, 26 Jun 2020 10:13:09 GMT" + ], + "Content-Length": [ + "557" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationPolicies/TestA2APolicy1330\",\r\n \"name\": \"TestA2APolicy1330\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"TestA2APolicy1330\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"A2A\",\r\n \"recoveryPointThresholdInMinutes\": 0,\r\n \"recoveryPointHistory\": 720,\r\n \"appConsistentFrequencyInMinutes\": 0,\r\n \"multiVmSyncStatus\": \"Enabled\",\r\n \"crashConsistentFrequencyInMinutes\": 5\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationPolicies/TestA2APolicy1330?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvblBvbGljaWVzL1Rlc3RBMkFQb2xpY3kxMzMwP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c1e1c1b3-9fad-4323-9f31-1aaed5bd7ede-2020-06-26 10:17:42Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163062886)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767862886)\\/\",\"ClientRequestId\":\"c1e1c1b3-9fad-4323-9f31-1aaed5bd7ede-2020-06-26 10:17:42Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"KSyjWFKHZN5/zwiM4V8dZDPC0T+Zfxy9MXEkYQmRxJw=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11948" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "c1e1c1b3-9fad-4323-9f31-1aaed5bd7ede-2020-06-26 10:17:42Z-Ps 6/26/2020 10:17:43 AM" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "c1e1c1b3-9fad-4323-9f31-1aaed5bd7ede-2020-06-26 10:17:42Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "30cf7094-7ddf-418c-96d1-f0dbf52fad8f" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101743Z:30cf7094-7ddf-418c-96d1-f0dbf52fad8f" + ], + "Date": [ + "Fri, 26 Jun 2020 10:17:42 GMT" + ], + "Content-Length": [ + "557" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationPolicies/TestA2APolicy1330\",\r\n \"name\": \"TestA2APolicy1330\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"TestA2APolicy1330\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"A2A\",\r\n \"recoveryPointThresholdInMinutes\": 0,\r\n \"recoveryPointHistory\": 720,\r\n \"appConsistentFrequencyInMinutes\": 0,\r\n \"multiVmSyncStatus\": \"Enabled\",\r\n \"crashConsistentFrequencyInMinutes\": 5\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationProtectionContainers/A2APrimaryContainer330/replicationProtectionContainerMappings/A2APCM330?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkZhYnJpY3MvYTJhUHJpbWFyeUZhYnJpYzMzMC9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL0EyQVByaW1hcnlDb250YWluZXIzMzAvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVyTWFwcGluZ3MvQTJBUENNMzMwP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aRecoveryFabric330/replicationProtectionContainers/A2ARecoveryContainer330\",\r\n \"policyId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationPolicies/TestA2APolicy1330\",\r\n \"providerSpecificInput\": {\r\n \"instanceType\": \"ReplicationProviderSpecificContainerMappingInput\"\r\n }\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ebefa153-c53c-4d91-a409-36f083e365f9-2020-06-26 10:13:10Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162790029)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767590029)\\/\",\"ClientRequestId\":\"ebefa153-c53c-4d91-a409-36f083e365f9-2020-06-26 10:13:10Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"fKH4nWHdnsAblyL4qiit2HnVFpBjxqggNDJkg/Fn18c=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "644" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationProtectionContainers/A2APrimaryContainer330/replicationProtectionContainerMappings/A2APCM330/operationresults/93ed7838-65da-4374-b134-27b70e9d48d1?api-version=2018-07-10" + ], + "Retry-After": [ + "30" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1", + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationOperationStatus/93ed7838-65da-4374-b134-27b70e9d48d1?api-version=2018-07-10" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "ebefa153-c53c-4d91-a409-36f083e365f9-2020-06-26 10:13:10Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1194" + ], + "x-ms-correlation-request-id": [ + "0441edaf-f786-45e7-9f67-b081b669288e" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101310Z:0441edaf-f786-45e7-9f67-b081b669288e" + ], + "Date": [ + "Fri, 26 Jun 2020 10:13:10 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvOTNlZDc4MzgtNjVkYS00Mzc0LWIxMzQtMjdiNzBlOWQ0OGQxP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6395dce6-6bd9-477f-9f13-b77d25bd65a5-2020-06-26 10:13:10Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162790887)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767590887)\\/\",\"ClientRequestId\":\"6395dce6-6bd9-477f-9f13-b77d25bd65a5-2020-06-26 10:13:10Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"1pnzkwzbsmsdKTFN5BNbHp2TGMYEznlQ+VurG8Fjeys=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "6395dce6-6bd9-477f-9f13-b77d25bd65a5-2020-06-26 10:13:10Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "7005f3cc-9771-44c7-a0b0-f649d1eeddd7" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101311Z:7005f3cc-9771-44c7-a0b0-f649d1eeddd7" + ], + "Date": [ + "Fri, 26 Jun 2020 10:13:10 GMT" + ], + "Content-Length": [ + "2877" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"ebefa153-c53c-4d91-a409-36f083e365f9-2020-06-26 10:13:10Z-Ps ActivityId: 0441edaf-f786-45e7-9f67-b081b669288e\",\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"CloudPairingWfPreflightChecksTask\",\r\n \"name\": \"CloudPairingPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:13:10.8566036Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Check protection prerequisites\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPrepareSiteTask\",\r\n \"name\": \"CloudPairingPrepareSite\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prepare the server\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPrepareCloudForPairingTask\",\r\n \"name\": \"CloudPairingPrepareCloud\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prepare for configuring protection\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPairCloudsTask\",\r\n \"name\": \"CloudPairingPairClouds\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Configure the protection settings\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvOTNlZDc4MzgtNjVkYS00Mzc0LWIxMzQtMjdiNzBlOWQ0OGQxP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0c7a6253-c2b9-48ab-8437-ff9f86897345-2020-06-26 10:13:11Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162791280)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767591280)\\/\",\"ClientRequestId\":\"0c7a6253-c2b9-48ab-8437-ff9f86897345-2020-06-26 10:13:11Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"Au/Wbl8vszKlyS7I7R4UG2KrR306nSpCn4UXZ2b4WfE=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "0c7a6253-c2b9-48ab-8437-ff9f86897345-2020-06-26 10:13:11Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "56ceb90c-3cdb-4f44-ad48-bf9c36cbf681" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101311Z:56ceb90c-3cdb-4f44-ad48-bf9c36cbf681" + ], + "Date": [ + "Fri, 26 Jun 2020 10:13:10 GMT" + ], + "Content-Length": [ + "2909" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"ebefa153-c53c-4d91-a409-36f083e365f9-2020-06-26 10:13:10Z-Ps ActivityId: 0441edaf-f786-45e7-9f67-b081b669288e\",\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"CloudPairingWfPreflightChecksTask\",\r\n \"name\": \"CloudPairingPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:13:10.8566036Z\",\r\n \"endTime\": \"2020-06-26T10:13:11.2159991Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Check protection prerequisites\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPrepareSiteTask\",\r\n \"name\": \"CloudPairingPrepareSite\",\r\n \"startTime\": \"2020-06-26T10:13:11.2159991Z\",\r\n \"endTime\": \"2020-06-26T10:13:11.2785176Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prepare the server\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPrepareCloudForPairingTask\",\r\n \"name\": \"CloudPairingPrepareCloud\",\r\n \"startTime\": \"2020-06-26T10:13:11.2785176Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prepare for configuring protection\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPairCloudsTask\",\r\n \"name\": \"CloudPairingPairClouds\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Configure the protection settings\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvOTNlZDc4MzgtNjVkYS00Mzc0LWIxMzQtMjdiNzBlOWQ0OGQxP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "14081f4a-8f87-4e73-b685-df6aec34f45f-2020-06-26 10:13:31Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162811577)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767611577)\\/\",\"ClientRequestId\":\"14081f4a-8f87-4e73-b685-df6aec34f45f-2020-06-26 10:13:31Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"7qFhEIJwuudXF57NfyYoBX6OD+1cITynl/1aBynw7hg=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11969" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "14081f4a-8f87-4e73-b685-df6aec34f45f-2020-06-26 10:13:31Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "a1683b37-0075-4364-b139-1d9cacbde36f" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101331Z:a1683b37-0075-4364-b139-1d9cacbde36f" + ], + "Date": [ + "Fri, 26 Jun 2020 10:13:30 GMT" + ], + "Content-Length": [ + "2909" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"ebefa153-c53c-4d91-a409-36f083e365f9-2020-06-26 10:13:10Z-Ps ActivityId: 0441edaf-f786-45e7-9f67-b081b669288e\",\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"CloudPairingWfPreflightChecksTask\",\r\n \"name\": \"CloudPairingPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:13:10.8566036Z\",\r\n \"endTime\": \"2020-06-26T10:13:11.2159991Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Check protection prerequisites\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPrepareSiteTask\",\r\n \"name\": \"CloudPairingPrepareSite\",\r\n \"startTime\": \"2020-06-26T10:13:11.2159991Z\",\r\n \"endTime\": \"2020-06-26T10:13:11.2785176Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prepare the server\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPrepareCloudForPairingTask\",\r\n \"name\": \"CloudPairingPrepareCloud\",\r\n \"startTime\": \"2020-06-26T10:13:11.2785176Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prepare for configuring protection\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPairCloudsTask\",\r\n \"name\": \"CloudPairingPairClouds\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Configure the protection settings\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvOTNlZDc4MzgtNjVkYS00Mzc0LWIxMzQtMjdiNzBlOWQ0OGQxP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5ec28a18-2159-4ce6-b78f-bdeb2e199be7-2020-06-26 10:13:51Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162831899)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767631899)\\/\",\"ClientRequestId\":\"5ec28a18-2159-4ce6-b78f-bdeb2e199be7-2020-06-26 10:13:51Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"SnH2t2b1ENhniRh2NW424xEvf69jCo29L8yHJGMk7nA=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11968" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "5ec28a18-2159-4ce6-b78f-bdeb2e199be7-2020-06-26 10:13:51Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "3dab3b13-cce5-436e-adb0-ad0a11ae5c0c" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101352Z:3dab3b13-cce5-436e-adb0-ad0a11ae5c0c" + ], + "Date": [ + "Fri, 26 Jun 2020 10:13:52 GMT" + ], + "Content-Length": [ + "2909" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"ebefa153-c53c-4d91-a409-36f083e365f9-2020-06-26 10:13:10Z-Ps ActivityId: 0441edaf-f786-45e7-9f67-b081b669288e\",\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"CloudPairingWfPreflightChecksTask\",\r\n \"name\": \"CloudPairingPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:13:10.8566036Z\",\r\n \"endTime\": \"2020-06-26T10:13:11.2159991Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Check protection prerequisites\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPrepareSiteTask\",\r\n \"name\": \"CloudPairingPrepareSite\",\r\n \"startTime\": \"2020-06-26T10:13:11.2159991Z\",\r\n \"endTime\": \"2020-06-26T10:13:11.2785176Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prepare the server\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPrepareCloudForPairingTask\",\r\n \"name\": \"CloudPairingPrepareCloud\",\r\n \"startTime\": \"2020-06-26T10:13:11.2785176Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prepare for configuring protection\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPairCloudsTask\",\r\n \"name\": \"CloudPairingPairClouds\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Configure the protection settings\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvOTNlZDc4MzgtNjVkYS00Mzc0LWIxMzQtMjdiNzBlOWQ0OGQxP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f8f91638-abce-4b20-8f5f-ee935d70e1a8-2020-06-26 10:14:12Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162852272)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767652272)\\/\",\"ClientRequestId\":\"f8f91638-abce-4b20-8f5f-ee935d70e1a8-2020-06-26 10:14:12Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"yebKDPoTSltBNTUZee4QYnApFJBf/Z+ivQpYKuoIsW4=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11967" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "f8f91638-abce-4b20-8f5f-ee935d70e1a8-2020-06-26 10:14:12Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "0a683a19-91c3-4965-a2c9-9d3a8fb0b8c5" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101413Z:0a683a19-91c3-4965-a2c9-9d3a8fb0b8c5" + ], + "Date": [ + "Fri, 26 Jun 2020 10:14:13 GMT" + ], + "Content-Length": [ + "2909" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"ebefa153-c53c-4d91-a409-36f083e365f9-2020-06-26 10:13:10Z-Ps ActivityId: 0441edaf-f786-45e7-9f67-b081b669288e\",\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"CloudPairingWfPreflightChecksTask\",\r\n \"name\": \"CloudPairingPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:13:10.8566036Z\",\r\n \"endTime\": \"2020-06-26T10:13:11.2159991Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Check protection prerequisites\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPrepareSiteTask\",\r\n \"name\": \"CloudPairingPrepareSite\",\r\n \"startTime\": \"2020-06-26T10:13:11.2159991Z\",\r\n \"endTime\": \"2020-06-26T10:13:11.2785176Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prepare the server\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPrepareCloudForPairingTask\",\r\n \"name\": \"CloudPairingPrepareCloud\",\r\n \"startTime\": \"2020-06-26T10:13:11.2785176Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prepare for configuring protection\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPairCloudsTask\",\r\n \"name\": \"CloudPairingPairClouds\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Configure the protection settings\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvOTNlZDc4MzgtNjVkYS00Mzc0LWIxMzQtMjdiNzBlOWQ0OGQxP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ea8211aa-846e-4749-a2a4-16aeca1d04cb-2020-06-26 10:14:33Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162873815)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767673815)\\/\",\"ClientRequestId\":\"ea8211aa-846e-4749-a2a4-16aeca1d04cb-2020-06-26 10:14:33Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"d6+z6iMNXYFETuU5yy6kqKGvIJ0yyNo6rwfLYF2JxL0=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11966" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "ea8211aa-846e-4749-a2a4-16aeca1d04cb-2020-06-26 10:14:33Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "2e02bfda-a9b1-4674-9d10-4996c0421003" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101434Z:2e02bfda-a9b1-4674-9d10-4996c0421003" + ], + "Date": [ + "Fri, 26 Jun 2020 10:14:33 GMT" + ], + "Content-Length": [ + "2953" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"ebefa153-c53c-4d91-a409-36f083e365f9-2020-06-26 10:13:10Z-Ps ActivityId: 0441edaf-f786-45e7-9f67-b081b669288e\",\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"CloudPairingWfPreflightChecksTask\",\r\n \"name\": \"CloudPairingPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:13:10.8566036Z\",\r\n \"endTime\": \"2020-06-26T10:13:11.2159991Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Check protection prerequisites\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPrepareSiteTask\",\r\n \"name\": \"CloudPairingPrepareSite\",\r\n \"startTime\": \"2020-06-26T10:13:11.2159991Z\",\r\n \"endTime\": \"2020-06-26T10:14:19.215117Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prepare the server\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPrepareCloudForPairingTask\",\r\n \"name\": \"CloudPairingPrepareCloud\",\r\n \"startTime\": \"2020-06-26T10:14:19.215117Z\",\r\n \"endTime\": \"2020-06-26T10:14:19.3557614Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prepare for configuring protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPairCloudsTask\",\r\n \"name\": \"CloudPairingPairClouds\",\r\n \"startTime\": \"2020-06-26T10:14:19.3557614Z\",\r\n \"endTime\": \"2020-06-26T10:14:19.3557614Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Configure the protection settings\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationProtectionContainers/A2APrimaryContainer330/replicationProtectionContainerMappings/A2APCM330?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkZhYnJpY3MvYTJhUHJpbWFyeUZhYnJpYzMzMC9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL0EyQVByaW1hcnlDb250YWluZXIzMzAvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVyTWFwcGluZ3MvQTJBUENNMzMwP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c58cc8db-a4b5-4da2-9e38-be5fbfd8a117-2020-06-26 10:14:34Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162874155)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767674155)\\/\",\"ClientRequestId\":\"c58cc8db-a4b5-4da2-9e38-be5fbfd8a117-2020-06-26 10:14:34Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"+J1KHBqTdh1i243QTTkrBIDergcX3RFyvW0E15BPDko=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11965" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "c58cc8db-a4b5-4da2-9e38-be5fbfd8a117-2020-06-26 10:14:34Z-Ps 6/26/2020 10:14:34 AM" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "c58cc8db-a4b5-4da2-9e38-be5fbfd8a117-2020-06-26 10:14:34Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "9e22bb22-f1ea-4f4e-b59c-59be328e08ab" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101434Z:9e22bb22-f1ea-4f4e-b59c-59be328e08ab" + ], + "Date": [ + "Fri, 26 Jun 2020 10:14:34 GMT" + ], + "Content-Length": [ + "1424" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationProtectionContainers/A2APrimaryContainer330/replicationProtectionContainerMappings/A2APCM330\",\r\n \"name\": \"A2APCM330\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings\",\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aRecoveryFabric330/replicationProtectionContainers/A2ARecoveryContainer330\",\r\n \"targetProtectionContainerFriendlyName\": \"A2ARecoveryContainer330\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"A2A\",\r\n \"agentAutoUpdateStatus\": \"Disabled\",\r\n \"automationAccountArmId\": null,\r\n \"scheduleName\": null,\r\n \"jobScheduleName\": null\r\n },\r\n \"health\": \"Normal\",\r\n \"healthErrorDetails\": [],\r\n \"policyId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationPolicies/TestA2APolicy1330\",\r\n \"state\": \"Paired\",\r\n \"sourceProtectionContainerFriendlyName\": \"A2APrimaryContainer330\",\r\n \"sourceFabricFriendlyName\": \"West US\",\r\n \"targetFabricFriendlyName\": \"East US\",\r\n \"policyFriendlyName\": \"TestA2APolicy1330\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationNetworks/azureNetwork/replicationNetworkMappings/A2ANetworkMapping330?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkZhYnJpY3MvYTJhUHJpbWFyeUZhYnJpYzMzMC9yZXBsaWNhdGlvbk5ldHdvcmtzL2F6dXJlTmV0d29yay9yZXBsaWNhdGlvbk5ldHdvcmtNYXBwaW5ncy9BMkFOZXR3b3JrTWFwcGluZzMzMD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"recoveryFabricName\": \"a2aRecoveryFabric330\",\r\n \"recoveryNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330/providers/Microsoft.Network/virtualNetworks/A2ARecoveryNetwork330\",\r\n \"fabricSpecificDetails\": {\r\n \"instanceType\": \"AzureToAzure\",\r\n \"primaryNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/virtualNetworks/a2aVM330\"\r\n }\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d93495d0-9b16-4b67-9573-658ee07a3a3c-2020-06-26 10:14:34Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162874566)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767674566)\\/\",\"ClientRequestId\":\"d93495d0-9b16-4b67-9573-658ee07a3a3c-2020-06-26 10:14:34Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"2BbGwq0ZVkR8X20HK5/febKNGeew6E4zOGW3az1rvh8=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "486" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationNetworks/azureNetwork/replicationNetworkMappings/A2ANetworkMapping330/operationresults/c4bb1adf-84bc-40ca-8775-e812df023634?api-version=2018-07-10" + ], + "Retry-After": [ + "30" + ], + "x-ms-request-id": [ + "d93495d0-9b16-4b67-9573-658ee07a3a3c-2020-06-26 10:14:34Z-Ps 6/26/2020 10:14:34 AM" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationOperationStatus/c4bb1adf-84bc-40ca-8775-e812df023634?api-version=2018-07-10" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "d93495d0-9b16-4b67-9573-658ee07a3a3c-2020-06-26 10:14:34Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1193" + ], + "x-ms-correlation-request-id": [ + "32f87f2d-df6d-41bd-bdec-ebb310980a20" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101435Z:32f87f2d-df6d-41bd-bdec-ebb310980a20" + ], + "Date": [ + "Fri, 26 Jun 2020 10:14:34 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvYzRiYjFhZGYtODRiYy00MGNhLTg3NzUtZTgxMmRmMDIzNjM0P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d34384fa-2f29-4e86-8d89-06cc6b0b6f45-2020-06-26 10:14:35Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162875287)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767675287)\\/\",\"ClientRequestId\":\"d34384fa-2f29-4e86-8d89-06cc6b0b6f45-2020-06-26 10:14:35Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"Jh2KYxp9hVit7C85yQ9ufxrBzTmoiJgRWw41bdspIQs=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11964" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "d34384fa-2f29-4e86-8d89-06cc6b0b6f45-2020-06-26 10:14:35Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "eab52207-098d-458c-ac6f-b641c62d6df5" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101435Z:eab52207-098d-458c-ac6f-b641c62d6df5" + ], + "Date": [ + "Fri, 26 Jun 2020 10:14:35 GMT" + ], + "Content-Length": [ + "2188" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"d93495d0-9b16-4b67-9573-658ee07a3a3c-2020-06-26 10:14:34Z-Ps ActivityId: 32f87f2d-df6d-41bd-bdec-ebb310980a20\",\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"e010b9d2-5aa8-4f87-b597-b612e11f6592\",\r\n \"name\": \"ModifyVMNetworksPairingStatusTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Map network\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"4738204a-90ed-4db4-a72a-296461e07986\",\r\n \"name\": \"VMNetworksUpdateVMNicsTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Attach network (0)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"GroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"instanceType\": \"GroupTaskDetails\",\r\n \"childTasks\": []\r\n },\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/a2avm330/providers/microsoft.network/virtualnetworks/a2avm330\",\r\n \"primaryNetworkName\": \"a2avm330\",\r\n \"recoveryNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/recrg330/providers/microsoft.network/virtualnetworks/a2arecoverynetwork330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvYzRiYjFhZGYtODRiYy00MGNhLTg3NzUtZTgxMmRmMDIzNjM0P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "12378401-a49a-41f9-b3cc-66775378ba4b-2020-06-26 10:14:35Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162875619)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767675619)\\/\",\"ClientRequestId\":\"12378401-a49a-41f9-b3cc-66775378ba4b-2020-06-26 10:14:35Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"NyxxCQDtpvr2IhOs94j2uCadlv42pdpo4NzLUo92uAY=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11963" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "12378401-a49a-41f9-b3cc-66775378ba4b-2020-06-26 10:14:35Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "d4c1e895-9357-4040-bcb7-37463d8d44b4" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101435Z:d4c1e895-9357-4040-bcb7-37463d8d44b4" + ], + "Date": [ + "Fri, 26 Jun 2020 10:14:35 GMT" + ], + "Content-Length": [ + "2197" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"d93495d0-9b16-4b67-9573-658ee07a3a3c-2020-06-26 10:14:34Z-Ps ActivityId: 32f87f2d-df6d-41bd-bdec-ebb310980a20\",\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"e010b9d2-5aa8-4f87-b597-b612e11f6592\",\r\n \"name\": \"ModifyVMNetworksPairingStatusTask\",\r\n \"startTime\": \"2020-06-26T10:14:35.2410623Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Map network\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"4738204a-90ed-4db4-a72a-296461e07986\",\r\n \"name\": \"VMNetworksUpdateVMNicsTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Attach network (0)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"GroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"instanceType\": \"GroupTaskDetails\",\r\n \"childTasks\": []\r\n },\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/a2avm330/providers/microsoft.network/virtualnetworks/a2avm330\",\r\n \"primaryNetworkName\": \"a2avm330\",\r\n \"recoveryNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/recrg330/providers/microsoft.network/virtualnetworks/a2arecoverynetwork330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvYzRiYjFhZGYtODRiYy00MGNhLTg3NzUtZTgxMmRmMDIzNjM0P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "68117e4e-5fee-4d0e-8eda-abf99340320e-2020-06-26 10:14:55Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162895952)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767695952)\\/\",\"ClientRequestId\":\"68117e4e-5fee-4d0e-8eda-abf99340320e-2020-06-26 10:14:55Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"5WglC4h4UB6S1SwgIJ4c8COrqrE5ASkIIX21GwtVreQ=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11962" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "68117e4e-5fee-4d0e-8eda-abf99340320e-2020-06-26 10:14:55Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "85479c0e-3684-4731-a304-7a0d6c6d2fd3" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101456Z:85479c0e-3684-4731-a304-7a0d6c6d2fd3" + ], + "Date": [ + "Fri, 26 Jun 2020 10:14:55 GMT" + ], + "Content-Length": [ + "2197" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"d93495d0-9b16-4b67-9573-658ee07a3a3c-2020-06-26 10:14:34Z-Ps ActivityId: 32f87f2d-df6d-41bd-bdec-ebb310980a20\",\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"e010b9d2-5aa8-4f87-b597-b612e11f6592\",\r\n \"name\": \"ModifyVMNetworksPairingStatusTask\",\r\n \"startTime\": \"2020-06-26T10:14:35.2410623Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Map network\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"4738204a-90ed-4db4-a72a-296461e07986\",\r\n \"name\": \"VMNetworksUpdateVMNicsTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Attach network (0)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"GroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"instanceType\": \"GroupTaskDetails\",\r\n \"childTasks\": []\r\n },\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/a2avm330/providers/microsoft.network/virtualnetworks/a2avm330\",\r\n \"primaryNetworkName\": \"a2avm330\",\r\n \"recoveryNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/recrg330/providers/microsoft.network/virtualnetworks/a2arecoverynetwork330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvYzRiYjFhZGYtODRiYy00MGNhLTg3NzUtZTgxMmRmMDIzNjM0P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "97462358-898c-4e36-ab29-9b8a66b7c0a7-2020-06-26 10:15:16Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162916465)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767716465)\\/\",\"ClientRequestId\":\"97462358-898c-4e36-ab29-9b8a66b7c0a7-2020-06-26 10:15:16Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"0fAWNmlrUC83m5u6dSB1ebBzorA4hpmm0qI54KZE4QQ=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11961" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "97462358-898c-4e36-ab29-9b8a66b7c0a7-2020-06-26 10:15:16Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "28541e2f-8743-4d16-b0eb-392aa896d7a2" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101516Z:28541e2f-8743-4d16-b0eb-392aa896d7a2" + ], + "Date": [ + "Fri, 26 Jun 2020 10:15:16 GMT" + ], + "Content-Length": [ + "2197" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"d93495d0-9b16-4b67-9573-658ee07a3a3c-2020-06-26 10:14:34Z-Ps ActivityId: 32f87f2d-df6d-41bd-bdec-ebb310980a20\",\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"e010b9d2-5aa8-4f87-b597-b612e11f6592\",\r\n \"name\": \"ModifyVMNetworksPairingStatusTask\",\r\n \"startTime\": \"2020-06-26T10:14:35.2410623Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Map network\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"4738204a-90ed-4db4-a72a-296461e07986\",\r\n \"name\": \"VMNetworksUpdateVMNicsTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Attach network (0)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"GroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"instanceType\": \"GroupTaskDetails\",\r\n \"childTasks\": []\r\n },\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/a2avm330/providers/microsoft.network/virtualnetworks/a2avm330\",\r\n \"primaryNetworkName\": \"a2avm330\",\r\n \"recoveryNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/recrg330/providers/microsoft.network/virtualnetworks/a2arecoverynetwork330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvYzRiYjFhZGYtODRiYy00MGNhLTg3NzUtZTgxMmRmMDIzNjM0P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c89779cc-3ed6-42d6-a1a1-946ebcfa2722-2020-06-26 10:15:36Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162936803)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767736803)\\/\",\"ClientRequestId\":\"c89779cc-3ed6-42d6-a1a1-946ebcfa2722-2020-06-26 10:15:36Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"H+mavrbXPvD54Mk7Zud0TEmdyO9gpmUzBrMraGGNz9E=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11960" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "c89779cc-3ed6-42d6-a1a1-946ebcfa2722-2020-06-26 10:15:36Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "4af13cc4-9058-4726-9d1e-2155304b1b75" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101537Z:4af13cc4-9058-4726-9d1e-2155304b1b75" + ], + "Date": [ + "Fri, 26 Jun 2020 10:15:36 GMT" + ], + "Content-Length": [ + "2204" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"d93495d0-9b16-4b67-9573-658ee07a3a3c-2020-06-26 10:14:34Z-Ps ActivityId: 32f87f2d-df6d-41bd-bdec-ebb310980a20\",\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"e010b9d2-5aa8-4f87-b597-b612e11f6592\",\r\n \"name\": \"ModifyVMNetworksPairingStatusTask\",\r\n \"startTime\": \"2020-06-26T10:14:35.2410623Z\",\r\n \"endTime\": \"2020-06-26T10:15:36.7792899Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Map network\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"4738204a-90ed-4db4-a72a-296461e07986\",\r\n \"name\": \"VMNetworksUpdateVMNicsTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Attach network (0)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"GroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"instanceType\": \"GroupTaskDetails\",\r\n \"childTasks\": []\r\n },\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/a2avm330/providers/microsoft.network/virtualnetworks/a2avm330\",\r\n \"primaryNetworkName\": \"a2avm330\",\r\n \"recoveryNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/recrg330/providers/microsoft.network/virtualnetworks/a2arecoverynetwork330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvYzRiYjFhZGYtODRiYy00MGNhLTg3NzUtZTgxMmRmMDIzNjM0P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5b93f008-72a2-406f-967c-bf1c3e3beae5-2020-06-26 10:15:57Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162957121)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767757121)\\/\",\"ClientRequestId\":\"5b93f008-72a2-406f-967c-bf1c3e3beae5-2020-06-26 10:15:57Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"qX4StezGqHLjyQpFPcyadtkNebPfsXwsnGZJPMxsAIk=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11959" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "5b93f008-72a2-406f-967c-bf1c3e3beae5-2020-06-26 10:15:57Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "aa155234-7746-4e23-849c-b508f4cbdd2a" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101557Z:aa155234-7746-4e23-849c-b508f4cbdd2a" + ], + "Date": [ + "Fri, 26 Jun 2020 10:15:57 GMT" + ], + "Content-Length": [ + "2219" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"d93495d0-9b16-4b67-9573-658ee07a3a3c-2020-06-26 10:14:34Z-Ps ActivityId: 32f87f2d-df6d-41bd-bdec-ebb310980a20\",\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"e010b9d2-5aa8-4f87-b597-b612e11f6592\",\r\n \"name\": \"ModifyVMNetworksPairingStatusTask\",\r\n \"startTime\": \"2020-06-26T10:14:35.2410623Z\",\r\n \"endTime\": \"2020-06-26T10:15:36.7792899Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Map network\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"4738204a-90ed-4db4-a72a-296461e07986\",\r\n \"name\": \"VMNetworksUpdateVMNicsTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Attach network (0)\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"GroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"instanceType\": \"GroupTaskDetails\",\r\n \"childTasks\": []\r\n },\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/a2avm330/providers/microsoft.network/virtualnetworks/a2avm330\",\r\n \"primaryNetworkName\": \"a2avm330\",\r\n \"recoveryNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/recrg330/providers/microsoft.network/virtualnetworks/a2arecoverynetwork330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aRecoveryFabric330/replicationProtectionContainers/A2ARecoveryContainer330/replicationProtectionContainerMappings/A2ARCM330?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkZhYnJpY3MvYTJhUmVjb3ZlcnlGYWJyaWMzMzAvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9BMkFSZWNvdmVyeUNvbnRhaW5lcjMzMC9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJNYXBwaW5ncy9BMkFSQ00zMzA/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationProtectionContainers/A2APrimaryContainer330\",\r\n \"policyId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationPolicies/TestA2APolicy1330\",\r\n \"providerSpecificInput\": {\r\n \"instanceType\": \"ReplicationProviderSpecificContainerMappingInput\"\r\n }\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7d8e3ec6-d26c-4210-bb15-4d6efadc36c7-2020-06-26 10:15:57Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162957476)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767757476)\\/\",\"ClientRequestId\":\"7d8e3ec6-d26c-4210-bb15-4d6efadc36c7-2020-06-26 10:15:57Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"IYtBT4MvyImO2EsvvKyLvNVFE59QSJynJYzbMMdCb+Q=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "642" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aRecoveryFabric330/replicationProtectionContainers/A2ARecoveryContainer330/replicationProtectionContainerMappings/A2ARCM330/operationresults/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204?api-version=2018-07-10" + ], + "Retry-After": [ + "30" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204", + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationOperationStatus/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204?api-version=2018-07-10" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "7d8e3ec6-d26c-4210-bb15-4d6efadc36c7-2020-06-26 10:15:57Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1192" + ], + "x-ms-correlation-request-id": [ + "0be0831e-f69b-46f6-8023-d4b9b5b11f9c" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101558Z:0be0831e-f69b-46f6-8023-d4b9b5b11f9c" + ], + "Date": [ + "Fri, 26 Jun 2020 10:15:58 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvZWFlYjdjYTAtM2ZmNC00MDc5LWIxMGItZWZkZDBhZGJkMjA0P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "be88b0b7-96b8-4510-a8b1-70671e5732b1-2020-06-26 10:15:58Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162958239)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767758239)\\/\",\"ClientRequestId\":\"be88b0b7-96b8-4510-a8b1-70671e5732b1-2020-06-26 10:15:58Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"G7c58JVwV244FnyiCu97tC+csIfvcHxrtYNSYhxZPug=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11958" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "be88b0b7-96b8-4510-a8b1-70671e5732b1-2020-06-26 10:15:58Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "141fdc34-913f-4ec1-ac7f-01927932107d" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101558Z:141fdc34-913f-4ec1-ac7f-01927932107d" + ], + "Date": [ + "Fri, 26 Jun 2020 10:15:58 GMT" + ], + "Content-Length": [ + "2876" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"7d8e3ec6-d26c-4210-bb15-4d6efadc36c7-2020-06-26 10:15:57Z-Ps ActivityId: 0be0831e-f69b-46f6-8023-d4b9b5b11f9c\",\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"CloudPairingWfPreflightChecksTask\",\r\n \"name\": \"CloudPairingPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:15:58.1175096Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Check protection prerequisites\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPrepareSiteTask\",\r\n \"name\": \"CloudPairingPrepareSite\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prepare the server\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPrepareCloudForPairingTask\",\r\n \"name\": \"CloudPairingPrepareCloud\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prepare for configuring protection\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPairCloudsTask\",\r\n \"name\": \"CloudPairingPairClouds\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Configure the protection settings\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"primaryCloudName\": \"A2ARecoveryContainer330\",\r\n \"recoveryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"recoveryCloudName\": \"A2APrimaryContainer330\",\r\n \"primaryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"primaryVmmName\": \"East US\",\r\n \"recoveryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"recoveryVmmName\": \"West US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvZWFlYjdjYTAtM2ZmNC00MDc5LWIxMGItZWZkZDBhZGJkMjA0P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c76cbe0a-a171-4a3a-aaa3-ece90ecd952d-2020-06-26 10:15:58Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162958607)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767758607)\\/\",\"ClientRequestId\":\"c76cbe0a-a171-4a3a-aaa3-ece90ecd952d-2020-06-26 10:15:58Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"8Iou2f3iN5iosQtexVnxgUgqWAh5NFVzpzIZFQAQ7a0=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11957" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "c76cbe0a-a171-4a3a-aaa3-ece90ecd952d-2020-06-26 10:15:58Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "8ef98216-e9c2-4af2-a797-60909fd14d1e" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101558Z:8ef98216-e9c2-4af2-a797-60909fd14d1e" + ], + "Date": [ + "Fri, 26 Jun 2020 10:15:58 GMT" + ], + "Content-Length": [ + "2908" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"7d8e3ec6-d26c-4210-bb15-4d6efadc36c7-2020-06-26 10:15:57Z-Ps ActivityId: 0be0831e-f69b-46f6-8023-d4b9b5b11f9c\",\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"CloudPairingWfPreflightChecksTask\",\r\n \"name\": \"CloudPairingPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:15:58.3988116Z\",\r\n \"endTime\": \"2020-06-26T10:15:58.5550758Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Check protection prerequisites\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPrepareSiteTask\",\r\n \"name\": \"CloudPairingPrepareSite\",\r\n \"startTime\": \"2020-06-26T10:15:58.5550758Z\",\r\n \"endTime\": \"2020-06-26T10:15:58.6019118Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prepare the server\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPrepareCloudForPairingTask\",\r\n \"name\": \"CloudPairingPrepareCloud\",\r\n \"startTime\": \"2020-06-26T10:15:58.6019118Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prepare for configuring protection\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPairCloudsTask\",\r\n \"name\": \"CloudPairingPairClouds\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Configure the protection settings\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"primaryCloudName\": \"A2ARecoveryContainer330\",\r\n \"recoveryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"recoveryCloudName\": \"A2APrimaryContainer330\",\r\n \"primaryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"primaryVmmName\": \"East US\",\r\n \"recoveryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"recoveryVmmName\": \"West US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvZWFlYjdjYTAtM2ZmNC00MDc5LWIxMGItZWZkZDBhZGJkMjA0P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9790a17f-7e2e-4558-a39c-78d904bd1f40-2020-06-26 10:16:18Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162978944)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767778944)\\/\",\"ClientRequestId\":\"9790a17f-7e2e-4558-a39c-78d904bd1f40-2020-06-26 10:16:18Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"UBSKnCQtS8GQGSlYFCB+fn327j6FHUGDYssNr2MKzyI=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11956" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "9790a17f-7e2e-4558-a39c-78d904bd1f40-2020-06-26 10:16:18Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "17788b6f-2684-4a3d-8a1f-e908eac61d9b" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101619Z:17788b6f-2684-4a3d-8a1f-e908eac61d9b" + ], + "Date": [ + "Fri, 26 Jun 2020 10:16:18 GMT" + ], + "Content-Length": [ + "2908" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"7d8e3ec6-d26c-4210-bb15-4d6efadc36c7-2020-06-26 10:15:57Z-Ps ActivityId: 0be0831e-f69b-46f6-8023-d4b9b5b11f9c\",\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"CloudPairingWfPreflightChecksTask\",\r\n \"name\": \"CloudPairingPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:15:58.3988116Z\",\r\n \"endTime\": \"2020-06-26T10:15:58.5550758Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Check protection prerequisites\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPrepareSiteTask\",\r\n \"name\": \"CloudPairingPrepareSite\",\r\n \"startTime\": \"2020-06-26T10:15:58.5550758Z\",\r\n \"endTime\": \"2020-06-26T10:15:58.6019118Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prepare the server\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPrepareCloudForPairingTask\",\r\n \"name\": \"CloudPairingPrepareCloud\",\r\n \"startTime\": \"2020-06-26T10:15:58.6019118Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prepare for configuring protection\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPairCloudsTask\",\r\n \"name\": \"CloudPairingPairClouds\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Configure the protection settings\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"primaryCloudName\": \"A2ARecoveryContainer330\",\r\n \"recoveryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"recoveryCloudName\": \"A2APrimaryContainer330\",\r\n \"primaryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"primaryVmmName\": \"East US\",\r\n \"recoveryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"recoveryVmmName\": \"West US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvZWFlYjdjYTAtM2ZmNC00MDc5LWIxMGItZWZkZDBhZGJkMjA0P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6ae321ed-976a-4c89-a63e-1b1d55209844-2020-06-26 10:16:39Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593162999315)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767799315)\\/\",\"ClientRequestId\":\"6ae321ed-976a-4c89-a63e-1b1d55209844-2020-06-26 10:16:39Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"ZiGpBhq5ailp6Pj75/3XDOj6iyWXs+IO5ihGZ2dN9YU=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11955" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "6ae321ed-976a-4c89-a63e-1b1d55209844-2020-06-26 10:16:39Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "afa4de9e-58eb-45d5-83ad-ed227619489b" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101639Z:afa4de9e-58eb-45d5-83ad-ed227619489b" + ], + "Date": [ + "Fri, 26 Jun 2020 10:16:39 GMT" + ], + "Content-Length": [ + "2908" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"7d8e3ec6-d26c-4210-bb15-4d6efadc36c7-2020-06-26 10:15:57Z-Ps ActivityId: 0be0831e-f69b-46f6-8023-d4b9b5b11f9c\",\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"CloudPairingWfPreflightChecksTask\",\r\n \"name\": \"CloudPairingPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:15:58.3988116Z\",\r\n \"endTime\": \"2020-06-26T10:15:58.5550758Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Check protection prerequisites\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPrepareSiteTask\",\r\n \"name\": \"CloudPairingPrepareSite\",\r\n \"startTime\": \"2020-06-26T10:15:58.5550758Z\",\r\n \"endTime\": \"2020-06-26T10:15:58.6019118Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prepare the server\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPrepareCloudForPairingTask\",\r\n \"name\": \"CloudPairingPrepareCloud\",\r\n \"startTime\": \"2020-06-26T10:15:58.6019118Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prepare for configuring protection\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPairCloudsTask\",\r\n \"name\": \"CloudPairingPairClouds\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Configure the protection settings\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"primaryCloudName\": \"A2ARecoveryContainer330\",\r\n \"recoveryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"recoveryCloudName\": \"A2APrimaryContainer330\",\r\n \"primaryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"primaryVmmName\": \"East US\",\r\n \"recoveryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"recoveryVmmName\": \"West US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvZWFlYjdjYTAtM2ZmNC00MDc5LWIxMGItZWZkZDBhZGJkMjA0P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f27e4f7-d1d7-4427-9de1-23747d4b7925-2020-06-26 10:16:59Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163019661)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767819661)\\/\",\"ClientRequestId\":\"4f27e4f7-d1d7-4427-9de1-23747d4b7925-2020-06-26 10:16:59Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"MdXNabbnrzWwQpFp7BTvndc4bihC4X8vlAQwVGErrI0=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11954" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "4f27e4f7-d1d7-4427-9de1-23747d4b7925-2020-06-26 10:16:59Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "c57eb0f9-ad00-4409-a418-6f28ede468ec" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101659Z:c57eb0f9-ad00-4409-a418-6f28ede468ec" + ], + "Date": [ + "Fri, 26 Jun 2020 10:16:59 GMT" + ], + "Content-Length": [ + "2908" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"7d8e3ec6-d26c-4210-bb15-4d6efadc36c7-2020-06-26 10:15:57Z-Ps ActivityId: 0be0831e-f69b-46f6-8023-d4b9b5b11f9c\",\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"CloudPairingWfPreflightChecksTask\",\r\n \"name\": \"CloudPairingPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:15:58.3988116Z\",\r\n \"endTime\": \"2020-06-26T10:15:58.5550758Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Check protection prerequisites\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPrepareSiteTask\",\r\n \"name\": \"CloudPairingPrepareSite\",\r\n \"startTime\": \"2020-06-26T10:15:58.5550758Z\",\r\n \"endTime\": \"2020-06-26T10:15:58.6019118Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prepare the server\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPrepareCloudForPairingTask\",\r\n \"name\": \"CloudPairingPrepareCloud\",\r\n \"startTime\": \"2020-06-26T10:15:58.6019118Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prepare for configuring protection\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPairCloudsTask\",\r\n \"name\": \"CloudPairingPairClouds\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Configure the protection settings\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"primaryCloudName\": \"A2ARecoveryContainer330\",\r\n \"recoveryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"recoveryCloudName\": \"A2APrimaryContainer330\",\r\n \"primaryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"primaryVmmName\": \"East US\",\r\n \"recoveryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"recoveryVmmName\": \"West US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvZWFlYjdjYTAtM2ZmNC00MDc5LWIxMGItZWZkZDBhZGJkMjA0P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "beb31d2c-9f37-4aeb-9b7e-ab66b3ef8e34-2020-06-26 10:17:20Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163040004)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767840004)\\/\",\"ClientRequestId\":\"beb31d2c-9f37-4aeb-9b7e-ab66b3ef8e34-2020-06-26 10:17:20Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"OzhnaQmwevzP3nk/3SYT3jFak215sSIuRk8sMQCs7bg=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11953" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "beb31d2c-9f37-4aeb-9b7e-ab66b3ef8e34-2020-06-26 10:17:20Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "2e72c197-911c-4958-8468-f50f23d8b238" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101720Z:2e72c197-911c-4958-8468-f50f23d8b238" + ], + "Date": [ + "Fri, 26 Jun 2020 10:17:19 GMT" + ], + "Content-Length": [ + "2954" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"7d8e3ec6-d26c-4210-bb15-4d6efadc36c7-2020-06-26 10:15:57Z-Ps ActivityId: 0be0831e-f69b-46f6-8023-d4b9b5b11f9c\",\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"CloudPairingWfPreflightChecksTask\",\r\n \"name\": \"CloudPairingPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:15:58.3988116Z\",\r\n \"endTime\": \"2020-06-26T10:15:58.5550758Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Check protection prerequisites\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPrepareSiteTask\",\r\n \"name\": \"CloudPairingPrepareSite\",\r\n \"startTime\": \"2020-06-26T10:15:58.5550758Z\",\r\n \"endTime\": \"2020-06-26T10:17:03.6298608Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prepare the server\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPrepareCloudForPairingTask\",\r\n \"name\": \"CloudPairingPrepareCloud\",\r\n \"startTime\": \"2020-06-26T10:17:03.6298608Z\",\r\n \"endTime\": \"2020-06-26T10:17:03.7548134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prepare for configuring protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CloudPairingWfPairCloudsTask\",\r\n \"name\": \"CloudPairingPairClouds\",\r\n \"startTime\": \"2020-06-26T10:17:03.7548134Z\",\r\n \"endTime\": \"2020-06-26T10:17:03.7548134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Configure the protection settings\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"primaryCloudName\": \"A2ARecoveryContainer330\",\r\n \"recoveryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"recoveryCloudName\": \"A2APrimaryContainer330\",\r\n \"primaryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"primaryVmmName\": \"East US\",\r\n \"recoveryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"recoveryVmmName\": \"West US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aRecoveryFabric330/replicationProtectionContainers/A2ARecoveryContainer330/replicationProtectionContainerMappings/A2ARCM330?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkZhYnJpY3MvYTJhUmVjb3ZlcnlGYWJyaWMzMzAvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9BMkFSZWNvdmVyeUNvbnRhaW5lcjMzMC9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJNYXBwaW5ncy9BMkFSQ00zMzA/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8e388ceb-0447-4278-a466-67284e0ec0fc-2020-06-26 10:17:20Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163040359)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767840359)\\/\",\"ClientRequestId\":\"8e388ceb-0447-4278-a466-67284e0ec0fc-2020-06-26 10:17:20Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"gHEGHX2A0XIBaUw8plxiFTVT56nMkog0IwA9EWg7A0Q=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11952" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "8e388ceb-0447-4278-a466-67284e0ec0fc-2020-06-26 10:17:20Z-Ps 6/26/2020 10:17:20 AM" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "8e388ceb-0447-4278-a466-67284e0ec0fc-2020-06-26 10:17:20Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "692ae6b9-dd2e-4554-bd46-b8518761a644" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101720Z:692ae6b9-dd2e-4554-bd46-b8518761a644" + ], + "Date": [ + "Fri, 26 Jun 2020 10:17:19 GMT" + ], + "Content-Length": [ + "1424" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aRecoveryFabric330/replicationProtectionContainers/A2ARecoveryContainer330/replicationProtectionContainerMappings/A2ARCM330\",\r\n \"name\": \"A2ARCM330\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings\",\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationProtectionContainers/A2APrimaryContainer330\",\r\n \"targetProtectionContainerFriendlyName\": \"A2APrimaryContainer330\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"A2A\",\r\n \"agentAutoUpdateStatus\": \"Disabled\",\r\n \"automationAccountArmId\": null,\r\n \"scheduleName\": null,\r\n \"jobScheduleName\": null\r\n },\r\n \"health\": \"Normal\",\r\n \"healthErrorDetails\": [],\r\n \"policyId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationPolicies/TestA2APolicy1330\",\r\n \"state\": \"Paired\",\r\n \"sourceProtectionContainerFriendlyName\": \"A2ARecoveryContainer330\",\r\n \"sourceFabricFriendlyName\": \"East US\",\r\n \"targetFabricFriendlyName\": \"West US\",\r\n \"policyFriendlyName\": \"TestA2APolicy1330\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aRecoveryFabric330/replicationNetworks/azureNetwork/replicationNetworkMappings/A2ARecoveryNetworkMapping330?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkZhYnJpY3MvYTJhUmVjb3ZlcnlGYWJyaWMzMzAvcmVwbGljYXRpb25OZXR3b3Jrcy9henVyZU5ldHdvcmsvcmVwbGljYXRpb25OZXR3b3JrTWFwcGluZ3MvQTJBUmVjb3ZlcnlOZXR3b3JrTWFwcGluZzMzMD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"recoveryFabricName\": \"a2aPrimaryFabric330\",\r\n \"recoveryNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/virtualNetworks/a2aVM330\",\r\n \"fabricSpecificDetails\": {\r\n \"instanceType\": \"AzureToAzure\",\r\n \"primaryNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330/providers/Microsoft.Network/virtualNetworks/A2ARecoveryNetwork330\"\r\n }\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "735d5d88-eb77-418b-8a64-2079b1f19ee9-2020-06-26 10:17:20Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163040734)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767840734)\\/\",\"ClientRequestId\":\"735d5d88-eb77-418b-8a64-2079b1f19ee9-2020-06-26 10:17:20Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"u2TEWbXwbE+q+UUI9BoVhy1RIZUR2kM1S/nhYB6u/PU=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "485" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aRecoveryFabric330/replicationNetworks/azureNetwork/replicationNetworkMappings/A2ARecoveryNetworkMapping330/operationresults/28270d3b-c126-4146-b5db-e147fe4fd53e?api-version=2018-07-10" + ], + "Retry-After": [ + "30" + ], + "x-ms-request-id": [ + "735d5d88-eb77-418b-8a64-2079b1f19ee9-2020-06-26 10:17:20Z-Ps 6/26/2020 10:17:21 AM" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationOperationStatus/28270d3b-c126-4146-b5db-e147fe4fd53e?api-version=2018-07-10" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "735d5d88-eb77-418b-8a64-2079b1f19ee9-2020-06-26 10:17:20Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1191" + ], + "x-ms-correlation-request-id": [ + "32f6f77b-4683-4d80-a85f-09f0e68727ac" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101721Z:32f6f77b-4683-4d80-a85f-09f0e68727ac" + ], + "Date": [ + "Fri, 26 Jun 2020 10:17:20 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvMjgyNzBkM2ItYzEyNi00MTQ2LWI1ZGItZTE0N2ZlNGZkNTNlP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0f21be3f-87f0-4df3-a10d-7990eaa562e2-2020-06-26 10:17:21Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163041725)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767841725)\\/\",\"ClientRequestId\":\"0f21be3f-87f0-4df3-a10d-7990eaa562e2-2020-06-26 10:17:21Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"Q+qBhuGSC8xZTz8I6fjEy+khmPyw3hlCGD+q2kPdbCE=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11951" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "0f21be3f-87f0-4df3-a10d-7990eaa562e2-2020-06-26 10:17:21Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "ee5b5281-787a-438e-b6d5-c7f872603205" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101721Z:ee5b5281-787a-438e-b6d5-c7f872603205" + ], + "Date": [ + "Fri, 26 Jun 2020 10:17:21 GMT" + ], + "Content-Length": [ + "2269" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"735d5d88-eb77-418b-8a64-2079b1f19ee9-2020-06-26 10:17:20Z-Ps ActivityId: 32f6f77b-4683-4d80-a85f-09f0e68727ac\",\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"65768c0b-350e-420a-a130-a6a1448c538b\",\r\n \"name\": \"ModifyVMNetworksPairingStatusTask\",\r\n \"startTime\": \"2020-06-26T10:17:21.5369319Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Map network\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"22ae9154-2cf8-4f3b-8b09-849ed7a80dda\",\r\n \"name\": \"VMNetworksUpdateVMNicsTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Attach network (0)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"GroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"instanceType\": \"GroupTaskDetails\",\r\n \"childTasks\": []\r\n },\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/recrg330/providers/microsoft.network/virtualnetworks/a2arecoverynetwork330\",\r\n \"primaryNetworkName\": \"a2arecoverynetwork330\",\r\n \"recoveryNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/a2avm330/providers/microsoft.network/virtualnetworks/a2avm330\",\r\n \"recoveryNetworkName\": \"a2avm330\",\r\n \"primaryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"primaryVmmName\": \"East US\",\r\n \"recoveryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"recoveryVmmName\": \"West US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvMjgyNzBkM2ItYzEyNi00MTQ2LWI1ZGItZTE0N2ZlNGZkNTNlP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "45991bc3-f5fb-496c-9aa7-54ca83580d41-2020-06-26 10:17:22Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163042057)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767842057)\\/\",\"ClientRequestId\":\"45991bc3-f5fb-496c-9aa7-54ca83580d41-2020-06-26 10:17:22Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"2ygKs7ftGpcm4cSLIfIEZ6w5Rs3/ZBdmjJMJ7zUtSqw=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11950" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "45991bc3-f5fb-496c-9aa7-54ca83580d41-2020-06-26 10:17:22Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "ee58b519-d457-4e47-8f0c-d83242b3c735" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101722Z:ee58b519-d457-4e47-8f0c-d83242b3c735" + ], + "Date": [ + "Fri, 26 Jun 2020 10:17:21 GMT" + ], + "Content-Length": [ + "2269" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"735d5d88-eb77-418b-8a64-2079b1f19ee9-2020-06-26 10:17:20Z-Ps ActivityId: 32f6f77b-4683-4d80-a85f-09f0e68727ac\",\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"65768c0b-350e-420a-a130-a6a1448c538b\",\r\n \"name\": \"ModifyVMNetworksPairingStatusTask\",\r\n \"startTime\": \"2020-06-26T10:17:21.5369319Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Map network\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"22ae9154-2cf8-4f3b-8b09-849ed7a80dda\",\r\n \"name\": \"VMNetworksUpdateVMNicsTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Attach network (0)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"GroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"instanceType\": \"GroupTaskDetails\",\r\n \"childTasks\": []\r\n },\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/recrg330/providers/microsoft.network/virtualnetworks/a2arecoverynetwork330\",\r\n \"primaryNetworkName\": \"a2arecoverynetwork330\",\r\n \"recoveryNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/a2avm330/providers/microsoft.network/virtualnetworks/a2avm330\",\r\n \"recoveryNetworkName\": \"a2avm330\",\r\n \"primaryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"primaryVmmName\": \"East US\",\r\n \"recoveryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"recoveryVmmName\": \"West US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvMjgyNzBkM2ItYzEyNi00MTQ2LWI1ZGItZTE0N2ZlNGZkNTNlP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "aebb019d-90cc-4986-9bf9-e7179f74d179-2020-06-26 10:17:42Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163062531)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767862531)\\/\",\"ClientRequestId\":\"aebb019d-90cc-4986-9bf9-e7179f74d179-2020-06-26 10:17:42Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"h+yQMph0fNoA3q86hADI/pllQCDYgataVi3xNLxet1E=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11949" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "aebb019d-90cc-4986-9bf9-e7179f74d179-2020-06-26 10:17:42Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "0998150b-7e1e-47a0-8a6a-332be7fc44bc" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101742Z:0998150b-7e1e-47a0-8a6a-332be7fc44bc" + ], + "Date": [ + "Fri, 26 Jun 2020 10:17:42 GMT" + ], + "Content-Length": [ + "2291" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"735d5d88-eb77-418b-8a64-2079b1f19ee9-2020-06-26 10:17:20Z-Ps ActivityId: 32f6f77b-4683-4d80-a85f-09f0e68727ac\",\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"65768c0b-350e-420a-a130-a6a1448c538b\",\r\n \"name\": \"ModifyVMNetworksPairingStatusTask\",\r\n \"startTime\": \"2020-06-26T10:17:21.5369319Z\",\r\n \"endTime\": \"2020-06-26T10:17:23.2105104Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Map network\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"22ae9154-2cf8-4f3b-8b09-849ed7a80dda\",\r\n \"name\": \"VMNetworksUpdateVMNicsTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Attach network (0)\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"GroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"instanceType\": \"GroupTaskDetails\",\r\n \"childTasks\": []\r\n },\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/recrg330/providers/microsoft.network/virtualnetworks/a2arecoverynetwork330\",\r\n \"primaryNetworkName\": \"a2arecoverynetwork330\",\r\n \"recoveryNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/a2avm330/providers/microsoft.network/virtualnetworks/a2avm330\",\r\n \"recoveryNetworkName\": \"a2avm330\",\r\n \"primaryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"primaryVmmName\": \"East US\",\r\n \"recoveryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"recoveryVmmName\": \"West US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationProtectionContainers/A2APrimaryContainer330/replicationProtectedItems/a2aVM330?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkZhYnJpY3MvYTJhUHJpbWFyeUZhYnJpYzMzMC9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL0EyQVByaW1hcnlDb250YWluZXIzMzAvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9hMmFWTTMzMD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"policyId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationPolicies/TestA2APolicy1330\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"A2A\",\r\n \"fabricObjectId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Compute/virtualMachines/a2aVM330\",\r\n \"recoveryContainerId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aRecoveryFabric330/replicationProtectionContainers/A2ARecoveryContainer330\",\r\n \"recoveryResourceGroupId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330\",\r\n \"vmDisks\": [],\r\n \"vmManagedDisks\": [\r\n {\r\n \"diskId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2AVM330/providers/Microsoft.Compute/disks/a2aVM330_OsDisk_1_d10cdc8c00844e31b4402f4430f934a7\",\r\n \"primaryStagingAzureStorageAccountId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Storage/storageAccounts/cache330\",\r\n \"recoveryResourceGroupId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330\",\r\n \"recoveryReplicaDiskAccountType\": \"Premium_LRS\",\r\n \"recoveryTargetDiskAccountType\": \"Premium_LRS\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163063203)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767863203)\\/\",\"ClientRequestId\":\"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"4GJaYc4/xLVHFoOGeJsvYs4MSLA3t+aCFIC0mLiZuYM=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1548" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationProtectionContainers/A2APrimaryContainer330/replicationProtectedItems/a2aVM330/operationresults/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10" + ], + "Retry-After": [ + "30" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2", + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationOperationStatus/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1190" + ], + "x-ms-correlation-request-id": [ + "09a7c2e0-b66d-4168-8d09-29642782b978" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101743Z:09a7c2e0-b66d-4168-8d09-29642782b978" + ], + "Date": [ + "Fri, 26 Jun 2020 10:17:43 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6addf07a-fc29-4351-825d-d7e4ca3b2702-2020-06-26 10:17:43Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163063993)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767863993)\\/\",\"ClientRequestId\":\"6addf07a-fc29-4351-825d-d7e4ca3b2702-2020-06-26 10:17:43Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"TENKx+mZKiF5hp9q2Na3PtY8f490YtI3YR/cZ9cXUpA=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11947" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "6addf07a-fc29-4351-825d-d7e4ca3b2702-2020-06-26 10:17:43Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "6ba6e8b8-0d4a-4ee1-90f5-8d65c6b87fdd" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101744Z:6ba6e8b8-0d4a-4ee1-90f5-8d65c6b87fdd" + ], + "Date": [ + "Fri, 26 Jun 2020 10:17:44 GMT" + ], + "Content-Length": [ + "3378" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7e690a4f-2314-423f-899b-3a42b4e48f9b-2020-06-26 10:17:44Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163064325)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767864325)\\/\",\"ClientRequestId\":\"7e690a4f-2314-423f-899b-3a42b4e48f9b-2020-06-26 10:17:44Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"Hcb/QQiKSHDr6to4KCVMtVgJ5+8bwRaGnlD+5Aod9EA=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11946" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "7e690a4f-2314-423f-899b-3a42b4e48f9b-2020-06-26 10:17:44Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "7c1b8058-f228-4ac7-bb43-7dd9c5714939" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101744Z:7c1b8058-f228-4ac7-bb43-7dd9c5714939" + ], + "Date": [ + "Fri, 26 Jun 2020 10:17:44 GMT" + ], + "Content-Length": [ + "3378" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c41ad62c-ed9f-4e3f-8ee9-0dd55b5f5824-2020-06-26 10:18:04Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163084682)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767884682)\\/\",\"ClientRequestId\":\"c41ad62c-ed9f-4e3f-8ee9-0dd55b5f5824-2020-06-26 10:18:04Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"TSHLJeIQ/6ourEyq/VVx/am3Xl6BAi67iXS2LIMOFR8=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11945" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "c41ad62c-ed9f-4e3f-8ee9-0dd55b5f5824-2020-06-26 10:18:04Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "8b979d0a-5e2d-427d-a979-3c1c28132456" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101805Z:8b979d0a-5e2d-427d-a979-3c1c28132456" + ], + "Date": [ + "Fri, 26 Jun 2020 10:18:04 GMT" + ], + "Content-Length": [ + "3394" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "12eaccac-adf1-47de-9128-d088ef038980-2020-06-26 10:18:25Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163105115)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767905115)\\/\",\"ClientRequestId\":\"12eaccac-adf1-47de-9128-d088ef038980-2020-06-26 10:18:25Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"WWzaEE1CIeK5PP8j3F6UX1o8MVkvgHuplY4uOg40aDk=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11944" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "12eaccac-adf1-47de-9128-d088ef038980-2020-06-26 10:18:25Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "0a8fed5a-b003-4a17-aa99-b61b9a966c20" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101825Z:0a8fed5a-b003-4a17-aa99-b61b9a966c20" + ], + "Date": [ + "Fri, 26 Jun 2020 10:18:24 GMT" + ], + "Content-Length": [ + "3394" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "401d24e3-e140-4d89-b656-951ceff73f86-2020-06-26 10:18:45Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163125530)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767925530)\\/\",\"ClientRequestId\":\"401d24e3-e140-4d89-b656-951ceff73f86-2020-06-26 10:18:45Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"QMUqCryZhymXsHZaadqSXiNgV+lRStyuQ5NfB59od1k=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11943" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "401d24e3-e140-4d89-b656-951ceff73f86-2020-06-26 10:18:45Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "0d46545c-ad8b-42f1-b0d9-1bb531f0bacd" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101845Z:0d46545c-ad8b-42f1-b0d9-1bb531f0bacd" + ], + "Date": [ + "Fri, 26 Jun 2020 10:18:44 GMT" + ], + "Content-Length": [ + "3394" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "885f5255-c917-4110-9e74-9942b3c74163-2020-06-26 10:19:05Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163145880)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767945880)\\/\",\"ClientRequestId\":\"885f5255-c917-4110-9e74-9942b3c74163-2020-06-26 10:19:05Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"w2+J/hrHAEYRnbrWQwTdv5pCNXAo0iWkqDkPLkia5KA=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11942" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "885f5255-c917-4110-9e74-9942b3c74163-2020-06-26 10:19:05Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "6bf94cba-2722-40df-8a09-d46960e876ba" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101906Z:6bf94cba-2722-40df-8a09-d46960e876ba" + ], + "Date": [ + "Fri, 26 Jun 2020 10:19:06 GMT" + ], + "Content-Length": [ + "3394" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "044a1b8f-51ef-4edb-9e47-bef59bb66707-2020-06-26 10:19:26Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163166243)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767966243)\\/\",\"ClientRequestId\":\"044a1b8f-51ef-4edb-9e47-bef59bb66707-2020-06-26 10:19:26Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"NeEOoZnKWczdv+uVEl4UGnTyAP13XvU66xuT+VOo39s=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11941" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "044a1b8f-51ef-4edb-9e47-bef59bb66707-2020-06-26 10:19:26Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "a302c464-685e-4331-b5be-0c01bbd28639" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101926Z:a302c464-685e-4331-b5be-0c01bbd28639" + ], + "Date": [ + "Fri, 26 Jun 2020 10:19:26 GMT" + ], + "Content-Length": [ + "3394" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d4941513-a77c-48ce-87ea-a51d8d726b82-2020-06-26 10:19:46Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163186607)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593767986607)\\/\",\"ClientRequestId\":\"d4941513-a77c-48ce-87ea-a51d8d726b82-2020-06-26 10:19:46Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"VFDTLDwMnL1wb8XFJJOSGEQlPpDLyB32h+YpERmuI+I=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11940" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "d4941513-a77c-48ce-87ea-a51d8d726b82-2020-06-26 10:19:46Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "2850f450-1da5-4e19-8971-bf404ef5375a" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T101946Z:2850f450-1da5-4e19-8971-bf404ef5375a" + ], + "Date": [ + "Fri, 26 Jun 2020 10:19:46 GMT" + ], + "Content-Length": [ + "3394" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "32712efd-83f4-497b-8f2b-54eba20c872e-2020-06-26 10:20:06Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163206978)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768006978)\\/\",\"ClientRequestId\":\"32712efd-83f4-497b-8f2b-54eba20c872e-2020-06-26 10:20:06Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"IWP5QE9qUioF0CLqXWvsMGjIRhGFrXpO0NoKBh+d9aY=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "32712efd-83f4-497b-8f2b-54eba20c872e-2020-06-26 10:20:06Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" + ], + "x-ms-correlation-request-id": [ + "72c4df58-f4c1-488a-85ea-01b11873629f" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102007Z:72c4df58-f4c1-488a-85ea-01b11873629f" + ], + "Date": [ + "Fri, 26 Jun 2020 10:20:06 GMT" + ], + "Content-Length": [ + "3394" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b40e33aa-b1cc-445a-a0a3-a614108df892-2020-06-26 10:20:27Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163227313)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768027313)\\/\",\"ClientRequestId\":\"b40e33aa-b1cc-445a-a0a3-a614108df892-2020-06-26 10:20:27Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"eM+iDI2/9T07ArJmc5tW92bRaw7sNcadDyeNNd+ayTE=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11938" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "b40e33aa-b1cc-445a-a0a3-a614108df892-2020-06-26 10:20:27Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "110b2242-8bfc-4144-bac9-f503b00727bf" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102028Z:110b2242-8bfc-4144-bac9-f503b00727bf" + ], + "Date": [ + "Fri, 26 Jun 2020 10:20:27 GMT" + ], + "Content-Length": [ + "3394" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "994b5a47-38d9-4824-8577-c061ad8e758e-2020-06-26 10:20:48Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163248546)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768048546)\\/\",\"ClientRequestId\":\"994b5a47-38d9-4824-8577-c061ad8e758e-2020-06-26 10:20:48Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"9LQLUHrXrLbOmJEBPp/7yhoSUhlT9Wh8Qo/o6o0mFHY=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "994b5a47-38d9-4824-8577-c061ad8e758e-2020-06-26 10:20:48Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "89201545-9846-49b6-b83d-0ecc24e47d8b" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102048Z:89201545-9846-49b6-b83d-0ecc24e47d8b" + ], + "Date": [ + "Fri, 26 Jun 2020 10:20:48 GMT" + ], + "Content-Length": [ + "3394" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b7bcbf07-4d71-43ee-b433-687edf56ca55-2020-06-26 10:21:08Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163268892)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768068892)\\/\",\"ClientRequestId\":\"b7bcbf07-4d71-43ee-b433-687edf56ca55-2020-06-26 10:21:08Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"+wqhRr8bSk/xjtDm7CBMoU/fF3YSd1v+X00/lTEjjkI=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "b7bcbf07-4d71-43ee-b433-687edf56ca55-2020-06-26 10:21:08Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "660e9eff-0c5a-4c37-8351-0ee21fef45a7" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102109Z:660e9eff-0c5a-4c37-8351-0ee21fef45a7" + ], + "Date": [ + "Fri, 26 Jun 2020 10:21:08 GMT" + ], + "Content-Length": [ + "3394" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9bf5f50f-a36f-457c-a5bd-854f6771c2b5-2020-06-26 10:21:29Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163289264)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768089264)\\/\",\"ClientRequestId\":\"9bf5f50f-a36f-457c-a5bd-854f6771c2b5-2020-06-26 10:21:29Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"fpMfllOKEVtv6oFzrrLbUOzVoTZJfYa5CSOemGMMGD0=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11935" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "9bf5f50f-a36f-457c-a5bd-854f6771c2b5-2020-06-26 10:21:29Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "4f54da31-2223-4c22-af0e-6b8a3fa93453" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102129Z:4f54da31-2223-4c22-af0e-6b8a3fa93453" + ], + "Date": [ + "Fri, 26 Jun 2020 10:21:28 GMT" + ], + "Content-Length": [ + "3394" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cc0618fa-dab8-4e41-be2c-eb1b22397f1f-2020-06-26 10:21:49Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163309670)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768109670)\\/\",\"ClientRequestId\":\"cc0618fa-dab8-4e41-be2c-eb1b22397f1f-2020-06-26 10:21:49Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"kiMpbxNg7IPTCccUzFEuBrZ8X+kNTy8Cby0zrtKQvg8=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11934" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "cc0618fa-dab8-4e41-be2c-eb1b22397f1f-2020-06-26 10:21:49Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "e6979fe7-db5e-4aff-a224-54753bd44c31" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102149Z:e6979fe7-db5e-4aff-a224-54753bd44c31" + ], + "Date": [ + "Fri, 26 Jun 2020 10:21:49 GMT" + ], + "Content-Length": [ + "3394" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3d91ee4c-296c-43e9-bf3f-6c461d12154c-2020-06-26 10:22:10Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163330043)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768130043)\\/\",\"ClientRequestId\":\"3d91ee4c-296c-43e9-bf3f-6c461d12154c-2020-06-26 10:22:10Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"xM3ugQWsrnjPGHbM+XQh+sIvagJJy9loie22Rm/yw8Y=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11933" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "3d91ee4c-296c-43e9-bf3f-6c461d12154c-2020-06-26 10:22:10Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "1936432d-9a59-4ff5-bbef-52c47c1d2802" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102210Z:1936432d-9a59-4ff5-bbef-52c47c1d2802" + ], + "Date": [ + "Fri, 26 Jun 2020 10:22:10 GMT" + ], + "Content-Length": [ + "3394" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0317a938-752a-4ff1-a391-f87b57f2b231-2020-06-26 10:22:30Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163350407)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768150407)\\/\",\"ClientRequestId\":\"0317a938-752a-4ff1-a391-f87b57f2b231-2020-06-26 10:22:30Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"nvM7EpuX1Xmlhi9rR1gYvbDSqB9U4AZCdh3UXya+B0Q=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11932" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "0317a938-752a-4ff1-a391-f87b57f2b231-2020-06-26 10:22:30Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "ca463fd0-daaa-43f5-9b39-def21a406242" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102230Z:ca463fd0-daaa-43f5-9b39-def21a406242" + ], + "Date": [ + "Fri, 26 Jun 2020 10:22:30 GMT" + ], + "Content-Length": [ + "3394" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4056acb7-b052-46e2-b1e6-801b05c2770c-2020-06-26 10:22:50Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163370814)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768170814)\\/\",\"ClientRequestId\":\"4056acb7-b052-46e2-b1e6-801b05c2770c-2020-06-26 10:22:50Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"vgUs2xoh+mfHCL08QVMIzDon5gDlFQfhSIlDW+41124=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11931" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "4056acb7-b052-46e2-b1e6-801b05c2770c-2020-06-26 10:22:50Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "eb197357-5949-4bb2-ab86-168d471ccc7f" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102251Z:eb197357-5949-4bb2-ab86-168d471ccc7f" + ], + "Date": [ + "Fri, 26 Jun 2020 10:22:50 GMT" + ], + "Content-Length": [ + "3394" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "22e34ec8-8c9c-4b37-a76b-391e158317c0-2020-06-26 10:23:11Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163391135)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768191135)\\/\",\"ClientRequestId\":\"22e34ec8-8c9c-4b37-a76b-391e158317c0-2020-06-26 10:23:11Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"cDCzEPAu1EW/1U7EbNK8oQgqjt/uscg7uiE0HxLM1/8=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11930" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "22e34ec8-8c9c-4b37-a76b-391e158317c0-2020-06-26 10:23:11Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "65bae420-53db-46b5-a839-081161a755d2" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102311Z:65bae420-53db-46b5-a839-081161a755d2" + ], + "Date": [ + "Fri, 26 Jun 2020 10:23:10 GMT" + ], + "Content-Length": [ + "3394" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1fc34ea6-4f99-4ac5-a71f-91fa0e03d23b-2020-06-26 10:23:31Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163411518)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768211518)\\/\",\"ClientRequestId\":\"1fc34ea6-4f99-4ac5-a71f-91fa0e03d23b-2020-06-26 10:23:31Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"Vep+dMPYTHCQu0zoDxCy39/iEon/71lWlXMfwwAKRLM=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11929" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "1fc34ea6-4f99-4ac5-a71f-91fa0e03d23b-2020-06-26 10:23:31Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "e7ef7bf5-55b3-40a7-a6d8-1916df2ff215" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102331Z:e7ef7bf5-55b3-40a7-a6d8-1916df2ff215" + ], + "Date": [ + "Fri, 26 Jun 2020 10:23:30 GMT" + ], + "Content-Length": [ + "3394" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cd641998-474e-4bf6-84b3-dd27eff79759-2020-06-26 10:23:51Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163431869)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768231869)\\/\",\"ClientRequestId\":\"cd641998-474e-4bf6-84b3-dd27eff79759-2020-06-26 10:23:51Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"Uck2xOriF10mrpNLClRk33oTH/K5MRW7xaK7wTvGqm4=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11928" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "cd641998-474e-4bf6-84b3-dd27eff79759-2020-06-26 10:23:51Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "557a2475-4edc-474d-b55c-b1cb320b83e8" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102352Z:557a2475-4edc-474d-b55c-b1cb320b83e8" + ], + "Date": [ + "Fri, 26 Jun 2020 10:23:52 GMT" + ], + "Content-Length": [ + "3394" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1b0ad6b7-8b48-447f-8a16-6e8b6341ac28-2020-06-26 10:24:12Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163452230)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768252230)\\/\",\"ClientRequestId\":\"1b0ad6b7-8b48-447f-8a16-6e8b6341ac28-2020-06-26 10:24:12Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"alHC94XP98l+tpXBHhH73BcIyvvu8EmqGscUvErH1Js=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11927" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "1b0ad6b7-8b48-447f-8a16-6e8b6341ac28-2020-06-26 10:24:12Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "a39f518e-84ce-4edf-ac2a-2e07c1286686" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102412Z:a39f518e-84ce-4edf-ac2a-2e07c1286686" + ], + "Date": [ + "Fri, 26 Jun 2020 10:24:12 GMT" + ], + "Content-Length": [ + "3394" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ab096390-8b22-4146-b832-bc835d0ac177-2020-06-26 10:24:32Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163472641)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768272641)\\/\",\"ClientRequestId\":\"ab096390-8b22-4146-b832-bc835d0ac177-2020-06-26 10:24:32Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"qISZHnXBBCOmeHgddnIRT4F2IKqnvWXDEKJkv/a7yFE=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11926" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "ab096390-8b22-4146-b832-bc835d0ac177-2020-06-26 10:24:32Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "139a37b6-e946-4d56-bcce-178d0e290ceb" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102432Z:139a37b6-e946-4d56-bcce-178d0e290ceb" + ], + "Date": [ + "Fri, 26 Jun 2020 10:24:32 GMT" + ], + "Content-Length": [ + "3394" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c1b87cd5-b15a-4899-8f3a-f8ce993882bd-2020-06-26 10:24:52Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163492998)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768292998)\\/\",\"ClientRequestId\":\"c1b87cd5-b15a-4899-8f3a-f8ce993882bd-2020-06-26 10:24:52Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"bt6hCzfeSw7MRpXO3gMEDO3xbyIkz7+nvRKzcAF4k3Q=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11925" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "c1b87cd5-b15a-4899-8f3a-f8ce993882bd-2020-06-26 10:24:52Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "130e117e-7e90-4933-8ecc-0b3b9a2c6b10" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102453Z:130e117e-7e90-4933-8ecc-0b3b9a2c6b10" + ], + "Date": [ + "Fri, 26 Jun 2020 10:24:52 GMT" + ], + "Content-Length": [ + "3394" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "372e8f65-5d2a-41da-8697-31045809efb4-2020-06-26 10:25:13Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163513321)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768313321)\\/\",\"ClientRequestId\":\"372e8f65-5d2a-41da-8697-31045809efb4-2020-06-26 10:25:13Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"qDSPY4bWa1f989Mj3p7z1y8UNMyP8McGrcnc+iRxMmQ=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11924" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "372e8f65-5d2a-41da-8697-31045809efb4-2020-06-26 10:25:13Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "43449c92-a980-40d5-92c8-478018d187e4" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102513Z:43449c92-a980-40d5-92c8-478018d187e4" + ], + "Date": [ + "Fri, 26 Jun 2020 10:25:12 GMT" + ], + "Content-Length": [ + "3394" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cc0fbe0b-993a-45eb-942a-996fa90222cc-2020-06-26 10:25:33Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163533636)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768333636)\\/\",\"ClientRequestId\":\"cc0fbe0b-993a-45eb-942a-996fa90222cc-2020-06-26 10:25:33Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"ZWe0P65OEuh3djse29qPdSrYbmB8ktfr7Y7YLG47VPc=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11923" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "cc0fbe0b-993a-45eb-942a-996fa90222cc-2020-06-26 10:25:33Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "35351528-7997-41d6-9031-cd682b23ead9" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102533Z:35351528-7997-41d6-9031-cd682b23ead9" + ], + "Date": [ + "Fri, 26 Jun 2020 10:25:33 GMT" + ], + "Content-Length": [ + "3394" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dc9167ea-c910-4853-9ce2-f6dbaba3d71f-2020-06-26 10:25:53Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163553992)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768353992)\\/\",\"ClientRequestId\":\"dc9167ea-c910-4853-9ce2-f6dbaba3d71f-2020-06-26 10:25:53Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"Lv4N7DZoFesF+6+7+0hb7Po3UNDKpJaMEsmSmcsSNLo=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11922" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "dc9167ea-c910-4853-9ce2-f6dbaba3d71f-2020-06-26 10:25:53Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "a6501669-e8e5-4bb3-94eb-b0d940853398" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102554Z:a6501669-e8e5-4bb3-94eb-b0d940853398" + ], + "Date": [ + "Fri, 26 Jun 2020 10:25:54 GMT" + ], + "Content-Length": [ + "3394" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5c2e53dd-18a5-4354-9edb-fc4f270219c8-2020-06-26 10:26:14Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163574378)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768374378)\\/\",\"ClientRequestId\":\"5c2e53dd-18a5-4354-9edb-fc4f270219c8-2020-06-26 10:26:14Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"8BG/kq8J3dqtyGMpZiJPJqsBm1C+GQQNDGKaPRge6cw=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11921" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "5c2e53dd-18a5-4354-9edb-fc4f270219c8-2020-06-26 10:26:14Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "0acc709f-ffe3-4939-8193-550dbee69841" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102614Z:0acc709f-ffe3-4939-8193-550dbee69841" + ], + "Date": [ + "Fri, 26 Jun 2020 10:26:14 GMT" + ], + "Content-Length": [ + "3394" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5b32ba24-d6e3-47f6-a630-4368b0ab1160-2020-06-26 10:26:34Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163594726)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768394726)\\/\",\"ClientRequestId\":\"5b32ba24-d6e3-47f6-a630-4368b0ab1160-2020-06-26 10:26:34Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"P5ZfNUTzqP/maQSA/bFGsdBcGKuaqo6tffXUfxugmgc=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "5b32ba24-d6e3-47f6-a630-4368b0ab1160-2020-06-26 10:26:34Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11920" + ], + "x-ms-correlation-request-id": [ + "a0eaf69b-c881-4877-8d2c-57570fd5bf38" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102635Z:a0eaf69b-c881-4877-8d2c-57570fd5bf38" + ], + "Date": [ + "Fri, 26 Jun 2020 10:26:34 GMT" + ], + "Content-Length": [ + "3394" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5c8e7665-f175-47e0-838f-c91df805ca76-2020-06-26 10:26:55Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163615082)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768415082)\\/\",\"ClientRequestId\":\"5c8e7665-f175-47e0-838f-c91df805ca76-2020-06-26 10:26:55Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"k8cS08wW3msutvoMQHOQIFD5xX0n3KpRIDvkeayo7Do=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11919" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "5c8e7665-f175-47e0-838f-c91df805ca76-2020-06-26 10:26:55Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "e8a9ad68-1fdb-4233-8bee-3557f06cd5d0" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102656Z:e8a9ad68-1fdb-4233-8bee-3557f06cd5d0" + ], + "Date": [ + "Fri, 26 Jun 2020 10:26:55 GMT" + ], + "Content-Length": [ + "3394" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3a1cbf22-c400-4cb3-9599-8f13dfb0eed2-2020-06-26 10:27:16Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163636498)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768436498)\\/\",\"ClientRequestId\":\"3a1cbf22-c400-4cb3-9599-8f13dfb0eed2-2020-06-26 10:27:16Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"evw8pFky8+344uo7hG1B8LWqnpdgh1ndolmg3tqlDDw=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11918" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "3a1cbf22-c400-4cb3-9599-8f13dfb0eed2-2020-06-26 10:27:16Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "19e228e9-b6d7-41f6-a506-23800ad2c39f" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102716Z:19e228e9-b6d7-41f6-a506-23800ad2c39f" + ], + "Date": [ + "Fri, 26 Jun 2020 10:27:15 GMT" + ], + "Content-Length": [ + "3426" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"2020-06-26T10:27:00.9203803Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"2020-06-26T10:27:00.9203803Z\",\r\n \"endTime\": \"2020-06-26T10:27:01.1078894Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"2020-06-26T10:27:01.1078894Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "15a16a6a-3d11-4032-bdb3-15ae60c49f0a-2020-06-26 10:27:36Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163656822)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768456822)\\/\",\"ClientRequestId\":\"15a16a6a-3d11-4032-bdb3-15ae60c49f0a-2020-06-26 10:27:36Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"ptL0kcETQ0Qw91MfcK9bWGNfnFQWO3Wi9LGqj8HXgzk=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11917" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "15a16a6a-3d11-4032-bdb3-15ae60c49f0a-2020-06-26 10:27:36Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "8d072923-f8ef-4b08-b94d-9a8f9f5898c3" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102737Z:8d072923-f8ef-4b08-b94d-9a8f9f5898c3" + ], + "Date": [ + "Fri, 26 Jun 2020 10:27:36 GMT" + ], + "Content-Length": [ + "3426" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"2020-06-26T10:27:00.9203803Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"2020-06-26T10:27:00.9203803Z\",\r\n \"endTime\": \"2020-06-26T10:27:01.1078894Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"2020-06-26T10:27:01.1078894Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2a0aab08-41b4-4096-b99e-e0f9c36f58c7-2020-06-26 10:27:57Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163677219)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768477219)\\/\",\"ClientRequestId\":\"2a0aab08-41b4-4096-b99e-e0f9c36f58c7-2020-06-26 10:27:57Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"e0SZkiCZyLYdn98/5fPS7uEj/2y6/F8S/+FRTGksUzQ=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11916" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "2a0aab08-41b4-4096-b99e-e0f9c36f58c7-2020-06-26 10:27:57Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "c7972b08-bef9-407c-ba3c-b6a574038aed" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102757Z:c7972b08-bef9-407c-ba3c-b6a574038aed" + ], + "Date": [ + "Fri, 26 Jun 2020 10:27:56 GMT" + ], + "Content-Length": [ + "3426" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"2020-06-26T10:27:00.9203803Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"2020-06-26T10:27:00.9203803Z\",\r\n \"endTime\": \"2020-06-26T10:27:01.1078894Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"2020-06-26T10:27:01.1078894Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a9f777c2-8f70-4557-aec6-de0402a462c7-2020-06-26 10:28:17Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163697544)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768497544)\\/\",\"ClientRequestId\":\"a9f777c2-8f70-4557-aec6-de0402a462c7-2020-06-26 10:28:17Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"ch1fnfmLyM0EdqWielGHXdbGbtDJ88DJMFrtB9cj8yE=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11915" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "a9f777c2-8f70-4557-aec6-de0402a462c7-2020-06-26 10:28:17Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "c69d7c5f-989b-4535-8b05-2a3ffa3095b9" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102817Z:c69d7c5f-989b-4535-8b05-2a3ffa3095b9" + ], + "Date": [ + "Fri, 26 Jun 2020 10:28:17 GMT" + ], + "Content-Length": [ + "3426" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"2020-06-26T10:27:00.9203803Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"2020-06-26T10:27:00.9203803Z\",\r\n \"endTime\": \"2020-06-26T10:27:01.1078894Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"2020-06-26T10:27:01.1078894Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b9032d5a-59c0-4304-9eba-e928063ae7eb-2020-06-26 10:28:37Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163717857)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768517857)\\/\",\"ClientRequestId\":\"b9032d5a-59c0-4304-9eba-e928063ae7eb-2020-06-26 10:28:37Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"iJtPCccKeeLNfhxdujqGquiUmvJEJl78tmMx+LItsDw=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11914" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "b9032d5a-59c0-4304-9eba-e928063ae7eb-2020-06-26 10:28:37Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "042417a1-e84d-470f-a444-c9771cc1fde8" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102838Z:042417a1-e84d-470f-a444-c9771cc1fde8" + ], + "Date": [ + "Fri, 26 Jun 2020 10:28:37 GMT" + ], + "Content-Length": [ + "3426" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"2020-06-26T10:27:00.9203803Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"2020-06-26T10:27:00.9203803Z\",\r\n \"endTime\": \"2020-06-26T10:27:01.1078894Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"2020-06-26T10:27:01.1078894Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "92f0e123-c45b-423a-a890-40c85d244f40-2020-06-26 10:28:58Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163738179)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768538179)\\/\",\"ClientRequestId\":\"92f0e123-c45b-423a-a890-40c85d244f40-2020-06-26 10:28:58Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"u7K90o6ljY/+o3/n+pA47lsgKWyBX6/7M/Dltb403f0=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11913" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "92f0e123-c45b-423a-a890-40c85d244f40-2020-06-26 10:28:58Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "fc96b996-76d6-43c7-abbc-2259b2115616" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102858Z:fc96b996-76d6-43c7-abbc-2259b2115616" + ], + "Date": [ + "Fri, 26 Jun 2020 10:28:58 GMT" + ], + "Content-Length": [ + "3426" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"2020-06-26T10:27:00.9203803Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"2020-06-26T10:27:00.9203803Z\",\r\n \"endTime\": \"2020-06-26T10:27:01.1078894Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"2020-06-26T10:27:01.1078894Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "97c107b1-2fb6-4bb1-a312-807981072ee0-2020-06-26 10:29:18Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163758508)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768558508)\\/\",\"ClientRequestId\":\"97c107b1-2fb6-4bb1-a312-807981072ee0-2020-06-26 10:29:18Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"KLuBlT6Fs9WRp2lzNWeQmphTZE7E/3vgK5++HKEXokU=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11912" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "97c107b1-2fb6-4bb1-a312-807981072ee0-2020-06-26 10:29:18Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "6bf47c34-ca23-4b94-93f9-ca1c30c34c8d" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102918Z:6bf47c34-ca23-4b94-93f9-ca1c30c34c8d" + ], + "Date": [ + "Fri, 26 Jun 2020 10:29:18 GMT" + ], + "Content-Length": [ + "3426" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"2020-06-26T10:27:00.9203803Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"2020-06-26T10:27:00.9203803Z\",\r\n \"endTime\": \"2020-06-26T10:27:01.1078894Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"2020-06-26T10:27:01.1078894Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "32492b15-ad31-4375-8ed0-e961d0f26242-2020-06-26 10:29:38Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163778825)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768578825)\\/\",\"ClientRequestId\":\"32492b15-ad31-4375-8ed0-e961d0f26242-2020-06-26 10:29:38Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"hF9q4iNauMYqLoz4pEIKR7nxvc2KO4MH+/Fcds4o/H0=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11911" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "32492b15-ad31-4375-8ed0-e961d0f26242-2020-06-26 10:29:38Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "fe8bb838-fc5c-4030-8aef-b5f40abfa1d2" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102939Z:fe8bb838-fc5c-4030-8aef-b5f40abfa1d2" + ], + "Date": [ + "Fri, 26 Jun 2020 10:29:38 GMT" + ], + "Content-Length": [ + "3426" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"2020-06-26T10:27:00.9203803Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"2020-06-26T10:27:00.9203803Z\",\r\n \"endTime\": \"2020-06-26T10:27:01.1078894Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"2020-06-26T10:27:01.1078894Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "817d4135-5fe7-4e3a-9112-7318fd6c6c69-2020-06-26 10:29:59Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163799228)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768599228)\\/\",\"ClientRequestId\":\"817d4135-5fe7-4e3a-9112-7318fd6c6c69-2020-06-26 10:29:59Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"gQsmy0WuRLJl32Usmptmpse+1LJ/lhkwHJrpFAk/BX0=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11910" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "817d4135-5fe7-4e3a-9112-7318fd6c6c69-2020-06-26 10:29:59Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "6ac27a43-cf32-4136-b055-0bd169066c76" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T102959Z:6ac27a43-cf32-4136-b055-0bd169066c76" + ], + "Date": [ + "Fri, 26 Jun 2020 10:29:58 GMT" + ], + "Content-Length": [ + "3426" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"2020-06-26T10:27:00.9203803Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"2020-06-26T10:27:00.9203803Z\",\r\n \"endTime\": \"2020-06-26T10:27:01.1078894Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"2020-06-26T10:27:01.1078894Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvODFkZTNkOWYtMTU2Ni00MTdmLWI2NWItMGE0YzRjZWVlOGUyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8048d5fe-399d-4d17-919c-78832bfa3fc2-2020-06-26 10:30:19Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163819536)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768619536)\\/\",\"ClientRequestId\":\"8048d5fe-399d-4d17-919c-78832bfa3fc2-2020-06-26 10:30:19Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"hJQbY4QSEBYB0OYkgX+MIMldoNUWGvthQqo4NkEnzbg=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11909" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "8048d5fe-399d-4d17-919c-78832bfa3fc2-2020-06-26 10:30:19Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "e29137d2-5719-4782-902b-bc8376185f5d" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103019Z:e29137d2-5719-4782-902b-bc8376185f5d" + ], + "Date": [ + "Fri, 26 Jun 2020 10:30:19 GMT" + ], + "Content-Length": [ + "3472" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"EnableProtectionPreflightChecksTask\",\r\n \"name\": \"EnableProtectionPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T10:17:43.8708438Z\",\r\n \"endTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for enabling protection\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2020-06-26T10:17:54.2468134Z\",\r\n \"endTime\": \"2020-06-26T10:27:00.9203803Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Installing Mobility Service and preparing target\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"EnableProtectionTask\",\r\n \"name\": \"EnableProtection\",\r\n \"startTime\": \"2020-06-26T10:27:00.9203803Z\",\r\n \"endTime\": \"2020-06-26T10:27:01.1078894Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartInitialReplicationTask\",\r\n \"name\": \"VmStartInitialReplication\",\r\n \"startTime\": \"2020-06-26T10:27:01.1078894Z\",\r\n \"endTime\": \"2020-06-26T10:30:15.6603862Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting initial replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"2020-06-26T10:30:15.6603862Z\",\r\n \"endTime\": \"2020-06-26T10:30:16.0666384Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9a8e8798-6567-41fa-923c-4e481c175e70-2020-06-26 10:30:19Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163819907)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768619907)\\/\",\"ClientRequestId\":\"9a8e8798-6567-41fa-923c-4e481c175e70-2020-06-26 10:30:19Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"isdeyWdP96740OE3umdO0gjVo7nQIpketnSeuBTF/tc=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11908" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "df2b4531-013f-4ee3-8c44-a9d0633fa3d9" + ], + "x-ms-client-request-id": [ + "9a8e8798-6567-41fa-923c-4e481c175e70-2020-06-26 10:30:19Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "df2b4531-013f-4ee3-8c44-a9d0633fa3d9" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103020Z:df2b4531-013f-4ee3-8c44-a9d0633fa3d9" + ], + "Date": [ + "Fri, 26 Jun 2020 10:30:19 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ac2d5f2a-e8f3-458b-95ef-cd4efa9857e4-2020-06-26 10:30:30Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163830295)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768630295)\\/\",\"ClientRequestId\":\"ac2d5f2a-e8f3-458b-95ef-cd4efa9857e4-2020-06-26 10:30:30Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"rcFrIMYH7j+Q8Engt5gyPQ9rP72pRDMq8fiMgaOSRUY=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11907" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "8df579fb-c2f6-4fd9-bdfe-fee2bf90a335" + ], + "x-ms-client-request-id": [ + "ac2d5f2a-e8f3-458b-95ef-cd4efa9857e4-2020-06-26 10:30:30Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "8df579fb-c2f6-4fd9-bdfe-fee2bf90a335" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103030Z:8df579fb-c2f6-4fd9-bdfe-fee2bf90a335" + ], + "Date": [ + "Fri, 26 Jun 2020 10:30:30 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c10ee0d2-8f71-4995-8c0d-a87ac0f1782b-2020-06-26 10:30:40Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163840610)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768640610)\\/\",\"ClientRequestId\":\"c10ee0d2-8f71-4995-8c0d-a87ac0f1782b-2020-06-26 10:30:40Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"PuZz0ZKBlInSY/qseOpt0DhtpsykAUBtvvINLEN4LOE=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11906" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "6ef96264-5159-40e7-b51a-626795afea45" + ], + "x-ms-client-request-id": [ + "c10ee0d2-8f71-4995-8c0d-a87ac0f1782b-2020-06-26 10:30:40Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "6ef96264-5159-40e7-b51a-626795afea45" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103041Z:6ef96264-5159-40e7-b51a-626795afea45" + ], + "Date": [ + "Fri, 26 Jun 2020 10:30:41 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1cd0c7e5-c3f9-4e73-bab8-f5706bc50140-2020-06-26 10:30:52Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163852045)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768652045)\\/\",\"ClientRequestId\":\"1cd0c7e5-c3f9-4e73-bab8-f5706bc50140-2020-06-26 10:30:52Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"6mXg3lXuQazvVOHF5qTRhRlTOq4eG7+NgmSawT+kpnE=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11905" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "d2c9c336-1a47-46a7-bd4e-9b69ad6e0b31" + ], + "x-ms-client-request-id": [ + "1cd0c7e5-c3f9-4e73-bab8-f5706bc50140-2020-06-26 10:30:52Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "d2c9c336-1a47-46a7-bd4e-9b69ad6e0b31" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103052Z:d2c9c336-1a47-46a7-bd4e-9b69ad6e0b31" + ], + "Date": [ + "Fri, 26 Jun 2020 10:30:51 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e43e677c-5d7a-4314-aed4-328937816f8a-2020-06-26 10:31:02Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163862430)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768662430)\\/\",\"ClientRequestId\":\"e43e677c-5d7a-4314-aed4-328937816f8a-2020-06-26 10:31:02Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"EXrK+4Nz1jPgbrp+cNjPGcE1b7Z2jdfte+OawQ21FIc=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11904" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "66976bbc-443f-45e5-ae9f-02be1ea92fc0" + ], + "x-ms-client-request-id": [ + "e43e677c-5d7a-4314-aed4-328937816f8a-2020-06-26 10:31:02Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "66976bbc-443f-45e5-ae9f-02be1ea92fc0" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103102Z:66976bbc-443f-45e5-ae9f-02be1ea92fc0" + ], + "Date": [ + "Fri, 26 Jun 2020 10:31:01 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f3721386-9a35-45c7-a774-e8330216f0ae-2020-06-26 10:31:12Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163872788)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768672788)\\/\",\"ClientRequestId\":\"f3721386-9a35-45c7-a774-e8330216f0ae-2020-06-26 10:31:12Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"s1SAGon/f4NjI/L/TAupzs/QGWnL8o2NtUbK1vAi+w0=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11903" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "4e683547-acbe-4007-9d34-28ecdb50d530" + ], + "x-ms-client-request-id": [ + "f3721386-9a35-45c7-a774-e8330216f0ae-2020-06-26 10:31:12Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "4e683547-acbe-4007-9d34-28ecdb50d530" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103113Z:4e683547-acbe-4007-9d34-28ecdb50d530" + ], + "Date": [ + "Fri, 26 Jun 2020 10:31:12 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "909abdba-d6e0-49a7-b449-ff781f6cf066-2020-06-26 10:31:23Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163883097)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768683097)\\/\",\"ClientRequestId\":\"909abdba-d6e0-49a7-b449-ff781f6cf066-2020-06-26 10:31:23Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"O0HhFqQXKM/VOsy606dBPEuiHGdSoEoEKi8yuc6ggYk=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11902" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "2afb5de4-61cb-46d6-bc61-fc80f8dac83b" + ], + "x-ms-client-request-id": [ + "909abdba-d6e0-49a7-b449-ff781f6cf066-2020-06-26 10:31:23Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "2afb5de4-61cb-46d6-bc61-fc80f8dac83b" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103123Z:2afb5de4-61cb-46d6-bc61-fc80f8dac83b" + ], + "Date": [ + "Fri, 26 Jun 2020 10:31:23 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6a9e9b66-521a-48c8-b5a3-268a22ebbbbf-2020-06-26 10:31:33Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163893395)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768693395)\\/\",\"ClientRequestId\":\"6a9e9b66-521a-48c8-b5a3-268a22ebbbbf-2020-06-26 10:31:33Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"wg7vMXgMBN+FOVRxZY5Q4P6A/1gtgNu49yHfRrSKMPo=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11901" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "4909ef7b-baee-4c8a-b18b-ff297cf156de" + ], + "x-ms-client-request-id": [ + "6a9e9b66-521a-48c8-b5a3-268a22ebbbbf-2020-06-26 10:31:33Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "4909ef7b-baee-4c8a-b18b-ff297cf156de" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103133Z:4909ef7b-baee-4c8a-b18b-ff297cf156de" + ], + "Date": [ + "Fri, 26 Jun 2020 10:31:33 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "28b6ab7f-487a-4208-90cf-22dae798422b-2020-06-26 10:31:43Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163903713)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768703713)\\/\",\"ClientRequestId\":\"28b6ab7f-487a-4208-90cf-22dae798422b-2020-06-26 10:31:43Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"5vv3baIQmRfiVWjByAMazRsgfR+zSIht7VQ7Kb2g9QQ=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11900" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "88801611-bd8f-4fd7-9bf3-8adcaa610497" + ], + "x-ms-client-request-id": [ + "28b6ab7f-487a-4208-90cf-22dae798422b-2020-06-26 10:31:43Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "88801611-bd8f-4fd7-9bf3-8adcaa610497" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103144Z:88801611-bd8f-4fd7-9bf3-8adcaa610497" + ], + "Date": [ + "Fri, 26 Jun 2020 10:31:43 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "541c9a90-30da-4c85-aa6e-756334438971-2020-06-26 10:31:54Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163914140)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768714140)\\/\",\"ClientRequestId\":\"541c9a90-30da-4c85-aa6e-756334438971-2020-06-26 10:31:54Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"+nlpdjHMnELLsmNJMiXR01KPOUf7XLVdUi2J3anyWJc=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11899" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "99ba3ef8-8e1f-408c-a22b-5a5530d8a5bc" + ], + "x-ms-client-request-id": [ + "541c9a90-30da-4c85-aa6e-756334438971-2020-06-26 10:31:54Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "99ba3ef8-8e1f-408c-a22b-5a5530d8a5bc" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103154Z:99ba3ef8-8e1f-408c-a22b-5a5530d8a5bc" + ], + "Date": [ + "Fri, 26 Jun 2020 10:31:54 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ee599eca-9c3d-41f6-a92c-b3ffd9132e0a-2020-06-26 10:32:04Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163924528)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768724528)\\/\",\"ClientRequestId\":\"ee599eca-9c3d-41f6-a92c-b3ffd9132e0a-2020-06-26 10:32:04Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"n+OSNrFBPgRVXMMaYItzQ54quPXpmRVGV1/V9z1M4Ps=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11898" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "59994208-73f8-420f-8a39-50849ea09969" + ], + "x-ms-client-request-id": [ + "ee599eca-9c3d-41f6-a92c-b3ffd9132e0a-2020-06-26 10:32:04Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "59994208-73f8-420f-8a39-50849ea09969" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103204Z:59994208-73f8-420f-8a39-50849ea09969" + ], + "Date": [ + "Fri, 26 Jun 2020 10:32:04 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d9c45c00-87df-4b17-b56d-be16335f6928-2020-06-26 10:32:15Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163935013)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768735013)\\/\",\"ClientRequestId\":\"d9c45c00-87df-4b17-b56d-be16335f6928-2020-06-26 10:32:15Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"sPD+0lypWoCEvF+pbGg4W11be6n/qkkLDAioyLLmoaQ=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11897" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "987e65c8-85a1-4d72-9b83-48aa51b7deee" + ], + "x-ms-client-request-id": [ + "d9c45c00-87df-4b17-b56d-be16335f6928-2020-06-26 10:32:15Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "987e65c8-85a1-4d72-9b83-48aa51b7deee" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103215Z:987e65c8-85a1-4d72-9b83-48aa51b7deee" + ], + "Date": [ + "Fri, 26 Jun 2020 10:32:14 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0b0b2471-ceb5-4fc3-aa1c-6a32f841a038-2020-06-26 10:32:25Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163945324)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768745324)\\/\",\"ClientRequestId\":\"0b0b2471-ceb5-4fc3-aa1c-6a32f841a038-2020-06-26 10:32:25Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"VrzpYOQPpjGRHj024llinkhj5Sam/Fiw/pGsQaG9CtQ=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11896" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "6e4160fc-08d4-4a42-8faf-089a2c0c32fe" + ], + "x-ms-client-request-id": [ + "0b0b2471-ceb5-4fc3-aa1c-6a32f841a038-2020-06-26 10:32:25Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "6e4160fc-08d4-4a42-8faf-089a2c0c32fe" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103225Z:6e4160fc-08d4-4a42-8faf-089a2c0c32fe" + ], + "Date": [ + "Fri, 26 Jun 2020 10:32:24 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5de2b502-b29f-4251-bd62-ab233f06ce47-2020-06-26 10:32:35Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163955684)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768755684)\\/\",\"ClientRequestId\":\"5de2b502-b29f-4251-bd62-ab233f06ce47-2020-06-26 10:32:35Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"xdvBeVUtv8r86UrMfSmaSR96pHK+VX6G8jmuJ50ipPk=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11895" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "6c7de401-13be-4ef8-a473-eeb5d77d401c" + ], + "x-ms-client-request-id": [ + "5de2b502-b29f-4251-bd62-ab233f06ce47-2020-06-26 10:32:35Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "6c7de401-13be-4ef8-a473-eeb5d77d401c" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103235Z:6c7de401-13be-4ef8-a473-eeb5d77d401c" + ], + "Date": [ + "Fri, 26 Jun 2020 10:32:34 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7303355e-48ef-48b0-85d7-c8ee3a2d8c33-2020-06-26 10:32:45Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163965985)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768765985)\\/\",\"ClientRequestId\":\"7303355e-48ef-48b0-85d7-c8ee3a2d8c33-2020-06-26 10:32:45Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"bSOwEsYFrlvu/8aasZXSzlRknjptYu0NxVqIgoTBdc8=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "0285c9dc-82cd-47d5-9559-11082af1cde1" + ], + "x-ms-client-request-id": [ + "7303355e-48ef-48b0-85d7-c8ee3a2d8c33-2020-06-26 10:32:45Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11894" + ], + "x-ms-correlation-request-id": [ + "0285c9dc-82cd-47d5-9559-11082af1cde1" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103246Z:0285c9dc-82cd-47d5-9559-11082af1cde1" + ], + "Date": [ + "Fri, 26 Jun 2020 10:32:46 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d703cb4d-f2fb-44cf-ad05-611e40559332-2020-06-26 10:32:56Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163976277)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768776277)\\/\",\"ClientRequestId\":\"d703cb4d-f2fb-44cf-ad05-611e40559332-2020-06-26 10:32:56Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"j3m4zkXkFtnseLSY8hF0DQxmATa7pu2kCGVEjjm5l4o=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11893" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "651c36b4-8438-46a9-bb35-72d216bf1442" + ], + "x-ms-client-request-id": [ + "d703cb4d-f2fb-44cf-ad05-611e40559332-2020-06-26 10:32:56Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "651c36b4-8438-46a9-bb35-72d216bf1442" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103257Z:651c36b4-8438-46a9-bb35-72d216bf1442" + ], + "Date": [ + "Fri, 26 Jun 2020 10:32:57 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "01bcda49-cd86-47eb-b2d8-c0c057f62c07-2020-06-26 10:33:07Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163987748)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768787748)\\/\",\"ClientRequestId\":\"01bcda49-cd86-47eb-b2d8-c0c057f62c07-2020-06-26 10:33:07Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"idGW74RkGtlbt2lfOmrzgNpqUZSXBWutBRHkTX1+17k=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11892" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "9c9dab1c-b3ff-473b-accd-98e952171608" + ], + "x-ms-client-request-id": [ + "01bcda49-cd86-47eb-b2d8-c0c057f62c07-2020-06-26 10:33:07Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "9c9dab1c-b3ff-473b-accd-98e952171608" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103308Z:9c9dab1c-b3ff-473b-accd-98e952171608" + ], + "Date": [ + "Fri, 26 Jun 2020 10:33:07 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "861c0523-98c4-4d57-8252-a5d03f78d1c7-2020-06-26 10:33:18Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593163998080)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768798080)\\/\",\"ClientRequestId\":\"861c0523-98c4-4d57-8252-a5d03f78d1c7-2020-06-26 10:33:18Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"YATg1Od54QnKJ7lDSiq8ADJq2zcC9HwFkUAXQuVIyoc=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11891" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "f001194d-5d35-4cec-aa03-d9f38e062ca8" + ], + "x-ms-client-request-id": [ + "861c0523-98c4-4d57-8252-a5d03f78d1c7-2020-06-26 10:33:18Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "f001194d-5d35-4cec-aa03-d9f38e062ca8" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103318Z:f001194d-5d35-4cec-aa03-d9f38e062ca8" + ], + "Date": [ + "Fri, 26 Jun 2020 10:33:18 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "10fe13d2-cd3e-4b1b-a03c-7ccb78422415-2020-06-26 10:33:28Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164008402)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768808402)\\/\",\"ClientRequestId\":\"10fe13d2-cd3e-4b1b-a03c-7ccb78422415-2020-06-26 10:33:28Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"bSrmQeOyj2o9wweAKhqI5rBgDiWmsJhrVjkr5qEdWGQ=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11890" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "4571082b-4655-47cf-9600-cf550d40a9d0" + ], + "x-ms-client-request-id": [ + "10fe13d2-cd3e-4b1b-a03c-7ccb78422415-2020-06-26 10:33:28Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "4571082b-4655-47cf-9600-cf550d40a9d0" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103328Z:4571082b-4655-47cf-9600-cf550d40a9d0" + ], + "Date": [ + "Fri, 26 Jun 2020 10:33:28 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9c4fae3f-3ffc-40ed-8f70-4c34abeb827f-2020-06-26 10:33:38Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164018755)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768818755)\\/\",\"ClientRequestId\":\"9c4fae3f-3ffc-40ed-8f70-4c34abeb827f-2020-06-26 10:33:38Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"wuPjniTTufSTCeIsrZKXdp4koLdxftlc9L1p6y1MN2g=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11889" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "c9f22b2a-3965-46f5-8208-d79b87944470" + ], + "x-ms-client-request-id": [ + "9c4fae3f-3ffc-40ed-8f70-4c34abeb827f-2020-06-26 10:33:38Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "c9f22b2a-3965-46f5-8208-d79b87944470" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103338Z:c9f22b2a-3965-46f5-8208-d79b87944470" + ], + "Date": [ + "Fri, 26 Jun 2020 10:33:38 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "75c3ff51-6cc0-47f2-8baa-1d4fe4ec1ae0-2020-06-26 10:33:49Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164029057)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768829057)\\/\",\"ClientRequestId\":\"75c3ff51-6cc0-47f2-8baa-1d4fe4ec1ae0-2020-06-26 10:33:49Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"mZKht4VIMZWo8H2mk2isLZn73rd5QgGHobG4eBduDGU=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11888" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "4781741c-2b10-4888-8613-af4d718cfe66" + ], + "x-ms-client-request-id": [ + "75c3ff51-6cc0-47f2-8baa-1d4fe4ec1ae0-2020-06-26 10:33:49Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "4781741c-2b10-4888-8613-af4d718cfe66" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103349Z:4781741c-2b10-4888-8613-af4d718cfe66" + ], + "Date": [ + "Fri, 26 Jun 2020 10:33:48 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d46c22a2-9fe4-47c2-a35b-9c5d76aa7304-2020-06-26 10:33:59Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164039475)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768839475)\\/\",\"ClientRequestId\":\"d46c22a2-9fe4-47c2-a35b-9c5d76aa7304-2020-06-26 10:33:59Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"jg356XselG1BQK1aYA7JpjMnXh1dtYvtphxAFjNK9aE=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11887" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "e86a54ca-a018-4acd-b9bc-9411a27858e0" + ], + "x-ms-client-request-id": [ + "d46c22a2-9fe4-47c2-a35b-9c5d76aa7304-2020-06-26 10:33:59Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "e86a54ca-a018-4acd-b9bc-9411a27858e0" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103359Z:e86a54ca-a018-4acd-b9bc-9411a27858e0" + ], + "Date": [ + "Fri, 26 Jun 2020 10:33:58 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d71ddb19-3726-498d-a840-b0f3942bbb14-2020-06-26 10:34:09Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164049844)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768849844)\\/\",\"ClientRequestId\":\"d71ddb19-3726-498d-a840-b0f3942bbb14-2020-06-26 10:34:09Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"NOawlrek3ttK4jxa18mPRVa+qQr1LTxvNgLmOdf0hB8=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11886" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "23eca686-a372-4d09-9693-424e25db03eb" + ], + "x-ms-client-request-id": [ + "d71ddb19-3726-498d-a840-b0f3942bbb14-2020-06-26 10:34:09Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "23eca686-a372-4d09-9693-424e25db03eb" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103410Z:23eca686-a372-4d09-9693-424e25db03eb" + ], + "Date": [ + "Fri, 26 Jun 2020 10:34:09 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d24511a0-a728-42d2-8bf3-b7ea36399824-2020-06-26 10:34:20Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164060148)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768860148)\\/\",\"ClientRequestId\":\"d24511a0-a728-42d2-8bf3-b7ea36399824-2020-06-26 10:34:20Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"P82WLb5rjHChW0kO6S0ZH77fmkQX0Fjhw3NvZgUdO/g=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11885" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "e16bbb68-f864-4dd0-ade8-15b716167747" + ], + "x-ms-client-request-id": [ + "d24511a0-a728-42d2-8bf3-b7ea36399824-2020-06-26 10:34:20Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "e16bbb68-f864-4dd0-ade8-15b716167747" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103420Z:e16bbb68-f864-4dd0-ade8-15b716167747" + ], + "Date": [ + "Fri, 26 Jun 2020 10:34:20 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1c709ada-dc7d-47d0-9918-726189374a6f-2020-06-26 10:34:30Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164070464)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768870464)\\/\",\"ClientRequestId\":\"1c709ada-dc7d-47d0-9918-726189374a6f-2020-06-26 10:34:30Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"JV8aku40Hgpymal7ZEJLy2ZyVuEiJ2LpRGAFNyIMzPg=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11884" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "fcc33c52-4881-4947-8a94-84263e9902a8" + ], + "x-ms-client-request-id": [ + "1c709ada-dc7d-47d0-9918-726189374a6f-2020-06-26 10:34:30Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "fcc33c52-4881-4947-8a94-84263e9902a8" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103430Z:fcc33c52-4881-4947-8a94-84263e9902a8" + ], + "Date": [ + "Fri, 26 Jun 2020 10:34:30 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5da6e31d-a4ce-4c8a-a627-4f201a709328-2020-06-26 10:34:40Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164080789)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768880789)\\/\",\"ClientRequestId\":\"5da6e31d-a4ce-4c8a-a627-4f201a709328-2020-06-26 10:34:40Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"4/8S7yponGQQeYFKiVhSADZ78zyAj+HkmNlWFrUkeNc=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11883" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "45ede1c7-9e41-407a-8997-b22500ad6bca" + ], + "x-ms-client-request-id": [ + "5da6e31d-a4ce-4c8a-a627-4f201a709328-2020-06-26 10:34:40Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "45ede1c7-9e41-407a-8997-b22500ad6bca" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103441Z:45ede1c7-9e41-407a-8997-b22500ad6bca" + ], + "Date": [ + "Fri, 26 Jun 2020 10:34:40 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "019ca1ce-f93b-4a63-b5a5-6a37fd7ffe16-2020-06-26 10:34:51Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164091111)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768891111)\\/\",\"ClientRequestId\":\"019ca1ce-f93b-4a63-b5a5-6a37fd7ffe16-2020-06-26 10:34:51Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"lUlR6EnfT95F9bmvr9Y+DJm2fIm+n7/OIEbLYU1ABEo=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11882" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "30a51bb6-fab9-4b20-ad27-f6405fc83a65" + ], + "x-ms-client-request-id": [ + "019ca1ce-f93b-4a63-b5a5-6a37fd7ffe16-2020-06-26 10:34:51Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "30a51bb6-fab9-4b20-ad27-f6405fc83a65" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103451Z:30a51bb6-fab9-4b20-ad27-f6405fc83a65" + ], + "Date": [ + "Fri, 26 Jun 2020 10:34:50 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2108bf41-48ee-4209-88c2-e50ca137f263-2020-06-26 10:35:01Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164101435)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768901435)\\/\",\"ClientRequestId\":\"2108bf41-48ee-4209-88c2-e50ca137f263-2020-06-26 10:35:01Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"VevezdlE00EATj5+YJ+VXXlkKJ1D8cvi7TZauz3PWyk=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11881" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "93bff6ea-d941-43bc-ad45-c76ecddcada8" + ], + "x-ms-client-request-id": [ + "2108bf41-48ee-4209-88c2-e50ca137f263-2020-06-26 10:35:01Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "93bff6ea-d941-43bc-ad45-c76ecddcada8" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103501Z:93bff6ea-d941-43bc-ad45-c76ecddcada8" + ], + "Date": [ + "Fri, 26 Jun 2020 10:35:01 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c90b956f-4325-41f2-89e1-3fc71c47f985-2020-06-26 10:35:11Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164111759)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768911759)\\/\",\"ClientRequestId\":\"c90b956f-4325-41f2-89e1-3fc71c47f985-2020-06-26 10:35:11Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"1qM9sM1B1EicHDu/19unt7GtUVQzW8MWvUAgI8ZPY4w=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11880" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "d988c004-96ca-473d-959e-1e725820e671" + ], + "x-ms-client-request-id": [ + "c90b956f-4325-41f2-89e1-3fc71c47f985-2020-06-26 10:35:11Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "d988c004-96ca-473d-959e-1e725820e671" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103512Z:d988c004-96ca-473d-959e-1e725820e671" + ], + "Date": [ + "Fri, 26 Jun 2020 10:35:11 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c70b9235-c206-4ba2-b6d4-fd4d960b9468-2020-06-26 10:35:22Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164122217)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768922217)\\/\",\"ClientRequestId\":\"c70b9235-c206-4ba2-b6d4-fd4d960b9468-2020-06-26 10:35:22Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"ymOZLuloq0fMxxvuJBHrZwTUQqEXCQYXogmTJx+p12k=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11879" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "d60c5a88-c446-4d4b-82aa-984dd99b1ef5" + ], + "x-ms-client-request-id": [ + "c70b9235-c206-4ba2-b6d4-fd4d960b9468-2020-06-26 10:35:22Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "d60c5a88-c446-4d4b-82aa-984dd99b1ef5" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103522Z:d60c5a88-c446-4d4b-82aa-984dd99b1ef5" + ], + "Date": [ + "Fri, 26 Jun 2020 10:35:21 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "84d3b3c4-98be-499a-aa97-a2866b92e44e-2020-06-26 10:35:32Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164132562)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768932562)\\/\",\"ClientRequestId\":\"84d3b3c4-98be-499a-aa97-a2866b92e44e-2020-06-26 10:35:32Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"VP2570arPD4eew7dA4y7USsA0o4uMamv8OGHlht6ywg=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11878" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "614a9cc6-e7a7-42d0-a22d-a23a4f83ee00" + ], + "x-ms-client-request-id": [ + "84d3b3c4-98be-499a-aa97-a2866b92e44e-2020-06-26 10:35:32Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "614a9cc6-e7a7-42d0-a22d-a23a4f83ee00" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103532Z:614a9cc6-e7a7-42d0-a22d-a23a4f83ee00" + ], + "Date": [ + "Fri, 26 Jun 2020 10:35:32 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "121aee4b-c7e0-4741-8438-f6d65c51cc45-2020-06-26 10:35:42Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164142949)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768942949)\\/\",\"ClientRequestId\":\"121aee4b-c7e0-4741-8438-f6d65c51cc45-2020-06-26 10:35:42Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"KK0rduUMvjO7g3cpMTi8GLXZsLqMZXhYfGFK/lmJB1s=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11877" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "2483954b-7552-4465-b21b-ea445f7e1d59" + ], + "x-ms-client-request-id": [ + "121aee4b-c7e0-4741-8438-f6d65c51cc45-2020-06-26 10:35:42Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "2483954b-7552-4465-b21b-ea445f7e1d59" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103543Z:2483954b-7552-4465-b21b-ea445f7e1d59" + ], + "Date": [ + "Fri, 26 Jun 2020 10:35:42 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "31703e5f-ee37-4502-8d8d-3ea9cecd1309-2020-06-26 10:35:53Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164153292)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768953292)\\/\",\"ClientRequestId\":\"31703e5f-ee37-4502-8d8d-3ea9cecd1309-2020-06-26 10:35:53Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"DO7lafPkg1440TFJoENoADBxHf19nNgR/o67C2c3Nxw=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11876" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "4d848707-c58a-4101-9603-debc9fbf1e7f" + ], + "x-ms-client-request-id": [ + "31703e5f-ee37-4502-8d8d-3ea9cecd1309-2020-06-26 10:35:53Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "4d848707-c58a-4101-9603-debc9fbf1e7f" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103553Z:4d848707-c58a-4101-9603-debc9fbf1e7f" + ], + "Date": [ + "Fri, 26 Jun 2020 10:35:53 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "70d9c3a5-34b4-4bf5-8644-f78652d26b3f-2020-06-26 10:36:03Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164163633)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768963633)\\/\",\"ClientRequestId\":\"70d9c3a5-34b4-4bf5-8644-f78652d26b3f-2020-06-26 10:36:03Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"cXz9vQITVYaWGShGfb1vcubfER/RfxDHUU0xVk8ZYWI=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11875" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "f448d2a5-2d55-42b8-86f0-773c7c553b4b" + ], + "x-ms-client-request-id": [ + "70d9c3a5-34b4-4bf5-8644-f78652d26b3f-2020-06-26 10:36:03Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "f448d2a5-2d55-42b8-86f0-773c7c553b4b" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103603Z:f448d2a5-2d55-42b8-86f0-773c7c553b4b" + ], + "Date": [ + "Fri, 26 Jun 2020 10:36:03 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f795688b-9a47-4c16-b112-eba03c0f2442-2020-06-26 10:36:14Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164174070)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768974070)\\/\",\"ClientRequestId\":\"f795688b-9a47-4c16-b112-eba03c0f2442-2020-06-26 10:36:14Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"ZHiIoROYNniPijAkYmlnaNFzUQ2R8h+JB9vr3az4I50=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11874" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "dcc754f0-562e-4149-b33e-ce95be0553aa" + ], + "x-ms-client-request-id": [ + "f795688b-9a47-4c16-b112-eba03c0f2442-2020-06-26 10:36:14Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "dcc754f0-562e-4149-b33e-ce95be0553aa" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103614Z:dcc754f0-562e-4149-b33e-ce95be0553aa" + ], + "Date": [ + "Fri, 26 Jun 2020 10:36:14 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "14b4719e-1778-4d25-bb1d-614fa99cdae1-2020-06-26 10:36:24Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164184423)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768984423)\\/\",\"ClientRequestId\":\"14b4719e-1778-4d25-bb1d-614fa99cdae1-2020-06-26 10:36:24Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"V65tXIjrv9G2Lj/ta9PyjwJoMzx5aAQ/l/6MzKvOuFs=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11873" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "6e2d2d5d-cdde-4454-92e0-143ae0a34bc0" + ], + "x-ms-client-request-id": [ + "14b4719e-1778-4d25-bb1d-614fa99cdae1-2020-06-26 10:36:24Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "6e2d2d5d-cdde-4454-92e0-143ae0a34bc0" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103624Z:6e2d2d5d-cdde-4454-92e0-143ae0a34bc0" + ], + "Date": [ + "Fri, 26 Jun 2020 10:36:24 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "70347df9-11ed-46f3-bc62-60b53e04c420-2020-06-26 10:36:34Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164194829)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593768994829)\\/\",\"ClientRequestId\":\"70347df9-11ed-46f3-bc62-60b53e04c420-2020-06-26 10:36:34Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"BWHthP5eRKTiLSrY9TswqYx7qtz47P8JW8L9kFEn82U=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11872" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "e26e1b58-d5ba-4e36-8ddd-f5f550ed11eb" + ], + "x-ms-client-request-id": [ + "70347df9-11ed-46f3-bc62-60b53e04c420-2020-06-26 10:36:34Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "e26e1b58-d5ba-4e36-8ddd-f5f550ed11eb" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103635Z:e26e1b58-d5ba-4e36-8ddd-f5f550ed11eb" + ], + "Date": [ + "Fri, 26 Jun 2020 10:36:34 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5631c5c1-678b-4b8c-80a4-aac9e14f408c-2020-06-26 10:36:45Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164205148)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769005148)\\/\",\"ClientRequestId\":\"5631c5c1-678b-4b8c-80a4-aac9e14f408c-2020-06-26 10:36:45Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"jTofiGdG0jK+GzBuKkfn7IATSD3lwLwmM37Vvl84emA=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11871" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "838b828a-ae9a-4008-a1f8-558e258d0516" + ], + "x-ms-client-request-id": [ + "5631c5c1-678b-4b8c-80a4-aac9e14f408c-2020-06-26 10:36:45Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "838b828a-ae9a-4008-a1f8-558e258d0516" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103645Z:838b828a-ae9a-4008-a1f8-558e258d0516" + ], + "Date": [ + "Fri, 26 Jun 2020 10:36:44 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "577ff70b-cb90-4757-8acd-0825881a3d6e-2020-06-26 10:36:55Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164215530)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769015530)\\/\",\"ClientRequestId\":\"577ff70b-cb90-4757-8acd-0825881a3d6e-2020-06-26 10:36:55Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"ZGVmNsOF2IKerYFbiXGSuL16mS19v3xkSj8j3W87wGk=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11870" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "36d32232-13cd-4103-a94c-b945f39158a1" + ], + "x-ms-client-request-id": [ + "577ff70b-cb90-4757-8acd-0825881a3d6e-2020-06-26 10:36:55Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "36d32232-13cd-4103-a94c-b945f39158a1" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103655Z:36d32232-13cd-4103-a94c-b945f39158a1" + ], + "Date": [ + "Fri, 26 Jun 2020 10:36:55 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0a6109f0-083d-4046-b58a-1d1fb72fd843-2020-06-26 10:37:05Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164225878)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769025878)\\/\",\"ClientRequestId\":\"0a6109f0-083d-4046-b58a-1d1fb72fd843-2020-06-26 10:37:05Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"3Hp3ofXuCdvcpXtbicApoEaJz9yCfuxQrEii9HnpBhE=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11869" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "18ee7803-ce1d-42c9-a442-c52e8d7e6201" + ], + "x-ms-client-request-id": [ + "0a6109f0-083d-4046-b58a-1d1fb72fd843-2020-06-26 10:37:05Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "18ee7803-ce1d-42c9-a442-c52e8d7e6201" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103706Z:18ee7803-ce1d-42c9-a442-c52e8d7e6201" + ], + "Date": [ + "Fri, 26 Jun 2020 10:37:05 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "306e7492-0796-4ee5-b389-d3453994e293-2020-06-26 10:37:16Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164236187)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769036187)\\/\",\"ClientRequestId\":\"306e7492-0796-4ee5-b389-d3453994e293-2020-06-26 10:37:16Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"HYY5jGpQptCYY4EGJLyGkdtQBFRglgrQ6VfESRhH2eE=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11868" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "719080a1-d0e8-4ca3-b68b-cee8ddabf0a0" + ], + "x-ms-client-request-id": [ + "306e7492-0796-4ee5-b389-d3453994e293-2020-06-26 10:37:16Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "719080a1-d0e8-4ca3-b68b-cee8ddabf0a0" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103716Z:719080a1-d0e8-4ca3-b68b-cee8ddabf0a0" + ], + "Date": [ + "Fri, 26 Jun 2020 10:37:15 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e746db1b-fd61-4cfe-8d1b-c402e1876e8c-2020-06-26 10:37:26Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164246502)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769046502)\\/\",\"ClientRequestId\":\"e746db1b-fd61-4cfe-8d1b-c402e1876e8c-2020-06-26 10:37:26Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"KwGf/UIlu4V8AfZwbU65T/JNI+sNtOPRFkqre15Iw74=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11867" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "9c27fbbf-f54f-4d14-9436-d67b105f3a0c" + ], + "x-ms-client-request-id": [ + "e746db1b-fd61-4cfe-8d1b-c402e1876e8c-2020-06-26 10:37:26Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "9c27fbbf-f54f-4d14-9436-d67b105f3a0c" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103726Z:9c27fbbf-f54f-4d14-9436-d67b105f3a0c" + ], + "Date": [ + "Fri, 26 Jun 2020 10:37:25 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3b30d48f-261e-43d8-a324-5e330a215b65-2020-06-26 10:37:36Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164256808)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769056808)\\/\",\"ClientRequestId\":\"3b30d48f-261e-43d8-a324-5e330a215b65-2020-06-26 10:37:36Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"SL/hMeBnZDSAPzqN91wh9d1UgK7aopmSiCRq3ADS3dY=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11866" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "4c2d98e1-da42-496a-adc5-0704aa811e65" + ], + "x-ms-client-request-id": [ + "3b30d48f-261e-43d8-a324-5e330a215b65-2020-06-26 10:37:36Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "4c2d98e1-da42-496a-adc5-0704aa811e65" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103737Z:4c2d98e1-da42-496a-adc5-0704aa811e65" + ], + "Date": [ + "Fri, 26 Jun 2020 10:37:36 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a88be6ec-f6ab-4b6c-8145-0ca45f47479a-2020-06-26 10:37:47Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164267548)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769067548)\\/\",\"ClientRequestId\":\"a88be6ec-f6ab-4b6c-8145-0ca45f47479a-2020-06-26 10:37:47Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"8o+HtvufElkgrq/h3DxkaRLbpaA1xTpk5gJ568SnNDQ=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11865" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "138cbeab-57c9-48b1-a4cb-4811bd553073" + ], + "x-ms-client-request-id": [ + "a88be6ec-f6ab-4b6c-8145-0ca45f47479a-2020-06-26 10:37:47Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "138cbeab-57c9-48b1-a4cb-4811bd553073" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103747Z:138cbeab-57c9-48b1-a4cb-4811bd553073" + ], + "Date": [ + "Fri, 26 Jun 2020 10:37:47 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e690e130-c051-439e-85ed-0e45685a6433-2020-06-26 10:37:57Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164277886)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769077886)\\/\",\"ClientRequestId\":\"e690e130-c051-439e-85ed-0e45685a6433-2020-06-26 10:37:57Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"h8FGv5iB1ifcyOJrZBEo0JeJ6zvQJ529HivqOXhdzAU=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11864" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "a3adee9b-f137-461d-bb9b-5a057d8ddf79" + ], + "x-ms-client-request-id": [ + "e690e130-c051-439e-85ed-0e45685a6433-2020-06-26 10:37:57Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "a3adee9b-f137-461d-bb9b-5a057d8ddf79" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103758Z:a3adee9b-f137-461d-bb9b-5a057d8ddf79" + ], + "Date": [ + "Fri, 26 Jun 2020 10:37:57 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a699ebd0-31b4-4b2d-a150-97910b80d222-2020-06-26 10:38:08Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164288189)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769088189)\\/\",\"ClientRequestId\":\"a699ebd0-31b4-4b2d-a150-97910b80d222-2020-06-26 10:38:08Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"QmsYrKbQhkhplVfBOgx5r3m32YceGy89Pw+MTghfSwk=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11863" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "e6f820c7-e2a7-48a5-9539-7a0920c56d69" + ], + "x-ms-client-request-id": [ + "a699ebd0-31b4-4b2d-a150-97910b80d222-2020-06-26 10:38:08Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "e6f820c7-e2a7-48a5-9539-7a0920c56d69" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103808Z:e6f820c7-e2a7-48a5-9539-7a0920c56d69" + ], + "Date": [ + "Fri, 26 Jun 2020 10:38:07 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "feee2b0e-11ab-4d6f-857b-820cfdd553ae-2020-06-26 10:38:18Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164298496)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769098496)\\/\",\"ClientRequestId\":\"feee2b0e-11ab-4d6f-857b-820cfdd553ae-2020-06-26 10:38:18Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"lvXvLx/MAi49YMAlIbXH6QgxZ1U2lp/Cqt/Dux2LWns=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11862" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "b6666b6e-1472-47b3-b52f-3ed0bd21c590" + ], + "x-ms-client-request-id": [ + "feee2b0e-11ab-4d6f-857b-820cfdd553ae-2020-06-26 10:38:18Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "b6666b6e-1472-47b3-b52f-3ed0bd21c590" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103818Z:b6666b6e-1472-47b3-b52f-3ed0bd21c590" + ], + "Date": [ + "Fri, 26 Jun 2020 10:38:18 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6f9688f4-019f-4a36-b57f-d7258889f1d6-2020-06-26 10:38:28Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164308819)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769108819)\\/\",\"ClientRequestId\":\"6f9688f4-019f-4a36-b57f-d7258889f1d6-2020-06-26 10:38:28Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"eQhyZkNpTQ8fBv5Vn4KZycYYTcg4/g7IHLbFdwyf3ig=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11861" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "b2cf855d-150c-4ae4-bd56-7a472e5fd12a" + ], + "x-ms-client-request-id": [ + "6f9688f4-019f-4a36-b57f-d7258889f1d6-2020-06-26 10:38:28Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "b2cf855d-150c-4ae4-bd56-7a472e5fd12a" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103829Z:b2cf855d-150c-4ae4-bd56-7a472e5fd12a" + ], + "Date": [ + "Fri, 26 Jun 2020 10:38:28 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "be2ca80f-7423-4b0d-8f26-a88c396e1e48-2020-06-26 10:38:39Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164319246)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769119246)\\/\",\"ClientRequestId\":\"be2ca80f-7423-4b0d-8f26-a88c396e1e48-2020-06-26 10:38:39Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"4HjYeZlHDtNmr6iUHE4A0SaqHZqARHmsTd6KPGAYRI4=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "83fe0a20-e8d6-441f-acf0-6f3feb6fc01a" + ], + "x-ms-client-request-id": [ + "be2ca80f-7423-4b0d-8f26-a88c396e1e48-2020-06-26 10:38:39Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11860" + ], + "x-ms-correlation-request-id": [ + "83fe0a20-e8d6-441f-acf0-6f3feb6fc01a" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103839Z:83fe0a20-e8d6-441f-acf0-6f3feb6fc01a" + ], + "Date": [ + "Fri, 26 Jun 2020 10:38:38 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cfede9f2-a04c-4e1e-a2f0-5402566a908d-2020-06-26 10:38:49Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164329552)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769129552)\\/\",\"ClientRequestId\":\"cfede9f2-a04c-4e1e-a2f0-5402566a908d-2020-06-26 10:38:49Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"UMNlt7D+GAaeBcUdaPeKwOcU9ix0z37jkRLfgUyZwog=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11859" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "6d609bd7-8196-4189-ab22-b129ed076a2d" + ], + "x-ms-client-request-id": [ + "cfede9f2-a04c-4e1e-a2f0-5402566a908d-2020-06-26 10:38:49Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "6d609bd7-8196-4189-ab22-b129ed076a2d" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103850Z:6d609bd7-8196-4189-ab22-b129ed076a2d" + ], + "Date": [ + "Fri, 26 Jun 2020 10:38:49 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c1bd72d6-033e-49cd-be1c-1305e01461d7-2020-06-26 10:39:00Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164340740)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769140740)\\/\",\"ClientRequestId\":\"c1bd72d6-033e-49cd-be1c-1305e01461d7-2020-06-26 10:39:00Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"zMo/joEsTbZnWVe5BPzwTi23h9kQfBEB8U6asAcPfsY=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11858" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "d2e58a26-fa74-4965-afa1-038e9e8f883f" + ], + "x-ms-client-request-id": [ + "c1bd72d6-033e-49cd-be1c-1305e01461d7-2020-06-26 10:39:00Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "d2e58a26-fa74-4965-afa1-038e9e8f883f" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103901Z:d2e58a26-fa74-4965-afa1-038e9e8f883f" + ], + "Date": [ + "Fri, 26 Jun 2020 10:39:00 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fbe2afec-8750-41a6-83b3-1705d5f0de65-2020-06-26 10:39:11Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164351085)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769151085)\\/\",\"ClientRequestId\":\"fbe2afec-8750-41a6-83b3-1705d5f0de65-2020-06-26 10:39:11Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"qvjZapKZpu8+r39D26nDaogRfBJ1n9uncBCKH+6GSBs=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11857" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "94c1e147-1162-411a-acaa-94aa17b3d3ed" + ], + "x-ms-client-request-id": [ + "fbe2afec-8750-41a6-83b3-1705d5f0de65-2020-06-26 10:39:11Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "94c1e147-1162-411a-acaa-94aa17b3d3ed" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103911Z:94c1e147-1162-411a-acaa-94aa17b3d3ed" + ], + "Date": [ + "Fri, 26 Jun 2020 10:39:11 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "10c88285-cf5e-4b2a-bfce-3c815e4905e4-2020-06-26 10:39:21Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164361391)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769161391)\\/\",\"ClientRequestId\":\"10c88285-cf5e-4b2a-bfce-3c815e4905e4-2020-06-26 10:39:21Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"vz88zyFqRf0ll6GUZCj2QtjfOMeUXqG/wxrk6Td80oI=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11856" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "3861f51e-a19c-482b-b01d-e0d62389e2ec" + ], + "x-ms-client-request-id": [ + "10c88285-cf5e-4b2a-bfce-3c815e4905e4-2020-06-26 10:39:21Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "3861f51e-a19c-482b-b01d-e0d62389e2ec" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103921Z:3861f51e-a19c-482b-b01d-e0d62389e2ec" + ], + "Date": [ + "Fri, 26 Jun 2020 10:39:21 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f8d6fdab-5fc1-4d38-9539-5918531a9f05-2020-06-26 10:39:31Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164371695)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769171695)\\/\",\"ClientRequestId\":\"f8d6fdab-5fc1-4d38-9539-5918531a9f05-2020-06-26 10:39:31Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"yeDJG8DvuCsUXCHFbFU73DZ5Ve6npZd++wotJln6ulw=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11855" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "68330c00-84a5-425c-aabc-6d21bd129450" + ], + "x-ms-client-request-id": [ + "f8d6fdab-5fc1-4d38-9539-5918531a9f05-2020-06-26 10:39:31Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "68330c00-84a5-425c-aabc-6d21bd129450" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103931Z:68330c00-84a5-425c-aabc-6d21bd129450" + ], + "Date": [ + "Fri, 26 Jun 2020 10:39:31 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d057cc34-a75b-46d6-b85f-b2091e631758-2020-06-26 10:39:42Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164382022)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769182022)\\/\",\"ClientRequestId\":\"d057cc34-a75b-46d6-b85f-b2091e631758-2020-06-26 10:39:42Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"2HzIU5nbykKy6rDYSS8ICZwW3OxpHWQNY8XVaCCAmfI=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11854" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "35d42589-12ed-4134-aa18-a1c60502305d" + ], + "x-ms-client-request-id": [ + "d057cc34-a75b-46d6-b85f-b2091e631758-2020-06-26 10:39:42Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "35d42589-12ed-4134-aa18-a1c60502305d" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103942Z:35d42589-12ed-4134-aa18-a1c60502305d" + ], + "Date": [ + "Fri, 26 Jun 2020 10:39:41 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "faf63dc2-5c8e-4d05-90fd-6ad725a723de-2020-06-26 10:39:52Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164392330)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769192330)\\/\",\"ClientRequestId\":\"faf63dc2-5c8e-4d05-90fd-6ad725a723de-2020-06-26 10:39:52Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"uIaw6J4tNKwKX/k/qhMAwSxkTgNSeC3jzMlV9TNeerg=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11853" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "c15c00a7-92d5-421b-bc88-b89b42617882" + ], + "x-ms-client-request-id": [ + "faf63dc2-5c8e-4d05-90fd-6ad725a723de-2020-06-26 10:39:52Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "c15c00a7-92d5-421b-bc88-b89b42617882" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T103952Z:c15c00a7-92d5-421b-bc88-b89b42617882" + ], + "Date": [ + "Fri, 26 Jun 2020 10:39:51 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e7638399-d9e4-4095-8984-b055a69ab877-2020-06-26 10:40:02Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164402622)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769202622)\\/\",\"ClientRequestId\":\"e7638399-d9e4-4095-8984-b055a69ab877-2020-06-26 10:40:02Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"gM9jMpGI3YLLPNq4i8j5GD+qNKbU6lLir2EBG1Janh8=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11852" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "95c31a36-11da-409d-9346-1b009db81e72" + ], + "x-ms-client-request-id": [ + "e7638399-d9e4-4095-8984-b055a69ab877-2020-06-26 10:40:02Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "95c31a36-11da-409d-9346-1b009db81e72" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104002Z:95c31a36-11da-409d-9346-1b009db81e72" + ], + "Date": [ + "Fri, 26 Jun 2020 10:40:01 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4a22d7ea-d519-4f1f-9b4d-f29e7a9aad75-2020-06-26 10:40:12Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164412984)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769212984)\\/\",\"ClientRequestId\":\"4a22d7ea-d519-4f1f-9b4d-f29e7a9aad75-2020-06-26 10:40:12Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"67FYmL5Zqo0MmvEJhN68yYnCpWke0cszWLzrcgKxq4s=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11851" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "5047c3cf-8c2e-4bbd-892b-bff74cd46661" + ], + "x-ms-client-request-id": [ + "4a22d7ea-d519-4f1f-9b4d-f29e7a9aad75-2020-06-26 10:40:12Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "5047c3cf-8c2e-4bbd-892b-bff74cd46661" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104013Z:5047c3cf-8c2e-4bbd-892b-bff74cd46661" + ], + "Date": [ + "Fri, 26 Jun 2020 10:40:13 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3b9cb962-ff7d-4146-95fb-b942ab57dc22-2020-06-26 10:40:23Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164423335)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769223335)\\/\",\"ClientRequestId\":\"3b9cb962-ff7d-4146-95fb-b942ab57dc22-2020-06-26 10:40:23Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"0DpXtfJOk0v8mobJyI4JaxswPdOo7oTic715CYwMYjo=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11850" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "2ea2da85-8fb5-489c-8a25-50a30c575a5a" + ], + "x-ms-client-request-id": [ + "3b9cb962-ff7d-4146-95fb-b942ab57dc22-2020-06-26 10:40:23Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "2ea2da85-8fb5-489c-8a25-50a30c575a5a" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104023Z:2ea2da85-8fb5-489c-8a25-50a30c575a5a" + ], + "Date": [ + "Fri, 26 Jun 2020 10:40:23 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "873973d4-6bbb-487d-a211-5ff61c8c1924-2020-06-26 10:40:33Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164433665)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769233665)\\/\",\"ClientRequestId\":\"873973d4-6bbb-487d-a211-5ff61c8c1924-2020-06-26 10:40:33Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"5OT2dbqIJ/NRejK+7hoXPXTv9nV/Ag0YKn79ZOGatEk=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11849" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "f9fc01e5-b88a-432c-8374-8d2527278899" + ], + "x-ms-client-request-id": [ + "873973d4-6bbb-487d-a211-5ff61c8c1924-2020-06-26 10:40:33Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "f9fc01e5-b88a-432c-8374-8d2527278899" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104033Z:f9fc01e5-b88a-432c-8374-8d2527278899" + ], + "Date": [ + "Fri, 26 Jun 2020 10:40:33 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "df934324-094e-4bda-abb8-20b3f7f65290-2020-06-26 10:40:44Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164444009)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769244009)\\/\",\"ClientRequestId\":\"df934324-094e-4bda-abb8-20b3f7f65290-2020-06-26 10:40:44Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"QxVmGaEqvgEabZ/rkV0pdD8C10/TMpaX4gPVx9fw2I8=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11848" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "c9f633e9-eba1-4230-adab-92d3c9a9ada3" + ], + "x-ms-client-request-id": [ + "df934324-094e-4bda-abb8-20b3f7f65290-2020-06-26 10:40:44Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "c9f633e9-eba1-4230-adab-92d3c9a9ada3" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104044Z:c9f633e9-eba1-4230-adab-92d3c9a9ada3" + ], + "Date": [ + "Fri, 26 Jun 2020 10:40:43 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a08fd0f7-bffc-482c-ad0c-c26829f4404f-2020-06-26 10:40:54Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164454332)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769254332)\\/\",\"ClientRequestId\":\"a08fd0f7-bffc-482c-ad0c-c26829f4404f-2020-06-26 10:40:54Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"93iMuKVppMkgYaP8v8/9NlyyU/jucquiboBtERvTFuk=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11847" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "f9cb7ff8-473a-4ecd-99b3-535e1589862f" + ], + "x-ms-client-request-id": [ + "a08fd0f7-bffc-482c-ad0c-c26829f4404f-2020-06-26 10:40:54Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "f9cb7ff8-473a-4ecd-99b3-535e1589862f" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104054Z:f9cb7ff8-473a-4ecd-99b3-535e1589862f" + ], + "Date": [ + "Fri, 26 Jun 2020 10:40:53 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0e1788e9-b85b-4107-bfde-b97155288cda-2020-06-26 10:41:04Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164464633)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769264633)\\/\",\"ClientRequestId\":\"0e1788e9-b85b-4107-bfde-b97155288cda-2020-06-26 10:41:04Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"UtoEN5Ng6ivS3wh4GW5tk5vy+MwOU8FBH4g1C9Km5TY=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11846" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "ae4707a0-7458-45d2-971e-5ff9cd12a418" + ], + "x-ms-client-request-id": [ + "0e1788e9-b85b-4107-bfde-b97155288cda-2020-06-26 10:41:04Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "ae4707a0-7458-45d2-971e-5ff9cd12a418" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104104Z:ae4707a0-7458-45d2-971e-5ff9cd12a418" + ], + "Date": [ + "Fri, 26 Jun 2020 10:41:04 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7ec50ebe-3ef3-4e38-a049-ddd4bfe7bbfc-2020-06-26 10:41:14Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164474945)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769274945)\\/\",\"ClientRequestId\":\"7ec50ebe-3ef3-4e38-a049-ddd4bfe7bbfc-2020-06-26 10:41:14Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"2ydFPBACU/JQjAwC4Y3TCplzANCuMvdAESNFDL73BDU=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11845" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "a6f06d10-76e8-447e-bc5f-c4adc04e7117" + ], + "x-ms-client-request-id": [ + "7ec50ebe-3ef3-4e38-a049-ddd4bfe7bbfc-2020-06-26 10:41:14Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "a6f06d10-76e8-447e-bc5f-c4adc04e7117" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104115Z:a6f06d10-76e8-447e-bc5f-c4adc04e7117" + ], + "Date": [ + "Fri, 26 Jun 2020 10:41:14 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5e10a2a3-fa6b-4fd3-8d49-be134179396d-2020-06-26 10:41:25Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164485469)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769285469)\\/\",\"ClientRequestId\":\"5e10a2a3-fa6b-4fd3-8d49-be134179396d-2020-06-26 10:41:25Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"FnQ5X84wgqySzzJmnIhElCTwFwrly7DzW9Gwm/yImyE=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11844" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "91757d47-6a77-4443-841d-98e74ecacad5" + ], + "x-ms-client-request-id": [ + "5e10a2a3-fa6b-4fd3-8d49-be134179396d-2020-06-26 10:41:25Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "91757d47-6a77-4443-841d-98e74ecacad5" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104125Z:91757d47-6a77-4443-841d-98e74ecacad5" + ], + "Date": [ + "Fri, 26 Jun 2020 10:41:24 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "199c2971-591e-43ba-8b62-4789854a7a4d-2020-06-26 10:41:35Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164495800)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769295800)\\/\",\"ClientRequestId\":\"199c2971-591e-43ba-8b62-4789854a7a4d-2020-06-26 10:41:35Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"kA2cbLDamRnS4R+dJfan7hXTDaKnnvGjtitVJtNGRzo=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11843" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "34702a4b-abf4-4bc8-80a2-dff2f1f5e5ce" + ], + "x-ms-client-request-id": [ + "199c2971-591e-43ba-8b62-4789854a7a4d-2020-06-26 10:41:35Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "34702a4b-abf4-4bc8-80a2-dff2f1f5e5ce" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104136Z:34702a4b-abf4-4bc8-80a2-dff2f1f5e5ce" + ], + "Date": [ + "Fri, 26 Jun 2020 10:41:35 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "18ce2258-8254-4af1-af3e-7d90d7100ae7-2020-06-26 10:41:46Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164506119)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769306119)\\/\",\"ClientRequestId\":\"18ce2258-8254-4af1-af3e-7d90d7100ae7-2020-06-26 10:41:46Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"gLNK/As3e1ikKW1MVmZ0s+pck3yHloNOEzE9vDHVHlk=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11842" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "a83e52f6-ec1e-4e29-897a-c9cf68328669" + ], + "x-ms-client-request-id": [ + "18ce2258-8254-4af1-af3e-7d90d7100ae7-2020-06-26 10:41:46Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "a83e52f6-ec1e-4e29-897a-c9cf68328669" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104146Z:a83e52f6-ec1e-4e29-897a-c9cf68328669" + ], + "Date": [ + "Fri, 26 Jun 2020 10:41:46 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "01749190-f09f-4c60-aeb5-d11ea0e20b5e-2020-06-26 10:41:56Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164516429)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769316429)\\/\",\"ClientRequestId\":\"01749190-f09f-4c60-aeb5-d11ea0e20b5e-2020-06-26 10:41:56Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"E9YkG3db0m6U1qiwjdCZJ91t9ACcxi1/kDXytvRvTDw=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11841" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "af298e87-ec18-4345-acd4-0c17b5837b27" + ], + "x-ms-client-request-id": [ + "01749190-f09f-4c60-aeb5-d11ea0e20b5e-2020-06-26 10:41:56Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "af298e87-ec18-4345-acd4-0c17b5837b27" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104156Z:af298e87-ec18-4345-acd4-0c17b5837b27" + ], + "Date": [ + "Fri, 26 Jun 2020 10:41:56 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d6f6a66e-6fca-49d0-b2f0-92f5d8fc9261-2020-06-26 10:42:06Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164526813)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769326813)\\/\",\"ClientRequestId\":\"d6f6a66e-6fca-49d0-b2f0-92f5d8fc9261-2020-06-26 10:42:06Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"ZHblzXMzbQUcxfQwvvUi6FDjhFuQY64ifj9pm6nUR8g=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11840" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "e23b4c70-a73a-4b8b-bcb1-ee4e6c218679" + ], + "x-ms-client-request-id": [ + "d6f6a66e-6fca-49d0-b2f0-92f5d8fc9261-2020-06-26 10:42:06Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "e23b4c70-a73a-4b8b-bcb1-ee4e6c218679" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104207Z:e23b4c70-a73a-4b8b-bcb1-ee4e6c218679" + ], + "Date": [ + "Fri, 26 Jun 2020 10:42:06 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "30e44838-52a8-47c3-bc56-9631892d22c7-2020-06-26 10:42:17Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164537113)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769337113)\\/\",\"ClientRequestId\":\"30e44838-52a8-47c3-bc56-9631892d22c7-2020-06-26 10:42:17Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"lH6f6b31WczfiqD4O6VOTCKFn4qsSplmJEEV/8hoB1Y=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11839" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "48b11a71-a749-4909-a0aa-bbff0b543c2c" + ], + "x-ms-client-request-id": [ + "30e44838-52a8-47c3-bc56-9631892d22c7-2020-06-26 10:42:17Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "48b11a71-a749-4909-a0aa-bbff0b543c2c" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104217Z:48b11a71-a749-4909-a0aa-bbff0b543c2c" + ], + "Date": [ + "Fri, 26 Jun 2020 10:42:16 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b426dc03-8e17-47d0-ab52-3960dcf7a807-2020-06-26 10:42:27Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164547410)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769347410)\\/\",\"ClientRequestId\":\"b426dc03-8e17-47d0-ab52-3960dcf7a807-2020-06-26 10:42:27Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"DR2nTwGbBIN+QcGl3sRC/ybCTAAvZs6s65Wjbe2kgE4=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11838" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "313d4e31-f6cd-430d-a6fe-2a44991b0d30" + ], + "x-ms-client-request-id": [ + "b426dc03-8e17-47d0-ab52-3960dcf7a807-2020-06-26 10:42:27Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "313d4e31-f6cd-430d-a6fe-2a44991b0d30" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104227Z:313d4e31-f6cd-430d-a6fe-2a44991b0d30" + ], + "Date": [ + "Fri, 26 Jun 2020 10:42:27 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "147d283d-0913-4532-88af-e1f44a850322-2020-06-26 10:42:37Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164557720)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769357720)\\/\",\"ClientRequestId\":\"147d283d-0913-4532-88af-e1f44a850322-2020-06-26 10:42:37Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"DOD6HUcGeTahH1l+j5Zqi1QWrHAC5x3jXGhABBe8UiY=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11837" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "b14c8214-933d-421e-a56f-64e559457e31" + ], + "x-ms-client-request-id": [ + "147d283d-0913-4532-88af-e1f44a850322-2020-06-26 10:42:37Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "b14c8214-933d-421e-a56f-64e559457e31" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104237Z:b14c8214-933d-421e-a56f-64e559457e31" + ], + "Date": [ + "Fri, 26 Jun 2020 10:42:37 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "436f7b66-df96-4bc6-8a37-fd6644213c91-2020-06-26 10:42:48Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164568012)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769368012)\\/\",\"ClientRequestId\":\"436f7b66-df96-4bc6-8a37-fd6644213c91-2020-06-26 10:42:48Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"kXt4AW2Q8enqbZMhjBINxdE+zmBTCtUXgzxcjIMzV9s=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11836" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "e2dfe638-cd0f-4a8c-8f83-d00901671a12" + ], + "x-ms-client-request-id": [ + "436f7b66-df96-4bc6-8a37-fd6644213c91-2020-06-26 10:42:48Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "e2dfe638-cd0f-4a8c-8f83-d00901671a12" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104248Z:e2dfe638-cd0f-4a8c-8f83-d00901671a12" + ], + "Date": [ + "Fri, 26 Jun 2020 10:42:47 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b6ac4ae7-74d3-4f0d-80bd-a3c4b5df1233-2020-06-26 10:42:58Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164578396)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769378396)\\/\",\"ClientRequestId\":\"b6ac4ae7-74d3-4f0d-80bd-a3c4b5df1233-2020-06-26 10:42:58Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"DceDKcb3XKzYcnxR5KM/4OQcGLdKoOFjoYT7JnLRF4A=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11835" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "f1326f9b-556f-435a-8601-e88cadeaf01f" + ], + "x-ms-client-request-id": [ + "b6ac4ae7-74d3-4f0d-80bd-a3c4b5df1233-2020-06-26 10:42:58Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "f1326f9b-556f-435a-8601-e88cadeaf01f" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104258Z:f1326f9b-556f-435a-8601-e88cadeaf01f" + ], + "Date": [ + "Fri, 26 Jun 2020 10:42:57 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "71afd028-8052-4d5d-9111-828c5a362820-2020-06-26 10:43:08Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164588724)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769388724)\\/\",\"ClientRequestId\":\"71afd028-8052-4d5d-9111-828c5a362820-2020-06-26 10:43:08Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"QY3zBfsN06QigIAhmiPmdFtMNrqBjpaSPRhQRx8vUxw=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11834" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "ae75e9d3-a0fc-4bf6-8ca1-54bf43735554" + ], + "x-ms-client-request-id": [ + "71afd028-8052-4d5d-9111-828c5a362820-2020-06-26 10:43:08Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "ae75e9d3-a0fc-4bf6-8ca1-54bf43735554" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104309Z:ae75e9d3-a0fc-4bf6-8ca1-54bf43735554" + ], + "Date": [ + "Fri, 26 Jun 2020 10:43:09 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8a81396c-2a38-411f-81d5-80f19005e140-2020-06-26 10:43:19Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164599145)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769399145)\\/\",\"ClientRequestId\":\"8a81396c-2a38-411f-81d5-80f19005e140-2020-06-26 10:43:19Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"D3q0h1VfthaWPJaAb4mGPrApF48uWB5gJ+8ypaA2HaY=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11833" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "1f862aec-0669-4798-9483-dfc3c74187f4" + ], + "x-ms-client-request-id": [ + "8a81396c-2a38-411f-81d5-80f19005e140-2020-06-26 10:43:19Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "1f862aec-0669-4798-9483-dfc3c74187f4" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104319Z:1f862aec-0669-4798-9483-dfc3c74187f4" + ], + "Date": [ + "Fri, 26 Jun 2020 10:43:19 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "28014134-0c29-4137-b6f7-a224c14cc20c-2020-06-26 10:43:29Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164609466)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769409466)\\/\",\"ClientRequestId\":\"28014134-0c29-4137-b6f7-a224c14cc20c-2020-06-26 10:43:29Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"pNhGgT/vNbh3uEFrtvc4uzjHDQ90VrctMZAvL7Mp9gE=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11832" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "e84ab3f0-33c7-4d6c-8a23-af3f8faa06c7" + ], + "x-ms-client-request-id": [ + "28014134-0c29-4137-b6f7-a224c14cc20c-2020-06-26 10:43:29Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "e84ab3f0-33c7-4d6c-8a23-af3f8faa06c7" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104329Z:e84ab3f0-33c7-4d6c-8a23-af3f8faa06c7" + ], + "Date": [ + "Fri, 26 Jun 2020 10:43:29 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "77a7a1bc-3f50-4160-8994-8aa0bb3ab10d-2020-06-26 10:43:39Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164619780)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769419780)\\/\",\"ClientRequestId\":\"77a7a1bc-3f50-4160-8994-8aa0bb3ab10d-2020-06-26 10:43:39Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"Ht/v3tNq24uxzB00/sjWZFZ0faccLYd4ut+Dx0geAtU=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11831" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "22b05fec-dc2d-49d9-a192-122b89a0052e" + ], + "x-ms-client-request-id": [ + "77a7a1bc-3f50-4160-8994-8aa0bb3ab10d-2020-06-26 10:43:39Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "22b05fec-dc2d-49d9-a192-122b89a0052e" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104340Z:22b05fec-dc2d-49d9-a192-122b89a0052e" + ], + "Date": [ + "Fri, 26 Jun 2020 10:43:39 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f3f22dae-cfe6-4e38-9ea4-e3ea715376e1-2020-06-26 10:43:50Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164630077)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769430077)\\/\",\"ClientRequestId\":\"f3f22dae-cfe6-4e38-9ea4-e3ea715376e1-2020-06-26 10:43:50Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"4k51avZ9WLjUorYVyNMPLCH9ZnGhqhX/ChEeVCuVLOI=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11830" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "0c41c9ac-e497-4a25-b829-e0c8cfd3ec32" + ], + "x-ms-client-request-id": [ + "f3f22dae-cfe6-4e38-9ea4-e3ea715376e1-2020-06-26 10:43:50Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "0c41c9ac-e497-4a25-b829-e0c8cfd3ec32" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104350Z:0c41c9ac-e497-4a25-b829-e0c8cfd3ec32" + ], + "Date": [ + "Fri, 26 Jun 2020 10:43:49 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9fc14db3-75dc-4ac2-9b38-e2f7a9136acc-2020-06-26 10:44:00Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164640383)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769440383)\\/\",\"ClientRequestId\":\"9fc14db3-75dc-4ac2-9b38-e2f7a9136acc-2020-06-26 10:44:00Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"GVeiwNI8e/fSS9IGxsCgyaZQaSMrAZECiJ4K/g1gdqU=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11829" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "baac4824-9ef6-434d-a1e6-9e3fa7fe6910" + ], + "x-ms-client-request-id": [ + "9fc14db3-75dc-4ac2-9b38-e2f7a9136acc-2020-06-26 10:44:00Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "baac4824-9ef6-434d-a1e6-9e3fa7fe6910" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104400Z:baac4824-9ef6-434d-a1e6-9e3fa7fe6910" + ], + "Date": [ + "Fri, 26 Jun 2020 10:44:00 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7c50b5e9-ff6c-4eb3-ab1b-81075651a4c9-2020-06-26 10:44:10Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164650681)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769450681)\\/\",\"ClientRequestId\":\"7c50b5e9-ff6c-4eb3-ab1b-81075651a4c9-2020-06-26 10:44:10Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"bOkzJ6B+f6XkQNVr8Unkjxtl8DgJHiJnhd37bWjeogQ=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11828" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "1d3c1771-ab86-4afc-aaf8-eb4cf8cd0a74" + ], + "x-ms-client-request-id": [ + "7c50b5e9-ff6c-4eb3-ab1b-81075651a4c9-2020-06-26 10:44:10Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "1d3c1771-ab86-4afc-aaf8-eb4cf8cd0a74" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104410Z:1d3c1771-ab86-4afc-aaf8-eb4cf8cd0a74" + ], + "Date": [ + "Fri, 26 Jun 2020 10:44:10 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fcff97aa-fec6-41bc-8c79-ad01663270a7-2020-06-26 10:44:20Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164660984)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769460984)\\/\",\"ClientRequestId\":\"fcff97aa-fec6-41bc-8c79-ad01663270a7-2020-06-26 10:44:20Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"9untZpK+UyFMEo0FbsVGWonhdWRgekhm0F4AX8DttA0=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11827" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "17c9f5e3-43b9-4684-bb6f-afad1428e96a" + ], + "x-ms-client-request-id": [ + "fcff97aa-fec6-41bc-8c79-ad01663270a7-2020-06-26 10:44:20Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "17c9f5e3-43b9-4684-bb6f-afad1428e96a" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104421Z:17c9f5e3-43b9-4684-bb6f-afad1428e96a" + ], + "Date": [ + "Fri, 26 Jun 2020 10:44:20 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "97d54242-61f9-44d8-be5b-58aaee9e5eda-2020-06-26 10:44:31Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164671283)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769471283)\\/\",\"ClientRequestId\":\"97d54242-61f9-44d8-be5b-58aaee9e5eda-2020-06-26 10:44:31Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"KdFx1AROANrdCAr7eV1iFzUw6Q/CPf84QvLe1nKTrUA=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11826" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "f5b87893-0f14-4c7e-9c92-46a67c524961" + ], + "x-ms-client-request-id": [ + "97d54242-61f9-44d8-be5b-58aaee9e5eda-2020-06-26 10:44:31Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "f5b87893-0f14-4c7e-9c92-46a67c524961" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104431Z:f5b87893-0f14-4c7e-9c92-46a67c524961" + ], + "Date": [ + "Fri, 26 Jun 2020 10:44:30 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2733cf7a-5cfa-4336-be46-3f68e4f18fc6-2020-06-26 10:44:41Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164681577)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769481577)\\/\",\"ClientRequestId\":\"2733cf7a-5cfa-4336-be46-3f68e4f18fc6-2020-06-26 10:44:41Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"MoHTJulVMDXTMF/P9DAAk6cOuTLLwtpHRhCkuN3bDmg=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11825" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "e3ae3c7c-effc-40f6-bbde-9b58bf11d887" + ], + "x-ms-client-request-id": [ + "2733cf7a-5cfa-4336-be46-3f68e4f18fc6-2020-06-26 10:44:41Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "e3ae3c7c-effc-40f6-bbde-9b58bf11d887" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104442Z:e3ae3c7c-effc-40f6-bbde-9b58bf11d887" + ], + "Date": [ + "Fri, 26 Jun 2020 10:44:42 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9d20b55f-83c2-482b-973b-f2d8aeda3922-2020-06-26 10:44:53Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164693015)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769493015)\\/\",\"ClientRequestId\":\"9d20b55f-83c2-482b-973b-f2d8aeda3922-2020-06-26 10:44:53Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"fTuwdO3fdCfzFv9cAn3mgk8vlrsicxdj5EZDLbVMW1c=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11824" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "563ef04a-3eb6-4732-a770-ab85f24b29de" + ], + "x-ms-client-request-id": [ + "9d20b55f-83c2-482b-973b-f2d8aeda3922-2020-06-26 10:44:53Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "563ef04a-3eb6-4732-a770-ab85f24b29de" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104453Z:563ef04a-3eb6-4732-a770-ab85f24b29de" + ], + "Date": [ + "Fri, 26 Jun 2020 10:44:53 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "53d23d16-fd08-4488-ac6a-5893a2f011c2-2020-06-26 10:45:03Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164703329)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769503329)\\/\",\"ClientRequestId\":\"53d23d16-fd08-4488-ac6a-5893a2f011c2-2020-06-26 10:45:03Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"ON4J2M99bzJosb0wb+x+Ou7J7jgdMsIy1KmSD6X/aow=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11823" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "41ab4a27-0cff-4cd3-83aa-c078a2ee30c0" + ], + "x-ms-client-request-id": [ + "53d23d16-fd08-4488-ac6a-5893a2f011c2-2020-06-26 10:45:03Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "41ab4a27-0cff-4cd3-83aa-c078a2ee30c0" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104503Z:41ab4a27-0cff-4cd3-83aa-c078a2ee30c0" + ], + "Date": [ + "Fri, 26 Jun 2020 10:45:03 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fa93575b-257e-4034-a526-50b4079afc79-2020-06-26 10:45:13Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164713627)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769513627)\\/\",\"ClientRequestId\":\"fa93575b-257e-4034-a526-50b4079afc79-2020-06-26 10:45:13Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"5XSfEBX1y4qi4Lkkffjn/TTyDBYI9gVjf+oTZAd0Wk4=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11822" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "56660d7c-6e59-46a7-920c-0b293ce650ed" + ], + "x-ms-client-request-id": [ + "fa93575b-257e-4034-a526-50b4079afc79-2020-06-26 10:45:13Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "56660d7c-6e59-46a7-920c-0b293ce650ed" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104513Z:56660d7c-6e59-46a7-920c-0b293ce650ed" + ], + "Date": [ + "Fri, 26 Jun 2020 10:45:13 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8e37965f-f6c3-4a95-81a9-9a9b4c61169c-2020-06-26 10:45:23Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164723949)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769523949)\\/\",\"ClientRequestId\":\"8e37965f-f6c3-4a95-81a9-9a9b4c61169c-2020-06-26 10:45:23Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"xGpvZJ1HOWEtZgVlP5h9K0oNR0U11TZI960OZqVLEoA=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11821" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "ef2f7570-afde-4f1e-a415-9b5aa379f3a1" + ], + "x-ms-client-request-id": [ + "8e37965f-f6c3-4a95-81a9-9a9b4c61169c-2020-06-26 10:45:23Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "ef2f7570-afde-4f1e-a415-9b5aa379f3a1" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104524Z:ef2f7570-afde-4f1e-a415-9b5aa379f3a1" + ], + "Date": [ + "Fri, 26 Jun 2020 10:45:23 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "97717ac7-9c2b-41f0-a320-570a1dda41c8-2020-06-26 10:45:34Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164734283)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769534283)\\/\",\"ClientRequestId\":\"97717ac7-9c2b-41f0-a320-570a1dda41c8-2020-06-26 10:45:34Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"MKvWPlwGRT80kGKgxq8Vrji8+KOySK2nT7YFIIXBh8E=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11820" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "61b8d425-2acd-49e1-9ffc-b09d53c92ce2" + ], + "x-ms-client-request-id": [ + "97717ac7-9c2b-41f0-a320-570a1dda41c8-2020-06-26 10:45:34Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "61b8d425-2acd-49e1-9ffc-b09d53c92ce2" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104534Z:61b8d425-2acd-49e1-9ffc-b09d53c92ce2" + ], + "Date": [ + "Fri, 26 Jun 2020 10:45:33 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cf62193a-9796-45d7-80af-3cd19800351e-2020-06-26 10:45:44Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164744594)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769544594)\\/\",\"ClientRequestId\":\"cf62193a-9796-45d7-80af-3cd19800351e-2020-06-26 10:45:44Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"Ce6aK6bSNzdhL+Y0HfgVPg+06FI3PfZW2Ht2pyZ8SUQ=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11819" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "0bb997b1-b6d5-4195-9f62-e9ab3df4fe3d" + ], + "x-ms-client-request-id": [ + "cf62193a-9796-45d7-80af-3cd19800351e-2020-06-26 10:45:44Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "0bb997b1-b6d5-4195-9f62-e9ab3df4fe3d" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104544Z:0bb997b1-b6d5-4195-9f62-e9ab3df4fe3d" + ], + "Date": [ + "Fri, 26 Jun 2020 10:45:44 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "93c4d0cf-be60-46e4-a1e5-51db2526181c-2020-06-26 10:45:54Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164754919)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769554919)\\/\",\"ClientRequestId\":\"93c4d0cf-be60-46e4-a1e5-51db2526181c-2020-06-26 10:45:54Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"WpKB9ylGDN+Jh1u+TktjYh0zaX4ngsr/gcSA7cRBS74=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11818" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "f7191cea-f9cb-460d-9635-bf019e128fc3" + ], + "x-ms-client-request-id": [ + "93c4d0cf-be60-46e4-a1e5-51db2526181c-2020-06-26 10:45:54Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "f7191cea-f9cb-460d-9635-bf019e128fc3" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104555Z:f7191cea-f9cb-460d-9635-bf019e128fc3" + ], + "Date": [ + "Fri, 26 Jun 2020 10:45:54 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f1406443-626b-482a-9cb1-9dd8539999ff-2020-06-26 10:46:05Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164765220)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769565220)\\/\",\"ClientRequestId\":\"f1406443-626b-482a-9cb1-9dd8539999ff-2020-06-26 10:46:05Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"637mzFJqH1m+gCRFnXn2ytVMXym5daYolh8/44Pbfjg=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11817" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "f57ffec4-8fb5-404a-9c21-784f442250c8" + ], + "x-ms-client-request-id": [ + "f1406443-626b-482a-9cb1-9dd8539999ff-2020-06-26 10:46:05Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "f57ffec4-8fb5-404a-9c21-784f442250c8" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104605Z:f57ffec4-8fb5-404a-9c21-784f442250c8" + ], + "Date": [ + "Fri, 26 Jun 2020 10:46:05 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9a9ab4d6-ec40-4bf1-8b79-772adab00137-2020-06-26 10:46:15Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164775518)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769575518)\\/\",\"ClientRequestId\":\"9a9ab4d6-ec40-4bf1-8b79-772adab00137-2020-06-26 10:46:15Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"gCY+AoW6xHWt4JJFa09spnaZp5ll7AydQRdnNYv6USE=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11816" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "32cfcdaa-084b-4de1-ae39-9c66a957aa37" + ], + "x-ms-client-request-id": [ + "9a9ab4d6-ec40-4bf1-8b79-772adab00137-2020-06-26 10:46:15Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "32cfcdaa-084b-4de1-ae39-9c66a957aa37" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104615Z:32cfcdaa-084b-4de1-ae39-9c66a957aa37" + ], + "Date": [ + "Fri, 26 Jun 2020 10:46:15 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d1660bcd-4eac-4375-9f1b-2ebe753cd113-2020-06-26 10:46:25Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164785810)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769585810)\\/\",\"ClientRequestId\":\"d1660bcd-4eac-4375-9f1b-2ebe753cd113-2020-06-26 10:46:25Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"g3LCAjGVall9dLEQAYYqWshW8pVXYoX+Q4jvttRc5d8=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11815" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "9d259de1-07bb-48c3-ae74-a1af82c7dc8c" + ], + "x-ms-client-request-id": [ + "d1660bcd-4eac-4375-9f1b-2ebe753cd113-2020-06-26 10:46:25Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "9d259de1-07bb-48c3-ae74-a1af82c7dc8c" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104626Z:9d259de1-07bb-48c3-ae74-a1af82c7dc8c" + ], + "Date": [ + "Fri, 26 Jun 2020 10:46:25 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "38275d67-4df7-4a53-a451-caeff789adf2-2020-06-26 10:46:36Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164796153)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769596153)\\/\",\"ClientRequestId\":\"38275d67-4df7-4a53-a451-caeff789adf2-2020-06-26 10:46:36Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"1agOmmOj8AMe1AQm2bh8qkfWtGNCHVgvA8cWS8iDqpA=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11814" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "09f7f7ee-ab35-4993-a502-e8f25694726d" + ], + "x-ms-client-request-id": [ + "38275d67-4df7-4a53-a451-caeff789adf2-2020-06-26 10:46:36Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "09f7f7ee-ab35-4993-a502-e8f25694726d" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104636Z:09f7f7ee-ab35-4993-a502-e8f25694726d" + ], + "Date": [ + "Fri, 26 Jun 2020 10:46:36 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ffbe7d05-0d12-450c-a3f5-5ce38a7bd041-2020-06-26 10:46:46Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164806470)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769606470)\\/\",\"ClientRequestId\":\"ffbe7d05-0d12-450c-a3f5-5ce38a7bd041-2020-06-26 10:46:46Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"p9fO/W0GdQPmg/Me0rVw689n6WWXPezFrPDn/0r2Xhs=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11813" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "ab609d99-ad35-4fee-a739-53421fd1d2a4" + ], + "x-ms-client-request-id": [ + "ffbe7d05-0d12-450c-a3f5-5ce38a7bd041-2020-06-26 10:46:46Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "ab609d99-ad35-4fee-a739-53421fd1d2a4" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104646Z:ab609d99-ad35-4fee-a739-53421fd1d2a4" + ], + "Date": [ + "Fri, 26 Jun 2020 10:46:46 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e76a2df1-717d-4a8f-9f9c-154b18f979ff-2020-06-26 10:46:56Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164816776)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769616776)\\/\",\"ClientRequestId\":\"e76a2df1-717d-4a8f-9f9c-154b18f979ff-2020-06-26 10:46:56Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"EjPdKF7rIxWvZNIJnM2EXcmO8a+r05xBGPXaGd668Lk=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11812" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "aa7233cf-90ec-49d0-b7e8-005f0349b949" + ], + "x-ms-client-request-id": [ + "e76a2df1-717d-4a8f-9f9c-154b18f979ff-2020-06-26 10:46:56Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "aa7233cf-90ec-49d0-b7e8-005f0349b949" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104657Z:aa7233cf-90ec-49d0-b7e8-005f0349b949" + ], + "Date": [ + "Fri, 26 Jun 2020 10:46:56 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ee18e35d-cfd4-4127-be91-e29a04418ae9-2020-06-26 10:47:07Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164827115)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769627115)\\/\",\"ClientRequestId\":\"ee18e35d-cfd4-4127-be91-e29a04418ae9-2020-06-26 10:47:07Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"ajEGCX0OzHX936zKTWUQa1BGoYKEO5bNN8At9aJ3R74=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11811" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "95d06ab7-edcb-4222-a634-ade97327bd8e" + ], + "x-ms-client-request-id": [ + "ee18e35d-cfd4-4127-be91-e29a04418ae9-2020-06-26 10:47:07Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "95d06ab7-edcb-4222-a634-ade97327bd8e" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104707Z:95d06ab7-edcb-4222-a634-ade97327bd8e" + ], + "Date": [ + "Fri, 26 Jun 2020 10:47:06 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9decd75a-921b-415b-b67f-97adcf9d295e-2020-06-26 10:47:17Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164837424)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769637424)\\/\",\"ClientRequestId\":\"9decd75a-921b-415b-b67f-97adcf9d295e-2020-06-26 10:47:17Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"N6u+zX6QG6m/+iRe5gQOQgWC7KXMgcTCgNTJZ3OgvCs=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11810" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "4c995f15-4ab9-4355-bbf1-e8c62912881b" + ], + "x-ms-client-request-id": [ + "9decd75a-921b-415b-b67f-97adcf9d295e-2020-06-26 10:47:17Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "4c995f15-4ab9-4355-bbf1-e8c62912881b" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104717Z:4c995f15-4ab9-4355-bbf1-e8c62912881b" + ], + "Date": [ + "Fri, 26 Jun 2020 10:47:16 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c5bb4fa4-0d16-4282-ada7-4faf3c11d2d3-2020-06-26 10:47:27Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164847723)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769647723)\\/\",\"ClientRequestId\":\"c5bb4fa4-0d16-4282-ada7-4faf3c11d2d3-2020-06-26 10:47:27Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"RUFteIswhLrWPoDQ9c1i38yOhmDlL4hyN5mbjWSzCqg=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11809" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "db84cdfa-0e3a-4e2b-941a-43c26f91d43d" + ], + "x-ms-client-request-id": [ + "c5bb4fa4-0d16-4282-ada7-4faf3c11d2d3-2020-06-26 10:47:27Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "db84cdfa-0e3a-4e2b-941a-43c26f91d43d" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104727Z:db84cdfa-0e3a-4e2b-941a-43c26f91d43d" + ], + "Date": [ + "Fri, 26 Jun 2020 10:47:27 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "65acb6f8-db0a-4463-acd1-68d8b4d809dc-2020-06-26 10:47:38Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164858044)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769658044)\\/\",\"ClientRequestId\":\"65acb6f8-db0a-4463-acd1-68d8b4d809dc-2020-06-26 10:47:38Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"ddTD2rdktwPVEEF8Us5IKELDtU8sRT28ujE4XwsYzhk=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11808" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "8ad5e53b-87d3-40aa-9e9d-ae4e6bac511d" + ], + "x-ms-client-request-id": [ + "65acb6f8-db0a-4463-acd1-68d8b4d809dc-2020-06-26 10:47:38Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "8ad5e53b-87d3-40aa-9e9d-ae4e6bac511d" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104738Z:8ad5e53b-87d3-40aa-9e9d-ae4e6bac511d" + ], + "Date": [ + "Fri, 26 Jun 2020 10:47:38 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dace3799-da87-4cbd-b7f9-01dba34fe08d-2020-06-26 10:47:48Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164868351)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769668351)\\/\",\"ClientRequestId\":\"dace3799-da87-4cbd-b7f9-01dba34fe08d-2020-06-26 10:47:48Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"3sE7lzlenNRPQwFa60zcS0oebyBwC68h3oHJWzF5TE8=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11807" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "aace4582-3931-4991-8061-efc6d17b8c95" + ], + "x-ms-client-request-id": [ + "dace3799-da87-4cbd-b7f9-01dba34fe08d-2020-06-26 10:47:48Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "aace4582-3931-4991-8061-efc6d17b8c95" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104748Z:aace4582-3931-4991-8061-efc6d17b8c95" + ], + "Date": [ + "Fri, 26 Jun 2020 10:47:48 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "80f371b9-896b-481d-bb4b-e730e8e3c4a6-2020-06-26 10:47:58Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164878652)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769678652)\\/\",\"ClientRequestId\":\"80f371b9-896b-481d-bb4b-e730e8e3c4a6-2020-06-26 10:47:58Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"0s+h96OGubkeNtFd4ba4ujbJsOaGL7BuwRvsrmgQYas=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11806" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "73767e95-844b-4f02-8768-f885a4f3f5d5" + ], + "x-ms-client-request-id": [ + "80f371b9-896b-481d-bb4b-e730e8e3c4a6-2020-06-26 10:47:58Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "73767e95-844b-4f02-8768-f885a4f3f5d5" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104758Z:73767e95-844b-4f02-8768-f885a4f3f5d5" + ], + "Date": [ + "Fri, 26 Jun 2020 10:47:58 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "324260a7-dba0-4686-bc9e-1077c2be0b3b-2020-06-26 10:48:08Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164888954)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769688954)\\/\",\"ClientRequestId\":\"324260a7-dba0-4686-bc9e-1077c2be0b3b-2020-06-26 10:48:08Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"ZFXaKChWGYP1WbX0OuXHRiuPyIY/LizrCkqnisOTbTw=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11805" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "59470b39-641c-464e-a0c1-952248c69efe" + ], + "x-ms-client-request-id": [ + "324260a7-dba0-4686-bc9e-1077c2be0b3b-2020-06-26 10:48:08Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "59470b39-641c-464e-a0c1-952248c69efe" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104809Z:59470b39-641c-464e-a0c1-952248c69efe" + ], + "Date": [ + "Fri, 26 Jun 2020 10:48:08 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f21e291c-3666-406b-b1ff-48c04aa9ced3-2020-06-26 10:48:19Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164899295)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769699295)\\/\",\"ClientRequestId\":\"f21e291c-3666-406b-b1ff-48c04aa9ced3-2020-06-26 10:48:19Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"ENRfYuTQ3Dhmkv88QfCQkWjeSC6pIJbZeqIOsKV6WJQ=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11804" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "92b95a19-9837-405c-8f6c-e6890a3728d4" + ], + "x-ms-client-request-id": [ + "f21e291c-3666-406b-b1ff-48c04aa9ced3-2020-06-26 10:48:19Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "92b95a19-9837-405c-8f6c-e6890a3728d4" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104819Z:92b95a19-9837-405c-8f6c-e6890a3728d4" + ], + "Date": [ + "Fri, 26 Jun 2020 10:48:18 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1f3489d4-b533-4c6f-86aa-ceef6766627d-2020-06-26 10:48:29Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164909594)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769709594)\\/\",\"ClientRequestId\":\"1f3489d4-b533-4c6f-86aa-ceef6766627d-2020-06-26 10:48:29Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"aCKPpF6Eth4acbvIXPaC6Usn0jzF5i2q2lTBEcb8kAA=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11803" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "84939894-16a9-4034-b5e3-d27ed3e5c09b" + ], + "x-ms-client-request-id": [ + "1f3489d4-b533-4c6f-86aa-ceef6766627d-2020-06-26 10:48:29Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "84939894-16a9-4034-b5e3-d27ed3e5c09b" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104829Z:84939894-16a9-4034-b5e3-d27ed3e5c09b" + ], + "Date": [ + "Fri, 26 Jun 2020 10:48:29 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ae380c64-942f-4750-bd6d-124d81f13291-2020-06-26 10:48:39Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164919947)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769719947)\\/\",\"ClientRequestId\":\"ae380c64-942f-4750-bd6d-124d81f13291-2020-06-26 10:48:39Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"PLL8TAdYSL/l+8I66h5W4F0BvZZFA9mYg2Lqx7oj9Rc=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11802" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "1c13f485-41f3-400d-b441-7c0a2b2c73fd" + ], + "x-ms-client-request-id": [ + "ae380c64-942f-4750-bd6d-124d81f13291-2020-06-26 10:48:39Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "1c13f485-41f3-400d-b441-7c0a2b2c73fd" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104840Z:1c13f485-41f3-400d-b441-7c0a2b2c73fd" + ], + "Date": [ + "Fri, 26 Jun 2020 10:48:39 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "899c0616-cc4e-4a6a-882c-920c028613e9-2020-06-26 10:48:50Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164930282)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769730282)\\/\",\"ClientRequestId\":\"899c0616-cc4e-4a6a-882c-920c028613e9-2020-06-26 10:48:50Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"c++A0eB50AHNrcSvcwdXtrmSC13fM0zm7T/e0OFLhGg=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11801" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "8bd1728c-c889-4670-a86c-032c4bc34f73" + ], + "x-ms-client-request-id": [ + "899c0616-cc4e-4a6a-882c-920c028613e9-2020-06-26 10:48:50Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "8bd1728c-c889-4670-a86c-032c4bc34f73" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104850Z:8bd1728c-c889-4670-a86c-032c4bc34f73" + ], + "Date": [ + "Fri, 26 Jun 2020 10:48:50 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0f2f68ae-0acc-41c3-a3e3-ed07f826b7af-2020-06-26 10:49:00Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164940675)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769740675)\\/\",\"ClientRequestId\":\"0f2f68ae-0acc-41c3-a3e3-ed07f826b7af-2020-06-26 10:49:00Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"iBC+9gzFgUYwb5gbKhUcpHsZ7du5y9JsIXUGD3CYJOY=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11800" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "3c7af3bf-f103-4b89-9d82-fc21a6ca2006" + ], + "x-ms-client-request-id": [ + "0f2f68ae-0acc-41c3-a3e3-ed07f826b7af-2020-06-26 10:49:00Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "3c7af3bf-f103-4b89-9d82-fc21a6ca2006" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104900Z:3c7af3bf-f103-4b89-9d82-fc21a6ca2006" + ], + "Date": [ + "Fri, 26 Jun 2020 10:49:00 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e0bf8cbd-75fd-4b5b-990f-c2a8d935a492-2020-06-26 10:49:10Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164950984)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769750984)\\/\",\"ClientRequestId\":\"e0bf8cbd-75fd-4b5b-990f-c2a8d935a492-2020-06-26 10:49:10Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"p0G8vlkKSNfLErjAbGWeALErwAcIWWQPUnQxSV0l3ac=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11799" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "2891bbc6-2fbf-4ca7-abc8-c5761232d0c4" + ], + "x-ms-client-request-id": [ + "e0bf8cbd-75fd-4b5b-990f-c2a8d935a492-2020-06-26 10:49:10Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "2891bbc6-2fbf-4ca7-abc8-c5761232d0c4" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104911Z:2891bbc6-2fbf-4ca7-abc8-c5761232d0c4" + ], + "Date": [ + "Fri, 26 Jun 2020 10:49:10 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a3e64370-3cbb-472d-9bef-f2c09342df78-2020-06-26 10:49:21Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164961325)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769761325)\\/\",\"ClientRequestId\":\"a3e64370-3cbb-472d-9bef-f2c09342df78-2020-06-26 10:49:21Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"xWxl2eDDbzwE3Ull4zC+dedibxca9L8uQUXvzvtPnZg=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11798" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "f058fefb-e9ce-4a71-8938-597905e4f7e6" + ], + "x-ms-client-request-id": [ + "a3e64370-3cbb-472d-9bef-f2c09342df78-2020-06-26 10:49:21Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "f058fefb-e9ce-4a71-8938-597905e4f7e6" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104921Z:f058fefb-e9ce-4a71-8938-597905e4f7e6" + ], + "Date": [ + "Fri, 26 Jun 2020 10:49:21 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e4fb14a3-4b73-44ad-a101-8e0437e4cd42-2020-06-26 10:49:31Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164971701)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769771701)\\/\",\"ClientRequestId\":\"e4fb14a3-4b73-44ad-a101-8e0437e4cd42-2020-06-26 10:49:31Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"z7ogk/31RqD1kxWUPgYoaAORffvFrU/eqOdiQ7i/rGU=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11797" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "0a67d5e7-0a77-4f42-b522-87687f58da0b" + ], + "x-ms-client-request-id": [ + "e4fb14a3-4b73-44ad-a101-8e0437e4cd42-2020-06-26 10:49:31Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "0a67d5e7-0a77-4f42-b522-87687f58da0b" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104931Z:0a67d5e7-0a77-4f42-b522-87687f58da0b" + ], + "Date": [ + "Fri, 26 Jun 2020 10:49:31 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c5bd03a6-af86-44e6-9854-b6a284dd7500-2020-06-26 10:49:42Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164982026)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769782026)\\/\",\"ClientRequestId\":\"c5bd03a6-af86-44e6-9854-b6a284dd7500-2020-06-26 10:49:42Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"Bo9AVo9C4XembE5TW59BbgMf25gwNqep1PgDvzThiRM=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11796" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "6b99e605-8f5a-4606-860d-97dc21d171a7" + ], + "x-ms-client-request-id": [ + "c5bd03a6-af86-44e6-9854-b6a284dd7500-2020-06-26 10:49:42Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "6b99e605-8f5a-4606-860d-97dc21d171a7" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104942Z:6b99e605-8f5a-4606-860d-97dc21d171a7" + ], + "Date": [ + "Fri, 26 Jun 2020 10:49:41 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ae4cffad-585a-4dc7-a3c3-28bcc7947eda-2020-06-26 10:49:52Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593164992335)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769792335)\\/\",\"ClientRequestId\":\"ae4cffad-585a-4dc7-a3c3-28bcc7947eda-2020-06-26 10:49:52Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"sphcTP7DUHs7pV9ZwdsDxEaz6uh7sPTb3o3icNVypEM=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11795" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "4a809eb7-f80e-4469-8b42-8203ed464839" + ], + "x-ms-client-request-id": [ + "ae4cffad-585a-4dc7-a3c3-28bcc7947eda-2020-06-26 10:49:52Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "4a809eb7-f80e-4469-8b42-8203ed464839" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T104952Z:4a809eb7-f80e-4469-8b42-8203ed464839" + ], + "Date": [ + "Fri, 26 Jun 2020 10:49:51 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dd792efe-c70d-4537-b6d5-b7425186f407-2020-06-26 10:50:02Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165002708)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769802708)\\/\",\"ClientRequestId\":\"dd792efe-c70d-4537-b6d5-b7425186f407-2020-06-26 10:50:02Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"p2A1OlNzeMZnZcO7i1Hi7a8NPliYQyQx0YPO4rH3ei4=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11794" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "364366f1-3dfb-4041-a5a8-a964d717fe90" + ], + "x-ms-client-request-id": [ + "dd792efe-c70d-4537-b6d5-b7425186f407-2020-06-26 10:50:02Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "364366f1-3dfb-4041-a5a8-a964d717fe90" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105003Z:364366f1-3dfb-4041-a5a8-a964d717fe90" + ], + "Date": [ + "Fri, 26 Jun 2020 10:50:02 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c42cad39-828b-4526-9010-104edc1c7f95-2020-06-26 10:50:13Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165013095)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769813095)\\/\",\"ClientRequestId\":\"c42cad39-828b-4526-9010-104edc1c7f95-2020-06-26 10:50:13Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"OYSTflRaUpNWZw6Xaepw71cfwDatcUKaMoBa/0ExRkQ=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11793" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "8a59a0c3-2e6d-453c-bcac-abb8abd70e29" + ], + "x-ms-client-request-id": [ + "c42cad39-828b-4526-9010-104edc1c7f95-2020-06-26 10:50:13Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "8a59a0c3-2e6d-453c-bcac-abb8abd70e29" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105013Z:8a59a0c3-2e6d-453c-bcac-abb8abd70e29" + ], + "Date": [ + "Fri, 26 Jun 2020 10:50:12 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7a98c6e7-80ea-4c54-bde1-c8a1f0322b5c-2020-06-26 10:50:23Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165023416)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769823416)\\/\",\"ClientRequestId\":\"7a98c6e7-80ea-4c54-bde1-c8a1f0322b5c-2020-06-26 10:50:23Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"/DPCvVggg0lEQAJY+hfDkiGoDUA48OCebl3F6XH5fkQ=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11792" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "0b9324c9-1bb7-4dc0-80f7-b823ddc7e002" + ], + "x-ms-client-request-id": [ + "7a98c6e7-80ea-4c54-bde1-c8a1f0322b5c-2020-06-26 10:50:23Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "0b9324c9-1bb7-4dc0-80f7-b823ddc7e002" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105023Z:0b9324c9-1bb7-4dc0-80f7-b823ddc7e002" + ], + "Date": [ + "Fri, 26 Jun 2020 10:50:22 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "afbfd53a-ea9f-4fab-89b9-9f920305accb-2020-06-26 10:50:33Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165033991)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769833991)\\/\",\"ClientRequestId\":\"afbfd53a-ea9f-4fab-89b9-9f920305accb-2020-06-26 10:50:33Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"V/wX+kkUZ4/glHhYJb/IOhSu/d5jAiw9P5SiD0/+eIM=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11791" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "489da5d6-c95d-48d2-8abd-e9524ad0fad7" + ], + "x-ms-client-request-id": [ + "afbfd53a-ea9f-4fab-89b9-9f920305accb-2020-06-26 10:50:33Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "489da5d6-c95d-48d2-8abd-e9524ad0fad7" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105035Z:489da5d6-c95d-48d2-8abd-e9524ad0fad7" + ], + "Date": [ + "Fri, 26 Jun 2020 10:50:35 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4342cf2e-8389-49f9-897d-b29d21e9ebfc-2020-06-26 10:50:45Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165045559)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769845559)\\/\",\"ClientRequestId\":\"4342cf2e-8389-49f9-897d-b29d21e9ebfc-2020-06-26 10:50:45Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"QYN4mzXciq5UcnOH4joANrvJqaLqw00f0Gtu7KZDRs0=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11790" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "690461e9-f1b5-4df3-8c7f-23e526ab8324" + ], + "x-ms-client-request-id": [ + "4342cf2e-8389-49f9-897d-b29d21e9ebfc-2020-06-26 10:50:45Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "690461e9-f1b5-4df3-8c7f-23e526ab8324" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105045Z:690461e9-f1b5-4df3-8c7f-23e526ab8324" + ], + "Date": [ + "Fri, 26 Jun 2020 10:50:45 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4d8243fe-46fd-421e-92de-4969966b6b8f-2020-06-26 10:50:55Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165055860)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769855860)\\/\",\"ClientRequestId\":\"4d8243fe-46fd-421e-92de-4969966b6b8f-2020-06-26 10:50:55Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"W7ms+WlXHtXatqA8ZULzlk9AITfMo8g00vo8zrEFeVU=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11789" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "a9a22a19-bebb-446e-8916-c5c27fa69359" + ], + "x-ms-client-request-id": [ + "4d8243fe-46fd-421e-92de-4969966b6b8f-2020-06-26 10:50:55Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "a9a22a19-bebb-446e-8916-c5c27fa69359" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105056Z:a9a22a19-bebb-446e-8916-c5c27fa69359" + ], + "Date": [ + "Fri, 26 Jun 2020 10:50:55 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "48692f05-f337-4807-8dd3-c2479efd2fdc-2020-06-26 10:51:06Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165066179)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769866179)\\/\",\"ClientRequestId\":\"48692f05-f337-4807-8dd3-c2479efd2fdc-2020-06-26 10:51:06Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"2yv+TC6o8RPEuJzBE5LKn2507B6OYRGWpANN287vG+w=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11788" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "a803d060-3021-4170-b00c-2f359b8749c0" + ], + "x-ms-client-request-id": [ + "48692f05-f337-4807-8dd3-c2479efd2fdc-2020-06-26 10:51:06Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "a803d060-3021-4170-b00c-2f359b8749c0" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105106Z:a803d060-3021-4170-b00c-2f359b8749c0" + ], + "Date": [ + "Fri, 26 Jun 2020 10:51:05 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b7882681-af4a-4b50-ae45-7ed85bf3ec68-2020-06-26 10:51:16Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165076516)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769876516)\\/\",\"ClientRequestId\":\"b7882681-af4a-4b50-ae45-7ed85bf3ec68-2020-06-26 10:51:16Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"kR4r/58RRhIS6KMnRwJZQ/2pzYErGqTObgufCbdRBUo=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11787" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "7215d9aa-40a0-471b-9a75-d1264a0786db" + ], + "x-ms-client-request-id": [ + "b7882681-af4a-4b50-ae45-7ed85bf3ec68-2020-06-26 10:51:16Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "7215d9aa-40a0-471b-9a75-d1264a0786db" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105116Z:7215d9aa-40a0-471b-9a75-d1264a0786db" + ], + "Date": [ + "Fri, 26 Jun 2020 10:51:16 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "65042993-7701-4930-8fd2-bfb2a22433fe-2020-06-26 10:51:26Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165086818)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769886818)\\/\",\"ClientRequestId\":\"65042993-7701-4930-8fd2-bfb2a22433fe-2020-06-26 10:51:26Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"qPph+3EMo/OBL6xc/krpUkPpFiRnfrHSHTbI76WSBm0=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11786" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "64b84df8-8f8d-4ef2-8943-7be185d55e26" + ], + "x-ms-client-request-id": [ + "65042993-7701-4930-8fd2-bfb2a22433fe-2020-06-26 10:51:26Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "64b84df8-8f8d-4ef2-8943-7be185d55e26" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105127Z:64b84df8-8f8d-4ef2-8943-7be185d55e26" + ], + "Date": [ + "Fri, 26 Jun 2020 10:51:26 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "acf53860-dc09-4369-9845-276128c04d96-2020-06-26 10:51:37Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165097120)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769897120)\\/\",\"ClientRequestId\":\"acf53860-dc09-4369-9845-276128c04d96-2020-06-26 10:51:37Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"6Kj19eTP43S22rT6a5MXmM0PVoPqi6Ehznm6rWdwMos=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11785" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "f3e3f513-1259-4634-9f0b-bc20a9d65453" + ], + "x-ms-client-request-id": [ + "acf53860-dc09-4369-9845-276128c04d96-2020-06-26 10:51:37Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "f3e3f513-1259-4634-9f0b-bc20a9d65453" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105137Z:f3e3f513-1259-4634-9f0b-bc20a9d65453" + ], + "Date": [ + "Fri, 26 Jun 2020 10:51:36 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bdce7977-79fb-4b1d-856b-d3b7a43bb505-2020-06-26 10:51:47Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165107432)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769907432)\\/\",\"ClientRequestId\":\"bdce7977-79fb-4b1d-856b-d3b7a43bb505-2020-06-26 10:51:47Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"K2K+lHrqq/1ki2dD5K/Whf1/RnYc+diOppiVTpqaTGE=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11784" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "a4ce18d6-1731-4cb9-a539-2c4fbfb3626e" + ], + "x-ms-client-request-id": [ + "bdce7977-79fb-4b1d-856b-d3b7a43bb505-2020-06-26 10:51:47Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "a4ce18d6-1731-4cb9-a539-2c4fbfb3626e" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105148Z:a4ce18d6-1731-4cb9-a539-2c4fbfb3626e" + ], + "Date": [ + "Fri, 26 Jun 2020 10:51:47 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "202f39e7-987d-4fc7-8e1a-f27f4d3ec058-2020-06-26 10:51:58Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165118849)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769918849)\\/\",\"ClientRequestId\":\"202f39e7-987d-4fc7-8e1a-f27f4d3ec058-2020-06-26 10:51:58Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"CjqFnDzgVrcwDI7UV6cNADGdAFKveSXwRNZ7ECVsf28=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11783" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "ab782d7e-9984-49b4-b078-a2b4f9b4c4b8" + ], + "x-ms-client-request-id": [ + "202f39e7-987d-4fc7-8e1a-f27f4d3ec058-2020-06-26 10:51:58Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "ab782d7e-9984-49b4-b078-a2b4f9b4c4b8" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105159Z:ab782d7e-9984-49b4-b078-a2b4f9b4c4b8" + ], + "Date": [ + "Fri, 26 Jun 2020 10:51:58 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "29c2164a-8291-4c83-8c96-fd18987dfe4d-2020-06-26 10:52:09Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165129164)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769929164)\\/\",\"ClientRequestId\":\"29c2164a-8291-4c83-8c96-fd18987dfe4d-2020-06-26 10:52:09Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"FLySwZLru78nqgnOfBDl4x4no9oBFstAUrg16FtbdIc=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11782" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "3ac8eaf0-e355-4ddf-8c3e-38a644e41fad" + ], + "x-ms-client-request-id": [ + "29c2164a-8291-4c83-8c96-fd18987dfe4d-2020-06-26 10:52:09Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "3ac8eaf0-e355-4ddf-8c3e-38a644e41fad" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105209Z:3ac8eaf0-e355-4ddf-8c3e-38a644e41fad" + ], + "Date": [ + "Fri, 26 Jun 2020 10:52:09 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1817cd9c-d940-42ff-8018-95754d1159e6-2020-06-26 10:52:19Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165139470)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769939470)\\/\",\"ClientRequestId\":\"1817cd9c-d940-42ff-8018-95754d1159e6-2020-06-26 10:52:19Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"k1/fM0KRCQSn8KHcsxqVuyw1+3d8XjCLYglwIeRRJAU=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11781" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "32d03d7c-1436-4295-a7cc-f3b864df7e37" + ], + "x-ms-client-request-id": [ + "1817cd9c-d940-42ff-8018-95754d1159e6-2020-06-26 10:52:19Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "32d03d7c-1436-4295-a7cc-f3b864df7e37" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105219Z:32d03d7c-1436-4295-a7cc-f3b864df7e37" + ], + "Date": [ + "Fri, 26 Jun 2020 10:52:19 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ddab8a33-74c1-418d-af29-8b8b01783e1d-2020-06-26 10:52:29Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165149856)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769949856)\\/\",\"ClientRequestId\":\"ddab8a33-74c1-418d-af29-8b8b01783e1d-2020-06-26 10:52:29Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"QIi5haBuC5GokNiaNXg8F/caFD/MTKO2fbmDMohGHqc=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11780" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "7be7208e-ea82-4988-ba96-0ee7730cee62" + ], + "x-ms-client-request-id": [ + "ddab8a33-74c1-418d-af29-8b8b01783e1d-2020-06-26 10:52:29Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "7be7208e-ea82-4988-ba96-0ee7730cee62" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105230Z:7be7208e-ea82-4988-ba96-0ee7730cee62" + ], + "Date": [ + "Fri, 26 Jun 2020 10:52:29 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9d1fd4ea-a1c6-410e-852d-27cfb2c9cd49-2020-06-26 10:52:40Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165160238)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769960238)\\/\",\"ClientRequestId\":\"9d1fd4ea-a1c6-410e-852d-27cfb2c9cd49-2020-06-26 10:52:40Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"WcGDiqzLy3AInQB7gEII6GW9I1rlujd/+arjJgrcc24=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11779" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "08ade377-c740-4a9d-ba47-fa88e3b5aee0" + ], + "x-ms-client-request-id": [ + "9d1fd4ea-a1c6-410e-852d-27cfb2c9cd49-2020-06-26 10:52:40Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "08ade377-c740-4a9d-ba47-fa88e3b5aee0" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105240Z:08ade377-c740-4a9d-ba47-fa88e3b5aee0" + ], + "Date": [ + "Fri, 26 Jun 2020 10:52:40 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8157f5c9-8674-4b83-b9ac-6ebe87c69a10-2020-06-26 10:52:50Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165170539)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769970539)\\/\",\"ClientRequestId\":\"8157f5c9-8674-4b83-b9ac-6ebe87c69a10-2020-06-26 10:52:50Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"QzZUxgWEg+nUeGGoaVBwClrqSOVaYuPgekaT5y6C8Kc=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11778" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "f4314af1-45c9-42fc-b297-a155e36641db" + ], + "x-ms-client-request-id": [ + "8157f5c9-8674-4b83-b9ac-6ebe87c69a10-2020-06-26 10:52:50Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "f4314af1-45c9-42fc-b297-a155e36641db" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105250Z:f4314af1-45c9-42fc-b297-a155e36641db" + ], + "Date": [ + "Fri, 26 Jun 2020 10:52:50 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "88627c67-65da-4670-b1f6-1b9e5fdcb2f6-2020-06-26 10:53:00Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165180868)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769980868)\\/\",\"ClientRequestId\":\"88627c67-65da-4670-b1f6-1b9e5fdcb2f6-2020-06-26 10:53:00Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"/fRW4aJvQBA9MvYj3ou2VpRe9E5kUftWnvMDrudH7r0=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11777" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "f9823534-5ec1-4930-8d33-646677bf3597" + ], + "x-ms-client-request-id": [ + "88627c67-65da-4670-b1f6-1b9e5fdcb2f6-2020-06-26 10:53:00Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "f9823534-5ec1-4930-8d33-646677bf3597" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105301Z:f9823534-5ec1-4930-8d33-646677bf3597" + ], + "Date": [ + "Fri, 26 Jun 2020 10:53:00 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f71affce-8464-4c9a-9723-aeba97e4d364-2020-06-26 10:53:11Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165191177)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593769991177)\\/\",\"ClientRequestId\":\"f71affce-8464-4c9a-9723-aeba97e4d364-2020-06-26 10:53:11Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"h4LUiZrKYxIvuD5X0eP+fUTwXWgI113SHbas14cB4Z0=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11776" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "f6cae5fb-31eb-4e19-bc5d-f13587760e0d" + ], + "x-ms-client-request-id": [ + "f71affce-8464-4c9a-9723-aeba97e4d364-2020-06-26 10:53:11Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "f6cae5fb-31eb-4e19-bc5d-f13587760e0d" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105311Z:f6cae5fb-31eb-4e19-bc5d-f13587760e0d" + ], + "Date": [ + "Fri, 26 Jun 2020 10:53:10 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dda4a071-782f-4c88-9f62-a6a5963ed316-2020-06-26 10:53:21Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165201484)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770001484)\\/\",\"ClientRequestId\":\"dda4a071-782f-4c88-9f62-a6a5963ed316-2020-06-26 10:53:21Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"r4k5yWstOsW4YKJDw652u6h4C3EUQqui1K6WAC6cZZ8=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11775" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "50dab0c4-f420-4ec6-a6d4-fb99e4205396" + ], + "x-ms-client-request-id": [ + "dda4a071-782f-4c88-9f62-a6a5963ed316-2020-06-26 10:53:21Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "50dab0c4-f420-4ec6-a6d4-fb99e4205396" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105321Z:50dab0c4-f420-4ec6-a6d4-fb99e4205396" + ], + "Date": [ + "Fri, 26 Jun 2020 10:53:21 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "eb6f657b-c0be-45d1-aa7f-8ba463ee3491-2020-06-26 10:53:31Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165211831)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770011831)\\/\",\"ClientRequestId\":\"eb6f657b-c0be-45d1-aa7f-8ba463ee3491-2020-06-26 10:53:31Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"AS4S8K7F2KpeCM32FNqq/As4D2Zm8/BkD7DxCk7SNfM=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11774" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "ef09489a-d7b2-4ad1-89b2-a8ee107bbe73" + ], + "x-ms-client-request-id": [ + "eb6f657b-c0be-45d1-aa7f-8ba463ee3491-2020-06-26 10:53:31Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "ef09489a-d7b2-4ad1-89b2-a8ee107bbe73" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105332Z:ef09489a-d7b2-4ad1-89b2-a8ee107bbe73" + ], + "Date": [ + "Fri, 26 Jun 2020 10:53:31 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "17429803-2b67-4f9d-ab66-b9b89e157d45-2020-06-26 10:53:42Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165222140)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770022140)\\/\",\"ClientRequestId\":\"17429803-2b67-4f9d-ab66-b9b89e157d45-2020-06-26 10:53:42Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"c0S5tq3qJK4R57r/7ua8rBMyBp4xC3AtrBXM+VXRhQU=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11773" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "2593f2ee-8ffd-4c52-843a-0898d87230b1" + ], + "x-ms-client-request-id": [ + "17429803-2b67-4f9d-ab66-b9b89e157d45-2020-06-26 10:53:42Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "2593f2ee-8ffd-4c52-843a-0898d87230b1" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105342Z:2593f2ee-8ffd-4c52-843a-0898d87230b1" + ], + "Date": [ + "Fri, 26 Jun 2020 10:53:42 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "775e126b-65b7-4f89-9b83-bddde5ae2573-2020-06-26 10:53:52Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165232437)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770032437)\\/\",\"ClientRequestId\":\"775e126b-65b7-4f89-9b83-bddde5ae2573-2020-06-26 10:53:52Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"A3vlHTbZfIdqzBlOaagavvh2IQtT6FMhv48g83YWKwc=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11772" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "a2c3eaf7-0697-46af-927d-fea819a08c37" + ], + "x-ms-client-request-id": [ + "775e126b-65b7-4f89-9b83-bddde5ae2573-2020-06-26 10:53:52Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "a2c3eaf7-0697-46af-927d-fea819a08c37" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105352Z:a2c3eaf7-0697-46af-927d-fea819a08c37" + ], + "Date": [ + "Fri, 26 Jun 2020 10:53:52 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c87293f5-a1a8-4b55-af8d-71f3ab8ee317-2020-06-26 10:54:02Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165242765)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770042765)\\/\",\"ClientRequestId\":\"c87293f5-a1a8-4b55-af8d-71f3ab8ee317-2020-06-26 10:54:02Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"T7wNNT8x8k1D8NiZG5Ec22CGlc6GymTjvsGm1SC7D7M=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11771" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "325a1303-a34d-4726-84fd-d1fab0a574bf" + ], + "x-ms-client-request-id": [ + "c87293f5-a1a8-4b55-af8d-71f3ab8ee317-2020-06-26 10:54:02Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "325a1303-a34d-4726-84fd-d1fab0a574bf" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105403Z:325a1303-a34d-4726-84fd-d1fab0a574bf" + ], + "Date": [ + "Fri, 26 Jun 2020 10:54:02 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "99207bc6-1e6b-470d-b39a-694ebcd5d3f9-2020-06-26 10:54:13Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165253075)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770053075)\\/\",\"ClientRequestId\":\"99207bc6-1e6b-470d-b39a-694ebcd5d3f9-2020-06-26 10:54:13Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"Y2KMCmILfhllmlU61O8i2YOp6NpjCTJ+lcMT7ot0W00=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11770" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "48cdfe99-0a20-43ce-bc21-ea6a95a8fd08" + ], + "x-ms-client-request-id": [ + "99207bc6-1e6b-470d-b39a-694ebcd5d3f9-2020-06-26 10:54:13Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "48cdfe99-0a20-43ce-bc21-ea6a95a8fd08" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105413Z:48cdfe99-0a20-43ce-bc21-ea6a95a8fd08" + ], + "Date": [ + "Fri, 26 Jun 2020 10:54:12 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "11b8af6a-7efb-467c-b715-5b734d6b5fc8-2020-06-26 10:54:23Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165263372)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770063372)\\/\",\"ClientRequestId\":\"11b8af6a-7efb-467c-b715-5b734d6b5fc8-2020-06-26 10:54:23Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"ekWJZzmSYZ2tjmMqCR7N9jX/nFwop9otZtv+yzJT4EM=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11769" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "e6f1c8b1-f7ea-49a9-ab7b-56d40ebfb1dc" + ], + "x-ms-client-request-id": [ + "11b8af6a-7efb-467c-b715-5b734d6b5fc8-2020-06-26 10:54:23Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "e6f1c8b1-f7ea-49a9-ab7b-56d40ebfb1dc" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105423Z:e6f1c8b1-f7ea-49a9-ab7b-56d40ebfb1dc" + ], + "Date": [ + "Fri, 26 Jun 2020 10:54:22 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "44befe4d-f718-42fa-9156-417d0bc619e0-2020-06-26 10:54:33Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165273671)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770073671)\\/\",\"ClientRequestId\":\"44befe4d-f718-42fa-9156-417d0bc619e0-2020-06-26 10:54:33Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"UtkDQq4PmanTHdSYrjlrHA3h3rrkU4h2CKnCi4Mfjlo=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11768" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "2cf07c3e-dd00-40ed-9b25-fb06c3766870" + ], + "x-ms-client-request-id": [ + "44befe4d-f718-42fa-9156-417d0bc619e0-2020-06-26 10:54:33Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "2cf07c3e-dd00-40ed-9b25-fb06c3766870" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105433Z:2cf07c3e-dd00-40ed-9b25-fb06c3766870" + ], + "Date": [ + "Fri, 26 Jun 2020 10:54:33 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4e53ef5d-bdf8-48cd-a81d-16a9c01b5c03-2020-06-26 10:54:43Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165283966)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770083966)\\/\",\"ClientRequestId\":\"4e53ef5d-bdf8-48cd-a81d-16a9c01b5c03-2020-06-26 10:54:43Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"YB0kD5SXKzvp8YVWR4Wk+RRKlTv+OWttAwPa7ewPQlI=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11767" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "767051a8-18c9-4c57-acb8-514018f20852" + ], + "x-ms-client-request-id": [ + "4e53ef5d-bdf8-48cd-a81d-16a9c01b5c03-2020-06-26 10:54:43Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "767051a8-18c9-4c57-acb8-514018f20852" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105444Z:767051a8-18c9-4c57-acb8-514018f20852" + ], + "Date": [ + "Fri, 26 Jun 2020 10:54:43 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "69644b42-65dd-474d-8afd-df83e5111200-2020-06-26 10:54:54Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165294275)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770094275)\\/\",\"ClientRequestId\":\"69644b42-65dd-474d-8afd-df83e5111200-2020-06-26 10:54:54Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"X1dQBXqWEG/aT0UV5BjVhT2xlrTjRtSrHNds07K4eXg=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11766" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "e843783a-647c-421f-b2a4-0a033f8ffe60" + ], + "x-ms-client-request-id": [ + "69644b42-65dd-474d-8afd-df83e5111200-2020-06-26 10:54:54Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "e843783a-647c-421f-b2a4-0a033f8ffe60" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105454Z:e843783a-647c-421f-b2a4-0a033f8ffe60" + ], + "Date": [ + "Fri, 26 Jun 2020 10:54:54 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c6a8e686-b7fb-45fc-8403-d3939373e9fe-2020-06-26 10:55:04Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165304699)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770104699)\\/\",\"ClientRequestId\":\"c6a8e686-b7fb-45fc-8403-d3939373e9fe-2020-06-26 10:55:04Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"nIm9WT697ifymHgNrxzv/FvJi8U8CcZ0qhlZDak8ZFg=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11765" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "0c49b7de-e7f6-4752-8839-2990f8bfbf75" + ], + "x-ms-client-request-id": [ + "c6a8e686-b7fb-45fc-8403-d3939373e9fe-2020-06-26 10:55:04Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "0c49b7de-e7f6-4752-8839-2990f8bfbf75" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105504Z:0c49b7de-e7f6-4752-8839-2990f8bfbf75" + ], + "Date": [ + "Fri, 26 Jun 2020 10:55:04 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c28ac3ec-c83c-47f6-b583-bc749a2207af-2020-06-26 10:55:14Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165314994)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770114994)\\/\",\"ClientRequestId\":\"c28ac3ec-c83c-47f6-b583-bc749a2207af-2020-06-26 10:55:14Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"W7W4BWFP/9VoYIzf1J5Vcjq2VTM6k6EoNWsI6+rULt8=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11764" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "10134842-3964-4ca9-b834-65327b93b4a6" + ], + "x-ms-client-request-id": [ + "c28ac3ec-c83c-47f6-b583-bc749a2207af-2020-06-26 10:55:14Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "10134842-3964-4ca9-b834-65327b93b4a6" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105515Z:10134842-3964-4ca9-b834-65327b93b4a6" + ], + "Date": [ + "Fri, 26 Jun 2020 10:55:14 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8d12cd01-ba57-4b5e-98c0-7d0dadc30bb1-2020-06-26 10:55:25Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165325294)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770125294)\\/\",\"ClientRequestId\":\"8d12cd01-ba57-4b5e-98c0-7d0dadc30bb1-2020-06-26 10:55:25Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"HXC1cB9nl6IuplY2aAkL3giTslo6IkhWpcsUKDRG7R4=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11763" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "a81d978c-a7ea-44ed-b2f6-ff996b6021a8" + ], + "x-ms-client-request-id": [ + "8d12cd01-ba57-4b5e-98c0-7d0dadc30bb1-2020-06-26 10:55:25Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "a81d978c-a7ea-44ed-b2f6-ff996b6021a8" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105525Z:a81d978c-a7ea-44ed-b2f6-ff996b6021a8" + ], + "Date": [ + "Fri, 26 Jun 2020 10:55:25 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2972c847-f608-4455-8476-5acafe4a2556-2020-06-26 10:55:35Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165335593)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770135593)\\/\",\"ClientRequestId\":\"2972c847-f608-4455-8476-5acafe4a2556-2020-06-26 10:55:35Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"ntrG939NZ+f5c+PCI1WEfae5hIB4P8IhAgJ2nLhpvqI=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11762" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "73dcdacf-5ae1-44d9-baf9-3dd411f915ac" + ], + "x-ms-client-request-id": [ + "2972c847-f608-4455-8476-5acafe4a2556-2020-06-26 10:55:35Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "73dcdacf-5ae1-44d9-baf9-3dd411f915ac" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105535Z:73dcdacf-5ae1-44d9-baf9-3dd411f915ac" + ], + "Date": [ + "Fri, 26 Jun 2020 10:55:35 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "14bcc83d-adc9-4330-82fd-6fab40055374-2020-06-26 10:55:45Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165345942)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770145942)\\/\",\"ClientRequestId\":\"14bcc83d-adc9-4330-82fd-6fab40055374-2020-06-26 10:55:45Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"cAt6aALOFJSaVo4GI6LRed/sXrQwc4RtNSPnwd4ML4s=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11761" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "bc35e21a-6cc0-44d2-90ea-68b679942ac4" + ], + "x-ms-client-request-id": [ + "14bcc83d-adc9-4330-82fd-6fab40055374-2020-06-26 10:55:45Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "bc35e21a-6cc0-44d2-90ea-68b679942ac4" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105546Z:bc35e21a-6cc0-44d2-90ea-68b679942ac4" + ], + "Date": [ + "Fri, 26 Jun 2020 10:55:45 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "43b9d818-4401-4ef7-a603-43d051d4cb83-2020-06-26 10:55:56Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165356284)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770156284)\\/\",\"ClientRequestId\":\"43b9d818-4401-4ef7-a603-43d051d4cb83-2020-06-26 10:55:56Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"cuc9W50IumOvvLDt3FVHRovb1BDsv73WzLwSlj+aqRo=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11760" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "98c9abc5-8606-4493-a983-f71f1666964f" + ], + "x-ms-client-request-id": [ + "43b9d818-4401-4ef7-a603-43d051d4cb83-2020-06-26 10:55:56Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "98c9abc5-8606-4493-a983-f71f1666964f" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105556Z:98c9abc5-8606-4493-a983-f71f1666964f" + ], + "Date": [ + "Fri, 26 Jun 2020 10:55:55 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f0e514ad-35ed-49fe-ab9d-04f387df2a77-2020-06-26 10:56:06Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165366586)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770166586)\\/\",\"ClientRequestId\":\"f0e514ad-35ed-49fe-ab9d-04f387df2a77-2020-06-26 10:56:06Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"YzD1mE1pEemfN/S0wRbrHpANGRToeJr7oxojtlcd8LM=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11759" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "40de62c7-7c67-457f-9a3e-bdbbd2ed5113" + ], + "x-ms-client-request-id": [ + "f0e514ad-35ed-49fe-ab9d-04f387df2a77-2020-06-26 10:56:06Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "40de62c7-7c67-457f-9a3e-bdbbd2ed5113" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105606Z:40de62c7-7c67-457f-9a3e-bdbbd2ed5113" + ], + "Date": [ + "Fri, 26 Jun 2020 10:56:05 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b3025423-1119-46e8-85d4-6190f212ed00-2020-06-26 10:56:16Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165376901)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770176901)\\/\",\"ClientRequestId\":\"b3025423-1119-46e8-85d4-6190f212ed00-2020-06-26 10:56:16Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"rT7LJUzceULBMktpX+QXguSK1vUwc2yr78hXjcOnuJs=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11758" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "925e79a8-a97a-4763-8d5b-4ca05eb29d16" + ], + "x-ms-client-request-id": [ + "b3025423-1119-46e8-85d4-6190f212ed00-2020-06-26 10:56:16Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "925e79a8-a97a-4763-8d5b-4ca05eb29d16" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105617Z:925e79a8-a97a-4763-8d5b-4ca05eb29d16" + ], + "Date": [ + "Fri, 26 Jun 2020 10:56:16 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a52794de-e8a4-47c2-a1c6-15dd00ea6738-2020-06-26 10:56:27Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165387214)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770187214)\\/\",\"ClientRequestId\":\"a52794de-e8a4-47c2-a1c6-15dd00ea6738-2020-06-26 10:56:27Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"ea/NYEuc+fXGyZTR0X9yNNpOSTbCtRThkRUqjVwIWps=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11757" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "401c51a4-2644-42ca-bc0d-b8df065823ec" + ], + "x-ms-client-request-id": [ + "a52794de-e8a4-47c2-a1c6-15dd00ea6738-2020-06-26 10:56:27Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "401c51a4-2644-42ca-bc0d-b8df065823ec" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105627Z:401c51a4-2644-42ca-bc0d-b8df065823ec" + ], + "Date": [ + "Fri, 26 Jun 2020 10:56:27 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ae7a7b19-32a5-422c-af99-21dbcb036203-2020-06-26 10:56:37Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165397558)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770197558)\\/\",\"ClientRequestId\":\"ae7a7b19-32a5-422c-af99-21dbcb036203-2020-06-26 10:56:37Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"8H/CdMiu9QE8OS4LU9hNHlrr4uA1+W9qvgpTMIGPG4w=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11756" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "21e7cc64-e028-4c66-8e60-7b2e30b24e55" + ], + "x-ms-client-request-id": [ + "ae7a7b19-32a5-422c-af99-21dbcb036203-2020-06-26 10:56:37Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "21e7cc64-e028-4c66-8e60-7b2e30b24e55" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105637Z:21e7cc64-e028-4c66-8e60-7b2e30b24e55" + ], + "Date": [ + "Fri, 26 Jun 2020 10:56:37 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "589f600e-7754-4c77-b6ef-77b9f5d048a7-2020-06-26 10:56:47Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165407876)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770207876)\\/\",\"ClientRequestId\":\"589f600e-7754-4c77-b6ef-77b9f5d048a7-2020-06-26 10:56:47Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"vVUfbpSJg+ZWcJuN6rWBBu7DV+WVqH5lvZRPrmijRb0=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11755" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "15eaf49c-96fa-4c85-81bf-fd20de490baa" + ], + "x-ms-client-request-id": [ + "589f600e-7754-4c77-b6ef-77b9f5d048a7-2020-06-26 10:56:47Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "15eaf49c-96fa-4c85-81bf-fd20de490baa" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105648Z:15eaf49c-96fa-4c85-81bf-fd20de490baa" + ], + "Date": [ + "Fri, 26 Jun 2020 10:56:47 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f01e4b67-e196-4e05-ae7f-966b8dc78235-2020-06-26 10:56:58Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165418194)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770218194)\\/\",\"ClientRequestId\":\"f01e4b67-e196-4e05-ae7f-966b8dc78235-2020-06-26 10:56:58Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"sn2BYn+Ee6mpnkaL3eqn5XcWAr0VRnnNFeUyW3/dglA=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11754" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "f093bf33-fe11-45eb-8202-892fe6a26822" + ], + "x-ms-client-request-id": [ + "f01e4b67-e196-4e05-ae7f-966b8dc78235-2020-06-26 10:56:58Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "f093bf33-fe11-45eb-8202-892fe6a26822" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105658Z:f093bf33-fe11-45eb-8202-892fe6a26822" + ], + "Date": [ + "Fri, 26 Jun 2020 10:56:58 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9fe47326-4420-4165-81ba-c9cf13b52516-2020-06-26 10:57:08Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165428517)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770228517)\\/\",\"ClientRequestId\":\"9fe47326-4420-4165-81ba-c9cf13b52516-2020-06-26 10:57:08Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"Vtv4e6sG2qVvJOirBl2EnacbH8IAwuLbNWCnGU/SSa0=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11753" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "5fd2b0af-c8fd-4c1f-b66a-d188e6a0e6d8" + ], + "x-ms-client-request-id": [ + "9fe47326-4420-4165-81ba-c9cf13b52516-2020-06-26 10:57:08Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "5fd2b0af-c8fd-4c1f-b66a-d188e6a0e6d8" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105708Z:5fd2b0af-c8fd-4c1f-b66a-d188e6a0e6d8" + ], + "Date": [ + "Fri, 26 Jun 2020 10:57:08 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ec4c80ab-8f52-4c61-9af6-06381bdf7105-2020-06-26 10:57:18Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165438839)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770238839)\\/\",\"ClientRequestId\":\"ec4c80ab-8f52-4c61-9af6-06381bdf7105-2020-06-26 10:57:18Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"oGwxGMjVWFTs8f2TA590mVwgks80SBCmaPYF1qOPTLY=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11752" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "4c7bb4d8-f0cc-4963-a074-3fb6e9d3ef97" + ], + "x-ms-client-request-id": [ + "ec4c80ab-8f52-4c61-9af6-06381bdf7105-2020-06-26 10:57:18Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "4c7bb4d8-f0cc-4963-a074-3fb6e9d3ef97" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105719Z:4c7bb4d8-f0cc-4963-a074-3fb6e9d3ef97" + ], + "Date": [ + "Fri, 26 Jun 2020 10:57:18 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5296d5b6-8edd-45df-86ac-cfeee2f66d63-2020-06-26 10:57:29Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165449127)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770249127)\\/\",\"ClientRequestId\":\"5296d5b6-8edd-45df-86ac-cfeee2f66d63-2020-06-26 10:57:29Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"gMDfOdkTBP9NvBYBekYULRwcGkR8oYwVg9/kknj62uk=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11751" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "e165414f-e3e1-4c3b-ae89-bb96ef190153" + ], + "x-ms-client-request-id": [ + "5296d5b6-8edd-45df-86ac-cfeee2f66d63-2020-06-26 10:57:29Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "e165414f-e3e1-4c3b-ae89-bb96ef190153" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105729Z:e165414f-e3e1-4c3b-ae89-bb96ef190153" + ], + "Date": [ + "Fri, 26 Jun 2020 10:57:28 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0718d193-80f4-4bb3-a9a9-f06d1fe8eec7-2020-06-26 10:57:39Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165459444)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770259444)\\/\",\"ClientRequestId\":\"0718d193-80f4-4bb3-a9a9-f06d1fe8eec7-2020-06-26 10:57:39Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"XEd+Q6eGA0Y1uMMkKkL8ti1OURl+1wUBmbAf909HTsI=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11750" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "fe9ce346-f952-49f2-90d1-c85a31513987" + ], + "x-ms-client-request-id": [ + "0718d193-80f4-4bb3-a9a9-f06d1fe8eec7-2020-06-26 10:57:39Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "fe9ce346-f952-49f2-90d1-c85a31513987" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105739Z:fe9ce346-f952-49f2-90d1-c85a31513987" + ], + "Date": [ + "Fri, 26 Jun 2020 10:57:39 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b6ead5af-15c5-4868-b668-b6bd0a40d96e-2020-06-26 10:57:49Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165469896)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770269896)\\/\",\"ClientRequestId\":\"b6ead5af-15c5-4868-b668-b6bd0a40d96e-2020-06-26 10:57:49Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"0jUzQo/PnoCrSOl4zavb+dgQHi0f3dr90BDVxk2sW48=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11749" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "408b262c-8c6e-418b-a597-bb20bda11b2c" + ], + "x-ms-client-request-id": [ + "b6ead5af-15c5-4868-b668-b6bd0a40d96e-2020-06-26 10:57:49Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "408b262c-8c6e-418b-a597-bb20bda11b2c" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105750Z:408b262c-8c6e-418b-a597-bb20bda11b2c" + ], + "Date": [ + "Fri, 26 Jun 2020 10:57:49 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d2b338d8-60e9-41d3-b8db-c9b7f176db08-2020-06-26 10:58:00Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165480190)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770280190)\\/\",\"ClientRequestId\":\"d2b338d8-60e9-41d3-b8db-c9b7f176db08-2020-06-26 10:58:00Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"f1fD0VTP9kijZzW1srJ7DASnVHAwR8So5q2sQvqJu9k=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11748" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "3eaa6c8b-8827-4924-b428-67bf2445d884" + ], + "x-ms-client-request-id": [ + "d2b338d8-60e9-41d3-b8db-c9b7f176db08-2020-06-26 10:58:00Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "3eaa6c8b-8827-4924-b428-67bf2445d884" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105800Z:3eaa6c8b-8827-4924-b428-67bf2445d884" + ], + "Date": [ + "Fri, 26 Jun 2020 10:57:59 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c14236dc-8b3c-4ea9-b6cb-75e17fd81e08-2020-06-26 10:58:10Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165490510)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770290510)\\/\",\"ClientRequestId\":\"c14236dc-8b3c-4ea9-b6cb-75e17fd81e08-2020-06-26 10:58:10Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"WWn8mk44ScLHJDZZOXG3WEXzb5Npr4qY8/IGsUGG2I4=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11747" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "addce79d-9636-4b13-8d5b-48793daf7844" + ], + "x-ms-client-request-id": [ + "c14236dc-8b3c-4ea9-b6cb-75e17fd81e08-2020-06-26 10:58:10Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "addce79d-9636-4b13-8d5b-48793daf7844" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105810Z:addce79d-9636-4b13-8d5b-48793daf7844" + ], + "Date": [ + "Fri, 26 Jun 2020 10:58:09 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3426bae5-149d-4ffa-abb1-ab6c5ce9787d-2020-06-26 10:58:20Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165500844)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770300844)\\/\",\"ClientRequestId\":\"3426bae5-149d-4ffa-abb1-ab6c5ce9787d-2020-06-26 10:58:20Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"op4b0T/Rsua6iH4gVN1yW9Lv9aB71ACDd1deTGDIsRc=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11746" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "d1a635c1-88a8-469f-8148-573685a1ea5f" + ], + "x-ms-client-request-id": [ + "3426bae5-149d-4ffa-abb1-ab6c5ce9787d-2020-06-26 10:58:20Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "d1a635c1-88a8-469f-8148-573685a1ea5f" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105821Z:d1a635c1-88a8-469f-8148-573685a1ea5f" + ], + "Date": [ + "Fri, 26 Jun 2020 10:58:21 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0e0d5a38-79ed-427e-b124-4151ce64cd47-2020-06-26 10:58:31Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165511158)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770311158)\\/\",\"ClientRequestId\":\"0e0d5a38-79ed-427e-b124-4151ce64cd47-2020-06-26 10:58:31Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"Ffb8jsYL33n98YV9blk9wsIp5nfiqNWo0SdTG9PLc2g=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11745" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "157e00c8-3afb-49b7-8c9e-267491f6019e" + ], + "x-ms-client-request-id": [ + "0e0d5a38-79ed-427e-b124-4151ce64cd47-2020-06-26 10:58:31Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "157e00c8-3afb-49b7-8c9e-267491f6019e" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105831Z:157e00c8-3afb-49b7-8c9e-267491f6019e" + ], + "Date": [ + "Fri, 26 Jun 2020 10:58:31 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fdaafdfa-aa9d-4de1-bc0a-770e6ed80823-2020-06-26 10:58:41Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165521468)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770321468)\\/\",\"ClientRequestId\":\"fdaafdfa-aa9d-4de1-bc0a-770e6ed80823-2020-06-26 10:58:41Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"VSdjD5sWRI8KcAVps/tXMyQ1Dkk9wUbXi6blpFIoA74=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11744" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "bcb9d7c5-c4a8-48e3-a29b-11af6988f952" + ], + "x-ms-client-request-id": [ + "fdaafdfa-aa9d-4de1-bc0a-770e6ed80823-2020-06-26 10:58:41Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "bcb9d7c5-c4a8-48e3-a29b-11af6988f952" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105841Z:bcb9d7c5-c4a8-48e3-a29b-11af6988f952" + ], + "Date": [ + "Fri, 26 Jun 2020 10:58:41 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e13a8bbf-6fb4-40c7-9008-35f6098f8cd2-2020-06-26 10:58:51Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165531799)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770331799)\\/\",\"ClientRequestId\":\"e13a8bbf-6fb4-40c7-9008-35f6098f8cd2-2020-06-26 10:58:51Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"X/Bic/jq85bU9GZHhrC/d21rwCZqbhT8jgg2l1MpRpA=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11743" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "d65c2f8e-da02-4bb2-94de-c7ce3bf935fd" + ], + "x-ms-client-request-id": [ + "e13a8bbf-6fb4-40c7-9008-35f6098f8cd2-2020-06-26 10:58:51Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "d65c2f8e-da02-4bb2-94de-c7ce3bf935fd" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105852Z:d65c2f8e-da02-4bb2-94de-c7ce3bf935fd" + ], + "Date": [ + "Fri, 26 Jun 2020 10:58:51 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9f78798d-c0de-4530-8616-a7b05d843f8c-2020-06-26 10:59:02Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165542094)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770342094)\\/\",\"ClientRequestId\":\"9f78798d-c0de-4530-8616-a7b05d843f8c-2020-06-26 10:59:02Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"W4OJJP9YEsF8UCVPj7Ya9MSNf9RqfmCD37Qxo5KXfD4=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11742" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "252cdc85-203b-4a34-8371-44c668177010" + ], + "x-ms-client-request-id": [ + "9f78798d-c0de-4530-8616-a7b05d843f8c-2020-06-26 10:59:02Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "252cdc85-203b-4a34-8371-44c668177010" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105902Z:252cdc85-203b-4a34-8371-44c668177010" + ], + "Date": [ + "Fri, 26 Jun 2020 10:59:01 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bb3d5318-e882-4679-b759-1d0cf1b45411-2020-06-26 10:59:12Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165552474)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770352474)\\/\",\"ClientRequestId\":\"bb3d5318-e882-4679-b759-1d0cf1b45411-2020-06-26 10:59:12Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"0xAT5I3xfznLf5Knh7lGk237yihiAu6o2waebLcZXgg=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11741" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "afdf5b34-33d5-42ef-b627-e676634368a6" + ], + "x-ms-client-request-id": [ + "bb3d5318-e882-4679-b759-1d0cf1b45411-2020-06-26 10:59:12Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "afdf5b34-33d5-42ef-b627-e676634368a6" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105912Z:afdf5b34-33d5-42ef-b627-e676634368a6" + ], + "Date": [ + "Fri, 26 Jun 2020 10:59:12 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e19f8396-3e7d-4493-b0ff-67505026a6e6-2020-06-26 10:59:22Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165562790)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770362790)\\/\",\"ClientRequestId\":\"e19f8396-3e7d-4493-b0ff-67505026a6e6-2020-06-26 10:59:22Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"n2/bMUrP0hldVsurivVuTML9fJYAEAqZLRMsTgChSwY=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11740" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "808f68dc-1c78-4f4e-9bc7-4fc570e01d69" + ], + "x-ms-client-request-id": [ + "e19f8396-3e7d-4493-b0ff-67505026a6e6-2020-06-26 10:59:22Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "808f68dc-1c78-4f4e-9bc7-4fc570e01d69" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105923Z:808f68dc-1c78-4f4e-9bc7-4fc570e01d69" + ], + "Date": [ + "Fri, 26 Jun 2020 10:59:22 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cbe8b137-c27c-466e-a233-069dec1f2c39-2020-06-26 10:59:33Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165573313)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770373313)\\/\",\"ClientRequestId\":\"cbe8b137-c27c-466e-a233-069dec1f2c39-2020-06-26 10:59:33Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"HiN9x0xmejmI70tBTGb0MU7sliGdHX3TM0K2prb5JOY=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11739" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "85b71e27-8fa2-466b-ac05-6d764d572594" + ], + "x-ms-client-request-id": [ + "cbe8b137-c27c-466e-a233-069dec1f2c39-2020-06-26 10:59:33Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "85b71e27-8fa2-466b-ac05-6d764d572594" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105933Z:85b71e27-8fa2-466b-ac05-6d764d572594" + ], + "Date": [ + "Fri, 26 Jun 2020 10:59:32 GMT" + ], + "Content-Length": [ + "7477" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f701e7de-9cc3-4cb1-a2d4-efe51957ae6f-2020-06-26 10:59:43Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165583677)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770383677)\\/\",\"ClientRequestId\":\"f701e7de-9cc3-4cb1-a2d4-efe51957ae6f-2020-06-26 10:59:43Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"Ly2dCzWrM2JlU8Cxlb0mLV2osnH1LOB9Ul9igPMOpxU=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11738" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "3c93ea46-e999-4ec5-aa89-2f5c53290de0" + ], + "x-ms-client-request-id": [ + "f701e7de-9cc3-4cb1-a2d4-efe51957ae6f-2020-06-26 10:59:43Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "3c93ea46-e999-4ec5-aa89-2f5c53290de0" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105943Z:3c93ea46-e999-4ec5-aa89-2f5c53290de0" + ], + "Date": [ + "Fri, 26 Jun 2020 10:59:42 GMT" + ], + "Content-Length": [ + "8254" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/fcef31b0-5ff8-4d20-968b-858cd88c6af4\",\r\n \"name\": \"fcef31b0-5ff8-4d20-968b-858cd88c6af4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"PrimaryIrCompletion\",\r\n \"friendlyName\": \"Finalize protection on the primary virtual machine\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:59:41.8883252Z\",\r\n \"endTime\": \"2020-06-26T10:59:42Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8ee755c8-dd36-4e70-8be2-73483317701f-2020-06-26 10:59:53Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165593995)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770393995)\\/\",\"ClientRequestId\":\"8ee755c8-dd36-4e70-8be2-73483317701f-2020-06-26 10:59:53Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"2wWr3Tb6N7zrjWd9zyX6HI1pN5tFgHY3ZhJCHV4aNyc=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11737" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "e5fca194-1135-4bf9-ba83-cc4714f0e492" + ], + "x-ms-client-request-id": [ + "8ee755c8-dd36-4e70-8be2-73483317701f-2020-06-26 10:59:53Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "e5fca194-1135-4bf9-ba83-cc4714f0e492" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T105954Z:e5fca194-1135-4bf9-ba83-cc4714f0e492" + ], + "Date": [ + "Fri, 26 Jun 2020 10:59:54 GMT" + ], + "Content-Length": [ + "8254" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/fcef31b0-5ff8-4d20-968b-858cd88c6af4\",\r\n \"name\": \"fcef31b0-5ff8-4d20-968b-858cd88c6af4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"PrimaryIrCompletion\",\r\n \"friendlyName\": \"Finalize protection on the primary virtual machine\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:59:41.8883252Z\",\r\n \"endTime\": \"2020-06-26T10:59:42Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "004819ea-9116-4fa0-9e14-00ad1183a537-2020-06-26 11:00:04Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165604340)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770404340)\\/\",\"ClientRequestId\":\"004819ea-9116-4fa0-9e14-00ad1183a537-2020-06-26 11:00:04Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"IswgWy7A4avNtZRYmbw8CPYjbECPW0UrLXVk63WNH+s=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11736" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "4fe59242-378a-4d81-9fa3-79c3f44bb121" + ], + "x-ms-client-request-id": [ + "004819ea-9116-4fa0-9e14-00ad1183a537-2020-06-26 11:00:04Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "4fe59242-378a-4d81-9fa3-79c3f44bb121" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110004Z:4fe59242-378a-4d81-9fa3-79c3f44bb121" + ], + "Date": [ + "Fri, 26 Jun 2020 11:00:04 GMT" + ], + "Content-Length": [ + "8254" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/fcef31b0-5ff8-4d20-968b-858cd88c6af4\",\r\n \"name\": \"fcef31b0-5ff8-4d20-968b-858cd88c6af4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"PrimaryIrCompletion\",\r\n \"friendlyName\": \"Finalize protection on the primary virtual machine\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:59:41.8883252Z\",\r\n \"endTime\": \"2020-06-26T10:59:42Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "502fef61-efd5-4987-9630-814cc300ecc0-2020-06-26 11:00:14Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165614666)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770414666)\\/\",\"ClientRequestId\":\"502fef61-efd5-4987-9630-814cc300ecc0-2020-06-26 11:00:14Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"LROwb0U5PutwJ82mCd1XQ6aNTno5Cts256XtryORNNU=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11735" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "5b4bfe00-78a8-4689-b92a-d411d7ff6ba1" + ], + "x-ms-client-request-id": [ + "502fef61-efd5-4987-9630-814cc300ecc0-2020-06-26 11:00:14Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "5b4bfe00-78a8-4689-b92a-d411d7ff6ba1" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110014Z:5b4bfe00-78a8-4689-b92a-d411d7ff6ba1" + ], + "Date": [ + "Fri, 26 Jun 2020 11:00:14 GMT" + ], + "Content-Length": [ + "8254" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/fcef31b0-5ff8-4d20-968b-858cd88c6af4\",\r\n \"name\": \"fcef31b0-5ff8-4d20-968b-858cd88c6af4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"PrimaryIrCompletion\",\r\n \"friendlyName\": \"Finalize protection on the primary virtual machine\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:59:41.8883252Z\",\r\n \"endTime\": \"2020-06-26T10:59:42Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ff5e533b-c3e4-4daa-a79f-320d2c447170-2020-06-26 11:00:24Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165624995)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770424995)\\/\",\"ClientRequestId\":\"ff5e533b-c3e4-4daa-a79f-320d2c447170-2020-06-26 11:00:24Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"4reDWXCvCcTBq+VY0sRtuPjmZEIB9L3M2L38QtQu31s=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11734" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "2d7b97ff-92c2-400f-b376-3467ab68f244" + ], + "x-ms-client-request-id": [ + "ff5e533b-c3e4-4daa-a79f-320d2c447170-2020-06-26 11:00:24Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "2d7b97ff-92c2-400f-b376-3467ab68f244" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110025Z:2d7b97ff-92c2-400f-b376-3467ab68f244" + ], + "Date": [ + "Fri, 26 Jun 2020 11:00:24 GMT" + ], + "Content-Length": [ + "8254" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/fcef31b0-5ff8-4d20-968b-858cd88c6af4\",\r\n \"name\": \"fcef31b0-5ff8-4d20-968b-858cd88c6af4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"PrimaryIrCompletion\",\r\n \"friendlyName\": \"Finalize protection on the primary virtual machine\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:59:41.8883252Z\",\r\n \"endTime\": \"2020-06-26T10:59:42Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8e073c23-5dce-42ca-a2f4-897841093c1c-2020-06-26 11:00:35Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165635370)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770435370)\\/\",\"ClientRequestId\":\"8e073c23-5dce-42ca-a2f4-897841093c1c-2020-06-26 11:00:35Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"BaLPUsycACVFznDQk7I11X8ryzGN8bIPNwAc+1A6FQo=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11733" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "49caa4ec-b6e1-42fb-9f6c-f0d2295a1b36" + ], + "x-ms-client-request-id": [ + "8e073c23-5dce-42ca-a2f4-897841093c1c-2020-06-26 11:00:35Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "49caa4ec-b6e1-42fb-9f6c-f0d2295a1b36" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110035Z:49caa4ec-b6e1-42fb-9f6c-f0d2295a1b36" + ], + "Date": [ + "Fri, 26 Jun 2020 11:00:35 GMT" + ], + "Content-Length": [ + "8254" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/fcef31b0-5ff8-4d20-968b-858cd88c6af4\",\r\n \"name\": \"fcef31b0-5ff8-4d20-968b-858cd88c6af4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"PrimaryIrCompletion\",\r\n \"friendlyName\": \"Finalize protection on the primary virtual machine\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:59:41.8883252Z\",\r\n \"endTime\": \"2020-06-26T10:59:42Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ae60c595-020c-4163-bb5c-78838506d99c-2020-06-26 11:00:45Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165645685)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770445685)\\/\",\"ClientRequestId\":\"ae60c595-020c-4163-bb5c-78838506d99c-2020-06-26 11:00:45Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"FpAcM7VawOIkfiapLQWcof0x3rDb7sSBz71znX9wUtg=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11732" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "39c05b02-455b-4086-8e10-dcd9c3821998" + ], + "x-ms-client-request-id": [ + "ae60c595-020c-4163-bb5c-78838506d99c-2020-06-26 11:00:45Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "39c05b02-455b-4086-8e10-dcd9c3821998" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110045Z:39c05b02-455b-4086-8e10-dcd9c3821998" + ], + "Date": [ + "Fri, 26 Jun 2020 11:00:45 GMT" + ], + "Content-Length": [ + "9034" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/fa7370f1-4d1e-49aa-a37a-b93f06f1dfa4\",\r\n \"name\": \"fa7370f1-4d1e-49aa-a37a-b93f06f1dfa4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"SecondaryIrCompletion\",\r\n \"friendlyName\": \"Finalize protection on the recovery virtual machine\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T11:00:36.8268342Z\",\r\n \"endTime\": \"2020-06-26T11:00:41Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/fcef31b0-5ff8-4d20-968b-858cd88c6af4\",\r\n \"name\": \"fcef31b0-5ff8-4d20-968b-858cd88c6af4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"PrimaryIrCompletion\",\r\n \"friendlyName\": \"Finalize protection on the primary virtual machine\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:59:41.8883252Z\",\r\n \"endTime\": \"2020-06-26T10:59:42Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"name\": \"81de3d9f-1566-417f-b65b-0a4c4ceee8e2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"EnableDr\",\r\n \"friendlyName\": \"Enable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:43.584561Z\",\r\n \"endTime\": \"2020-06-26T10:30:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"name\": \"28270d3b-c126-4146-b5db-e147fe4fd53e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:17:21.3330962Z\",\r\n \"endTime\": \"2020-06-26T10:17:23Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2arecoverynetwork330\",\r\n \"targetObjectName\": \"a2arecoverynetwork330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"name\": \"eaeb7ca0-3ff4-4079-b10b-efdd0adbd204\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:15:57.867675Z\",\r\n \"endTime\": \"2020-06-26T10:17:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"name\": \"c4bb1adf-84bc-40ca-8775-e812df023634\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"NetworkPairing\",\r\n \"friendlyName\": \"Map Networks\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:14:34.8665994Z\",\r\n \"endTime\": \"2020-06-26T10:15:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a2avm330\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"name\": \"93ed7838-65da-4374-b134-27b70e9d48d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AssociateProtectionProfile\",\r\n \"friendlyName\": \"Associate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:10.4816457Z\",\r\n \"endTime\": \"2020-06-26T10:14:19Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"name\": \"ff74204e-8564-4f9b-9089-9fe2cb090c1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"AddProtectionProfile\",\r\n \"friendlyName\": \"Create replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:13:08.6369864Z\",\r\n \"endTime\": \"2020-06-26T10:13:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"targetObjectName\": \"TestA2APolicy1330\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"name\": \"4d6d41fe-b3f3-4190-ac26-04ea00d33ea3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:46.352912Z\",\r\n \"endTime\": \"2020-06-26T10:12:47Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"targetObjectName\": \"A2ARecoveryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"name\": \"44ca5ffe-3aa6-4481-b7b9-c8de34e8c008\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateCloud\",\r\n \"friendlyName\": \"Create protection container\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:12:44.2249128Z\",\r\n \"endTime\": \"2020-06-26T10:12:44Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"targetObjectName\": \"A2APrimaryContainer330\",\r\n \"targetInstanceType\": \"ProtectionContainer\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"name\": \"f1cf0321-ada5-4c02-af69-7307afd6e24b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:11:20.3499439Z\",\r\n \"endTime\": \"2020-06-26T10:12:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"targetObjectName\": \"a2aRecoveryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"name\": \"86fa9372-31fc-410a-8706-d86699726ea9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": null,\r\n \"scenarioName\": \"CreateSite\",\r\n \"friendlyName\": \"Create a site\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T10:09:56.2049374Z\",\r\n \"endTime\": \"2020-06-26T10:11:01Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"targetObjectName\": \"a2aPrimaryFabric330\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/fa7370f1-4d1e-49aa-a37a-b93f06f1dfa4?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvZmE3MzcwZjEtNGQxZS00OWFhLWEzN2EtYjkzZjA2ZjFkZmE0P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d00d0e3f-7685-4b2c-910b-bce0616e603c-2020-06-26 11:00:46Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165646043)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770446043)\\/\",\"ClientRequestId\":\"d00d0e3f-7685-4b2c-910b-bce0616e603c-2020-06-26 11:00:46Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"LgATIBYbiPN7wAGGUXqZ6hTwFh5a11XsjZ0dAYd34I0=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11731" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/fa7370f1-4d1e-49aa-a37a-b93f06f1dfa4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "d00d0e3f-7685-4b2c-910b-bce0616e603c-2020-06-26 11:00:46Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "617db0a8-cba8-4861-b498-0819c04e9451" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110046Z:617db0a8-cba8-4861-b498-0819c04e9451" + ], + "Date": [ + "Fri, 26 Jun 2020 11:00:45 GMT" + ], + "Content-Length": [ + "3141" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/fa7370f1-4d1e-49aa-a37a-b93f06f1dfa4\",\r\n \"name\": \"fa7370f1-4d1e-49aa-a37a-b93f06f1dfa4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"8a8155d4-4b72-403e-99ad-1e64f981c4d1-2020-06-26 10:17:43Z-Ps ActivityId: 09a7c2e0-b66d-4168-8d09-29642782b978\",\r\n \"scenarioName\": \"SecondaryIrCompletion\",\r\n \"friendlyName\": \"Finalize protection on the recovery virtual machine\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"CompleteInitialReplicationTask\",\r\n \"name\": \"CompleteInitialReplication\",\r\n \"startTime\": \"2020-06-26T11:00:37.4955881Z\",\r\n \"endTime\": \"2020-06-26T11:00:37.7768566Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Complete initial replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"ReplicaConfigurationPreflightChecksTask\",\r\n \"name\": \"FailWorkflowOnIRFailureTask\",\r\n \"startTime\": \"2020-06-26T11:00:37.7768566Z\",\r\n \"endTime\": \"2020-06-26T11:00:38.0268622Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing initial replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"ReplicaConfigurationTask\",\r\n \"name\": \"ReplicaConfiguration\",\r\n \"startTime\": \"2020-06-26T11:00:38.0268622Z\",\r\n \"endTime\": \"2020-06-26T11:00:41.2768877Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Complete network and post-replication configuration\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"UpdateDraStateTask\",\r\n \"name\": \"UpdateDraState\",\r\n \"startTime\": \"2020-06-26T11:00:41.2768877Z\",\r\n \"endTime\": \"2020-06-26T11:00:41.6208703Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the provider states\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T11:00:36.8268342Z\",\r\n \"endTime\": \"2020-06-26T11:00:41Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2avm330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationProtectionContainers/A2APrimaryContainer330/replicationProtectedItems/a2aVM330?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkZhYnJpY3MvYTJhUHJpbWFyeUZhYnJpYzMzMC9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL0EyQVByaW1hcnlDb250YWluZXIzMzAvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9hMmFWTTMzMD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0ea9dcae-5ca9-4d11-902a-af2c3dfd8ed4-2020-06-26 11:00:46Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165646400)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770446400)\\/\",\"ClientRequestId\":\"0ea9dcae-5ca9-4d11-902a-af2c3dfd8ed4-2020-06-26 11:00:46Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"D0+EGB4+CJA5KyZjepeLKo8P5yrKcBMhPZN1I/3R18w=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11730" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "0ea9dcae-5ca9-4d11-902a-af2c3dfd8ed4-2020-06-26 11:00:46Z-Ps 6/26/2020 11:00:47 AM" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "0ea9dcae-5ca9-4d11-902a-af2c3dfd8ed4-2020-06-26 11:00:46Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "7baa1cb9-b424-4725-a2a3-d7ee22ad7392" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110047Z:7baa1cb9-b424-4725-a2a3-d7ee22ad7392" + ], + "Date": [ + "Fri, 26 Jun 2020 11:00:47 GMT" + ], + "Content-Length": [ + "7802" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationProtectionContainers/A2APrimaryContainer330/replicationProtectedItems/a2aVM330\",\r\n \"name\": \"a2aVM330\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"a2aVM330\",\r\n \"protectedItemType\": \"\",\r\n \"protectableItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationRecoveryServicesProviders/5c56a507-7f42-5bcc-8f42-ca5a1c6df194\",\r\n \"primaryFabricFriendlyName\": \"West US\",\r\n \"primaryFabricProvider\": \"AzureFabric\",\r\n \"recoveryFabricFriendlyName\": \"East US\",\r\n \"recoveryFabricId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aRecoveryFabric330\",\r\n \"primaryProtectionContainerFriendlyName\": \"A2APrimaryContainer330\",\r\n \"recoveryProtectionContainerFriendlyName\": \"A2ARecoveryContainer330\",\r\n \"protectionState\": \"Protected\",\r\n \"protectionStateDescription\": \"Protected\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"None\",\r\n \"testFailoverStateDescription\": \"None\",\r\n \"allowedOperations\": [\r\n \"UnplannedFailover\",\r\n \"DisableProtection\",\r\n \"TestFailover\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"failoverHealth\": \"Critical\",\r\n \"healthErrors\": [\r\n {\r\n \"innerHealthErrors\": [],\r\n \"errorSource\": \"ReplicationUnitFailoverValidatorError\",\r\n \"errorType\": \"8010\",\r\n \"errorLevel\": \"Error\",\r\n \"errorCategory\": \"TestFailover\",\r\n \"errorCode\": \"161011\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"No successful test failover has been done on the virtual machine 'a2aVM330'.\",\r\n \"possibleCauses\": \"No successful test failover has been done on the virtual machine after it was replicated.\",\r\n \"recommendedAction\": \"Do a test failover on the virtual machine.\",\r\n \"creationTimeUtc\": \"2020-06-26T11:00:42.2909498Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"errorId\": \"6:8010\",\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ],\r\n \"policyId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationPolicies/TestA2APolicy1330\",\r\n \"policyFriendlyName\": \"TestA2APolicy1330\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"A2A\",\r\n \"fabricObjectId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/a2avm330/providers/microsoft.compute/virtualmachines/a2avm330\",\r\n \"initialPrimaryZone\": \"\",\r\n \"initialPrimaryFabricLocation\": \"westus\",\r\n \"initialRecoveryZone\": \"\",\r\n \"initialRecoveryFabricLocation\": \"eastus\",\r\n \"multiVmGroupId\": \"b1700306-0780-406f-87df-c99148fc6f2d\",\r\n \"multiVmGroupName\": \"\",\r\n \"multiVmGroupCreateOption\": \"AutoCreated\",\r\n \"managementId\": \"d9b90a2d-2d3c-49a5-b292-b5d79d775a9e\",\r\n \"protectedDisks\": null,\r\n \"unprotectedDisks\": null,\r\n \"protectedManagedDisks\": [\r\n {\r\n \"diskId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/a2avm330/providers/microsoft.compute/disks/a2avm330_osdisk_1_d10cdc8c00844e31b4402f4430f934a7\",\r\n \"recoveryResourceGroupId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330\",\r\n \"recoveryTargetDiskId\": null,\r\n \"recoveryReplicaDiskId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330/providers/Microsoft.Compute/disks/a2aVM330_OsDisk_1_d10cdc8c00844e31b4402f4430f934a7-ASRReplica\",\r\n \"recoveryOrignalTargetDiskId\": null,\r\n \"recoveryReplicaDiskAccountType\": \"Premium_LRS\",\r\n \"recoveryTargetDiskAccountType\": \"Premium_LRS\",\r\n \"recoveryDiskEncryptionSetId\": null,\r\n \"primaryDiskEncryptionSetId\": null,\r\n \"diskName\": \"a2aVM330_OsDisk_1_d10cdc8c00844e31b4402f4430f934a7\",\r\n \"diskCapacityInBytes\": 34359738368,\r\n \"primaryStagingAzureStorageAccountId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Storage/storageAccounts/cache330\",\r\n \"diskType\": \"OperatingSystem\",\r\n \"resyncRequired\": false,\r\n \"monitoringPercentageCompletion\": null,\r\n \"monitoringJobType\": null,\r\n \"dataPendingInStagingStorageAccountInMB\": 0.0,\r\n \"dataPendingAtSourceAgentInMB\": 0.64404296875,\r\n \"diskState\": \"Protected\",\r\n \"allowedDiskLevelOperation\": [],\r\n \"isDiskEncrypted\": false,\r\n \"secretIdentifier\": null,\r\n \"dekKeyVaultArmId\": null,\r\n \"isDiskKeyEncrypted\": false,\r\n \"keyIdentifier\": null,\r\n \"kekKeyVaultArmId\": null,\r\n \"failoverDiskName\": \"a2aVM330_OsDisk_1_d10cdc8c00844e31b4402f4430f934a7\",\r\n \"tfoDiskName\": \"a2aVM330_OsDisk_1_d10cdc8c00844e31b4402f4430f934a7-ASRtest\"\r\n }\r\n ],\r\n \"recoveryBootDiagStorageAccountId\": null,\r\n \"primaryFabricLocation\": \"westus\",\r\n \"recoveryFabricLocation\": \"eastus\",\r\n \"osType\": \"Linux\",\r\n \"recoveryAzureVMSize\": \"Standard_DS1_v2\",\r\n \"recoveryAzureVMName\": \"a2aVM330\",\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330\",\r\n \"recoveryCloudService\": null,\r\n \"recoveryAvailabilitySet\": null,\r\n \"selectedRecoveryAzureNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/recrg330/providers/microsoft.network/virtualnetworks/a2arecoverynetwork330\",\r\n \"selectedTfoAzureNetworkId\": null,\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"4382be27-3f66-5319-b29a-5dfe9ccd4d25\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkInterfaces/a2aVM330\",\r\n \"vMSubnetName\": \"a2aVM330\",\r\n \"vMNetworkName\": \"a2avm330\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/recrg330/providers/microsoft.network/virtualnetworks/a2arecoverynetwork330\",\r\n \"recoveryVMSubnetName\": \"frontendSubnet\",\r\n \"ipAddressType\": \"Dynamic\",\r\n \"primaryNicStaticIPAddress\": \"192.168.1.4\",\r\n \"replicaNicStaticIPAddress\": \"\",\r\n \"selectionType\": \"SelectedByDefault\",\r\n \"recoveryNicIpAddressType\": \"Dynamic\",\r\n \"recoveryPublicIpAddressId\": null,\r\n \"recoveryNetworkSecurityGroupId\": null,\r\n \"recoveryLBBackendAddressPoolIds\": null,\r\n \"enableAcceleratedNetworkingOnRecovery\": false,\r\n \"tfoVMNetworkId\": null,\r\n \"tfoVMSubnetName\": null,\r\n \"tfoNetworkSecurityGroupId\": null,\r\n \"enableAcceleratedNetworkingOnTfo\": null,\r\n \"tfoIPConfigs\": null,\r\n \"recoveryNicName\": null,\r\n \"recoveryNicResourceGroupName\": null,\r\n \"reuseExistingNic\": false,\r\n \"tfoRecoveryNicName\": null,\r\n \"tfoRecoveryNicResourceGroupName\": null,\r\n \"tfoReuseExistingNic\": false\r\n }\r\n ],\r\n \"vmSyncedConfigDetails\": {\r\n \"tags\": null,\r\n \"inputEndpoints\": []\r\n },\r\n \"monitoringPercentageCompletion\": 99,\r\n \"monitoringJobType\": \"InitialReplication\",\r\n \"lastHeartbeat\": \"2020-06-26T11:00:42.1435575Z\",\r\n \"agentVersion\": \"9.34.5648.1\",\r\n \"agentExpiryDate\": \"9999-12-31T23:59:59.9999999\",\r\n \"isReplicationAgentUpdateRequired\": false,\r\n \"agentCertificateExpiryDate\": \"2023-06-26T10:13:13Z\",\r\n \"isReplicationAgentCertificateUpdateRequired\": false,\r\n \"recoveryFabricObjectId\": null,\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"lifecycleId\": \"b9288e0a-043a-402e-b4d1-97dfa969f53d\",\r\n \"testFailoverRecoveryFabricObjectId\": null,\r\n \"rpoInSeconds\": 1798,\r\n \"lastRpoCalculatedTime\": \"2020-06-26T11:00:35.2225799Z\",\r\n \"primaryAvailabilityZone\": null,\r\n \"recoveryAvailabilityZone\": null,\r\n \"vmEncryptionType\": \"NotEncrypted\",\r\n \"tfoAzureVMName\": \"a2aVM330-test\",\r\n \"recoveryAzureGeneration\": \"V1\",\r\n \"recoveryProximityPlacementGroupId\": null\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aRecoveryFabric330/replicationProtectionContainers/A2ARecoveryContainer330\",\r\n \"eventCorrelationId\": \"89f09da0-18ed-4a28-80ea-31d05172ee11\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationProtectionContainers/A2APrimaryContainer330/replicationProtectedItems/a2aVM330?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkZhYnJpY3MvYTJhUHJpbWFyeUZhYnJpYzMzMC9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL0EyQVByaW1hcnlDb250YWluZXIzMzAvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9hMmFWTTMzMD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9e8d2e93-551f-468d-a4a1-cbdd791f7e96-2020-06-26 11:00:48Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165648139)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770448139)\\/\",\"ClientRequestId\":\"9e8d2e93-551f-468d-a4a1-cbdd791f7e96-2020-06-26 11:00:48Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"8iNoi/oGEHU2Er5BwElGAs7yTGq6N9+p8/szXj9EncA=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11729" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "9e8d2e93-551f-468d-a4a1-cbdd791f7e96-2020-06-26 11:00:48Z-Ps 6/26/2020 11:00:48 AM" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "9e8d2e93-551f-468d-a4a1-cbdd791f7e96-2020-06-26 11:00:48Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "a869f751-0138-47db-b9bb-8408dc242f71" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110048Z:a869f751-0138-47db-b9bb-8408dc242f71" + ], + "Date": [ + "Fri, 26 Jun 2020 11:00:47 GMT" + ], + "Content-Length": [ + "7802" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationProtectionContainers/A2APrimaryContainer330/replicationProtectedItems/a2aVM330\",\r\n \"name\": \"a2aVM330\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"a2aVM330\",\r\n \"protectedItemType\": \"\",\r\n \"protectableItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationRecoveryServicesProviders/5c56a507-7f42-5bcc-8f42-ca5a1c6df194\",\r\n \"primaryFabricFriendlyName\": \"West US\",\r\n \"primaryFabricProvider\": \"AzureFabric\",\r\n \"recoveryFabricFriendlyName\": \"East US\",\r\n \"recoveryFabricId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aRecoveryFabric330\",\r\n \"primaryProtectionContainerFriendlyName\": \"A2APrimaryContainer330\",\r\n \"recoveryProtectionContainerFriendlyName\": \"A2ARecoveryContainer330\",\r\n \"protectionState\": \"Protected\",\r\n \"protectionStateDescription\": \"Protected\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"None\",\r\n \"testFailoverStateDescription\": \"None\",\r\n \"allowedOperations\": [\r\n \"UnplannedFailover\",\r\n \"DisableProtection\",\r\n \"TestFailover\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"failoverHealth\": \"Critical\",\r\n \"healthErrors\": [\r\n {\r\n \"innerHealthErrors\": [],\r\n \"errorSource\": \"ReplicationUnitFailoverValidatorError\",\r\n \"errorType\": \"8010\",\r\n \"errorLevel\": \"Error\",\r\n \"errorCategory\": \"TestFailover\",\r\n \"errorCode\": \"161011\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"No successful test failover has been done on the virtual machine 'a2aVM330'.\",\r\n \"possibleCauses\": \"No successful test failover has been done on the virtual machine after it was replicated.\",\r\n \"recommendedAction\": \"Do a test failover on the virtual machine.\",\r\n \"creationTimeUtc\": \"2020-06-26T11:00:42.2909498Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"errorId\": \"6:8010\",\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ],\r\n \"policyId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationPolicies/TestA2APolicy1330\",\r\n \"policyFriendlyName\": \"TestA2APolicy1330\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"A2A\",\r\n \"fabricObjectId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/a2avm330/providers/microsoft.compute/virtualmachines/a2avm330\",\r\n \"initialPrimaryZone\": \"\",\r\n \"initialPrimaryFabricLocation\": \"westus\",\r\n \"initialRecoveryZone\": \"\",\r\n \"initialRecoveryFabricLocation\": \"eastus\",\r\n \"multiVmGroupId\": \"b1700306-0780-406f-87df-c99148fc6f2d\",\r\n \"multiVmGroupName\": \"\",\r\n \"multiVmGroupCreateOption\": \"AutoCreated\",\r\n \"managementId\": \"d9b90a2d-2d3c-49a5-b292-b5d79d775a9e\",\r\n \"protectedDisks\": null,\r\n \"unprotectedDisks\": null,\r\n \"protectedManagedDisks\": [\r\n {\r\n \"diskId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/a2avm330/providers/microsoft.compute/disks/a2avm330_osdisk_1_d10cdc8c00844e31b4402f4430f934a7\",\r\n \"recoveryResourceGroupId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330\",\r\n \"recoveryTargetDiskId\": null,\r\n \"recoveryReplicaDiskId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330/providers/Microsoft.Compute/disks/a2aVM330_OsDisk_1_d10cdc8c00844e31b4402f4430f934a7-ASRReplica\",\r\n \"recoveryOrignalTargetDiskId\": null,\r\n \"recoveryReplicaDiskAccountType\": \"Premium_LRS\",\r\n \"recoveryTargetDiskAccountType\": \"Premium_LRS\",\r\n \"recoveryDiskEncryptionSetId\": null,\r\n \"primaryDiskEncryptionSetId\": null,\r\n \"diskName\": \"a2aVM330_OsDisk_1_d10cdc8c00844e31b4402f4430f934a7\",\r\n \"diskCapacityInBytes\": 34359738368,\r\n \"primaryStagingAzureStorageAccountId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Storage/storageAccounts/cache330\",\r\n \"diskType\": \"OperatingSystem\",\r\n \"resyncRequired\": false,\r\n \"monitoringPercentageCompletion\": null,\r\n \"monitoringJobType\": null,\r\n \"dataPendingInStagingStorageAccountInMB\": 0.0,\r\n \"dataPendingAtSourceAgentInMB\": 0.64404296875,\r\n \"diskState\": \"Protected\",\r\n \"allowedDiskLevelOperation\": [],\r\n \"isDiskEncrypted\": false,\r\n \"secretIdentifier\": null,\r\n \"dekKeyVaultArmId\": null,\r\n \"isDiskKeyEncrypted\": false,\r\n \"keyIdentifier\": null,\r\n \"kekKeyVaultArmId\": null,\r\n \"failoverDiskName\": \"a2aVM330_OsDisk_1_d10cdc8c00844e31b4402f4430f934a7\",\r\n \"tfoDiskName\": \"a2aVM330_OsDisk_1_d10cdc8c00844e31b4402f4430f934a7-ASRtest\"\r\n }\r\n ],\r\n \"recoveryBootDiagStorageAccountId\": null,\r\n \"primaryFabricLocation\": \"westus\",\r\n \"recoveryFabricLocation\": \"eastus\",\r\n \"osType\": \"Linux\",\r\n \"recoveryAzureVMSize\": \"Standard_DS1_v2\",\r\n \"recoveryAzureVMName\": \"a2aVM330\",\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330\",\r\n \"recoveryCloudService\": null,\r\n \"recoveryAvailabilitySet\": null,\r\n \"selectedRecoveryAzureNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/recrg330/providers/microsoft.network/virtualnetworks/a2arecoverynetwork330\",\r\n \"selectedTfoAzureNetworkId\": null,\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"4382be27-3f66-5319-b29a-5dfe9ccd4d25\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkInterfaces/a2aVM330\",\r\n \"vMSubnetName\": \"a2aVM330\",\r\n \"vMNetworkName\": \"a2avm330\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/recrg330/providers/microsoft.network/virtualnetworks/a2arecoverynetwork330\",\r\n \"recoveryVMSubnetName\": \"frontendSubnet\",\r\n \"ipAddressType\": \"Dynamic\",\r\n \"primaryNicStaticIPAddress\": \"192.168.1.4\",\r\n \"replicaNicStaticIPAddress\": \"\",\r\n \"selectionType\": \"SelectedByDefault\",\r\n \"recoveryNicIpAddressType\": \"Dynamic\",\r\n \"recoveryPublicIpAddressId\": null,\r\n \"recoveryNetworkSecurityGroupId\": null,\r\n \"recoveryLBBackendAddressPoolIds\": null,\r\n \"enableAcceleratedNetworkingOnRecovery\": false,\r\n \"tfoVMNetworkId\": null,\r\n \"tfoVMSubnetName\": null,\r\n \"tfoNetworkSecurityGroupId\": null,\r\n \"enableAcceleratedNetworkingOnTfo\": null,\r\n \"tfoIPConfigs\": null,\r\n \"recoveryNicName\": null,\r\n \"recoveryNicResourceGroupName\": null,\r\n \"reuseExistingNic\": false,\r\n \"tfoRecoveryNicName\": null,\r\n \"tfoRecoveryNicResourceGroupName\": null,\r\n \"tfoReuseExistingNic\": false\r\n }\r\n ],\r\n \"vmSyncedConfigDetails\": {\r\n \"tags\": null,\r\n \"inputEndpoints\": []\r\n },\r\n \"monitoringPercentageCompletion\": 99,\r\n \"monitoringJobType\": \"InitialReplication\",\r\n \"lastHeartbeat\": \"2020-06-26T11:00:42.1435575Z\",\r\n \"agentVersion\": \"9.34.5648.1\",\r\n \"agentExpiryDate\": \"9999-12-31T23:59:59.9999999\",\r\n \"isReplicationAgentUpdateRequired\": false,\r\n \"agentCertificateExpiryDate\": \"2023-06-26T10:13:13Z\",\r\n \"isReplicationAgentCertificateUpdateRequired\": false,\r\n \"recoveryFabricObjectId\": null,\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"lifecycleId\": \"b9288e0a-043a-402e-b4d1-97dfa969f53d\",\r\n \"testFailoverRecoveryFabricObjectId\": null,\r\n \"rpoInSeconds\": 1798,\r\n \"lastRpoCalculatedTime\": \"2020-06-26T11:00:35.2225799Z\",\r\n \"primaryAvailabilityZone\": null,\r\n \"recoveryAvailabilityZone\": null,\r\n \"vmEncryptionType\": \"NotEncrypted\",\r\n \"tfoAzureVMName\": \"a2aVM330-test\",\r\n \"recoveryAzureGeneration\": \"V1\",\r\n \"recoveryProximityPlacementGroupId\": null\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aRecoveryFabric330/replicationProtectionContainers/A2ARecoveryContainer330\",\r\n \"eventCorrelationId\": \"89f09da0-18ed-4a28-80ea-31d05172ee11\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationProtectionContainers/A2APrimaryContainer330/replicationProtectedItems/a2aVM330?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkZhYnJpY3MvYTJhUHJpbWFyeUZhYnJpYzMzMC9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL0EyQVByaW1hcnlDb250YWluZXIzMzAvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9hMmFWTTMzMD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2e9dfa70-e970-4bb7-ac83-c79718ae13b2-2020-06-26 11:00:48Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165648672)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770448672)\\/\",\"ClientRequestId\":\"2e9dfa70-e970-4bb7-ac83-c79718ae13b2-2020-06-26 11:00:48Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"YGkcXMywsMY944iPJZLtzxNTI8dx4cN3JEOCmk8c98g=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11728" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "2e9dfa70-e970-4bb7-ac83-c79718ae13b2-2020-06-26 11:00:48Z-Ps 6/26/2020 11:00:48 AM" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "2e9dfa70-e970-4bb7-ac83-c79718ae13b2-2020-06-26 11:00:48Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "eb924ed3-ac40-4736-8b39-72605da098e5" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110049Z:eb924ed3-ac40-4736-8b39-72605da098e5" + ], + "Date": [ + "Fri, 26 Jun 2020 11:00:48 GMT" + ], + "Content-Length": [ + "7802" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationProtectionContainers/A2APrimaryContainer330/replicationProtectedItems/a2aVM330\",\r\n \"name\": \"a2aVM330\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"a2aVM330\",\r\n \"protectedItemType\": \"\",\r\n \"protectableItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationRecoveryServicesProviders/5c56a507-7f42-5bcc-8f42-ca5a1c6df194\",\r\n \"primaryFabricFriendlyName\": \"West US\",\r\n \"primaryFabricProvider\": \"AzureFabric\",\r\n \"recoveryFabricFriendlyName\": \"East US\",\r\n \"recoveryFabricId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aRecoveryFabric330\",\r\n \"primaryProtectionContainerFriendlyName\": \"A2APrimaryContainer330\",\r\n \"recoveryProtectionContainerFriendlyName\": \"A2ARecoveryContainer330\",\r\n \"protectionState\": \"Protected\",\r\n \"protectionStateDescription\": \"Protected\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"None\",\r\n \"testFailoverStateDescription\": \"None\",\r\n \"allowedOperations\": [\r\n \"UnplannedFailover\",\r\n \"DisableProtection\",\r\n \"TestFailover\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"failoverHealth\": \"Critical\",\r\n \"healthErrors\": [\r\n {\r\n \"innerHealthErrors\": [],\r\n \"errorSource\": \"ReplicationUnitFailoverValidatorError\",\r\n \"errorType\": \"8010\",\r\n \"errorLevel\": \"Error\",\r\n \"errorCategory\": \"TestFailover\",\r\n \"errorCode\": \"161011\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"No successful test failover has been done on the virtual machine 'a2aVM330'.\",\r\n \"possibleCauses\": \"No successful test failover has been done on the virtual machine after it was replicated.\",\r\n \"recommendedAction\": \"Do a test failover on the virtual machine.\",\r\n \"creationTimeUtc\": \"2020-06-26T11:00:42.2909498Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"errorId\": \"6:8010\",\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ],\r\n \"policyId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationPolicies/TestA2APolicy1330\",\r\n \"policyFriendlyName\": \"TestA2APolicy1330\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"A2A\",\r\n \"fabricObjectId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/a2avm330/providers/microsoft.compute/virtualmachines/a2avm330\",\r\n \"initialPrimaryZone\": \"\",\r\n \"initialPrimaryFabricLocation\": \"westus\",\r\n \"initialRecoveryZone\": \"\",\r\n \"initialRecoveryFabricLocation\": \"eastus\",\r\n \"multiVmGroupId\": \"b1700306-0780-406f-87df-c99148fc6f2d\",\r\n \"multiVmGroupName\": \"\",\r\n \"multiVmGroupCreateOption\": \"AutoCreated\",\r\n \"managementId\": \"d9b90a2d-2d3c-49a5-b292-b5d79d775a9e\",\r\n \"protectedDisks\": null,\r\n \"unprotectedDisks\": null,\r\n \"protectedManagedDisks\": [\r\n {\r\n \"diskId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/a2avm330/providers/microsoft.compute/disks/a2avm330_osdisk_1_d10cdc8c00844e31b4402f4430f934a7\",\r\n \"recoveryResourceGroupId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330\",\r\n \"recoveryTargetDiskId\": null,\r\n \"recoveryReplicaDiskId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330/providers/Microsoft.Compute/disks/a2aVM330_OsDisk_1_d10cdc8c00844e31b4402f4430f934a7-ASRReplica\",\r\n \"recoveryOrignalTargetDiskId\": null,\r\n \"recoveryReplicaDiskAccountType\": \"Premium_LRS\",\r\n \"recoveryTargetDiskAccountType\": \"Premium_LRS\",\r\n \"recoveryDiskEncryptionSetId\": null,\r\n \"primaryDiskEncryptionSetId\": null,\r\n \"diskName\": \"a2aVM330_OsDisk_1_d10cdc8c00844e31b4402f4430f934a7\",\r\n \"diskCapacityInBytes\": 34359738368,\r\n \"primaryStagingAzureStorageAccountId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Storage/storageAccounts/cache330\",\r\n \"diskType\": \"OperatingSystem\",\r\n \"resyncRequired\": false,\r\n \"monitoringPercentageCompletion\": null,\r\n \"monitoringJobType\": null,\r\n \"dataPendingInStagingStorageAccountInMB\": 0.0,\r\n \"dataPendingAtSourceAgentInMB\": 0.64404296875,\r\n \"diskState\": \"Protected\",\r\n \"allowedDiskLevelOperation\": [],\r\n \"isDiskEncrypted\": false,\r\n \"secretIdentifier\": null,\r\n \"dekKeyVaultArmId\": null,\r\n \"isDiskKeyEncrypted\": false,\r\n \"keyIdentifier\": null,\r\n \"kekKeyVaultArmId\": null,\r\n \"failoverDiskName\": \"a2aVM330_OsDisk_1_d10cdc8c00844e31b4402f4430f934a7\",\r\n \"tfoDiskName\": \"a2aVM330_OsDisk_1_d10cdc8c00844e31b4402f4430f934a7-ASRtest\"\r\n }\r\n ],\r\n \"recoveryBootDiagStorageAccountId\": null,\r\n \"primaryFabricLocation\": \"westus\",\r\n \"recoveryFabricLocation\": \"eastus\",\r\n \"osType\": \"Linux\",\r\n \"recoveryAzureVMSize\": \"Standard_DS1_v2\",\r\n \"recoveryAzureVMName\": \"a2aVM330\",\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330\",\r\n \"recoveryCloudService\": null,\r\n \"recoveryAvailabilitySet\": null,\r\n \"selectedRecoveryAzureNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/recrg330/providers/microsoft.network/virtualnetworks/a2arecoverynetwork330\",\r\n \"selectedTfoAzureNetworkId\": null,\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"4382be27-3f66-5319-b29a-5dfe9ccd4d25\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkInterfaces/a2aVM330\",\r\n \"vMSubnetName\": \"a2aVM330\",\r\n \"vMNetworkName\": \"a2avm330\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/recrg330/providers/microsoft.network/virtualnetworks/a2arecoverynetwork330\",\r\n \"recoveryVMSubnetName\": \"frontendSubnet\",\r\n \"ipAddressType\": \"Dynamic\",\r\n \"primaryNicStaticIPAddress\": \"192.168.1.4\",\r\n \"replicaNicStaticIPAddress\": \"\",\r\n \"selectionType\": \"SelectedByDefault\",\r\n \"recoveryNicIpAddressType\": \"Dynamic\",\r\n \"recoveryPublicIpAddressId\": null,\r\n \"recoveryNetworkSecurityGroupId\": null,\r\n \"recoveryLBBackendAddressPoolIds\": null,\r\n \"enableAcceleratedNetworkingOnRecovery\": false,\r\n \"tfoVMNetworkId\": null,\r\n \"tfoVMSubnetName\": null,\r\n \"tfoNetworkSecurityGroupId\": null,\r\n \"enableAcceleratedNetworkingOnTfo\": null,\r\n \"tfoIPConfigs\": null,\r\n \"recoveryNicName\": null,\r\n \"recoveryNicResourceGroupName\": null,\r\n \"reuseExistingNic\": false,\r\n \"tfoRecoveryNicName\": null,\r\n \"tfoRecoveryNicResourceGroupName\": null,\r\n \"tfoReuseExistingNic\": false\r\n }\r\n ],\r\n \"vmSyncedConfigDetails\": {\r\n \"tags\": null,\r\n \"inputEndpoints\": []\r\n },\r\n \"monitoringPercentageCompletion\": 99,\r\n \"monitoringJobType\": \"InitialReplication\",\r\n \"lastHeartbeat\": \"2020-06-26T11:00:42.1435575Z\",\r\n \"agentVersion\": \"9.34.5648.1\",\r\n \"agentExpiryDate\": \"9999-12-31T23:59:59.9999999\",\r\n \"isReplicationAgentUpdateRequired\": false,\r\n \"agentCertificateExpiryDate\": \"2023-06-26T10:13:13Z\",\r\n \"isReplicationAgentCertificateUpdateRequired\": false,\r\n \"recoveryFabricObjectId\": null,\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"lifecycleId\": \"b9288e0a-043a-402e-b4d1-97dfa969f53d\",\r\n \"testFailoverRecoveryFabricObjectId\": null,\r\n \"rpoInSeconds\": 1798,\r\n \"lastRpoCalculatedTime\": \"2020-06-26T11:00:35.2225799Z\",\r\n \"primaryAvailabilityZone\": null,\r\n \"recoveryAvailabilityZone\": null,\r\n \"vmEncryptionType\": \"NotEncrypted\",\r\n \"tfoAzureVMName\": \"a2aVM330-test\",\r\n \"recoveryAzureGeneration\": \"V1\",\r\n \"recoveryProximityPlacementGroupId\": null\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aRecoveryFabric330/replicationProtectionContainers/A2ARecoveryContainer330\",\r\n \"eventCorrelationId\": \"89f09da0-18ed-4a28-80ea-31d05172ee11\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationProtectionContainers/A2APrimaryContainer330/replicationProtectedItems/a2aVM330?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkZhYnJpY3MvYTJhUHJpbWFyeUZhYnJpYzMzMC9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL0EyQVByaW1hcnlDb250YWluZXIzMzAvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9hMmFWTTMzMD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a7b0b14e-2fcf-4130-867a-8d611460202c-2020-06-26 11:01:11Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165671080)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770471080)\\/\",\"ClientRequestId\":\"a7b0b14e-2fcf-4130-867a-8d611460202c-2020-06-26 11:01:11Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"HmypP3dxfshoMSqrvL6GFPdeEQUqnT/FPncAqGeE9/Q=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11724" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "a7b0b14e-2fcf-4130-867a-8d611460202c-2020-06-26 11:01:11Z-Ps 6/26/2020 11:01:11 AM" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "a7b0b14e-2fcf-4130-867a-8d611460202c-2020-06-26 11:01:11Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "c9fedad7-225d-4b4c-9f83-06d9a652782f" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110111Z:c9fedad7-225d-4b4c-9f83-06d9a652782f" + ], + "Date": [ + "Fri, 26 Jun 2020 11:01:11 GMT" + ], + "Content-Length": [ + "7881" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationProtectionContainers/A2APrimaryContainer330/replicationProtectedItems/a2aVM330\",\r\n \"name\": \"a2aVM330\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"a2aVM330\",\r\n \"protectedItemType\": \"\",\r\n \"protectableItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationRecoveryServicesProviders/5c56a507-7f42-5bcc-8f42-ca5a1c6df194\",\r\n \"primaryFabricFriendlyName\": \"West US\",\r\n \"primaryFabricProvider\": \"AzureFabric\",\r\n \"recoveryFabricFriendlyName\": \"East US\",\r\n \"recoveryFabricId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aRecoveryFabric330\",\r\n \"primaryProtectionContainerFriendlyName\": \"A2APrimaryContainer330\",\r\n \"recoveryProtectionContainerFriendlyName\": \"A2ARecoveryContainer330\",\r\n \"protectionState\": \"Protected\",\r\n \"protectionStateDescription\": \"Protected\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"None\",\r\n \"testFailoverStateDescription\": \"None\",\r\n \"allowedOperations\": [\r\n \"UnplannedFailover\",\r\n \"DisableProtection\",\r\n \"TestFailover\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"failoverHealth\": \"Critical\",\r\n \"healthErrors\": [\r\n {\r\n \"innerHealthErrors\": [],\r\n \"errorSource\": \"ReplicationUnitFailoverValidatorError\",\r\n \"errorType\": \"8010\",\r\n \"errorLevel\": \"Error\",\r\n \"errorCategory\": \"TestFailover\",\r\n \"errorCode\": \"161011\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"No successful test failover has been done on the virtual machine 'a2aVM330'.\",\r\n \"possibleCauses\": \"No successful test failover has been done on the virtual machine after it was replicated.\",\r\n \"recommendedAction\": \"Do a test failover on the virtual machine.\",\r\n \"creationTimeUtc\": \"2020-06-26T11:00:51.9403643Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"errorId\": \"6:8010\",\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ],\r\n \"policyId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationPolicies/TestA2APolicy1330\",\r\n \"policyFriendlyName\": \"TestA2APolicy1330\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"A2A\",\r\n \"fabricObjectId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/a2avm330/providers/microsoft.compute/virtualmachines/a2avm330\",\r\n \"initialPrimaryZone\": \"\",\r\n \"initialPrimaryFabricLocation\": \"westus\",\r\n \"initialRecoveryZone\": \"\",\r\n \"initialRecoveryFabricLocation\": \"eastus\",\r\n \"multiVmGroupId\": \"b1700306-0780-406f-87df-c99148fc6f2d\",\r\n \"multiVmGroupName\": \"\",\r\n \"multiVmGroupCreateOption\": \"AutoCreated\",\r\n \"managementId\": \"d9b90a2d-2d3c-49a5-b292-b5d79d775a9e\",\r\n \"protectedDisks\": null,\r\n \"unprotectedDisks\": null,\r\n \"protectedManagedDisks\": [\r\n {\r\n \"diskId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/a2avm330/providers/microsoft.compute/disks/a2avm330_osdisk_1_d10cdc8c00844e31b4402f4430f934a7\",\r\n \"recoveryResourceGroupId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330\",\r\n \"recoveryTargetDiskId\": null,\r\n \"recoveryReplicaDiskId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330/providers/Microsoft.Compute/disks/a2aVM330_OsDisk_1_d10cdc8c00844e31b4402f4430f934a7-ASRReplica\",\r\n \"recoveryOrignalTargetDiskId\": null,\r\n \"recoveryReplicaDiskAccountType\": \"Premium_LRS\",\r\n \"recoveryTargetDiskAccountType\": \"Premium_LRS\",\r\n \"recoveryDiskEncryptionSetId\": null,\r\n \"primaryDiskEncryptionSetId\": null,\r\n \"diskName\": \"a2aVM330_OsDisk_1_d10cdc8c00844e31b4402f4430f934a7\",\r\n \"diskCapacityInBytes\": 34359738368,\r\n \"primaryStagingAzureStorageAccountId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Storage/storageAccounts/cache330\",\r\n \"diskType\": \"OperatingSystem\",\r\n \"resyncRequired\": false,\r\n \"monitoringPercentageCompletion\": null,\r\n \"monitoringJobType\": null,\r\n \"dataPendingInStagingStorageAccountInMB\": 0.0,\r\n \"dataPendingAtSourceAgentInMB\": 0.64404296875,\r\n \"diskState\": \"Protected\",\r\n \"allowedDiskLevelOperation\": [],\r\n \"isDiskEncrypted\": false,\r\n \"secretIdentifier\": null,\r\n \"dekKeyVaultArmId\": null,\r\n \"isDiskKeyEncrypted\": false,\r\n \"keyIdentifier\": null,\r\n \"kekKeyVaultArmId\": null,\r\n \"failoverDiskName\": \"a2aVM330_OsDisk_1_d10cdc8c00844e31b4402f4430f934a7\",\r\n \"tfoDiskName\": \"a2aVM330_OsDisk_1_d10cdc8c00844e31b4402f4430f934a7-ASRtest\"\r\n }\r\n ],\r\n \"recoveryBootDiagStorageAccountId\": null,\r\n \"primaryFabricLocation\": \"westus\",\r\n \"recoveryFabricLocation\": \"eastus\",\r\n \"osType\": \"Linux\",\r\n \"recoveryAzureVMSize\": \"Standard_DS1_v2\",\r\n \"recoveryAzureVMName\": \"a2aVM330\",\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/recRG330\",\r\n \"recoveryCloudService\": null,\r\n \"recoveryAvailabilitySet\": null,\r\n \"selectedRecoveryAzureNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/recrg330/providers/microsoft.network/virtualnetworks/a2arecoverynetwork330\",\r\n \"selectedTfoAzureNetworkId\": null,\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"4382be27-3f66-5319-b29a-5dfe9ccd4d25\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/a2aVM330/providers/Microsoft.Network/networkInterfaces/a2aVM330\",\r\n \"vMSubnetName\": \"a2aVM330\",\r\n \"vMNetworkName\": \"a2avm330\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/recrg330/providers/microsoft.network/virtualnetworks/a2arecoverynetwork330\",\r\n \"recoveryVMSubnetName\": \"frontendSubnet\",\r\n \"ipAddressType\": \"Dynamic\",\r\n \"primaryNicStaticIPAddress\": \"192.168.1.4\",\r\n \"replicaNicStaticIPAddress\": \"\",\r\n \"selectionType\": \"SelectedByUser\",\r\n \"recoveryNicIpAddressType\": \"Dynamic\",\r\n \"recoveryPublicIpAddressId\": \"\",\r\n \"recoveryNetworkSecurityGroupId\": \"\",\r\n \"recoveryLBBackendAddressPoolIds\": [],\r\n \"enableAcceleratedNetworkingOnRecovery\": false,\r\n \"tfoVMNetworkId\": null,\r\n \"tfoVMSubnetName\": \"\",\r\n \"tfoNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnTfo\": false,\r\n \"tfoIPConfigs\": [\r\n {\r\n \"staticIPAddress\": \"\",\r\n \"publicIpAddressId\": \"\",\r\n \"lBBackendAddressPoolIds\": []\r\n }\r\n ],\r\n \"recoveryNicName\": \"A2ArecNICName330\",\r\n \"recoveryNicResourceGroupName\": \"recRG330\",\r\n \"reuseExistingNic\": true,\r\n \"tfoRecoveryNicName\": null,\r\n \"tfoRecoveryNicResourceGroupName\": null,\r\n \"tfoReuseExistingNic\": false\r\n }\r\n ],\r\n \"vmSyncedConfigDetails\": {\r\n \"tags\": null,\r\n \"inputEndpoints\": []\r\n },\r\n \"monitoringPercentageCompletion\": 99,\r\n \"monitoringJobType\": \"InitialReplication\",\r\n \"lastHeartbeat\": \"2020-06-26T11:00:42.1435575Z\",\r\n \"agentVersion\": \"9.34.5648.1\",\r\n \"agentExpiryDate\": \"9999-12-31T23:59:59.9999999\",\r\n \"isReplicationAgentUpdateRequired\": false,\r\n \"agentCertificateExpiryDate\": \"2023-06-26T10:13:13Z\",\r\n \"isReplicationAgentCertificateUpdateRequired\": false,\r\n \"recoveryFabricObjectId\": null,\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"lifecycleId\": \"b9288e0a-043a-402e-b4d1-97dfa969f53d\",\r\n \"testFailoverRecoveryFabricObjectId\": null,\r\n \"rpoInSeconds\": 1798,\r\n \"lastRpoCalculatedTime\": \"2020-06-26T11:00:35.2225799Z\",\r\n \"primaryAvailabilityZone\": null,\r\n \"recoveryAvailabilityZone\": null,\r\n \"vmEncryptionType\": \"NotEncrypted\",\r\n \"tfoAzureVMName\": \"a2aVM330-test\",\r\n \"recoveryAzureGeneration\": \"V1\",\r\n \"recoveryProximityPlacementGroupId\": null\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aRecoveryFabric330/replicationProtectionContainers/A2ARecoveryContainer330\",\r\n \"eventCorrelationId\": \"89f09da0-18ed-4a28-80ea-31d05172ee11\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationProtectionContainers/A2APrimaryContainer330/replicationProtectedItems/a2aVM330?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkZhYnJpY3MvYTJhUHJpbWFyeUZhYnJpYzMzMC9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL0EyQVByaW1hcnlDb250YWluZXIzMzAvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9hMmFWTTMzMD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"recoveryAzureVMName\": \"a2aVM330\",\r\n \"selectedRecoveryAzureNetworkId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/recrg330/providers/microsoft.network/virtualnetworks/a2arecoverynetwork330\",\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"4382be27-3f66-5319-b29a-5dfe9ccd4d25\",\r\n \"recoveryVMSubnetName\": \"frontendSubnet\",\r\n \"replicaNicStaticIPAddress\": \"\",\r\n \"selectionType\": \"SelectedByUser\",\r\n \"recoveryLBBackendAddressPoolIds\": [],\r\n \"enableAcceleratedNetworkingOnRecovery\": false,\r\n \"enableAcceleratedNetworkingOnTfo\": false,\r\n \"tfoIPConfigs\": [\r\n {\r\n \"staticIPAddress\": \"\",\r\n \"publicIpAddressId\": \"\",\r\n \"lBBackendAddressPoolIds\": []\r\n }\r\n ],\r\n \"recoveryNicName\": \"A2ArecNICName330\",\r\n \"recoveryNicResourceGroupName\": \"recRG330\",\r\n \"reuseExistingNic\": true,\r\n \"tfoReuseExistingNic\": false\r\n }\r\n ],\r\n \"licenseType\": \"WindowsServer\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"A2A\",\r\n \"managedDiskUpdateDetails\": [\r\n {\r\n \"diskId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourcegroups/a2avm330/providers/microsoft.compute/disks/a2avm330_osdisk_1_d10cdc8c00844e31b4402f4430f934a7\",\r\n \"recoveryTargetDiskAccountType\": \"Premium_LRS\",\r\n \"recoveryReplicaDiskAccountType\": \"Premium_LRS\",\r\n \"failoverDiskName\": \"a2aVM330_OsDisk_1_d10cdc8c00844e31b4402f4430f934a7\",\r\n \"tfoDiskName\": \"a2aVM330_OsDisk_1_d10cdc8c00844e31b4402f4430f934a7-ASRtest\"\r\n }\r\n ],\r\n \"tfoAzureVMName\": \"a2aVM330-test\"\r\n }\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3fc1fefd-7851-4a2a-b75d-5e318e1875bb-2020-06-26 11:00:49Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165649186)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770449186)\\/\",\"ClientRequestId\":\"3fc1fefd-7851-4a2a-b75d-5e318e1875bb-2020-06-26 11:00:49Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"G8115Rq1kL1bTrRGH8ZR67Zi6hMqbEIeMATmIh+idGE=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1697" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationProtectionContainers/A2APrimaryContainer330/replicationProtectedItems/a2aVM330/operationresults/726f2979-5518-432d-87ab-a8c5c4739806?api-version=2018-07-10" + ], + "Retry-After": [ + "30" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/726f2979-5518-432d-87ab-a8c5c4739806", + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/726f2979-5518-432d-87ab-a8c5c4739806" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationOperationStatus/726f2979-5518-432d-87ab-a8c5c4739806?api-version=2018-07-10" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "3fc1fefd-7851-4a2a-b75d-5e318e1875bb-2020-06-26 11:00:49Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1189" + ], + "x-ms-correlation-request-id": [ + "b3722de7-dddf-4d72-a24c-051d14919c5a" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110050Z:b3722de7-dddf-4d72-a24c-051d14919c5a" + ], + "Date": [ + "Fri, 26 Jun 2020 11:00:49 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/726f2979-5518-432d-87ab-a8c5c4739806?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvNzI2ZjI5NzktNTUxOC00MzJkLTg3YWItYThjNWM0NzM5ODA2P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "31a1d698-d689-4f67-83d1-fea5c9d6a6af-2020-06-26 11:00:50Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165650113)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770450113)\\/\",\"ClientRequestId\":\"31a1d698-d689-4f67-83d1-fea5c9d6a6af-2020-06-26 11:00:50Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"FpapuYcPv4aSrk3/nonK5WpC81wLnZjKhYlmhfcQpFo=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11727" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/726f2979-5518-432d-87ab-a8c5c4739806" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "31a1d698-d689-4f67-83d1-fea5c9d6a6af-2020-06-26 11:00:50Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "29b8d84e-d2ac-4563-8329-d86b2bd37f8a" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110050Z:29b8d84e-d2ac-4563-8329-d86b2bd37f8a" + ], + "Date": [ + "Fri, 26 Jun 2020 11:00:49 GMT" + ], + "Content-Length": [ + "1893" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/726f2979-5518-432d-87ab-a8c5c4739806\",\r\n \"name\": \"726f2979-5518-432d-87ab-a8c5c4739806\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"3fc1fefd-7851-4a2a-b75d-5e318e1875bb-2020-06-26 11:00:49Z-Ps ActivityId: b3722de7-dddf-4d72-a24c-051d14919c5a\",\r\n \"scenarioName\": \"UpdateVmProperties\",\r\n \"friendlyName\": \"Update the virtual machine\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"7003f509-5490-4931-aa69-ceeec2ce106f\",\r\n \"name\": \"UpdateVmPropertiesTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Update the virtual machine properties\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T11:00:49.7211757Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2aVM330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/726f2979-5518-432d-87ab-a8c5c4739806?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvNzI2ZjI5NzktNTUxOC00MzJkLTg3YWItYThjNWM0NzM5ODA2P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "78403c08-a951-4aee-9589-6d61fffaee8c-2020-06-26 11:00:50Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165650441)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770450441)\\/\",\"ClientRequestId\":\"78403c08-a951-4aee-9589-6d61fffaee8c-2020-06-26 11:00:50Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"I8B577m1tr5QfJR+T+p1WS93bmXmT9saWjO5nGqn8DQ=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11726" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/726f2979-5518-432d-87ab-a8c5c4739806" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "78403c08-a951-4aee-9589-6d61fffaee8c-2020-06-26 11:00:50Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "d0ace7bd-d11c-4207-bf36-f2147890a7a5" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110050Z:d0ace7bd-d11c-4207-bf36-f2147890a7a5" + ], + "Date": [ + "Fri, 26 Jun 2020 11:00:49 GMT" + ], + "Content-Length": [ + "1893" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/726f2979-5518-432d-87ab-a8c5c4739806\",\r\n \"name\": \"726f2979-5518-432d-87ab-a8c5c4739806\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"3fc1fefd-7851-4a2a-b75d-5e318e1875bb-2020-06-26 11:00:49Z-Ps ActivityId: b3722de7-dddf-4d72-a24c-051d14919c5a\",\r\n \"scenarioName\": \"UpdateVmProperties\",\r\n \"friendlyName\": \"Update the virtual machine\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"7003f509-5490-4931-aa69-ceeec2ce106f\",\r\n \"name\": \"UpdateVmPropertiesTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Update the virtual machine properties\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T11:00:49.7211757Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2aVM330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/726f2979-5518-432d-87ab-a8c5c4739806?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvNzI2ZjI5NzktNTUxOC00MzJkLTg3YWItYThjNWM0NzM5ODA2P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ad14438a-4bf1-4b69-a28a-9efd625f2a8f-2020-06-26 11:01:10Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165670773)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770470773)\\/\",\"ClientRequestId\":\"ad14438a-4bf1-4b69-a28a-9efd625f2a8f-2020-06-26 11:01:10Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"NMay8WGXK8Zn/HMDOvsdyeYLrj50cc+M0bklV9ZX8YE=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11725" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/726f2979-5518-432d-87ab-a8c5c4739806" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "ad14438a-4bf1-4b69-a28a-9efd625f2a8f-2020-06-26 11:01:10Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "ac24eb70-98f4-45a1-8890-668a75d3abfa" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110111Z:ac24eb70-98f4-45a1-8890-668a75d3abfa" + ], + "Date": [ + "Fri, 26 Jun 2020 11:01:10 GMT" + ], + "Content-Length": [ + "1940" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/726f2979-5518-432d-87ab-a8c5c4739806\",\r\n \"name\": \"726f2979-5518-432d-87ab-a8c5c4739806\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"3fc1fefd-7851-4a2a-b75d-5e318e1875bb-2020-06-26 11:00:49Z-Ps ActivityId: b3722de7-dddf-4d72-a24c-051d14919c5a\",\r\n \"scenarioName\": \"UpdateVmProperties\",\r\n \"friendlyName\": \"Update the virtual machine\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"7003f509-5490-4931-aa69-ceeec2ce106f\",\r\n \"name\": \"UpdateVmPropertiesTask\",\r\n \"startTime\": \"2020-06-26T11:00:49.9378293Z\",\r\n \"endTime\": \"2020-06-26T11:00:51.5786029Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Update the virtual machine properties\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T11:00:49.7211757Z\",\r\n \"endTime\": \"2020-06-26T11:00:51Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2aVM330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2avm330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationProtectionContainers/A2APrimaryContainer330/replicationProtectedItems/a2aVM330/unplannedFailover?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkZhYnJpY3MvYTJhUHJpbWFyeUZhYnJpYzMzMC9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL0EyQVByaW1hcnlDb250YWluZXIzMzAvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9hMmFWTTMzMC91bnBsYW5uZWRGYWlsb3Zlcj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"properties\": {\r\n \"failoverDirection\": \"PrimaryToRecovery\",\r\n \"sourceSiteOperations\": \"Required\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"A2A\"\r\n }\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "82157092-2f15-470f-8c9e-9de4d642cf26-2020-06-26 11:01:11Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165671600)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770471600)\\/\",\"ClientRequestId\":\"82157092-2f15-470f-8c9e-9de4d642cf26-2020-06-26 11:01:11Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"O/51nnc2/Kz5K4JdDIW3AUAtkfJJc3S8BHENZivLDbs=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "186" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationFabrics/a2aPrimaryFabric330/replicationProtectionContainers/A2APrimaryContainer330/replicationProtectedItems/a2aVM330/operationresults/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa?api-version=2018-07-10" + ], + "Retry-After": [ + "30" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa", + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationOperationStatus/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa?api-version=2018-07-10" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "82157092-2f15-470f-8c9e-9de4d642cf26-2020-06-26 11:01:11Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "0a393269-4af2-48d0-aec2-1ddc1e13c372" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110112Z:0a393269-4af2-48d0-aec2-1ddc1e13c372" + ], + "Date": [ + "Fri, 26 Jun 2020 11:01:12 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvMzk2NGZjZTgtY2JkMi00YWNhLWE2NGQtMjNlZDdiY2JiM2FhP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "83b1d02c-6d7f-46f4-91b5-d26a734d92b1-2020-06-26 11:01:12Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165672733)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770472733)\\/\",\"ClientRequestId\":\"83b1d02c-6d7f-46f4-91b5-d26a734d92b1-2020-06-26 11:01:12Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"DxbYbpXApctPjflMvUOWShpUuz2xcsynFwNh8x24w+o=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11723" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "83b1d02c-6d7f-46f4-91b5-d26a734d92b1-2020-06-26 11:01:12Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "1834e55c-767f-4e99-a879-7327828543e3" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110113Z:1834e55c-767f-4e99-a879-7327828543e3" + ], + "Date": [ + "Fri, 26 Jun 2020 11:01:12 GMT" + ], + "Content-Length": [ + "3374" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa\",\r\n \"name\": \"3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"82157092-2f15-470f-8c9e-9de4d642cf26-2020-06-26 11:01:11Z-Ps ActivityId: 0a393269-4af2-48d0-aec2-1ddc1e13c372\",\r\n \"scenarioName\": \"UnplannedFailover\",\r\n \"friendlyName\": \"Failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"UnplannedFailoverPreflightChecksTask\",\r\n \"name\": \"VmUfoPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T11:01:12.6385567Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"ShutdownVmOnPrimaryForUFO\",\r\n \"name\": \"VmShutdownVmOnPrimary\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shut down the virtual machine\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"PrepareForUnPlannedFailoverTask\",\r\n \"name\": \"VmPrepareForUnPlannedFailover\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Synchronizing the latest changes\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverTask\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start failover\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartVmOnSecondary\",\r\n \"name\": \"VmFoStartVmOnSecondary\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start the replica virtual machine\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T11:01:12.4126029Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2aVM330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"FailoverJobDetails\",\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2aVM330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvMzk2NGZjZTgtY2JkMi00YWNhLWE2NGQtMjNlZDdiY2JiM2FhP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9327147a-dc3d-426f-9960-1b2666a66d3e-2020-06-26 11:01:13Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165673097)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770473097)\\/\",\"ClientRequestId\":\"9327147a-dc3d-426f-9960-1b2666a66d3e-2020-06-26 11:01:13Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"dim8JPUUMwpByv9KlhefkLOWsMkm3BUk1BJCErxA10w=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11722" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "9327147a-dc3d-426f-9960-1b2666a66d3e-2020-06-26 11:01:13Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "d2f5dbc3-1b3d-4449-94ed-1fdff0384cc1" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110113Z:d2f5dbc3-1b3d-4449-94ed-1fdff0384cc1" + ], + "Date": [ + "Fri, 26 Jun 2020 11:01:13 GMT" + ], + "Content-Length": [ + "3374" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa\",\r\n \"name\": \"3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"82157092-2f15-470f-8c9e-9de4d642cf26-2020-06-26 11:01:11Z-Ps ActivityId: 0a393269-4af2-48d0-aec2-1ddc1e13c372\",\r\n \"scenarioName\": \"UnplannedFailover\",\r\n \"friendlyName\": \"Failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"UnplannedFailoverPreflightChecksTask\",\r\n \"name\": \"VmUfoPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T11:01:12.6385567Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"ShutdownVmOnPrimaryForUFO\",\r\n \"name\": \"VmShutdownVmOnPrimary\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shut down the virtual machine\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"PrepareForUnPlannedFailoverTask\",\r\n \"name\": \"VmPrepareForUnPlannedFailover\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Synchronizing the latest changes\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverTask\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start failover\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartVmOnSecondary\",\r\n \"name\": \"VmFoStartVmOnSecondary\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start the replica virtual machine\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T11:01:12.4126029Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2aVM330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"FailoverJobDetails\",\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2aVM330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvMzk2NGZjZTgtY2JkMi00YWNhLWE2NGQtMjNlZDdiY2JiM2FhP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "407a5843-bc0b-4829-8db8-72863519fbe8-2020-06-26 11:01:33Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165693439)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770493439)\\/\",\"ClientRequestId\":\"407a5843-bc0b-4829-8db8-72863519fbe8-2020-06-26 11:01:33Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"Vi2/NbUEbLeCE+0wUc/YZoMwhO9uDhGmH5y/Uwn0pcE=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11721" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "407a5843-bc0b-4829-8db8-72863519fbe8-2020-06-26 11:01:33Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "b0873832-f7a8-41de-a391-e60a30a53452" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110133Z:b0873832-f7a8-41de-a391-e60a30a53452" + ], + "Date": [ + "Fri, 26 Jun 2020 11:01:33 GMT" + ], + "Content-Length": [ + "3390" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa\",\r\n \"name\": \"3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"82157092-2f15-470f-8c9e-9de4d642cf26-2020-06-26 11:01:11Z-Ps ActivityId: 0a393269-4af2-48d0-aec2-1ddc1e13c372\",\r\n \"scenarioName\": \"UnplannedFailover\",\r\n \"friendlyName\": \"Failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"UnplannedFailoverPreflightChecksTask\",\r\n \"name\": \"VmUfoPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T11:01:18.3418859Z\",\r\n \"endTime\": \"2020-06-26T11:01:18.5607158Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"ShutdownVmOnPrimaryForUFO\",\r\n \"name\": \"VmShutdownVmOnPrimary\",\r\n \"startTime\": \"2020-06-26T11:01:18.5607158Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shut down the virtual machine\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"PrepareForUnPlannedFailoverTask\",\r\n \"name\": \"VmPrepareForUnPlannedFailover\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Synchronizing the latest changes\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverTask\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start failover\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartVmOnSecondary\",\r\n \"name\": \"VmFoStartVmOnSecondary\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start the replica virtual machine\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T11:01:12.4126029Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2aVM330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"FailoverJobDetails\",\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2aVM330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvMzk2NGZjZTgtY2JkMi00YWNhLWE2NGQtMjNlZDdiY2JiM2FhP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "16e853f4-d51a-44f7-9207-98dbf4da321d-2020-06-26 11:01:53Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165713806)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770513806)\\/\",\"ClientRequestId\":\"16e853f4-d51a-44f7-9207-98dbf4da321d-2020-06-26 11:01:53Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"+qZTelMzdZJEo3lulzIHOIA6MbqzmTCJUgQTx4XsQXs=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "16e853f4-d51a-44f7-9207-98dbf4da321d-2020-06-26 11:01:53Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11720" + ], + "x-ms-correlation-request-id": [ + "8cc5a4ba-6755-435f-b310-c679de2a16b5" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110154Z:8cc5a4ba-6755-435f-b310-c679de2a16b5" + ], + "Date": [ + "Fri, 26 Jun 2020 11:01:53 GMT" + ], + "Content-Length": [ + "3390" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa\",\r\n \"name\": \"3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"82157092-2f15-470f-8c9e-9de4d642cf26-2020-06-26 11:01:11Z-Ps ActivityId: 0a393269-4af2-48d0-aec2-1ddc1e13c372\",\r\n \"scenarioName\": \"UnplannedFailover\",\r\n \"friendlyName\": \"Failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"UnplannedFailoverPreflightChecksTask\",\r\n \"name\": \"VmUfoPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T11:01:18.3418859Z\",\r\n \"endTime\": \"2020-06-26T11:01:49.0331754Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"ShutdownVmOnPrimaryForUFO\",\r\n \"name\": \"VmShutdownVmOnPrimary\",\r\n \"startTime\": \"2020-06-26T11:01:49.0331754Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shut down the virtual machine\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"PrepareForUnPlannedFailoverTask\",\r\n \"name\": \"VmPrepareForUnPlannedFailover\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Synchronizing the latest changes\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverTask\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start failover\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartVmOnSecondary\",\r\n \"name\": \"VmFoStartVmOnSecondary\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start the replica virtual machine\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T11:01:12.4126029Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2aVM330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"FailoverJobDetails\",\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2aVM330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvMzk2NGZjZTgtY2JkMi00YWNhLWE2NGQtMjNlZDdiY2JiM2FhP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "20aed4ac-fbbe-4e60-a836-ec3064959b3a-2020-06-26 11:02:14Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165734205)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770534205)\\/\",\"ClientRequestId\":\"20aed4ac-fbbe-4e60-a836-ec3064959b3a-2020-06-26 11:02:14Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"93wCXCFmIg7fHs/gqehTjJU/UXSyhSRLl65JUci3Bbc=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11719" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "20aed4ac-fbbe-4e60-a836-ec3064959b3a-2020-06-26 11:02:14Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "1de5dceb-5307-43cb-9ec8-75132e1d6739" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110214Z:1de5dceb-5307-43cb-9ec8-75132e1d6739" + ], + "Date": [ + "Fri, 26 Jun 2020 11:02:13 GMT" + ], + "Content-Length": [ + "3390" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa\",\r\n \"name\": \"3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"82157092-2f15-470f-8c9e-9de4d642cf26-2020-06-26 11:01:11Z-Ps ActivityId: 0a393269-4af2-48d0-aec2-1ddc1e13c372\",\r\n \"scenarioName\": \"UnplannedFailover\",\r\n \"friendlyName\": \"Failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"UnplannedFailoverPreflightChecksTask\",\r\n \"name\": \"VmUfoPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T11:01:18.3418859Z\",\r\n \"endTime\": \"2020-06-26T11:01:49.0331754Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"ShutdownVmOnPrimaryForUFO\",\r\n \"name\": \"VmShutdownVmOnPrimary\",\r\n \"startTime\": \"2020-06-26T11:01:49.0331754Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shut down the virtual machine\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"PrepareForUnPlannedFailoverTask\",\r\n \"name\": \"VmPrepareForUnPlannedFailover\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Synchronizing the latest changes\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverTask\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start failover\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartVmOnSecondary\",\r\n \"name\": \"VmFoStartVmOnSecondary\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start the replica virtual machine\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T11:01:12.4126029Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2aVM330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"FailoverJobDetails\",\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2aVM330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvMzk2NGZjZTgtY2JkMi00YWNhLWE2NGQtMjNlZDdiY2JiM2FhP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ec541d02-9ad6-4b90-b35c-1565823e970d-2020-06-26 11:02:34Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165754561)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770554561)\\/\",\"ClientRequestId\":\"ec541d02-9ad6-4b90-b35c-1565823e970d-2020-06-26 11:02:34Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"h4+KVYu5Xyr6pWEXpjGbN9dtXQWSKAhoVaT+veE0c8c=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11718" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "ec541d02-9ad6-4b90-b35c-1565823e970d-2020-06-26 11:02:34Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "7ed4b66b-2d4b-4a45-b897-8d39be317a27" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110234Z:7ed4b66b-2d4b-4a45-b897-8d39be317a27" + ], + "Date": [ + "Fri, 26 Jun 2020 11:02:33 GMT" + ], + "Content-Length": [ + "3390" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa\",\r\n \"name\": \"3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"82157092-2f15-470f-8c9e-9de4d642cf26-2020-06-26 11:01:11Z-Ps ActivityId: 0a393269-4af2-48d0-aec2-1ddc1e13c372\",\r\n \"scenarioName\": \"UnplannedFailover\",\r\n \"friendlyName\": \"Failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"UnplannedFailoverPreflightChecksTask\",\r\n \"name\": \"VmUfoPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T11:01:18.3418859Z\",\r\n \"endTime\": \"2020-06-26T11:01:49.0331754Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"ShutdownVmOnPrimaryForUFO\",\r\n \"name\": \"VmShutdownVmOnPrimary\",\r\n \"startTime\": \"2020-06-26T11:01:49.0331754Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shut down the virtual machine\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"PrepareForUnPlannedFailoverTask\",\r\n \"name\": \"VmPrepareForUnPlannedFailover\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Synchronizing the latest changes\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverTask\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start failover\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartVmOnSecondary\",\r\n \"name\": \"VmFoStartVmOnSecondary\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start the replica virtual machine\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T11:01:12.4126029Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2aVM330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"FailoverJobDetails\",\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2aVM330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvMzk2NGZjZTgtY2JkMi00YWNhLWE2NGQtMjNlZDdiY2JiM2FhP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "16199e8e-bbbf-421b-ae8b-0515abe14451-2020-06-26 11:02:54Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165774903)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770574903)\\/\",\"ClientRequestId\":\"16199e8e-bbbf-421b-ae8b-0515abe14451-2020-06-26 11:02:54Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"XFQq5Uzb5JjAWE4OxH4j3VTW9Bwf3fPQPPssaz9icG0=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11717" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "16199e8e-bbbf-421b-ae8b-0515abe14451-2020-06-26 11:02:54Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "84aeccf0-d949-44d2-9765-4c86fd94fecf" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110255Z:84aeccf0-d949-44d2-9765-4c86fd94fecf" + ], + "Date": [ + "Fri, 26 Jun 2020 11:02:54 GMT" + ], + "Content-Length": [ + "3407" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa\",\r\n \"name\": \"3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"82157092-2f15-470f-8c9e-9de4d642cf26-2020-06-26 11:01:11Z-Ps ActivityId: 0a393269-4af2-48d0-aec2-1ddc1e13c372\",\r\n \"scenarioName\": \"UnplannedFailover\",\r\n \"friendlyName\": \"Failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"UnplannedFailoverPreflightChecksTask\",\r\n \"name\": \"VmUfoPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T11:01:18.3418859Z\",\r\n \"endTime\": \"2020-06-26T11:01:49.0331754Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"ShutdownVmOnPrimaryForUFO\",\r\n \"name\": \"VmShutdownVmOnPrimary\",\r\n \"startTime\": \"2020-06-26T11:01:49.0331754Z\",\r\n \"endTime\": \"2020-06-26T11:02:50.7659998Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shut down the virtual machine\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"PrepareForUnPlannedFailoverTask\",\r\n \"name\": \"VmPrepareForUnPlannedFailover\",\r\n \"startTime\": \"2020-06-26T11:02:50.7659998Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Synchronizing the latest changes\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverTask\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"2020-06-26T11:02:51.3128858Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartVmOnSecondary\",\r\n \"name\": \"VmFoStartVmOnSecondary\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start the replica virtual machine\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T11:01:12.4126029Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2aVM330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"FailoverJobDetails\",\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2aVM330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvMzk2NGZjZTgtY2JkMi00YWNhLWE2NGQtMjNlZDdiY2JiM2FhP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5402dbbf-6d4f-4342-b994-c0ba913ab2b8-2020-06-26 11:03:15Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165795235)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770595235)\\/\",\"ClientRequestId\":\"5402dbbf-6d4f-4342-b994-c0ba913ab2b8-2020-06-26 11:03:15Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"8P6zZYVWCp18JLtRgUVMOw/29AyXrR3v6wZ6lWEhWFQ=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11716" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "5402dbbf-6d4f-4342-b994-c0ba913ab2b8-2020-06-26 11:03:15Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "ced61458-84c6-4b68-874e-5baceaf87cd3" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110315Z:ced61458-84c6-4b68-874e-5baceaf87cd3" + ], + "Date": [ + "Fri, 26 Jun 2020 11:03:14 GMT" + ], + "Content-Length": [ + "3407" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa\",\r\n \"name\": \"3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"82157092-2f15-470f-8c9e-9de4d642cf26-2020-06-26 11:01:11Z-Ps ActivityId: 0a393269-4af2-48d0-aec2-1ddc1e13c372\",\r\n \"scenarioName\": \"UnplannedFailover\",\r\n \"friendlyName\": \"Failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"UnplannedFailoverPreflightChecksTask\",\r\n \"name\": \"VmUfoPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T11:01:18.3418859Z\",\r\n \"endTime\": \"2020-06-26T11:01:49.0331754Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"ShutdownVmOnPrimaryForUFO\",\r\n \"name\": \"VmShutdownVmOnPrimary\",\r\n \"startTime\": \"2020-06-26T11:01:49.0331754Z\",\r\n \"endTime\": \"2020-06-26T11:02:50.7659998Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shut down the virtual machine\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"PrepareForUnPlannedFailoverTask\",\r\n \"name\": \"VmPrepareForUnPlannedFailover\",\r\n \"startTime\": \"2020-06-26T11:02:50.7659998Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Synchronizing the latest changes\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverTask\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"2020-06-26T11:02:51.3128858Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartVmOnSecondary\",\r\n \"name\": \"VmFoStartVmOnSecondary\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start the replica virtual machine\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T11:01:12.4126029Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2aVM330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"FailoverJobDetails\",\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2aVM330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvMzk2NGZjZTgtY2JkMi00YWNhLWE2NGQtMjNlZDdiY2JiM2FhP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f5e7c404-dae3-48dd-b7a1-26ada00f6b6d-2020-06-26 11:03:35Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165815590)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770615590)\\/\",\"ClientRequestId\":\"f5e7c404-dae3-48dd-b7a1-26ada00f6b6d-2020-06-26 11:03:35Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"VUNPIIkebLHnC0O8rt8gCBTTMdL01F5kts80J2CBl6Y=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11715" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "f5e7c404-dae3-48dd-b7a1-26ada00f6b6d-2020-06-26 11:03:35Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "5168adfd-989a-4a20-87bd-f26b336f25c3" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110335Z:5168adfd-989a-4a20-87bd-f26b336f25c3" + ], + "Date": [ + "Fri, 26 Jun 2020 11:03:34 GMT" + ], + "Content-Length": [ + "3407" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa\",\r\n \"name\": \"3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"82157092-2f15-470f-8c9e-9de4d642cf26-2020-06-26 11:01:11Z-Ps ActivityId: 0a393269-4af2-48d0-aec2-1ddc1e13c372\",\r\n \"scenarioName\": \"UnplannedFailover\",\r\n \"friendlyName\": \"Failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"UnplannedFailoverPreflightChecksTask\",\r\n \"name\": \"VmUfoPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T11:01:18.3418859Z\",\r\n \"endTime\": \"2020-06-26T11:01:49.0331754Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"ShutdownVmOnPrimaryForUFO\",\r\n \"name\": \"VmShutdownVmOnPrimary\",\r\n \"startTime\": \"2020-06-26T11:01:49.0331754Z\",\r\n \"endTime\": \"2020-06-26T11:02:50.7659998Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shut down the virtual machine\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"PrepareForUnPlannedFailoverTask\",\r\n \"name\": \"VmPrepareForUnPlannedFailover\",\r\n \"startTime\": \"2020-06-26T11:02:50.7659998Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Synchronizing the latest changes\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverTask\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"2020-06-26T11:02:51.3128858Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartVmOnSecondary\",\r\n \"name\": \"VmFoStartVmOnSecondary\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start the replica virtual machine\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T11:01:12.4126029Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2aVM330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"FailoverJobDetails\",\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2aVM330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvMzk2NGZjZTgtY2JkMi00YWNhLWE2NGQtMjNlZDdiY2JiM2FhP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "360b0987-b0a9-4632-b41c-a648719feaf8-2020-06-26 11:03:55Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165835921)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770635921)\\/\",\"ClientRequestId\":\"360b0987-b0a9-4632-b41c-a648719feaf8-2020-06-26 11:03:55Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"kEmU1zBisW17kTxTyg2uwzSX/78ygDiIkY7F80zH/EM=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11714" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "360b0987-b0a9-4632-b41c-a648719feaf8-2020-06-26 11:03:55Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "d7657276-ff19-4b0f-85e2-e333ca06bbf9" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110356Z:d7657276-ff19-4b0f-85e2-e333ca06bbf9" + ], + "Date": [ + "Fri, 26 Jun 2020 11:03:56 GMT" + ], + "Content-Length": [ + "3407" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa\",\r\n \"name\": \"3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"82157092-2f15-470f-8c9e-9de4d642cf26-2020-06-26 11:01:11Z-Ps ActivityId: 0a393269-4af2-48d0-aec2-1ddc1e13c372\",\r\n \"scenarioName\": \"UnplannedFailover\",\r\n \"friendlyName\": \"Failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"UnplannedFailoverPreflightChecksTask\",\r\n \"name\": \"VmUfoPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T11:01:18.3418859Z\",\r\n \"endTime\": \"2020-06-26T11:01:49.0331754Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"ShutdownVmOnPrimaryForUFO\",\r\n \"name\": \"VmShutdownVmOnPrimary\",\r\n \"startTime\": \"2020-06-26T11:01:49.0331754Z\",\r\n \"endTime\": \"2020-06-26T11:02:50.7659998Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shut down the virtual machine\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"PrepareForUnPlannedFailoverTask\",\r\n \"name\": \"VmPrepareForUnPlannedFailover\",\r\n \"startTime\": \"2020-06-26T11:02:50.7659998Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Synchronizing the latest changes\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverTask\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"2020-06-26T11:02:51.3128858Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartVmOnSecondary\",\r\n \"name\": \"VmFoStartVmOnSecondary\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start the replica virtual machine\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T11:01:12.4126029Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2aVM330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"FailoverJobDetails\",\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2aVM330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvMzk2NGZjZTgtY2JkMi00YWNhLWE2NGQtMjNlZDdiY2JiM2FhP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "73224565-af15-432a-8470-de97bb328a9e-2020-06-26 11:04:16Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165856250)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770656250)\\/\",\"ClientRequestId\":\"73224565-af15-432a-8470-de97bb328a9e-2020-06-26 11:04:16Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"Da8Cz2IUncShRP8NWH/d5l57nYM0Lxuy+bR1hm889sE=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11713" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "73224565-af15-432a-8470-de97bb328a9e-2020-06-26 11:04:16Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "3ee0ddf6-f961-4f2a-a921-ad229a38ccf9" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110416Z:3ee0ddf6-f961-4f2a-a921-ad229a38ccf9" + ], + "Date": [ + "Fri, 26 Jun 2020 11:04:16 GMT" + ], + "Content-Length": [ + "3407" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa\",\r\n \"name\": \"3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"82157092-2f15-470f-8c9e-9de4d642cf26-2020-06-26 11:01:11Z-Ps ActivityId: 0a393269-4af2-48d0-aec2-1ddc1e13c372\",\r\n \"scenarioName\": \"UnplannedFailover\",\r\n \"friendlyName\": \"Failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"UnplannedFailoverPreflightChecksTask\",\r\n \"name\": \"VmUfoPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T11:01:18.3418859Z\",\r\n \"endTime\": \"2020-06-26T11:01:49.0331754Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"ShutdownVmOnPrimaryForUFO\",\r\n \"name\": \"VmShutdownVmOnPrimary\",\r\n \"startTime\": \"2020-06-26T11:01:49.0331754Z\",\r\n \"endTime\": \"2020-06-26T11:02:50.7659998Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shut down the virtual machine\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"PrepareForUnPlannedFailoverTask\",\r\n \"name\": \"VmPrepareForUnPlannedFailover\",\r\n \"startTime\": \"2020-06-26T11:02:50.7659998Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Synchronizing the latest changes\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverTask\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"2020-06-26T11:02:51.3128858Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartVmOnSecondary\",\r\n \"name\": \"VmFoStartVmOnSecondary\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start the replica virtual machine\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T11:01:12.4126029Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2aVM330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"FailoverJobDetails\",\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2aVM330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvMzk2NGZjZTgtY2JkMi00YWNhLWE2NGQtMjNlZDdiY2JiM2FhP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2df9f86f-fceb-404e-b721-f1c408ae90a2-2020-06-26 11:04:36Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165876592)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770676592)\\/\",\"ClientRequestId\":\"2df9f86f-fceb-404e-b721-f1c408ae90a2-2020-06-26 11:04:36Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"lNZ33wVbTFd8pwxleMDJ8xDhIpa6ZTdrqDGZx2JK7IM=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11712" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "2df9f86f-fceb-404e-b721-f1c408ae90a2-2020-06-26 11:04:36Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "59a75611-5c89-4b24-b021-026836c437db" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110436Z:59a75611-5c89-4b24-b021-026836c437db" + ], + "Date": [ + "Fri, 26 Jun 2020 11:04:36 GMT" + ], + "Content-Length": [ + "3407" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa\",\r\n \"name\": \"3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"82157092-2f15-470f-8c9e-9de4d642cf26-2020-06-26 11:01:11Z-Ps ActivityId: 0a393269-4af2-48d0-aec2-1ddc1e13c372\",\r\n \"scenarioName\": \"UnplannedFailover\",\r\n \"friendlyName\": \"Failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"UnplannedFailoverPreflightChecksTask\",\r\n \"name\": \"VmUfoPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T11:01:18.3418859Z\",\r\n \"endTime\": \"2020-06-26T11:01:49.0331754Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"ShutdownVmOnPrimaryForUFO\",\r\n \"name\": \"VmShutdownVmOnPrimary\",\r\n \"startTime\": \"2020-06-26T11:01:49.0331754Z\",\r\n \"endTime\": \"2020-06-26T11:02:50.7659998Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shut down the virtual machine\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"PrepareForUnPlannedFailoverTask\",\r\n \"name\": \"VmPrepareForUnPlannedFailover\",\r\n \"startTime\": \"2020-06-26T11:02:50.7659998Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Synchronizing the latest changes\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverTask\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"2020-06-26T11:02:51.3128858Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartVmOnSecondary\",\r\n \"name\": \"VmFoStartVmOnSecondary\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start the replica virtual machine\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T11:01:12.4126029Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2aVM330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"FailoverJobDetails\",\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2aVM330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvMzk2NGZjZTgtY2JkMi00YWNhLWE2NGQtMjNlZDdiY2JiM2FhP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b16238c1-5eda-49c7-9547-2f75bfdaffe8-2020-06-26 11:04:56Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165896956)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770696956)\\/\",\"ClientRequestId\":\"b16238c1-5eda-49c7-9547-2f75bfdaffe8-2020-06-26 11:04:56Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"5YUJKlDmwYrPL5yUYuXpjm7MZodxdBjO8r/IqlNvoA0=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11711" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "b16238c1-5eda-49c7-9547-2f75bfdaffe8-2020-06-26 11:04:56Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "a9c0d126-2568-4534-b00e-496fd6573e6d" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110457Z:a9c0d126-2568-4534-b00e-496fd6573e6d" + ], + "Date": [ + "Fri, 26 Jun 2020 11:04:56 GMT" + ], + "Content-Length": [ + "3407" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa\",\r\n \"name\": \"3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"82157092-2f15-470f-8c9e-9de4d642cf26-2020-06-26 11:01:11Z-Ps ActivityId: 0a393269-4af2-48d0-aec2-1ddc1e13c372\",\r\n \"scenarioName\": \"UnplannedFailover\",\r\n \"friendlyName\": \"Failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"UnplannedFailoverPreflightChecksTask\",\r\n \"name\": \"VmUfoPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T11:01:18.3418859Z\",\r\n \"endTime\": \"2020-06-26T11:01:49.0331754Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"ShutdownVmOnPrimaryForUFO\",\r\n \"name\": \"VmShutdownVmOnPrimary\",\r\n \"startTime\": \"2020-06-26T11:01:49.0331754Z\",\r\n \"endTime\": \"2020-06-26T11:02:50.7659998Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shut down the virtual machine\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"PrepareForUnPlannedFailoverTask\",\r\n \"name\": \"VmPrepareForUnPlannedFailover\",\r\n \"startTime\": \"2020-06-26T11:02:50.7659998Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Synchronizing the latest changes\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverTask\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"2020-06-26T11:02:51.3128858Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartVmOnSecondary\",\r\n \"name\": \"VmFoStartVmOnSecondary\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start the replica virtual machine\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T11:01:12.4126029Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2aVM330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"FailoverJobDetails\",\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2aVM330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa?api-version=2018-07-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvNTA5MDk5YjItOWQyYy00NjM2LWI0M2UtYmQ1Y2FmYjZiZTY5L3Jlc291cmNlR3JvdXBzL0EyQVBvd2Vyc2hlbGxUZXN0UmczMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9BMkFQb3dlcnNoZWxsVGVzdDMzMC9yZXBsaWNhdGlvbkpvYnMvMzk2NGZjZTgtY2JkMi00YWNhLWE2NGQtMjNlZDdiY2JiM2FhP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "29019933-68a3-40e3-ba3b-56f0dc0cd280-2020-06-26 11:05:17Z-Ps" + ], + "Accept-Language": [ + "en-US" + ], + "Agent-Authentication": [ + "{\"NotBeforeTimestamp\":\"\\/Date(1593165917308)\\/\",\"NotAfterTimestamp\":\"\\/Date(1593770717308)\\/\",\"ClientRequestId\":\"29019933-68a3-40e3-ba3b-56f0dc0cd280-2020-06-26 11:05:17Z-Ps\",\"HashFunction\":\"HMACSHA256\",\"Hmac\":\"oOQ1efINwenXccDl5y+wRzpjpOglWKJPWEfUn3q1E4Q=\",\"Version\":{\"Major\":1,\"Minor\":2,\"Build\":-1,\"Revision\":-1,\"MajorRevision\":-1,\"MinorRevision\":-1},\"PropertyBag\":{}}" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11710" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "x-ms-request-id": [ + "/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "29019933-68a3-40e3-ba3b-56f0dc0cd280-2020-06-26 11:05:17Z-Ps" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-correlation-request-id": [ + "d23ca200-e67f-499e-8046-cb2f9d0f868a" + ], + "x-ms-routing-request-id": [ + "SOUTHINDIA:20200626T110517Z:d23ca200-e67f-499e-8046-cb2f9d0f868a" + ], + "Date": [ + "Fri, 26 Jun 2020 11:05:17 GMT" + ], + "Content-Length": [ + "3781" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/A2APowershellTestRg330/providers/Microsoft.RecoveryServices/vaults/A2APowershellTest330/replicationJobs/3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa\",\r\n \"name\": \"3964fce8-cbd2-4aca-a64d-23ed7bcbb3aa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationJobs\",\r\n \"properties\": {\r\n \"activityId\": \"82157092-2f15-470f-8c9e-9de4d642cf26-2020-06-26 11:01:11Z-Ps ActivityId: 0a393269-4af2-48d0-aec2-1ddc1e13c372\",\r\n \"scenarioName\": \"UnplannedFailover\",\r\n \"friendlyName\": \"Failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"UnplannedFailoverPreflightChecksTask\",\r\n \"name\": \"VmUfoPrerequisitesCheck\",\r\n \"startTime\": \"2020-06-26T11:01:18.3418859Z\",\r\n \"endTime\": \"2020-06-26T11:01:49.0331754Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"ShutdownVmOnPrimaryForUFO\",\r\n \"name\": \"VmShutdownVmOnPrimary\",\r\n \"startTime\": \"2020-06-26T11:01:49.0331754Z\",\r\n \"endTime\": \"2020-06-26T11:02:50.7659998Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shut down the virtual machine\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"PrepareForUnPlannedFailoverTask\",\r\n \"name\": \"VmPrepareForUnPlannedFailover\",\r\n \"startTime\": \"2020-06-26T11:02:50.7659998Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Synchronizing the latest changes\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverTask\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"2020-06-26T11:02:51.3128858Z\",\r\n \"endTime\": \"2020-06-26T11:04:59.9713411Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"StartVmOnSecondary\",\r\n \"name\": \"VmFoStartVmOnSecondary\",\r\n \"startTime\": \"2020-06-26T11:04:59.9713411Z\",\r\n \"endTime\": \"2020-06-26T11:05:00.3618909Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start the replica virtual machine\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"TaskDetails\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2020-06-26T11:01:12.4126029Z\",\r\n \"endTime\": \"2020-06-26T11:05:00Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"targetObjectName\": \"a2aVM330\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"FailoverJobDetails\",\r\n \"protectedItemDetails\": [\r\n {\r\n \"name\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"friendlyName\": \"a2aVM330\",\r\n \"testVmName\": null,\r\n \"testVmFriendlyName\": null,\r\n \"networkConnectionStatus\": null,\r\n \"networkFriendlyName\": \"a2arecoverynetwork330\",\r\n \"subnet\": \"frontendSubnet\",\r\n \"recoveryPointId\": \"9bb541db-cd46-4363-be9e-357b5cf3992e\",\r\n \"recoveryPointTime\": \"2020-06-26T11:00:37.5386694Z\"\r\n }\r\n ],\r\n \"affectedObjectDetails\": {\r\n \"primaryVmId\": \"9f30636a-ecf5-524d-9f8b-d1d416973ded\",\r\n \"primaryVmName\": \"a2aVM330\",\r\n \"recoveryVmId\": \"\",\r\n \"recoveryVmName\": \"a2avm330\",\r\n \"protectionProfileId\": \"a09fa28c-4a6c-5a3c-9ec1-6eedd7be1e48\",\r\n \"primaryCloudId\": \"d63e8a4d-fda2-5a71-8da8-84154f703ab8\",\r\n \"primaryCloudName\": \"A2APrimaryContainer330\",\r\n \"recoveryCloudId\": \"346fb72e-4f28-530c-8145-27c186bd9326\",\r\n \"recoveryCloudName\": \"A2ARecoveryContainer330\",\r\n \"primaryVmmId\": \"19e73599-7df1-5bef-9575-433e79052c61\",\r\n \"primaryVmmName\": \"West US\",\r\n \"recoveryVmmId\": \"89f5cc37-b79b-53f0-b055-d624d9d99e11\",\r\n \"recoveryVmmName\": \"East US\",\r\n \"primaryFabricProviderId\": \"Azure\",\r\n \"recoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + } + ], + "Names": {}, + "Variables": { + "SubscriptionId": "509099b2-9d2c-4636-b43e-bd5cafb6be69", + "NamingSuffix": "41bc03a4-dc4b-4b36-8e07-5415c3a6b32a" + } +} \ No newline at end of file diff --git a/src/RecoveryServices/RecoveryServices.SiteRecovery/Models/PSObjects.cs b/src/RecoveryServices/RecoveryServices.SiteRecovery/Models/PSObjects.cs index 6ba37f3e4d79..bff9005722a2 100644 --- a/src/RecoveryServices/RecoveryServices.SiteRecovery/Models/PSObjects.cs +++ b/src/RecoveryServices/RecoveryServices.SiteRecovery/Models/PSObjects.cs @@ -936,6 +936,9 @@ public ASRVMNicDetails( this.VMNetworkName = vMNicDetails.VMNetworkName; this.VMSubnetName = vMNicDetails.VMSubnetName; this.RecoveryVMNetworkId = vMNicDetails.RecoveryVMNetworkId; + this.RecoveryNicName = vMNicDetails.RecoveryNicName; + this.RecoveryNicResourceGroupName = vMNicDetails.RecoveryNicResourceGroupName; + this.ReuseExistingNic = vMNicDetails.ReuseExistingNic; this.RecoveryVMSubnetName = vMNicDetails.RecoveryVMSubnetName; this.ReplicaNicStaticIPAddress = vMNicDetails.ReplicaNicStaticIPAddress; this.IpAddressType = vMNicDetails.IpAddressType; @@ -948,6 +951,9 @@ public ASRVMNicDetails( this.RecoveryLBBackendAddressPoolId = vMNicDetails.RecoveryLBBackendAddressPoolIds?.ToList() ?? new List(); this.TfoVMNetworkId = vMNicDetails.TfoVMNetworkId; + this.TfoNicName = vMNicDetails.TfoRecoveryNicName; + this.TfoNicResourceGroupName = vMNicDetails.TfoRecoveryNicResourceGroupName; + this.TfoReuseExistingNic = vMNicDetails.TfoReuseExistingNic; this.TfoVMSubnetName = vMNicDetails.TfoVMSubnetName; this.TfoNetworkSecurityGroupId = vMNicDetails.TfoNetworkSecurityGroupId; this.TfoIPConfigs = vMNicDetails.TfoIPConfigs?.ToList() ?? new List(); @@ -989,6 +995,21 @@ public ASRVMNicDetails( /// public string NicId { get; set; } + /// + /// Gets or sets the name of the recovery NIC. + /// + public string RecoveryNicName { get; set; } + + /// + /// Gets or sets the name of the recovery NIC resource group name. + /// + public string RecoveryNicResourceGroupName { get; set; } + + /// + /// Gets or sets whether an existing Nic can be used during failover. + /// + public bool? ReuseExistingNic { get; set; } + /// /// Gets or sets recovery VM network Id. /// @@ -1039,6 +1060,21 @@ public ASRVMNicDetails( /// public string TfoVMNetworkId { get; set; } + /// + /// Gets or sets name of the TFO Nic. + /// + public string TfoNicName { get; set; } + + /// + /// Gets or sets name of the TFO Nic resource group name. + /// + public string TfoNicResourceGroupName { get; set; } + + /// + /// Gets or sets whether an existing Nic can be used during TFO . + /// + public bool? TfoReuseExistingNic { get; set; } + /// /// Gets or sets test failover subnet name. /// @@ -2340,6 +2376,24 @@ public class ASRVMNicConfig [DataMember] public string RecoveryVMNetworkId { get; set; } + /// + /// Gets or sets the name of the recovery NIC. + /// + [DataMember] + public string RecoveryNicName { get; set; } + + /// + /// Gets or sets the name of the recovery NIC resource group name. + /// + [DataMember] + public string RecoveryNicResourceGroupName { get; set; } + + /// + /// Gets or sets whether an existing Nic can be used during failover. + /// + [DataMember] + public bool ReuseExistingNic { get; set; } + /// /// Gets or sets the name of the recovery VM subnet. /// @@ -2370,6 +2424,24 @@ public class ASRVMNicConfig [DataMember] public string TfoVMNetworkId { get; set; } + /// + /// Gets or sets name of the TFO Nic. + /// + [DataMember] + public string TfoNicName { get; set; } + + /// + /// Gets or sets name of the TFO Nic resource group name. + /// + [DataMember] + public string TfoNicResourceGroupName { get; set; } + + /// + /// Gets or sets whether an existing Nic can be used during TFO . + /// + [DataMember] + public bool TfoReuseExistingNic { get; set; } + /// /// Gets or sets the name of the test failover VM subnet. /// diff --git a/src/RecoveryServices/RecoveryServices.SiteRecovery/NetworkInterfaceCard/NewAzureRmAsrVmNicConfig.cs b/src/RecoveryServices/RecoveryServices.SiteRecovery/NetworkInterfaceCard/NewAzureRmAsrVmNicConfig.cs index bfdc5c3d12e7..96e3cdc13d6a 100644 --- a/src/RecoveryServices/RecoveryServices.SiteRecovery/NetworkInterfaceCard/NewAzureRmAsrVmNicConfig.cs +++ b/src/RecoveryServices/RecoveryServices.SiteRecovery/NetworkInterfaceCard/NewAzureRmAsrVmNicConfig.cs @@ -56,6 +56,33 @@ public class NewAzureRmAsrVmNicConfig : SiteRecoveryCmdletBase [ValidateNotNullOrEmpty] public string RecoveryVMNetworkId { get; set; } + /// + /// Gets or sets name of the recovery NIC. + /// + [Parameter(ParameterSetName = ASRParameterSets.AzureToAzure, + Mandatory = false, + HelpMessage = "Specifies the name of the recovery NIC.")] + [ValidateNotNullOrEmpty] + public string RecoveryNicName { get; set; } + + /// + /// Gets or sets name of the recovery NIC resource group name. + /// + [Parameter(ParameterSetName = ASRParameterSets.AzureToAzure, + Mandatory = false, + HelpMessage = "Specifies the name of the recovery NIC resource group.")] + [ValidateNotNullOrEmpty] + public string RecoveryNicResourceGroupName { get; set; } + + /// + /// Gets or sets whether an existing NIC can be used during failover. + /// + [Parameter(ParameterSetName = ASRParameterSets.AzureToAzure, + Mandatory = false, + HelpMessage = "Specifies whether an existing NIC can be used during failover.")] + [ValidateNotNullOrEmpty] + public SwitchParameter ReuseExistingNic { get; set; } + /// /// Gets or sets the name of the recovery VM subnet. /// @@ -119,6 +146,33 @@ public class NewAzureRmAsrVmNicConfig : SiteRecoveryCmdletBase [ValidateNotNullOrEmpty] public string TfoVMNetworkId { get; set; } + /// + /// Gets or sets name of the test failover NIC. + /// + [Parameter(ParameterSetName = ASRParameterSets.AzureToAzure, + Mandatory = false, + HelpMessage = "Specifies the name of the test failover NIC.")] + [ValidateNotNullOrEmpty] + public string TfoNicName { get; set; } + + /// + /// Gets or sets name of the test failover NIC resource group. + /// + [Parameter(ParameterSetName = ASRParameterSets.AzureToAzure, + Mandatory = false, + HelpMessage = "Specifies the name of the test failover NIC resource group.")] + [ValidateNotNullOrEmpty] + public string TfoNicResourceGroupName { get; set; } + + /// + /// Gets or sets whether an existing NIC can be reused during test failover. + /// + [Parameter(ParameterSetName = ASRParameterSets.AzureToAzure, + Mandatory = false, + HelpMessage = "Specifies whether an existing NIC can be used during test failover.")] + [ValidateNotNullOrEmpty] + public SwitchParameter TfoReuseExistingNic { get; set; } + /// /// Gets or sets the name of the test failover subnet. /// @@ -338,6 +392,9 @@ public override void ExecuteSiteRecoveryCmdlet() { NicId = this.NicId, RecoveryVMNetworkId = this.RecoveryVMNetworkId, + RecoveryNicName = this.RecoveryNicName, + RecoveryNicResourceGroupName = this.RecoveryNicResourceGroupName, + ReuseExistingNic = this.ReuseExistingNic, RecoveryVMSubnetName = this.RecoveryVMSubnetName, RecoveryNetworkSecurityGroupId = this.RecoveryNetworkSecurityGroupId, EnableAcceleratedNetworkingOnRecovery = @@ -356,6 +413,9 @@ public override void ExecuteSiteRecoveryCmdlet() }, TfoVMNetworkId = this.TfoVMNetworkId, + TfoNicName = this.TfoNicName, + TfoNicResourceGroupName = this.TfoNicResourceGroupName, + TfoReuseExistingNic = this.TfoReuseExistingNic, TfoVMSubnetName = this.TfoVMSubnetName, TfoNetworkSecurityGroupId = this.TfoNetworkSecurityGroupId, EnableAcceleratedNetworkingOnTfo = this.EnableAcceleratedNetworkingOnTfo, diff --git a/src/RecoveryServices/RecoveryServices.SiteRecovery/ReplicationProtectedItem/SetAzureRmRecoveryServicesAsrReplicationProtectedItem.cs b/src/RecoveryServices/RecoveryServices.SiteRecovery/ReplicationProtectedItem/SetAzureRmRecoveryServicesAsrReplicationProtectedItem.cs index 31233479d7dd..480a8a73ed97 100644 --- a/src/RecoveryServices/RecoveryServices.SiteRecovery/ReplicationProtectedItem/SetAzureRmRecoveryServicesAsrReplicationProtectedItem.cs +++ b/src/RecoveryServices/RecoveryServices.SiteRecovery/ReplicationProtectedItem/SetAzureRmRecoveryServicesAsrReplicationProtectedItem.cs @@ -723,6 +723,9 @@ private List getNicListToUpdate(IList vmNicList var vMNicInputDetails = new VMNicInputDetails(); vMNicInputDetails.NicId = nic.NicId; + vMNicInputDetails.RecoveryNicName = nic.RecoveryNicName; + vMNicInputDetails.RecoveryNicResourceGroupName = nic.RecoveryNicResourceGroupName; + vMNicInputDetails.ReuseExistingNic = nic.ReuseExistingNic; vMNicInputDetails.RecoveryVMSubnetName = nic.RecoveryVMSubnetName; vMNicInputDetails.EnableAcceleratedNetworkingOnRecovery = nic.EnableAcceleratedNetworkingOnRecovery; @@ -735,6 +738,9 @@ private List getNicListToUpdate(IList vmNicList vMNicInputDetails.RecoveryLBBackendAddressPoolIds = nic.RecoveryIPConfigs?.FirstOrDefault()?.LBBackendAddressPoolIds; + vMNicInputDetails.TfoNicName = nic.TfoNicName; + vMNicInputDetails.TfoNicResourceGroupName = nic.TfoNicResourceGroupName; + vMNicInputDetails.TfoReuseExistingNic = nic.TfoReuseExistingNic; vMNicInputDetails.TfoVMSubnetName = nic.TfoVMSubnetName; vMNicInputDetails.EnableAcceleratedNetworkingOnTfo = nic.EnableAcceleratedNetworkingOnTfo; diff --git a/src/RecoveryServices/RecoveryServices/ChangeLog.md b/src/RecoveryServices/RecoveryServices/ChangeLog.md index cf56c34a47b4..bd81152cf395 100644 --- a/src/RecoveryServices/RecoveryServices/ChangeLog.md +++ b/src/RecoveryServices/RecoveryServices/ChangeLog.md @@ -21,6 +21,7 @@ ## Version 2.10.0 * Azure Backup added support for fetching MAB items. +* Azure Site Recovery support to update failover and test failover NIC names, existing NIC reuse. * Azure Site Recovery supports disk type "StandardSSD_LRS" ## Version 2.9.1 diff --git a/src/RecoveryServices/RecoveryServices/help/New-AzRecoveryServicesAsrVMNicConfig.md b/src/RecoveryServices/RecoveryServices/help/New-AzRecoveryServicesAsrVMNicConfig.md index 12d9734fd64a..f2a80cb65d2c 100644 --- a/src/RecoveryServices/RecoveryServices/help/New-AzRecoveryServicesAsrVMNicConfig.md +++ b/src/RecoveryServices/RecoveryServices/help/New-AzRecoveryServicesAsrVMNicConfig.md @@ -14,12 +14,14 @@ Creates an ASR NIC config that contains the failover and test failover related c ``` New-AzRecoveryServicesAsrVMNicConfig -NicId -ReplicationProtectedItem - [-RecoveryVMNetworkId ] [-RecoveryVMSubnetName ] [-RecoveryNetworkSecurityGroupId ] + [-RecoveryVMNetworkId ] [-RecoveryNicName ] [-RecoveryNicResourceGroupName ] + [-ReuseExistingNic] [-RecoveryVMSubnetName ] [-RecoveryNetworkSecurityGroupId ] [-EnableAcceleratedNetworkingOnRecovery] [-RecoveryNicStaticIPAddress ] [-RecoveryPublicIPAddressId ] [-RecoveryLBBackendAddressPoolId ] [-TfoVMNetworkId ] - [-TfoVMSubnetName ] [-TfoNetworkSecurityGroupId ] [-EnableAcceleratedNetworkingOnTfo] - [-TfoNicStaticIPAddress ] [-TfoPublicIPAddressId ] [-TfoLBBackendAddressPoolId ] - [-DefaultProfile ] [] + [-TfoNicName ] [-TfoNicResourceGroupName ] [-TfoReuseExistingNic] [-TfoVMSubnetName ] + [-TfoNetworkSecurityGroupId ] [-EnableAcceleratedNetworkingOnTfo] [-TfoNicStaticIPAddress ] + [-TfoPublicIPAddressId ] [-TfoLBBackendAddressPoolId ] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -36,10 +38,19 @@ PS C:\> $nicConfig = New-AzRecoveryServicesAsrVMNicConfig -NicId $AsrNicGuid -Re Creates an ASRVmNicConfig object with the failover and test faiover networking settings configured for the NIC. Any property that's not passed above is fetched from the protected item passed. ### Example 2 +```powershell +PS C:\> $nicConfig = New-AzRecoveryServicesAsrVMNicConfig -NicId $AsrNicGuid -ReplicationProtectedItem $Rpi -TfoNicName $TfoNicName -TfoNicResourceGroupName $TfoNicRgName -TfoReuseExistingNic +``` + +Creates an ASRVmNicConfig object with the test faiover networking settings configured for the NIC renaming. Any property that's not passed above is fetched from the protected item passed. + + +### Example 3 Creates an ASR NIC config that contains the failover and test failover related configuration details. (autogenerated) -```powershell +```powershell + New-AzRecoveryServicesAsrVMNicConfig -NicId $AsrNicGuid -RecoveryNetworkSecurityGroupId -RecoveryNicStaticIPAddress '10.0.0.1' -RecoveryVMNetworkId $recoveryNetworkId -RecoveryVMSubnetName $recoverySubnetName -ReplicationProtectedItem $Rpi -TfoNetworkSecurityGroupId -TfoNicStaticIPAddress -TfoVMNetworkId -TfoVMSubnetName ``` @@ -135,6 +146,36 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -RecoveryNicName +Specifies the name of the recovery NIC. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RecoveryNicResourceGroupName +Specifies the name of the recovery NIC resource group. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -RecoveryNicStaticIPAddress Specifies the IP address of the recovery NIC. @@ -210,6 +251,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ReuseExistingNic +Specifies whether an existing NIC can be used during failover. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -TfoLBBackendAddressPoolId Specifies the IDs of backend address pools for the recovery NIC. @@ -240,6 +296,36 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -TfoNicName +Specifies the name of the test failover NIC. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -TfoNicResourceGroupName +Specifies the name of the test failover NIC resource group. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -TfoNicStaticIPAddress Specifies the IP address of the test failover NIC. @@ -270,6 +356,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -TfoReuseExistingNic +Specifies whether an existing NIC can be used during test failover. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -TfoVMNetworkId Specifies the ID of the test failover virtual network. @@ -300,6 +401,36 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).